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-11-14Deprecate obsolete XvMC hardware decoding supportDiego Biurrun
2013-10-28error resilience: check error_concealment, not err_recognition.Anton Khirnov
2013-08-05vdpau: remove old-style decodersRémi Denis-Courmont
2013-04-08lavc: Make pointers to ff_cropTbl constMartin Storsjö
2013-03-08lavc: stop setting AVFrame.motion_subsample_log2Anton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-15error_resilience: decouple ER from MpegEncContextAnton Khirnov
2013-02-07error_resilience: remove a useless if() and FIXMEAnton Khirnov
2012-10-01avcodec: Drop silly and/or broken printf debug outputDiego Biurrun
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-04mpegvideo: remove VLAsRonald S. Bultje
2012-04-21Remove lowres video decodingMans Rullgard
2012-03-06error_resilience: initialize s->block_index[].Ronald S. Bultje
2012-03-02Replace AVFrame pointer casts by proper struct member accesses.Diego Biurrun
2012-02-16mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö
2012-01-18error_resilience: K&R formatting cosmeticsDonald Ovcharov
2012-01-11Fix a bunch of platform name and other typos.Diego Biurrun
2012-01-08cosmetics: drop some pointless parenthesesDiego Biurrun
2012-01-02Fix a bunch of typos.Diego Biurrun
2011-12-13lavc: introduce ER_MB_END and ER_MB_ERRORLuca Barbato
2011-12-13error_resilience: use the ER_ namespaceLuca Barbato
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-12-12lavc: convert error_recognition to err_recognition.Dustin Brody
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-10-10error_resilience: fix the check for missing references in ff_er_frame_end() f...Laurent Aimar
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
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-02H264/MPEG frame-level multi-threading.Alexander Strange
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
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
2010-03-21fix compilation with --disable-everything --enable-decoder=mpeg2videoAurelien Jacobs
2010-03-20Hotfix for regtest-error failureMichael Niedermayer
2010-03-20Error concealment of h264 with multiple references.Michael Niedermayer
2010-03-17Use H264s MC instead of mpeg4-asp qpel for h264 error resilience.Michael Niedermayer
2010-03-14Make sure all mvs of a mb are set in the error concealment code.Michael Niedermayer
2010-03-14Ensure that the deblock filter accesses the correct MVs for h264.Michael Niedermayer
2010-03-12Fix guess_mv() so that it works correctly with 4x4 MV blocks.Michael Niedermayer
2010-02-26Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride toMichael Niedermayer
2009-12-014:2:2 4:4:4 bugfix for the error concealment code.Michael Niedermayer
2009-11-30Disable error resilience for field pictures, this was never supported,Michael Niedermayer
2009-04-10Make sure error resilience does not try to use unavailable reference frames.Reimar Döffinger
2009-02-27Return early if a HW accelerator is used.Gwenole Beauchesne
2009-02-23More approved hunks for VAAPI & our new and cleaner hwaccel API.Gwenole Beauchesne