summaryrefslogtreecommitdiff
path: root/libavcodec/error_resilience.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-081-4/+4
|\
| * cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-071-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-031-2/+6
|\ \ | |/
| * Fix a bunch of typos.Diego Biurrun2012-01-021-2/+6
* | error_concealment: optimize guess_dc()Michael Niedermayer2011-12-221-51/+63
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-131-45/+45
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-131-6/+6
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-121-1/+1
|\ \ | |/
| * 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
* | er: replace VLA with malloc/freeMans Rullgard2011-10-221-3/+5
* | Fix the check for missing references in ff_er_frame_end() for H264.Laurent Aimar2011-10-021-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-121-92/+92
|\ \ | |/
| * Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-111-88/+88
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-211-0/+4
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-031-7/+38
|\ \ | |/
| * 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
* | error concealment: check last pictures motion_val before using it.Michael Niedermayer2011-05-121-1/+1
* | error_concealment: Use previous pictures motion vectors when the current ones...Michael Niedermayer2011-05-111-0/+8
* | Merging branch 'ffmpeg-mt/master'Multiple Authors2011-05-111-0/+2
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-4/+4
* | Revert "Eliminate pointless '#if 1' statements without matching '#else'."Michael Niedermayer2011-04-271-5/+12
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-271-12/+5
|\ \ | |/
| * 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