summaryrefslogtreecommitdiffstats
path: root/libavcodec/error_resilience.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-3/+3
* Move VDPAU check, make future VDPAU patches smaller.Carl Eugen Hoyos2009-01-091-0/+1
* Switch xvmc over to a CONFIG_ option.Diego Biurrun2008-12-151-3/+3
* Do not attempt to perform error concealment in lowres mode as this isMichael Niedermayer2008-09-301-1/+1
* Ensure that no non-existing frame is used.Michael Niedermayer2008-09-251-1/+1
* Rename error_resilience to error_recognition.Michael Niedermayer2008-09-081-4/+4
* cosmetics: typo fixesDiego Biurrun2008-03-221-1/+1
* typo: occured --> occurredDiego Biurrun2008-03-221-1/+1
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-091-4/+4
* typo fix: inited --> initializedDiego Biurrun2008-02-131-1/+1
* On bitstream error is_intra_more_likely() could use dsp.sad[0]() that will se...Ivan Kalvachev2007-09-281-0/+5
* misc spelling fixesDiego Biurrun2007-06-121-1/+1
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-101-1/+0
OpenPOWER on IntegriCloud