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-09mss3: use standard zigzag tableKostya Shishkov
2012-07-09mss3: split DSP functions that are used in MTS2(MSS4) into separate fileKostya Shishkov
2012-07-09motion-test: do not use getopt()Anton Khirnov
2012-07-09libx264: support aspect ratio switchingJULIAN GARDNER
2012-07-06x86: h264_intrapred: Don't add the 'd' suffix to the SPLATB_REG macroMartin Storsjö
2012-07-06mss3: add forgotten 'static' qualifier for private tableKostya Shishkov
2012-07-06lavc: options: add planar names for request_sample_fmtMans Rullgard
2012-07-06flacdec: add planar output supportMans Rullgard
2012-07-05qdm2: remove broken and disabled dump_context() debug functionDiego Biurrun
2012-07-05x86: h264_intrapred: use newly introduced SPLAT* and PSHUFLW macrosDiego Biurrun
2012-07-05x86inc: add SPLATB_LOAD, SPLATB_REG, PSHUFLW macrosLoren Merritt
2012-07-05x86: h264_intrapred: port to cpuflag macrosDiego Biurrun
2012-07-05h264: use templates to avoid excessive inliningMans Rullgard
2012-07-05mpegvideo: Don't use ff_mspel_motion() for vc1Michael Niedermayer
2012-07-05vp8: Add ifdef guards around the sse2 loopfilter in the sse2slow branch tooMartin Storsjö
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