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-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
2011-06-21error_resilience: skip last-MV predictor step if MVs are not available.Ronald Bultje
2011-06-21error_resilience: actually add counter when adding a MV predictor.Ronald Bultje
2011-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-02H264/MPEG frame-level multi-threading.Alexander Strange
2011-05-12error concealment: check last pictures motion_val before using it.Michael Niedermayer
2011-05-11error_concealment: Use previous pictures motion vectors when the current ones...Michael Niedermayer
2011-05-11Merging branch 'ffmpeg-mt/master'Multiple Authors
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-27Revert "Eliminate pointless '#if 1' statements without matching '#else'."Michael Niedermayer
2011-04-27Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-26Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-14Add rectangle.h #include for fill_rectangle().Diego Biurrun
2010-03-31Make sure the EC code does not attempt to use inter based concealment if thereMichael Niedermayer
2010-03-23Change ref_index structure so it matches how its organized in h264.Michael Niedermayer