| Commit message (Expand) | Author | Age | Files | Lines |
* | split lcl.c into lcldec.c, lclenc.c, lcl.h | Måns Rullgård | 2007-07-12 | 1 | -3/+3 |
* | revert commit 9603 | Ivan Kalvachev | 2007-07-11 | 1 | -1/+0 |
* | Integrate reference mpeg IDCT into dsputil. | Ivan Kalvachev | 2007-07-11 | 1 | -0/+1 |
* | conditional compilation of ratecontrol.c | Aurelien Jacobs | 2007-07-11 | 1 | -18/+17 |
* | conditional compilation of motion_est.c | Aurelien Jacobs | 2007-07-11 | 1 | -19/+18 |
* | makes compilation of h263.o and mpegvideo_enc.o conditional | Aurelien Jacobs | 2007-07-10 | 1 | -24/+31 |
* | split rawvideo encoder and decoder in their own files | Aurelien Jacobs | 2007-07-09 | 1 | -0/+2 |
* | compile rangecoder.o only when needed | Aurelien Jacobs | 2007-07-09 | 1 | -5/+4 |
* | split decoder-specific parts into their own file | Stefan Gehrer | 2007-07-08 | 1 | -1/+1 |
* | split SVQ1 decoder and encoder in their own files | Aurelien Jacobs | 2007-07-06 | 1 | -2/+2 |
* | split mpeg12 encoder out of mpeg12.c | Aurelien Jacobs | 2007-07-05 | 1 | -1/+3 |
* | Description: split mpegvideo.c | Benoit Fouet | 2007-07-03 | 1 | -0/+1 |
* | QT RLE encoder | Alexis Ballier | 2007-07-02 | 1 | -0/+1 |
* | RoQ video encoder | Vitor Sessak | 2007-06-25 | 1 | -0/+1 |
* | replace TARGET_* with HAVE_* simplifying lists in configure script | Måns Rullgård | 2007-06-15 | 1 | -7/+7 |
* | replace TARGET_ARCH_* to ARCH_* for consistency | Måns Rullgård | 2007-06-15 | 1 | -10/+10 |
* | integrating MPV_common_init_bfin into the build system and mpegvideo.c | Marc Hoffman | 2007-06-12 | 1 | -0/+1 |
* | Use consistent names for all test programs. | Diego Biurrun | 2007-06-07 | 1 | -2/+2 |
* | Preprocessor #defines starting with __ are reserved for the system. | Diego Biurrun | 2007-06-07 | 1 | -1/+1 |
* | Add some forgotten lib prefixes to Makefile variables. | Diego Biurrun | 2007-06-06 | 1 | -2/+2 |
* | Give all wrappers for external libraries names starting with lib. | Diego Biurrun | 2007-06-06 | 1 | -8/+8 |
* | Split RoQ decoder to accommodate future encoder patch | Vitor Sessak | 2007-05-29 | 1 | -1/+1 |
* | Make the compilation of h264idct.c optional. | Panagiotis Issaris | 2007-05-23 | 1 | -2/+1 |
* | Remove mdct.o and fft.o from fft-test prerequisites list. | Diego Biurrun | 2007-05-22 | 1 | -1/+1 |
* | Only compile golomb.c when needed. | Panagiotis Issaris | 2007-05-21 | 1 | -14/+13 |
* | Fix compilation when the Sonic encoder and decoder were disabled and only the... | Panagiotis Issaris | 2007-05-21 | 1 | -1/+1 |
* | Only compile cabac.c when needed. | Panagiotis Issaris | 2007-05-21 | 1 | -3/+2 |
* | Split the h261.c file into separate files for the encoder, decoder and common... | Panagiotis Issaris | 2007-05-21 | 1 | -2/+2 |
* | Rename motion_test.c to motion-test.c, which is the naming scheme used by all | Diego Biurrun | 2007-05-21 | 1 | -1/+1 |
* | make compilation of mpegaudiodec conditional | Aurelien Jacobs | 2007-05-20 | 1 | -3/+6 |
* | remove dependency of mpeg audio encoder over mpeg audio decoder | Aurelien Jacobs | 2007-05-20 | 1 | -2/+2 |
* | loosen dependencies over mpegaudiodec | Aurelien Jacobs | 2007-05-20 | 1 | -2/+2 |
* | move mjpeg-b decoder in its own file | Aurelien Jacobs | 2007-05-19 | 1 | -1/+1 |
* | move sp5x decoder in its own file | Aurelien Jacobs | 2007-05-19 | 1 | -1/+1 |
* | allows to disable jpegls decoder | Aurelien Jacobs | 2007-05-19 | 1 | -4/+5 |
* | move mjpega_dump_header bitstream filter in its own file | Aurelien Jacobs | 2007-05-19 | 1 | -1/+1 |
* | move imx_dump_header bitstream filter in its own file | Aurelien Jacobs | 2007-05-19 | 1 | -1/+1 |
* | move dump_extradata bitstream filter in its own file | Aurelien Jacobs | 2007-05-19 | 1 | -1/+1 |
* | move remove_extradata bitstream filter in its own file | Aurelien Jacobs | 2007-05-19 | 1 | -1/+1 |
* | move noise bitstream filter in its own file | Aurelien Jacobs | 2007-05-19 | 1 | -1/+1 |
* | move mp3_header_compress bitstream filter in its own file | Aurelien Jacobs | 2007-05-19 | 1 | -1/+1 |
* | move mp3_header_decompress bitstream filter in its own file | Aurelien Jacobs | 2007-05-19 | 1 | -1/+1 |
* | move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.c | Aurelien Jacobs | 2007-05-19 | 1 | -3/+3 |
* | split ljpeg encoder out of mjpeg.c | Aurelien Jacobs | 2007-05-18 | 1 | -1/+1 |
* | remove libdts decoder, we have a native dts decoder | Aurelien Jacobs | 2007-05-17 | 1 | -1/+0 |
* | split mjpeg.c into an encoder and a decoder file | Aurelien Jacobs | 2007-05-17 | 1 | -7/+7 |
* | Only compile fft and mdct when needed. | Benjamin Larsson | 2007-05-17 | 1 | -13/+11 |
* | Add libavcodec to compiler include flags in order to simplify header | Ronald S. Bultje | 2007-05-16 | 1 | -1/+1 |
* | Make vp3dsp*.c compilation optional. | Panagiotis Issaris | 2007-05-14 | 1 | -7/+7 |
* | split jpeg_ls into jpeglsdec, jpeglsenc and jpegls | Aurelien Jacobs | 2007-05-13 | 1 | -8/+8 |