summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* imgconvert: deprecate avcodec_find_best_pix_fmt()Janne Grunau2012-07-13
* imgconvert: add avcodec_find_best_pix_fmt2()Janne Grunau2012-07-13
* imgconvert: avoid undefined left shift in avcodec_find_best_pix_fmtJanne Grunau2012-07-13
* MS Expression Encoder Screen decoderKostya Shishkov2012-07-13
* libfdk-aac: Allow setting the encoder bandwidth/cutoff frequencyMartin Storsjö2012-07-12
* build: Fix Ogg demuxer dependenciesDiego Biurrun2012-07-12
* build: Fix FLAC demuxer dependenciesDiego Biurrun2012-07-12
* flac: Move flac functions shared between libraries to flac common codeDiego Biurrun2012-07-12
* build: Fix CAF demuxer dependenciesDiego Biurrun2012-07-12
* build: Fix MP2 muxer dependenciesDiego Biurrun2012-07-12
* build: Add missing build rules for the ISMV muxerDiego Biurrun2012-07-12
* Support AAC encoding via the external library fdk-aacMartin Storsjö2012-07-12
* libavcodec: Add more AAC profilesMartin Storsjö2012-07-12
* dct/fft-test: use a replacement getopt() if the system has none present.Ronald S. Bultje2012-07-11
* TechSmith Screen Codec 2 decoderKostya Shishkov2012-07-11
* mss1: fix decoding masked regions in interframesKostya Shishkov2012-07-10
* mss3: use standard zigzag tableKostya Shishkov2012-07-09
* mss3: split DSP functions that are used in MTS2(MSS4) into separate fileKostya Shishkov2012-07-09
* motion-test: do not use getopt()Anton Khirnov2012-07-09
* libx264: support aspect ratio switchingJULIAN GARDNER2012-07-09
* x86: h264_intrapred: Don't add the 'd' suffix to the SPLATB_REG macroMartin Storsjö2012-07-06
* mss3: add forgotten 'static' qualifier for private tableKostya Shishkov2012-07-06
* lavc: options: add planar names for request_sample_fmtMans Rullgard2012-07-05
* flacdec: add planar output supportMans Rullgard2012-07-05
* qdm2: remove broken and disabled dump_context() debug functionDiego Biurrun2012-07-05
* x86: h264_intrapred: use newly introduced SPLAT* and PSHUFLW macrosDiego Biurrun2012-07-05
* x86inc: add SPLATB_LOAD, SPLATB_REG, PSHUFLW macrosLoren Merritt2012-07-05
* x86: h264_intrapred: port to cpuflag macrosDiego Biurrun2012-07-05
* h264: use templates to avoid excessive inliningMans Rullgard2012-07-05
* mpegvideo: Don't use ff_mspel_motion() for vc1Michael Niedermayer2012-07-05
* vp8: Add ifdef guards around the sse2 loopfilter in the sse2slow branch tooMartin Storsjö2012-07-05
* vp8: loopfilter >=sse2 functions need aligned stack on x86-32.Martin Storsjö2012-07-04
* amr: remove shift out of the AMR_BIT() macro.Ronald S. Bultje2012-07-04
* dsputilenc: group yasm and inline asm function pointer assignment.Ronald S. Bultje2012-07-04
* Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun2012-07-04
* mpegvideo: remove VLAsRonald S. Bultje2012-07-04
* flacdec: move lpc filter to flacdspMans Rullgard2012-07-04
* flacdec: split off channel decorrelation as flacdspMans Rullgard2012-07-04
* flacdec: factor out code setting avctx->sample_fmtMans Rullgard2012-07-04
* flac: make FLAC_CHMODE_* constants consecutiveMans Rullgard2012-07-04
* flacdec: allocate sample buffers with av_mallocMans Rullgard2012-07-04
* flacdec: remove curr_bps from FLACContextMans Rullgard2012-07-04
* flacenc: add option for forcing stereo decorrelation modeMans Rullgard2012-07-04
* anm: fix a few Doxygen commentsDiego Biurrun2012-07-03
* misc typo and wording fixesDiego Biurrun2012-07-03
* snow: remove a VLA used for edge emulationRonald S. Bultje2012-07-03
* snow: remove the runs[] VLA.Ronald S. Bultje2012-07-03
* snow: Check mallocs at initMartin Storsjö2012-07-03
* flacdec: remove redundant setting of avctx->sample_fmtMans Rullgard2012-07-02
* snow: remove VLA in mc_block()Mans Rullgard2012-07-02