summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* snow: remove a VLA.Ronald S. Bultje2012-07-02
* MS ATC Screen (aka MSS3) decoderKostya Shishkov2012-07-02
* roqvideo: Remove a totally unused dspcontextMartin Storsjö2012-07-01
* smacker: remove some unused codeMans Rullgard2012-07-01
* dsicin: remove dead assignmentMans Rullgard2012-07-01
* aacdec: remove dead assignmentMans Rullgard2012-07-01
* rl2: remove dead assignmentMans Rullgard2012-07-01
* proresenc: make a variable local to the loop where it is usedMans Rullgard2012-07-01
* alsdec: remove dead assignmentsMans Rullgard2012-07-01
* wma: Lower the maximum number of channels to 2Martin Storsjö2012-07-01
* ARM: generate position independent code to access data symbolsMans Rullgard2012-07-01
* dsputilenc_mmx: split assignment of ff_sse16_sse2 to SSE2 section.Ronald S. Bultje2012-06-30
* dnxhdenc: add space between function argument type and comment.Ronald S. Bultje2012-06-30
* x86: fmtconvert: add special asm for float_to_int16_interleave_misc_*Ronald S. Bultje2012-06-30
* x86: vc1: fix and enable optimised loop filterMans Rullgard2012-06-30
* mss1: validate number of changeable palette entriesKostya Shishkov2012-06-27