aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* flacdec: add planar output supportMans Rullgard2012-07-054-27/+91
* qdm2: remove broken and disabled dump_context() debug functionDiego Biurrun2012-07-051-48/+0
* x86: h264_intrapred: use newly introduced SPLAT* and PSHUFLW macrosDiego Biurrun2012-07-051-107/+22
* x86inc: add SPLATB_LOAD, SPLATB_REG, PSHUFLW macrosLoren Merritt2012-07-051-21/+0
* x86: h264_intrapred: port to cpuflag macrosDiego Biurrun2012-07-052-146/+168
* h264: use templates to avoid excessive inliningMans Rullgard2012-07-053-533/+550
* mpegvideo: Don't use ff_mspel_motion() for vc1Michael Niedermayer2012-07-051-1/+2
* vp8: Add ifdef guards around the sse2 loopfilter in the sse2slow branch tooMartin Storsjö2012-07-051-0/+2
* vp8: loopfilter >=sse2 functions need aligned stack on x86-32.Martin Storsjö2012-07-041-0/+6
* amr: remove shift out of the AMR_BIT() macro.Ronald S. Bultje2012-07-043-3/+3
* dsputilenc: group yasm and inline asm function pointer assignment.Ronald S. Bultje2012-07-041-1/+1
* Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun2012-07-041-2/+4
* mpegvideo: remove VLAsRonald S. Bultje2012-07-044-3/+19
* flacdec: move lpc filter to flacdspMans Rullgard2012-07-043-33/+49
* flacdec: split off channel decorrelation as flacdspMans Rullgard2012-07-045-43/+179
* flacdec: factor out code setting avctx->sample_fmtMans Rullgard2012-07-041-13/+15
* flac: make FLAC_CHMODE_* constants consecutiveMans Rullgard2012-07-043-15/+9
* flacdec: allocate sample buffers with av_mallocMans Rullgard2012-07-041-2/+1
* flacdec: remove curr_bps from FLACContextMans Rullgard2012-07-041-17/+18
* flacenc: add option for forcing stereo decorrelation modeMans Rullgard2012-07-041-1/+11
* anm: fix a few Doxygen commentsDiego Biurrun2012-07-031-2/+3
* misc typo and wording fixesDiego Biurrun2012-07-035-8/+8
* snow: remove a VLA used for edge emulationRonald S. Bultje2012-07-033-1/+6
* snow: remove the runs[] VLA.Ronald S. Bultje2012-07-033-1/+4
* snow: Check mallocs at initMartin Storsjö2012-07-033-10/+23
* flacdec: remove redundant setting of avctx->sample_fmtMans Rullgard2012-07-021-2/+0
* snow: remove VLA in mc_block()Mans Rullgard2012-07-021-16/+25
* snow: remove a VLA.Ronald S. Bultje2012-07-021-20/+21
* MS ATC Screen (aka MSS3) decoderKostya Shishkov2012-07-025-1/+971
* roqvideo: Remove a totally unused dspcontextMartin Storsjö2012-07-011-1/+0
* smacker: remove some unused codeMans Rullgard2012-07-011-5/+1
* dsicin: remove dead assignmentMans Rullgard2012-07-011-1/+1
* aacdec: remove dead assignmentMans Rullgard2012-07-011-1/+1
* rl2: remove dead assignmentMans Rullgard2012-07-011-1/+1
* proresenc: make a variable local to the loop where it is usedMans Rullgard2012-07-011-2/+1
* alsdec: remove dead assignmentsMans Rullgard2012-07-011-2/+2
* wma: Lower the maximum number of channels to 2Martin Storsjö2012-07-011-1/+1
* ARM: generate position independent code to access data symbolsMans Rullgard2012-07-016-11/+10
* dsputilenc_mmx: split assignment of ff_sse16_sse2 to SSE2 section.Ronald S. Bultje2012-06-301-3/+6
* dnxhdenc: add space between function argument type and comment.Ronald S. Bultje2012-06-301-1/+1
* x86: fmtconvert: add special asm for float_to_int16_interleave_misc_*Ronald S. Bultje2012-06-302-5/+85
* x86: vc1: fix and enable optimised loop filterMans Rullgard2012-06-302-3/+4
* mss1: validate number of changeable palette entriesKostya Shishkov2012-06-271-0/+6
* mss1: report palette changed when some additional colours were decodedKostya Shishkov2012-06-271-1/+1
* x86: fft: replace call to memcpy by a loopChristophe Gisquet2012-06-271-25/+12
* dxva2: include dxva.h if foundRonald S. Bultje2012-06-271-0/+7
* dxva2_h264: fix signaling of mbaff framesHendrik Leppkes2012-06-261-1/+2
* x86: fft: elf64: fix PIC buildMans Rullgard2012-06-251-0/+4
* x86: fft: win64: fix stack alignment for memcpy() callMans Rullgard2012-06-251-7/+9
* x86: fft: convert sse inline asm to yasmMans Rullgard2012-06-253-121/+129