616 Commits (987903826b0dba2e134be200ac94be66b4a3acf1)

Author SHA1 Message Date
Justin Ruggles 1f6a594de4 turn on E-AC-3 decoding support and update the Changelog 16 years ago
Justin Ruggles c5b930e674 1000l to me. committed to wrong repo. revert last commit. 16 years ago
Justin Ruggles e23e4de3ae cosmetics: rename some functions from *get_* to *decode_* 16 years ago
Robert Swain 7d8f3de4a8 Last hunk of the AAC decoder code to be OKed and build system and documentation 16 years ago
Diego Biurrun 0da49fca79 Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately. 16 years ago
Jai Menon e13894e80e alacenc: last few hunks approved by michael 16 years ago
Ramiro Polla c50da3ad6c flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files. 16 years ago
Loren Merritt ebceaa1cd5 gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even inside HAVE_7REGS), so write it in yasm 16 years ago
Ramiro Polla ce15710f55 mlp: Split common code from parser and decoder to be used by encoder. 16 years ago
Loren Merritt 49c0dd754c indent 16 years ago
Loren Merritt 5d0ddd1a9f split-radix FFT 16 years ago
Peter Ross cfc78718f3 Electronic Arts TGV decoder 16 years ago
Gregory Montoir 974e0eeed3 Motion Pixels Video Decoder. 16 years ago
Peter Ross 495900f78b Electronic Arts CMV decoder 16 years ago
Ramiro Polla b517af05b9 MLP/TrueHD decoder. 16 years ago
Vitor Sessak 95fc77b92d Use ff_acelp_lp_synthesis_filter() instead of duplicating it 16 years ago
Michael Niedermayer 0c587a4ea8 VP3 & Theora parser to extract keyframe flags. 16 years ago
Diego Biurrun d43cf68898 cosmetics: alignment 16 years ago
Diego Biurrun 4e882caf51 Add missing entry for PCM_DVD_ENCODER. 16 years ago
Peter Ross 4198efe83f Add missing mpegvideo.o to list of vc1.o dependencies. 16 years ago
Peter Ross c183033f77 Add missing entry for ADPCM_IMA_QT_ENCODER. 16 years ago
Peter Ross cc6c2befa9 Add missing entry for ADPCM_EA_MAXIS_XA_DECODER. 16 years ago
Justin Ruggles 7ed9a2ea50 add ac3dec_data.[c,h] 17 years ago
Bartlomiej Wolowiec 681f5c1271 Separating from nellymoserdec.c parts required by encoder 17 years ago
Diego Biurrun 969f949300 Remove Fabrice's copyright from the Makefiles. They have been entirely 17 years ago
Vitor Sessak 9d283aee83 Remove ra144.o dependency added in revision r13500, now reverted 17 years ago
Vitor Sessak 31e15894d5 Use ff_acelp_weighted_vector_sum() instead of reimplementing it 17 years ago
Lars Täuber 1472b7dd28 LPCM 24 bits support, patch by Lars Täuber, lars.taeuber gmx net 17 years ago
Guillaume Poirier d9481eb7f3 armv4l/float_arm_vfp.o must be added to OBJS-$(HAVE_ARMVFP) list since 17 years ago
Siarhei Siamashka e6303192c7 Add some initial optimizations for ARM VFP (floating 17 years ago
Anuradha Suraparaju f7cd9eed5d Add Dirac support through libschroedinger. 17 years ago
Anuradha Suraparaju 690bfceb20 Dirac decoding/encoding support via libdirac. 17 years ago
Diego Biurrun 575e696ce4 Add Dirac parser from SoC; written by Marco Gerards; 17 years ago
Diego Biurrun 57105ddd03 Rename i386/cputest.c --> i386/cpuid.c. 17 years ago
Diego Biurrun 8033ba57b9 Remove unnecessary test program dependency declarations. 17 years ago
Baptiste Coudurier 9a53eb7ce7 mp3on4 decoder now depends on mpeg4audio code 17 years ago
Baptiste Coudurier bf52a72023 10l, alphabetical order 17 years ago
Baptiste Coudurier 45a97d3018 set channels and sample rate from mpeg4audio config 17 years ago
Baptiste Coudurier 4afaffca9e mov demuxer depends on mpeg4audio code now 17 years ago
Diego Biurrun 12eef728bf Fix build of cputest test program. 17 years ago
Sisir Koppaka 2003d3da1a BFI video decoder. 17 years ago
Diego Biurrun 0ddfbc73cc cosmetics: Sort some lists alphabetically. 17 years ago
Måns Rullgård b153c68b8a fix building of test programs (make tests) 17 years ago
Alexander Strange f73a6393e7 Add a new xvid-style IDCT using SSE2. 17 years ago
Diego Biurrun e825656f1d Clear DIRS variable in common.mak, so it does not have to be cleared in 17 years ago
Diego Biurrun 7b1b3dc128 Unset DIRS after including subdir.mak so that the variable is not used 17 years ago
Diego Biurrun adc393503f Generate the list of files to clean in subdirectories in common.mak. 17 years ago
Diego Biurrun 77405bb879 Simplify CLEANFILES generation. 17 years ago
Måns Rullgård 8e255b8bda replace some ifeq with prettier ifdef 17 years ago
Måns Rullgård dbe6c6ff00 append TESTS-yes to TESTS; one ifeq less 17 years ago