summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
Commit message (Collapse)AuthorAge
* enable the native AC-3 decoderJustin Ruggles2007-08-07
| | | | Originally committed as revision 9968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* First version of xsub decoder, not yet testedReimar Döffinger2007-08-05
| | | | Originally committed as revision 9933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move dnxhd data tables to separate fileBaptiste Coudurier2007-08-04
| | | | Originally committed as revision 9906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename h264dsp.c to h264dspenc.cPanagiotis Issaris2007-07-28
| | | | Originally committed as revision 9819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* separate en/decoder specific parts from png.cMåns Rullgård2007-07-15
| | | | Originally committed as revision 9686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The mpegaudio parser depends on mpegaudiodata.o.Aurelien Jacobs2007-07-14
| | | | | | | | | This fixes the following option set: --disable-encoders --disable-decoders --disable-parsers --disable-bsfs --disable-muxers --disable-demuxers --disable-protocols --enable-parser=mpegaudio Originally committed as revision 9641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow selecting only the vp6f decoder.Aurelien Jacobs2007-07-14
| | | | | | | | This fixes the following option set: --disable-encoders --disable-decoders --disable-parsers --disable-bsfs --disable-muxers --disable-demuxers --disable-protocols --enable-decoder=vp6f Originally committed as revision 9640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The svq3 decoder depends on h264idct.o and also requires h264_parser.Aurelien Jacobs2007-07-14
| | | | | | | | This fixes the following option set: --disable-encoders --disable-decoders --disable-parsers --disable-bsfs --disable-muxers --disable-demuxers --disable-protocols --enable-decoder=svq3 Originally committed as revision 9638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split lcl.c into lcldec.c, lclenc.c, lcl.hMåns Rullgård2007-07-12
| | | | Originally committed as revision 9613 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert commit 9603Ivan Kalvachev2007-07-11
| | | | Originally committed as revision 9605 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Integrate reference mpeg IDCT into dsputil.Ivan Kalvachev2007-07-11
| | | | Originally committed as revision 9603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* conditional compilation of ratecontrol.cAurelien Jacobs2007-07-11
| | | | Originally committed as revision 9589 to svn://svn.ffmpeg.org/ffmpeg/trunk
* conditional compilation of motion_est.cAurelien Jacobs2007-07-11
| | | | Originally committed as revision 9588 to svn://svn.ffmpeg.org/ffmpeg/trunk
* makes compilation of h263.o and mpegvideo_enc.o conditionalAurelien Jacobs2007-07-10
| | | | Originally committed as revision 9583 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split rawvideo encoder and decoder in their own filesAurelien Jacobs2007-07-09
| | | | Originally committed as revision 9560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compile rangecoder.o only when neededAurelien Jacobs2007-07-09
| | | | Originally committed as revision 9559 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split decoder-specific parts into their own fileStefan Gehrer2007-07-08
| | | | Originally committed as revision 9533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split SVQ1 decoder and encoder in their own filesAurelien Jacobs2007-07-06
| | | | Originally committed as revision 9507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split mpeg12 encoder out of mpeg12.cAurelien Jacobs2007-07-05
| | | | Originally committed as revision 9477 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Description: split mpegvideo.cBenoit Fouet2007-07-03
| | | | Originally committed as revision 9467 to svn://svn.ffmpeg.org/ffmpeg/trunk
* QT RLE encoderAlexis Ballier2007-07-02
| | | | | | | | patch by Alexis Ballier: [alexis ballier gmail com] original thread: [FFmpeg-devel] [Patch] QT RLE encoder, bis date: 06/24/2007 03:56 PM Originally committed as revision 9452 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RoQ video encoderVitor Sessak2007-06-25
| | | | | | | | patch by Vitor: \vitor1001 gmail com/ original thread: [FFmpeg-devel] RoQ video encoder (take 3) date: 06/08/2007 10:34 PM Originally committed as revision 9420 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace TARGET_* with HAVE_* simplifying lists in configure scriptMåns Rullgård2007-06-15
| | | | Originally committed as revision 9324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace TARGET_ARCH_* to ARCH_* for consistencyMåns Rullgård2007-06-15
| | | | Originally committed as revision 9322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* integrating MPV_common_init_bfin into the build system and mpegvideo.cMarc Hoffman2007-06-12
| | | | Originally committed as revision 9294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use consistent names for all test programs.Diego Biurrun2007-06-07
| | | | Originally committed as revision 9252 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Preprocessor #defines starting with __ are reserved for the system.Diego Biurrun2007-06-07
| | | | Originally committed as revision 9251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some forgotten lib prefixes to Makefile variables.Diego Biurrun2007-06-06
| | | | Originally committed as revision 9235 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give all wrappers for external libraries names starting with lib.Diego Biurrun2007-06-06
| | | | Originally committed as revision 9226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split RoQ decoder to accommodate future encoder patchVitor Sessak2007-05-29
| | | | | | | | patch by Vitor vitor1001 gmail moc original thread: [FFmpeg-devel] [PATCH] RoQ video encoder, take 2 date: 05/27/2007 12:21 PM Originally committed as revision 9149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the compilation of h264idct.c optional.Panagiotis Issaris2007-05-23
| | | | Originally committed as revision 9105 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove mdct.o and fft.o from fft-test prerequisites list.Diego Biurrun2007-05-22
| | | | | | | | Both objects were added to the link command, resulting in multiple definitions of symbols. Now linking works in the general case when mdct.o and fft.o are compiled into libavcodec.a. Originally committed as revision 9097 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only compile golomb.c when needed.Panagiotis Issaris2007-05-21
| | | | Originally committed as revision 9094 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation when the Sonic encoder and decoder were disabled and only ↵Panagiotis Issaris2007-05-21
| | | | | | | | the Sonic LS encoder enabled. Originally committed as revision 9093 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only compile cabac.c when needed.Panagiotis Issaris2007-05-21
| | | | Originally committed as revision 9092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split the h261.c file into separate files for the encoder, decoder and ↵Panagiotis Issaris2007-05-21
| | | | | | common stuff. Originally committed as revision 9090 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename motion_test.c to motion-test.c, which is the naming scheme used by allDiego Biurrun2007-05-21
| | | | | | | other test programs. As a positive sideeffect, this makes the build system try to actually create the executable file. Originally committed as revision 9086 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make compilation of mpegaudiodec conditionalAurelien Jacobs2007-05-20
| | | | Originally committed as revision 9083 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove dependency of mpeg audio encoder over mpeg audio decoderAurelien Jacobs2007-05-20
| | | | Originally committed as revision 9082 to svn://svn.ffmpeg.org/ffmpeg/trunk
* loosen dependencies over mpegaudiodecAurelien Jacobs2007-05-20
| | | | Originally committed as revision 9080 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move mjpeg-b decoder in its own fileAurelien Jacobs2007-05-19
| | | | Originally committed as revision 9073 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move sp5x decoder in its own fileAurelien Jacobs2007-05-19
| | | | Originally committed as revision 9071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allows to disable jpegls decoderAurelien Jacobs2007-05-19
| | | | Originally committed as revision 9070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move mjpega_dump_header bitstream filter in its own fileAurelien Jacobs2007-05-19
| | | | Originally committed as revision 9068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move imx_dump_header bitstream filter in its own fileAurelien Jacobs2007-05-19
| | | | Originally committed as revision 9067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move dump_extradata bitstream filter in its own fileAurelien Jacobs2007-05-19
| | | | Originally committed as revision 9066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move remove_extradata bitstream filter in its own fileAurelien Jacobs2007-05-19
| | | | Originally committed as revision 9065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move noise bitstream filter in its own fileAurelien Jacobs2007-05-19
| | | | Originally committed as revision 9064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move mp3_header_compress bitstream filter in its own fileAurelien Jacobs2007-05-19
| | | | Originally committed as revision 9063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move mp3_header_decompress bitstream filter in its own fileAurelien Jacobs2007-05-19
| | | | Originally committed as revision 9062 to svn://svn.ffmpeg.org/ffmpeg/trunk