summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86: place some inline asm under #if HAVE_INLINE_ASMRonald S. Bultje2012-06-258-0/+39
* h264: use asm cabac reader under a generic conditionMans Rullgard2012-06-232-3/+5
* x86: Only use optimizations with cmov if the CPU supports the instructionDiego Biurrun2012-06-233-3/+6
* x86: remove unused inline asm macros from dsputil_mmx.hMans Rullgard2012-06-231-68/+0
* x86: move some inline asm macros to the only places they are usedMans Rullgard2012-06-233-34/+34
* libspeexenc: add supported sample rates and channel layouts.Anton Khirnov2012-06-221-0/+6
* utvideo: mark interlaced frames as suchHendrik Leppkes2012-06-221-0/+2
* utvideo: Fix interlaced prediction for RGB utvideo.Carl Eugen Hoyos2012-06-221-4/+11
OpenPOWER on IntegriCloud