summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
Commit message (Expand)AuthorAge
...
* 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
* loosen vorbis_enc.c dependencies by spliting vorbis.cAurelien Jacobs2007-05-10
* Fix Vorbis encoder Xiph dependency by making sure the references toPanagiotis Issaris2007-05-10
* split msmpeg4 data to easily share some of it with vc1.cAurelien Jacobs2007-05-10
* add missing rules for wmv2 compilationAurelien Jacobs2007-05-10
* Allow conditional compilation of H.263-related decoders.Diego Biurrun2007-05-09
* move cavs parser in it's own fileAurelien Jacobs2007-05-09
* move aac and ac3 parsers in their own filesAurelien Jacobs2007-05-08
* Move H.263 parser to its own file.Diego Biurrun2007-05-08
* Renderware TXD decoderIvo van Poorten2007-05-07
* RoQ audio encoderVitor Sessak2007-05-07
* Move VC-1 data to .c fileKostya Shishkov2007-05-06
* Move dvdsub parser to its own file.Diego Biurrun2007-05-06
* Rename dvbsubdec_parser.c to dvbsub_parser.c.Diego Biurrun2007-05-06
* Move dvbsubdec parser to its own file.Diego Biurrun2007-05-06
* move mpegvideo_parser in it's own fileAurelien Jacobs2007-05-05
* move mpegaudio_parser in it's own fileAurelien Jacobs2007-05-05
* move mpeg4video_parser in it's own fileAurelien Jacobs2007-05-05
* parser.c is compiled unconditionally, there is no need to compile itDiego Biurrun2007-05-05
* parser.c is compiled unconditionally, there is no need to compile itDiego Biurrun2007-05-05
* Move H.261 parser to its own file.Diego Biurrun2007-05-04
* Move VC1 parser to its own file.Diego Biurrun2007-05-04
* Move dca parser to its own file.Diego Biurrun2007-05-03
* Give libamr decoders/encoders a lib prefix in the name.Diego Biurrun2007-05-03
* add V.Flash PTX decoderIvo van Poorten2007-04-29
* move ac3 tables from a .h to a .cAurelien Jacobs2007-04-25
* cosmetics: Put AMR entry in alphabetical order with all external libraries.Diego Biurrun2007-04-25
* Remove hackish support for the non-free fixed-point AMR-NB reference code.Diego Biurrun2007-04-25
* ac3 parser requires tables from ac3tab.h, which are compiled into ac3.cAlex Beregszaszi2007-04-21
* Atrac3 decoder.Benjamin Larsson2007-04-17
* Move AC3 header parsing code together with the rest of the AC3 parsing code.Diego Biurrun2007-04-15
* Replace hackish support for amr-nb and amr-wb. Instead of including the sourceStanislav Brabec2007-04-12
* ssd_int8_vs_int16_altivec, not completely benchmarkedwith svq1Luca Barbato2007-04-10