summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
Commit message (Expand)AuthorAge
* split mpeg12 encoder out of mpeg12.cAurelien Jacobs2007-07-05
* Description: split mpegvideo.cBenoit Fouet2007-07-03
* QT RLE encoderAlexis Ballier2007-07-02
* RoQ video encoderVitor Sessak2007-06-25
* replace TARGET_* with HAVE_* simplifying lists in configure scriptMåns Rullgård2007-06-15
* replace TARGET_ARCH_* to ARCH_* for consistencyMåns Rullgård2007-06-15
* integrating MPV_common_init_bfin into the build system and mpegvideo.cMarc Hoffman2007-06-12
* Use consistent names for all test programs.Diego Biurrun2007-06-07
* Preprocessor #defines starting with __ are reserved for the system.Diego Biurrun2007-06-07
* Add some forgotten lib prefixes to Makefile variables.Diego Biurrun2007-06-06
* Give all wrappers for external libraries names starting with lib.Diego Biurrun2007-06-06
* Split RoQ decoder to accommodate future encoder patchVitor Sessak2007-05-29
* Make the compilation of h264idct.c optional.Panagiotis Issaris2007-05-23
* Remove mdct.o and fft.o from fft-test prerequisites list.Diego Biurrun2007-05-22
* Only compile golomb.c when needed.Panagiotis Issaris2007-05-21
* Fix compilation when the Sonic encoder and decoder were disabled and only the...Panagiotis Issaris2007-05-21
* Only compile cabac.c when needed.Panagiotis Issaris2007-05-21
* Split the h261.c file into separate files for the encoder, decoder and common...Panagiotis Issaris2007-05-21
* Rename motion_test.c to motion-test.c, which is the naming scheme used by allDiego Biurrun2007-05-21
* make compilation of mpegaudiodec conditionalAurelien Jacobs2007-05-20
* remove dependency of mpeg audio encoder over mpeg audio decoderAurelien Jacobs2007-05-20
* loosen dependencies over mpegaudiodecAurelien Jacobs2007-05-20
* move mjpeg-b decoder in its own fileAurelien Jacobs2007-05-19
* move sp5x decoder in its own fileAurelien Jacobs2007-05-19
* allows to disable jpegls decoderAurelien Jacobs2007-05-19
* move mjpega_dump_header bitstream filter in its own fileAurelien Jacobs2007-05-19
* move imx_dump_header bitstream filter in its own fileAurelien Jacobs2007-05-19
* move dump_extradata bitstream filter in its own fileAurelien Jacobs2007-05-19
* move remove_extradata bitstream filter in its own fileAurelien Jacobs2007-05-19
* move noise bitstream filter in its own fileAurelien Jacobs2007-05-19
* move mp3_header_compress bitstream filter in its own fileAurelien Jacobs2007-05-19
* move mp3_header_decompress bitstream filter in its own fileAurelien Jacobs2007-05-19
* move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.cAurelien Jacobs2007-05-19
* split ljpeg encoder out of mjpeg.cAurelien Jacobs2007-05-18
* remove libdts decoder, we have a native dts decoderAurelien Jacobs2007-05-17
* split mjpeg.c into an encoder and a decoder fileAurelien Jacobs2007-05-17
* Only compile fft and mdct when needed.Benjamin Larsson2007-05-17
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-16
* Make vp3dsp*.c compilation optional.Panagiotis Issaris2007-05-14
* split jpeg_ls into jpeglsdec, jpeglsenc and jpeglsAurelien Jacobs2007-05-13
* Use TARGET_ARMV6 variable instead of HAVE_ARMV6 for consistency.Diego Biurrun2007-05-13
* make compilation of mjpeg.c optionalAurelien Jacobs2007-05-12
* allow to enable or disable every bitstream filters individuallyJason Millard2007-05-12
* cosmetics: Group all test targets together.Diego Biurrun2007-05-12
* rename pnm.c to pnmenc.c and pnm_common.c to pnm.cAurelien Jacobs2007-05-11
* make compilation of pnm.c optionalAurelien Jacobs2007-05-10
* move pnm parser in its own fileAurelien Jacobs2007-05-10
* move mjpeg parser in its own fileAurelien Jacobs2007-05-10
* split h264.c to move parser in its own fileAurelien Jacobs2007-05-10
* rename vorbis.c to vorbis_dec.c and vorbis_common.c to vorbis.cAurelien Jacobs2007-05-10