summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
Commit message (Expand)AuthorAge
* oops... mpegvideo_enc also depends on motion_est and ratecontrolAurelien Jacobs2007-10-09
* dnxhdenc depends on mpegvideo_enc (usage of ff_convert_matrix)Aurelien Jacobs2007-10-09
* DNxHD (SMPTE VC-3) encoderBaptiste Coudurier2007-10-08
* blackfin optimized vp3 transform and infastructure for idctMarc Hoffman2007-10-04
* Merge mpegvideo AltiVec code into mpegvideo_altivec.c where it belongs.Diego Biurrun2007-10-02
* Sanitize altivec code so it can be built with runtime check properlyLuca Barbato2007-10-02
* Remove pointless HAVE_ALTIVEC #ifdefs from a file that only contains AltiVecDiego Biurrun2007-10-02
* AMV video decoder.Vladimir Voroshilov2007-09-29
* AMV audio decoderVitor Sessak2007-09-27
* Move VIS CFLAGS settings into configure.Diego Biurrun2007-09-23
* VIS-specific code should be compiled conditional to HAVE_VIS, not ARCH_SPARC.Diego Biurrun2007-09-23
* Pass correct CPU flags to compilation of sparc/simple_idct_vis.o.Diego Biurrun2007-09-13
* Monkey Audio decoderKostya Shishkov2007-09-13
* Add a bitstream filter for H.264.Benoit Fouet2007-09-06
* Sort one more list alphabetically.Diego Biurrun2007-09-05
* Move H.264 intra prediction functions into their own contextKostya Shishkov2007-09-05
* cosmetics: Sort some lines, whitespace changes.Diego Biurrun2007-08-30
* add simple_idct implemented in Sparc VISDenes Balatoni2007-08-30
* cosmetics: alphabetical orderDiego Biurrun2007-08-22
* make clean bfinMarc Hoffman2007-08-22
* enable the native AC-3 decoderJustin Ruggles2007-08-07
* First version of xsub decoder, not yet testedReimar Döffinger2007-08-05
* move dnxhd data tables to separate fileBaptiste Coudurier2007-08-04
* Rename h264dsp.c to h264dspenc.cPanagiotis Issaris2007-07-28
* separate en/decoder specific parts from png.cMåns Rullgård2007-07-15
* The mpegaudio parser depends on mpegaudiodata.o.Aurelien Jacobs2007-07-14
* Allow selecting only the vp6f decoder.Aurelien Jacobs2007-07-14
* The svq3 decoder depends on h264idct.o and also requires h264_parser.Aurelien Jacobs2007-07-14
* split lcl.c into lcldec.c, lclenc.c, lcl.hMåns Rullgård2007-07-12
* revert commit 9603Ivan Kalvachev2007-07-11
* Integrate reference mpeg IDCT into dsputil.Ivan Kalvachev2007-07-11
* conditional compilation of ratecontrol.cAurelien Jacobs2007-07-11
* conditional compilation of motion_est.cAurelien Jacobs2007-07-11
* makes compilation of h263.o and mpegvideo_enc.o conditionalAurelien Jacobs2007-07-10
* split rawvideo encoder and decoder in their own filesAurelien Jacobs2007-07-09
* compile rangecoder.o only when neededAurelien Jacobs2007-07-09
* split decoder-specific parts into their own fileStefan Gehrer2007-07-08
* split SVQ1 decoder and encoder in their own filesAurelien Jacobs2007-07-06
* 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