aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
Commit message (Expand)AuthorAgeFilesLines
* G.723.1 demuxer and decoderMohamed Naufal Basheer2012-07-221-0/+2
* build: add CONFIG_VP3DSP, reduce repetition in OBJS listsMans Rullgard2012-07-181-3/+4
* libopenjpeg: introduce encoding supportMichael Bradshaw2012-07-171-0/+1
* libopenjpeg: rename decoder source file.Michael Bradshaw2012-07-171-1/+1
* MS Expression Encoder Screen decoderKostya Shishkov2012-07-131-0/+1
* build: Fix Ogg demuxer dependenciesDiego Biurrun2012-07-121-2/+3
* build: Fix FLAC demuxer dependenciesDiego Biurrun2012-07-121-1/+2
* flac: Move flac functions shared between libraries to flac common codeDiego Biurrun2012-07-121-13/+11
* build: Fix CAF demuxer dependenciesDiego Biurrun2012-07-121-1/+2
* build: Fix MP2 muxer dependenciesDiego Biurrun2012-07-121-0/+1
* build: Add missing build rules for the ISMV muxerDiego Biurrun2012-07-121-0/+1
* Support AAC encoding via the external library fdk-aacMartin Storsjö2012-07-121-0/+1
* TechSmith Screen Codec 2 decoderKostya Shishkov2012-07-111-0/+1
* mss3: split DSP functions that are used in MTS2(MSS4) into separate fileKostya Shishkov2012-07-091-1/+1
* flacdec: split off channel decorrelation as flacdspMans Rullgard2012-07-041-1/+1
* MS ATC Screen (aka MSS3) decoderKostya Shishkov2012-07-021-0/+1
* MS Screen 1 decoderKostya Shishkov2012-06-201-0/+1
* Add support for iLBC decoding/encoding via the external library libilbcMartin Storsjö2012-06-181-0/+2
* Indeo Audio decoderKostya Shishkov2012-06-051-0/+1
* libxvid: Give more suitable names to libxvid-related files.Diego Biurrun2012-05-091-1/+1
* libxvid: Separate libxvid encoder from libxvid rate control code.Diego Biurrun2012-05-091-1/+2
* dv: Split profile handling code into a separate file.Diego Biurrun2012-05-071-4/+4
* Move code shared between libdirac and libschroedinger to libschroedinger.Diego Biurrun2012-05-071-4/+2
* build: cosmetics: Add missing end-of-line backslashes to item lists.Diego Biurrun2012-05-071-1/+2
* build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line.Diego Biurrun2012-05-071-5/+26
* aacps: move some loops to function pointersMans Rullgard2012-05-051-1/+1
* Remove libdirac decoder.Diego Biurrun2012-04-231-2/+0
* avcodec: add a cook parser to get subpacket durationJustin Ruggles2012-04-201-0/+1
* dv: Split off DV video decoder into its own file.Diego Biurrun2012-03-271-1/+1
* build: Only clean the architecture subdirectory we build for.Diego Biurrun2012-03-261-2/+0
* libvorbis: use AVCodec.encode2()Justin Ruggles2012-03-211-1/+2
* ra144enc: use AVCodec.encode2()Justin Ruggles2012-03-211-1/+2
* nellymoserenc: use AVCodec.encode2()Justin Ruggles2012-03-211-1/+2
* libspeex: use AVCodec.encode2()Justin Ruggles2012-03-211-1/+1
* libmp3lame: use AVCodec.encode2()Justin Ruggles2012-03-201-1/+2
* libfaac: use AVCodec.encode2()Justin Ruggles2012-03-201-1/+1
* aacenc: use AVCodec.encode2()Justin Ruggles2012-03-201-1/+2
* oggdec: output correct timestamps for VorbisJustin Ruggles2012-03-201-1/+1
* ZeroCodec DecoderDerek Buitenhuis2012-03-191-0/+1
* RealAudio Lossless decoderKostya Shishkov2012-03-191-0/+1
* avcodec: add XBM encoderPaul B Mahol2012-03-171-0/+1
* build: Skip compiling xvmc.h under the correct condition.Diego Biurrun2012-03-091-1/+1
* wma: Refactor common code to fix standalone compilation of WMA lossless decoder.Diego Biurrun2012-03-071-8/+8
* dca_parser: parse the sample rate and frame durationsJustin Ruggles2012-03-051-1/+2
* avcodec: add a Vorbis parser to get packet durationJustin Ruggles2012-03-031-0/+1
* Windows Media Audio Lossless decoderMashiat Sarker Shakkhar2012-03-021-0/+1
* msmpeg4: Split encoding backend code off from general backend code.Diego Biurrun2012-03-011-5/+7
* lavc: drop libdirac encoder.Anton Khirnov2012-02-231-1/+0
* mov: set channel layout for AC-3 streams based on the 'dac3' atom infoJustin Ruggles2012-02-221-1/+1
* libmp3lame: use avpriv_mpegaudio_decode_header() for output frame parsingJustin Ruggles2012-02-201-1/+1