| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use TARGET_ARMV6 variable instead of HAVE_ARMV6 for consistency. | Diego Biurrun | 2007-05-13 | 1 | -1/+1 |
* | make compilation of mjpeg.c optional | Aurelien Jacobs | 2007-05-12 | 1 | -1/+7 |
* | allow to enable or disable every bitstream filters individually | Jason Millard | 2007-05-12 | 1 | -0/+8 |
* | cosmetics: Group all test targets together. | Diego Biurrun | 2007-05-12 | 1 | -7/+7 |
* | rename pnm.c to pnmenc.c and pnm_common.c to pnm.c | Aurelien Jacobs | 2007-05-11 | 1 | -6/+6 |
* | make compilation of pnm.c optional | Aurelien Jacobs | 2007-05-10 | 1 | -1/+5 |
* | move pnm parser in its own file | Aurelien Jacobs | 2007-05-10 | 1 | -2/+2 |
* | move mjpeg parser in its own file | Aurelien Jacobs | 2007-05-10 | 1 | -1/+1 |
* | split h264.c to move parser in its own file | Aurelien Jacobs | 2007-05-10 | 1 | -1/+1 |
* | rename vorbis.c to vorbis_dec.c and vorbis_common.c to vorbis.c | Aurelien Jacobs | 2007-05-10 | 1 | -2/+2 |
* | loosen vorbis_enc.c dependencies by spliting vorbis.c | Aurelien Jacobs | 2007-05-10 | 1 | -2/+2 |
* | Fix Vorbis encoder Xiph dependency by making sure the references to | Panagiotis Issaris | 2007-05-10 | 1 | -1/+1 |
* | split msmpeg4 data to easily share some of it with vc1.c | Aurelien Jacobs | 2007-05-10 | 1 | -9/+9 |
* | add missing rules for wmv2 compilation | Aurelien Jacobs | 2007-05-10 | 1 | -0/+2 |
* | Allow conditional compilation of H.263-related decoders. | Diego Biurrun | 2007-05-09 | 1 | -2/+7 |
* | move cavs parser in it's own file | Aurelien Jacobs | 2007-05-09 | 1 | -1/+1 |