| Commit message (Expand) | Author | Age | Files | Lines |
* | change gif muxer to simple gif encoder | Baptiste Coudurier | 2006-11-02 | 1 | -0/+1 |
* | Make tests compile on non-x86. | Diego Biurrun | 2006-11-01 | 1 | -1/+5 |
* | cosmetics: Restore alphabetical order. | Diego Biurrun | 2006-10-31 | 1 | -1/+1 |
* | fix for disabling vorbis decoder but enabling vorbis encoder | Oded Shimon | 2006-10-30 | 1 | -1/+1 |
* | IMC decoder | Kostya Shishkov | 2006-10-30 | 1 | -0/+1 |
* | Rename dvdsub.c to dvdsubdec.c. | Diego Biurrun | 2006-10-27 | 1 | -2/+2 |
* | LZW decoder as separate module plus TIFF LZW support | Kostya Shishkov | 2006-10-26 | 1 | -2/+2 |
* | Do not use a fake libavcodec/swscale.h, but always use the real one | Luca Abeni | 2006-10-23 | 1 | -4/+1 |
* | change gif demuxer to gif decoder | Baptiste Coudurier | 2006-10-22 | 1 | -0/+1 |
* | Revert putting EXTRALIBS in common.mak, linking fails on MinGW. | Diego Biurrun | 2006-10-15 | 1 | -0/+2 |
* | Remove intrinsics checks, they are no longer used. | Diego Biurrun | 2006-10-13 | 1 | -13/+0 |
* | TIFF decoder | Kostya Shishkov | 2006-10-13 | 1 | -0/+1 |
* | support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %c... | Baptiste Coudurier | 2006-10-12 | 1 | -0/+1 |
* | support for Delphine Software .cin files demuxing / audio and video decoding,... | Baptiste Coudurier | 2006-10-11 | 1 | -0/+2 |
* | Move CFLAGS handling to common.mak. | Diego Biurrun | 2006-10-11 | 1 | -2/+1 |
* | Targa image decoder | Kostya Shishkov | 2006-10-11 | 1 | -0/+1 |
* | 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 |