summaryrefslogtreecommitdiff
path: root/libavcodec/error_resilience.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-19
|\
| * error_resilience: K&R formatting cosmeticsDonald Ovcharov2012-01-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-12
|\|
| * Fix a bunch of platform name and other typos.Diego Biurrun2012-01-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-08
|\|
| * cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-03
|\|
| * Fix a bunch of typos.Diego Biurrun2012-01-02
* | error_concealment: optimize guess_dc()Michael Niedermayer2011-12-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-13
|\|
| * lavc: introduce ER_MB_END and ER_MB_ERRORLuca Barbato2011-12-13
| * error_resilience: use the ER_ namespaceLuca Barbato2011-12-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-13
|\|
| * doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
| * lavc: convert error_recognition to err_recognition.Dustin Brody2011-12-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-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
* | er: replace VLA with malloc/freeMans Rullgard2011-10-22
* | Fix the check for missing references in ff_er_frame_end() for H264.Laurent Aimar2011-10-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-12
|\|
| * Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-21
|\|
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-03
|\|
| * H264/MPEG frame-level multi-threading.Alexander Strange2011-06-02
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* | error concealment: check last pictures motion_val before using it.Michael Niedermayer2011-05-12
* | error_concealment: Use previous pictures motion vectors when the current ones...Michael Niedermayer2011-05-11
* | Merging branch 'ffmpeg-mt/master'Multiple Authors2011-05-11
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
* | Revert "Eliminate pointless '#if 1' statements without matching '#else'."Michael Niedermayer2011-04-27
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-27
|\|
| * 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
* Error concealment of h264 with multiple references.Michael Niedermayer2010-03-20
* Use H264s MC instead of mpeg4-asp qpel for h264 error resilience.Michael Niedermayer2010-03-17
* Make sure all mvs of a mb are set in the error concealment code.Michael Niedermayer2010-03-14
* Ensure that the deblock filter accesses the correct MVs for h264.Michael Niedermayer2010-03-14
* Fix guess_mv() so that it works correctly with 4x4 MV blocks.Michael Niedermayer2010-03-12
* Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride toMichael Niedermayer2010-02-25
* 4:2:2 4:4:4 bugfix for the error concealment code.Michael Niedermayer2009-12-01
* Disable error resilience for field pictures, this was never supported,Michael Niedermayer2009-11-30