summaryrefslogtreecommitdiff
path: root/libavcodec/error_resilience.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Error concealment of h264 with multiple references.Michael Niedermayer2010-03-201-18/+35
* Use H264s MC instead of mpeg4-asp qpel for h264 error resilience.Michael Niedermayer2010-03-171-0/+11
* Make sure all mvs of a mb are set in the error concealment code.Michael Niedermayer2010-03-141-3/+8
* Ensure that the deblock filter accesses the correct MVs for h264.Michael Niedermayer2010-03-141-6/+12
* Fix guess_mv() so that it works correctly with 4x4 MV blocks.Michael Niedermayer2010-03-121-11/+35
* Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride toMichael Niedermayer2010-02-251-1/+1
* 4:2:2 4:4:4 bugfix for the error concealment code.Michael Niedermayer2009-12-011-2/+2
* Disable error resilience for field pictures, this was never supported,Michael Niedermayer2009-11-301-0/+1
* Make sure error resilience does not try to use unavailable reference frames.Reimar Döffinger2009-04-101-6/+17
* Return early if a HW accelerator is used.Gwenole Beauchesne2009-02-271-0/+3
* More approved hunks for VAAPI & our new and cleaner hwaccel API.Gwenole Beauchesne2009-02-231-0/+1
* Get rid of some '#if CONFIG_MPEG_XVMC_DECODER' preprocessor checks around ifDiego Biurrun2009-02-161-8/+4
* Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices.Diego Biurrun2009-02-141-3/+3