| Commit message (Expand) | Author | Age | Files | Lines |
* | Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately. | Diego Biurrun | 2008-08-19 | 1 | -1/+1 |
* | alacenc: last few hunks approved by michael | Jai Menon | 2008-08-19 | 1 | -0/+1 |
* | flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files. | Ramiro Polla | 2008-08-16 | 1 | -1/+1 |
* | gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even ins... | Loren Merritt | 2008-08-14 | 1 | -0/+1 |
* | mlp: Split common code from parser and decoder to be used by encoder. | Ramiro Polla | 2008-08-13 | 1 | -2/+2 |
* | indent | Loren Merritt | 2008-08-12 | 1 | -4/+4 |
* | split-radix FFT | Loren Merritt | 2008-08-12 | 1 | -0/+2 |
* | Electronic Arts TGV decoder | Peter Ross | 2008-08-06 | 1 | -0/+1 |
* | Motion Pixels Video Decoder. | Gregory Montoir | 2008-07-10 | 1 | -0/+1 |
* | Electronic Arts CMV decoder | Peter Ross | 2008-07-08 | 1 | -0/+1 |
* | MLP/TrueHD decoder. | Ramiro Polla | 2008-07-04 | 1 | -0/+1 |
* | Use ff_acelp_lp_synthesis_filter() instead of duplicating it | Vitor Sessak | 2008-06-29 | 1 | -1/+1 |
* | VP3 & Theora parser to extract keyframe flags. | Michael Niedermayer | 2008-06-26 | 1 | -0/+1 |
* | cosmetics: alignment | Diego Biurrun | 2008-06-22 | 1 | -84/+84 |
* | Add missing entry for PCM_DVD_ENCODER. | Diego Biurrun | 2008-06-22 | 1 | -0/+1 |
* | Add missing mpegvideo.o to list of vc1.o dependencies. | Peter Ross | 2008-06-22 | 1 | -2/+2 |
* | Add missing entry for ADPCM_IMA_QT_ENCODER. | Peter Ross | 2008-06-22 | 1 | -0/+1 |
* | Add missing entry for ADPCM_EA_MAXIS_XA_DECODER. | Peter Ross | 2008-06-22 | 1 | -0/+1 |
* | add ac3dec_data.[c,h] | Justin Ruggles | 2008-06-08 | 1 | -1/+1 |
* | Separating from nellymoserdec.c parts required by encoder | Bartlomiej Wolowiec | 2008-06-08 | 1 | -1/+1 |
* | Remove Fabrice's copyright from the Makefiles. They have been entirely | Diego Biurrun | 2008-06-06 | 1 | -4/+0 |
* | Remove ra144.o dependency added in revision r13500, now reverted | Vitor Sessak | 2008-05-31 | 1 | -1/+1 |
* | Use ff_acelp_weighted_vector_sum() instead of reimplementing it | Vitor Sessak | 2008-05-28 | 1 | -1/+1 |
* | LPCM 24 bits support, patch by Lars Täuber, lars.taeuber gmx net | Lars Täuber | 2008-05-17 | 1 | -0/+1 |
* | armv4l/float_arm_vfp.o must be added to OBJS-$(HAVE_ARMVFP) list since | Guillaume Poirier | 2008-05-12 | 1 | -2/+2 |
* | Add some initial optimizations for ARM VFP (floating | Siarhei Siamashka | 2008-05-11 | 1 | -0/+2 |
* | Add Dirac support through libschroedinger. | Anuradha Suraparaju | 2008-05-03 | 1 | -0/+2 |
* | Dirac decoding/encoding support via libdirac. | Anuradha Suraparaju | 2008-05-03 | 1 | -0/+2 |
* | Add Dirac parser from SoC; written by Marco Gerards; | Diego Biurrun | 2008-05-03 | 1 | -0/+1 |
* | Rename i386/cputest.c --> i386/cpuid.c. | Diego Biurrun | 2008-04-26 | 1 | -2/+2 |
* | Remove unnecessary test program dependency declarations. | Diego Biurrun | 2008-04-26 | 1 | -2/+0 |
* | mp3on4 decoder now depends on mpeg4audio code | Baptiste Coudurier | 2008-04-26 | 1 | -1/+1 |
* | 10l, alphabetical order | Baptiste Coudurier | 2008-04-25 | 1 | -1/+1 |
* | set channels and sample rate from mpeg4audio config | Baptiste Coudurier | 2008-04-25 | 1 | -1/+1 |
* | mov demuxer depends on mpeg4audio code now | Baptiste Coudurier | 2008-04-25 | 1 | -0/+1 |
* | Fix build of cputest test program. | Diego Biurrun | 2008-04-19 | 1 | -2/+2 |
* | BFI video decoder. | Sisir Koppaka | 2008-04-18 | 1 | -0/+1 |
* | cosmetics: Sort some lists alphabetically. | Diego Biurrun | 2008-04-17 | 1 | -27/+27 |
* | fix building of test programs (make tests) | Måns Rullgård | 2008-04-16 | 1 | -4/+2 |
* | Add a new xvid-style IDCT using SSE2. | Alexander Strange | 2008-04-16 | 1 | -0/+1 |
* | Clear DIRS variable in common.mak, so it does not have to be cleared in | Diego Biurrun | 2008-04-13 | 1 | -2/+0 |
* | Unset DIRS after including subdir.mak so that the variable is not used | Diego Biurrun | 2008-04-13 | 1 | -0/+2 |
* | Generate the list of files to clean in subdirectories in common.mak. | Diego Biurrun | 2008-04-13 | 1 | -3/+1 |
* | Simplify CLEANFILES generation. | Diego Biurrun | 2008-04-13 | 1 | -11/+4 |
* | replace some ifeq with prettier ifdef | Måns Rullgård | 2008-04-07 | 1 | -2/+2 |
* | append TESTS-yes to TESTS; one ifeq less | Måns Rullgård | 2008-04-07 | 1 | -3/+1 |
* | non-recursive makefiles | Måns Rullgård | 2008-04-07 | 1 | -22/+21 |
* | use common aac sample rate tables | Aurelien Jacobs | 2008-04-02 | 1 | -2/+3 |
* | use mpeg4audio common code in aac parser | Baptiste Coudurier | 2008-04-01 | 1 | -1/+1 |
* | Make XVMC compilation depend on HAVE_XVMC, not HAVE_XVMC_ACCEL. | Diego Biurrun | 2008-03-31 | 1 | -1/+1 |