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