| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace -I../-I. by -I$(BUILD_ROOT). | Diego Biurrun | 2006-10-07 | 1 | -2/+1 |
* | cosmetics: Add backslashes to the last line of continued lines to make | Diego Biurrun | 2006-10-07 | 1 | -15/+25 |
* | Simplify test program build. | Diego Biurrun | 2006-10-05 | 1 | -9/+1 |
* | Fix imgresample-test compilation. | Diego Biurrun | 2006-10-05 | 1 | -1/+1 |
* | imgresample-test depends on $(LIB). | Diego Biurrun | 2006-10-05 | 1 | -1/+1 |
* | Simplify EXTRALIBS handling. | Diego Biurrun | 2006-10-05 | 1 | -4/+3 |
* | Switch idct_mmx_xvid.c from GPL to LGPL as permitted by the | Diego Biurrun | 2006-10-05 | 1 | -1/+2 |
* | cosmetics: Put all OBJS on a line of their own for nicer-looking diffs. | Diego Biurrun | 2006-10-04 | 1 | -14/+46 |
* | Move EXTRALIBS handling to common.mak. | Diego Biurrun | 2006-10-03 | 1 | -2/+0 |
* | Slightly simplify apiexample compilation command line. | Diego Biurrun | 2006-10-03 | 1 | -1/+1 |
* | Also remove cpuid_test on clean. | Diego Biurrun | 2006-10-03 | 1 | -2/+2 |
* | Remove bogus dependency information. | Diego Biurrun | 2006-10-03 | 1 | -2/+0 |
* | Mark all phony targets as such. | Diego Biurrun | 2006-10-03 | 1 | -0/+2 |
* | Add vorbis encoder to ffmpeg | Oded Shimon | 2006-10-02 | 1 | -0/+1 |
* | vorbis.h -> vorbis_data.c | Oded Shimon | 2006-09-30 | 1 | -1/+1 |
* | ARMv5TE optimized IDCT | Måns Rullgård | 2006-09-26 | 1 | -0/+1 |
* | WavPack lossless audio decoder | Kostya Shishkov | 2006-09-26 | 1 | -0/+1 |
* | ADI Blackfin optimizations | Michael Benjamin | 2006-09-16 | 1 | -0/+1 |
* | Remove the LGPL exception clause as discussed on ffmpeg-devel | Diego Biurrun | 2006-09-14 | 1 | -2/+2 |
* | VP5 and VP6 video decoder | Aurelien Jacobs | 2006-09-09 | 1 | -0/+2 |
* | VMware Video decoder (fourcc: VMnc) | Kostya Shishkov | 2006-09-05 | 1 | -0/+1 |
* | install opt.h | Nico Sabbi | 2006-08-29 | 1 | -1/+1 |
* | audio format conversion | Michael Niedermayer | 2006-08-19 | 1 | -0/+1 |
* | Move all internal -I parameters to the front of CFLAGS to avoid using external | Diego Biurrun | 2006-08-17 | 1 | -1/+1 |
* | altivec float optimizations | Luca Barbato | 2006-08-14 | 1 | -1/+2 |
* | Clean up:make dsputil subfile names consistent | Luca Barbato | 2006-08-13 | 1 | -2/+2 |
* | Enable swscale usage in ffmpeg | Luca Abeni | 2006-08-08 | 1 | -1/+8 |
* | Some AltiVec optimizations for VC-1 | Kostya Shishkov | 2006-08-03 | 1 | -1/+2 |
* | remove libtheora wrapper | Måns Rullgård | 2006-07-31 | 1 | -1/+0 |
* | New functions in DSPContext for VC-1 decoding | Kostya Shishkov | 2006-07-30 | 1 | -1/+1 |
* | some MMX optimizations for the CAVS decoder | Stefan Gehrer | 2006-07-29 | 1 | -0/+3 |
* | Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil | Luca Abeni | 2006-07-19 | 1 | -1/+1 |
* | cosmetics | Måns Rullgård | 2006-07-16 | 1 | -1/+1 |
* | replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental use | Måns Rullgård | 2006-07-13 | 1 | -1/+1 |
* | rename AMR config variables to CONFIG_AMR* | Måns Rullgård | 2006-07-12 | 1 | -4/+4 |
* | Remove MPlayer-specific include option hacks. | Diego Biurrun | 2006-07-12 | 1 | -2/+0 |
* | --enable/disable parsers. Warning: some combinations are broken. | Måns Rullgård | 2006-07-09 | 1 | -0/+14 |
* | only build dpcm.o if its codecs are enabled | Måns Rullgård | 2006-07-08 | 1 | -1/+5 |
* | forgot to remove adx.o from objs always built | Måns Rullgård | 2006-07-08 | 1 | -1/+1 |
* | make the adx adpcm codec available | Måns Rullgård | 2006-07-08 | 1 | -2/+2 |
* | enable/disable pcm and adpcm codecs | Måns Rullgård | 2006-07-08 | 1 | -3/+75 |
* | cosmetic: sort codec list alphabetically | Måns Rullgård | 2006-07-08 | 1 | -17/+17 |
* | rewrite kconfig-style | Måns Rullgård | 2006-07-08 | 1 | -357/+195 |
* | Sun mlib works fine. Remove comment stating otherwise. | Måns Rullgård | 2006-07-08 | 1 | -1/+0 |
* | Remove bogus IPP section that is not referenced anywhere. | Diego Biurrun | 2006-07-08 | 1 | -6/+0 |
* | remove -fforce-addr as it to generate slightly slower code | Måns Rullgård | 2006-07-07 | 1 | -1/+0 |
* | simplify | Måns Rullgård | 2006-07-06 | 1 | -2/+1 |
* | build mpegaudio.c and ac3enc.c only if needed | Måns Rullgård | 2006-07-06 | 1 | -1/+7 |
* | AVBitStreamFilter (some thingy which can modify the bitstream like add or rem... | Michael Niedermayer | 2006-07-06 | 1 | -1/+3 |
* | use $(LIBOBJFLAGS) when compiling sparc/*.c | Måns Rullgård | 2006-07-05 | 1 | -1/+1 |