aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Pass correct CPU flags to compilation of sparc/simple_idct_vis.o.Diego Biurrun2007-09-131-1/+1
* Monkey Audio decoderKostya Shishkov2007-09-131-0/+1
* Add a bitstream filter for H.264.Benoit Fouet2007-09-061-0/+1
* Sort one more list alphabetically.Diego Biurrun2007-09-051-1/+2
* Move H.264 intra prediction functions into their own contextKostya Shishkov2007-09-051-2/+2
* cosmetics: Sort some lines, whitespace changes.Diego Biurrun2007-08-301-41/+41
* add simple_idct implemented in Sparc VISDenes Balatoni2007-08-301-0/+1
* cosmetics: alphabetical orderDiego Biurrun2007-08-221-3/+3
* make clean bfinMarc Hoffman2007-08-221-0/+1
* enable the native AC-3 decoderJustin Ruggles2007-08-071-0/+1
* First version of xsub decoder, not yet testedReimar Döffinger2007-08-051-0/+1
* move dnxhd data tables to separate fileBaptiste Coudurier2007-08-041-1/+1
* Rename h264dsp.c to h264dspenc.cPanagiotis Issaris2007-07-281-1/+1
* separate en/decoder specific parts from png.cMåns Rullgård2007-07-151-2/+2
* The mpegaudio parser depends on mpegaudiodata.o.Aurelien Jacobs2007-07-141-1/+1
* Allow selecting only the vp6f decoder.Aurelien Jacobs2007-07-141-0/+2
* The svq3 decoder depends on h264idct.o and also requires h264_parser.Aurelien Jacobs2007-07-141-1/+1
* split lcl.c into lcldec.c, lclenc.c, lcl.hMåns Rullgård2007-07-121-3/+3
* revert commit 9603Ivan Kalvachev2007-07-111-1/+0
* Integrate reference mpeg IDCT into dsputil.Ivan Kalvachev2007-07-111-0/+1
* conditional compilation of ratecontrol.cAurelien Jacobs2007-07-111-18/+17
* conditional compilation of motion_est.cAurelien Jacobs2007-07-111-19/+18
* makes compilation of h263.o and mpegvideo_enc.o conditionalAurelien Jacobs2007-07-101-24/+31
* split rawvideo encoder and decoder in their own filesAurelien Jacobs2007-07-091-0/+2
* compile rangecoder.o only when neededAurelien Jacobs2007-07-091-5/+4
* split decoder-specific parts into their own fileStefan Gehrer2007-07-081-1/+1
* split SVQ1 decoder and encoder in their own filesAurelien Jacobs2007-07-061-2/+2
* split mpeg12 encoder out of mpeg12.cAurelien Jacobs2007-07-051-1/+3
* Description: split mpegvideo.cBenoit Fouet2007-07-031-0/+1
* QT RLE encoderAlexis Ballier2007-07-021-0/+1
* RoQ video encoderVitor Sessak2007-06-251-0/+1
* replace TARGET_* with HAVE_* simplifying lists in configure scriptMåns Rullgård2007-06-151-7/+7
* replace TARGET_ARCH_* to ARCH_* for consistencyMåns Rullgård2007-06-151-10/+10
* integrating MPV_common_init_bfin into the build system and mpegvideo.cMarc Hoffman2007-06-121-0/+1
* Use consistent names for all test programs.Diego Biurrun2007-06-071-2/+2
* Preprocessor #defines starting with __ are reserved for the system.Diego Biurrun2007-06-071-1/+1
* Add some forgotten lib prefixes to Makefile variables.Diego Biurrun2007-06-061-2/+2
* Give all wrappers for external libraries names starting with lib.Diego Biurrun2007-06-061-8/+8
* Split RoQ decoder to accommodate future encoder patchVitor Sessak2007-05-291-1/+1
* Make the compilation of h264idct.c optional.Panagiotis Issaris2007-05-231-2/+1
* Remove mdct.o and fft.o from fft-test prerequisites list.Diego Biurrun2007-05-221-1/+1
* Only compile golomb.c when needed.Panagiotis Issaris2007-05-211-14/+13
* Fix compilation when the Sonic encoder and decoder were disabled and only the...Panagiotis Issaris2007-05-211-1/+1
* Only compile cabac.c when needed.Panagiotis Issaris2007-05-211-3/+2
* Split the h261.c file into separate files for the encoder, decoder and common...Panagiotis Issaris2007-05-211-2/+2
* Rename motion_test.c to motion-test.c, which is the naming scheme used by allDiego Biurrun2007-05-211-1/+1
* make compilation of mpegaudiodec conditionalAurelien Jacobs2007-05-201-3/+6
* remove dependency of mpeg audio encoder over mpeg audio decoderAurelien Jacobs2007-05-201-2/+2
* loosen dependencies over mpegaudiodecAurelien Jacobs2007-05-201-2/+2
* move mjpeg-b decoder in its own fileAurelien Jacobs2007-05-191-1/+1