| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Escape 124 (RPL) decoder | Eli Friedman | 2008-03-31 | 1 | -0/+1 |
* | 8SVX decoder | Jai Menon | 2008-03-30 | 1 | -0/+2 |
* | Classify mlib as a configurable option, not as a hardware feature. | Diego Biurrun | 2008-03-25 | 1 | -1/+1 |
* | rl2 decoder | Sascha Sommer | 2008-03-21 | 1 | -0/+1 |
* | Mimic decoder. | Ramiro Polla | 2008-03-18 | 1 | -0/+1 |
* | mpegvideo_armv5te.o belongs to OBJS, not ASM_OBJS | Måns Rullgård | 2008-03-17 | 1 | -1/+2 |
* | Rename --enable-swscaler --> enable-swscale to be consistent with the | Diego Biurrun | 2008-03-10 | 1 | -1/+1 |
* | cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile. | Diego Biurrun | 2008-03-08 | 1 | -4/+3 |
* | simplify library version handling | Måns Rullgård | 2008-03-07 | 1 | -2/+0 |
* | consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment | Måns Rullgård | 2008-03-06 | 1 | -3/+1 |
* | make compilation of mpeg12* and mpegvideo conditional | Aurelien Jacobs | 2008-03-05 | 1 | -47/+49 |
* | add dependencies for matroska audio and nut muxers over lavc | Aurelien Jacobs | 2008-03-05 | 1 | -0/+2 |
* | add some required objects dependencies | Aurelien Jacobs | 2008-03-05 | 1 | -6/+6 |
* | fix wmv3 dependencies | Aurelien Jacobs | 2008-03-04 | 1 | -1/+1 |
* | floating point AAN IDCT | Michael Niedermayer | 2008-02-26 | 1 | -0/+1 |
* | split encoding part of dsputil_mmx into its own file | Aurelien Jacobs | 2008-02-25 | 1 | -0/+2 |
* | compile various fdct only when encoders are enabled | Aurelien Jacobs | 2008-02-25 | 1 | -3/+2 |
* | Add bitstream filter to convert between mov and plain text subtitles | Reimar Döffinger | 2008-01-28 | 1 | -0/+2 |
* | Move common test program infrastructure to common.mak. | Diego Biurrun | 2008-01-27 | 1 | -8/+1 |
* | Move some lines in preparation for an upcoming commit. | Diego Biurrun | 2008-01-27 | 1 | -5/+5 |
* | Add $(EXESUF) where necessary. | Diego Biurrun | 2008-01-27 | 1 | -10/+10 |
* | whitespace and sorting cosmetics | Diego Biurrun | 2008-01-27 | 1 | -6/+2 |