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
2013-01-11error_concealment: Check that the picture is not in a half setup state.Michael Niedermayer
2012-11-19error concealment: check that references are frames and not fields.Michael Niedermayer
2012-10-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-01avcodec: Drop silly and/or broken printf debug outputDiego Biurrun
2012-09-20error_resilience: guess_dc: check malloc failureMichael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-24ec: print picture type with concealment error message.Michael Niedermayer
2012-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-04mpegvideo: remove VLAsRonald S. Bultje
2012-04-30EC: fix dest index for non 420 chroma.Michael Niedermayer
2012-04-23lowres2 support.Michael Niedermayer
2012-04-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-21Remove lowres video decodingMans Rullgard
2012-04-19error_concealment: Check that the reference is not NULLMichael Niedermayer
2012-04-19error_concealment: make sure mbaff flags are 0 as interlaced is not supported.Michael Niedermayer
2012-04-19error_concealment: switch asserts mostly to av_asserts.Michael Niedermayer
2012-03-24error_concealment: Prevent FPEs in case of corrupted input.Michael Niedermayer
2012-03-23error_conceal: fix FPE in guess_dc() with huge sizes.Michael Niedermayer
2012-03-07Revert "error_resilience: initialize s->block_index[]."Michael Niedermayer
2012-03-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-06error_resilience: initialize s->block_index[].Ronald S. Bultje
2012-03-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-02Replace AVFrame pointer casts by proper struct member accesses.Diego Biurrun
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö
2012-01-25error concealment: initialize block index.Michael Niedermayer
2012-01-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-18error_resilience: K&R formatting cosmeticsDonald Ovcharov
2012-01-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-11Fix a bunch of platform name and other typos.Diego Biurrun
2012-01-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-08cosmetics: drop some pointless parenthesesDiego Biurrun
2012-01-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-02Fix a bunch of typos.Diego Biurrun
2011-12-22error_concealment: optimize guess_dc()Michael Niedermayer
2011-12-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-13lavc: introduce ER_MB_END and ER_MB_ERRORLuca Barbato
2011-12-13error_resilience: use the ER_ namespaceLuca Barbato
2011-12-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-12-12lavc: convert error_recognition to err_recognition.Dustin Brody
2011-12-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-10-22er: replace VLA with malloc/freeMans Rullgard
2011-10-10error_resilience: fix the check for missing references in ff_er_frame_end() f...Laurent Aimar
2011-10-02Fix the check for missing references in ff_er_frame_end() for H264.Laurent Aimar
2011-07-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-06-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer