Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-04vp8: loopfilter >=sse2 functions need aligned stack on x86-32.Martin Storsjö
2012-07-04amr: remove shift out of the AMR_BIT() macro.Ronald S. Bultje
2012-07-04dsputilenc: group yasm and inline asm function pointer assignment.Ronald S. Bultje
2012-07-04Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun
2012-07-04mpegvideo: remove VLAsRonald S. Bultje
2012-07-04flacdec: move lpc filter to flacdspMans Rullgard
2012-07-04flacdec: split off channel decorrelation as flacdspMans Rullgard
2012-07-04flacdec: factor out code setting avctx->sample_fmtMans Rullgard
2012-07-04flac: make FLAC_CHMODE_* constants consecutiveMans Rullgard
2012-07-04flacdec: allocate sample buffers with av_mallocMans Rullgard
2012-07-04flacdec: remove curr_bps from FLACContextMans Rullgard
2012-07-04flacenc: add option for forcing stereo decorrelation modeMans Rullgard
2012-07-03anm: fix a few Doxygen commentsDiego Biurrun
2012-07-03misc typo and wording fixesDiego Biurrun
2012-07-03snow: remove a VLA used for edge emulationRonald S. Bultje
2012-07-03snow: remove the runs[] VLA.Ronald S. Bultje
2012-07-03snow: Check mallocs at initMartin Storsjö
2012-07-03flacdec: remove redundant setting of avctx->sample_fmtMans Rullgard
2012-07-02snow: remove VLA in mc_block()Mans Rullgard
2012-07-02snow: remove a VLA.Ronald S. Bultje
2012-07-02MS ATC Screen (aka MSS3) decoderKostya Shishkov
2012-07-02roqvideo: Remove a totally unused dspcontextMartin Storsjö
2012-07-01smacker: remove some unused codeMans Rullgard
2012-07-01dsicin: remove dead assignmentMans Rullgard
2012-07-01aacdec: remove dead assignmentMans Rullgard
2012-07-01rl2: remove dead assignmentMans Rullgard
2012-07-01proresenc: make a variable local to the loop where it is usedMans Rullgard
2012-07-01alsdec: remove dead assignmentsMans Rullgard
2012-07-01wma: Lower the maximum number of channels to 2Martin Storsjö
2012-07-01ARM: generate position independent code to access data symbolsMans Rullgard
2012-06-30dsputilenc_mmx: split assignment of ff_sse16_sse2 to SSE2 section.Ronald S. Bultje
2012-06-30dnxhdenc: add space between function argument type and comment.Ronald S. Bultje
2012-06-30x86: fmtconvert: add special asm for float_to_int16_interleave_misc_*Ronald S. Bultje
2012-06-30x86: vc1: fix and enable optimised loop filterMans Rullgard
2012-06-27mss1: validate number of changeable palette entriesKostya Shishkov
2012-06-27mss1: report palette changed when some additional colours were decodedKostya Shishkov
2012-06-27x86: fft: replace call to memcpy by a loopChristophe Gisquet
2012-06-27dxva2: include dxva.h if foundRonald S. Bultje
2012-06-26dxva2_h264: fix signaling of mbaff framesHendrik Leppkes
2012-06-26x86: fft: elf64: fix PIC buildMans Rullgard
2012-06-25x86: fft: win64: fix stack alignment for memcpy() callMans Rullgard
2012-06-25x86: fft: convert sse inline asm to yasmMans Rullgard
2012-06-25x86: place some inline asm under #if HAVE_INLINE_ASMRonald S. Bultje
2012-06-24h264: use asm cabac reader under a generic conditionMans Rullgard
2012-06-23x86: Only use optimizations with cmov if the CPU supports the instructionDiego Biurrun
2012-06-23x86: remove unused inline asm macros from dsputil_mmx.hMans Rullgard
2012-06-23x86: move some inline asm macros to the only places they are usedMans Rullgard
2012-06-22libspeexenc: add supported sample rates and channel layouts.Anton Khirnov
2012-06-22utvideo: mark interlaced frames as suchHendrik Leppkes
2012-06-22utvideo: Fix interlaced prediction for RGB utvideo.Carl Eugen Hoyos