summaryrefslogtreecommitdiff
path: root/libavcodec/error_resilience.c
Commit message (Expand)AuthorAge
* Add some more deprecation guardsDiego Biurrun2016-05-11
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* error_resilience: do not require mbintra/skip tablesAnton Khirnov2015-03-21
* error_resilience: move the MECmpContext initialization into ER codeAnton Khirnov2015-01-27
* error_resilience: initialize prev_* variablesVittorio Giovara2014-11-03
* error_resilience: Drop asserts from guess_mv()Diego Biurrun2014-08-21
* dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-17
* lavc: er: remove unused variable sizeJanne Grunau2014-03-18
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-16
* er: move relevant fields from Picture to ERPictureVittorio Giovara2014-03-16
* dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun2014-03-13
* Deprecate obsolete XvMC hardware decoding supportDiego Biurrun2013-11-13
* error resilience: check error_concealment, not err_recognition.Anton Khirnov2013-10-28
* vdpau: remove old-style decodersRémi Denis-Courmont2013-08-05
* lavc: Make pointers to ff_cropTbl constMartin Storsjö2013-04-08
* lavc: stop setting AVFrame.motion_subsample_log2Anton Khirnov2013-03-08
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* error_resilience: decouple ER from MpegEncContextAnton Khirnov2013-02-15
* error_resilience: remove a useless if() and FIXMEAnton Khirnov2013-02-06
* avcodec: Drop silly and/or broken printf debug outputDiego Biurrun2012-10-01
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* mpegvideo: remove VLAsRonald S. Bultje2012-07-04
* Remove lowres video decodingMans Rullgard2012-04-21
* error_resilience: initialize s->block_index[].Ronald S. Bultje2012-03-06
* Replace AVFrame pointer casts by proper struct member accesses.Diego Biurrun2012-03-01
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-15
* error_resilience: K&R formatting cosmeticsDonald Ovcharov2012-01-18
* Fix a bunch of platform name and other typos.Diego Biurrun2012-01-11
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-07
* Fix a bunch of typos.Diego Biurrun2012-01-02
* lavc: introduce ER_MB_END and ER_MB_ERRORLuca Barbato2011-12-13
* error_resilience: use the ER_ namespaceLuca Barbato2011-12-13
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
* lavc: convert error_recognition to err_recognition.Dustin Brody2011-12-12
* Fix a bunch of common typos.Diego Biurrun2011-12-11
* error_resilience: fix the check for missing references in ff_er_frame_end() f...Laurent Aimar2011-10-10
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
* error_resilience: skip last-MV predictor step if MVs are not available.Ronald Bultje2011-06-20
* error_resilience: actually add counter when adding a MV predictor.Ronald Bultje2011-06-20
* H264/MPEG frame-level multi-threading.Alexander Strange2011-06-02
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun2011-04-26
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Add rectangle.h #include for fill_rectangle().Diego Biurrun2010-04-13
* Make sure the EC code does not attempt to use inter based concealment if thereMichael Niedermayer2010-03-30
* Change ref_index structure so it matches how its organized in h264.Michael Niedermayer2010-03-23
* fix compilation with --disable-everything --enable-decoder=mpeg2videoAurelien Jacobs2010-03-20
* Hotfix for regtest-error failureMichael Niedermayer2010-03-20