| Commit message (Expand) | Author | Age | Files | Lines |
* | error concealment: check that references are frames and not fields. | Michael Niedermayer | 2012-11-18 | 1 | -0/+4 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-01 | 1 | -3/+0 |
|\ |
|
| * | avcodec: Drop silly and/or broken printf debug output | Diego Biurrun | 2012-10-01 | 1 | -4/+0 |
* | | error_resilience: guess_dc: check malloc failure | Michael Niedermayer | 2012-09-20 | 1 | -0/+7 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -6/+6 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -6/+6 |
* | | ec: print picture type with concealment error message. | Michael Niedermayer | 2012-07-24 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-04 | 1 | -5/+3 |
|\| |
|
| * | mpegvideo: remove VLAs | Ronald S. Bultje | 2012-07-04 | 1 | -1/+1 |
* | | EC: fix dest index for non 420 chroma. | Michael Niedermayer | 2012-04-30 | 1 | -0/+2 |
* | | lowres2 support. | Michael Niedermayer | 2012-04-22 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-22 | 1 | -1/+1 |
|\| |
|
| * | Remove lowres video decoding | Mans Rullgard | 2012-04-21 | 1 | -1/+1 |
* | | error_concealment: Check that the reference is not NULL | Michael Niedermayer | 2012-04-19 | 1 | -0/+4 |
* | | error_concealment: make sure mbaff flags are 0 as interlaced is not supported. | Michael Niedermayer | 2012-04-19 | 1 | -1/+2 |
* | | error_concealment: switch asserts mostly to av_asserts. | Michael Niedermayer | 2012-04-19 | 1 | -4/+4 |
* | | error_concealment: Prevent FPEs in case of corrupted input. | Michael Niedermayer | 2012-03-23 | 1 | -1/+1 |
* | | error_conceal: fix FPE in guess_dc() with huge sizes. | Michael Niedermayer | 2012-03-23 | 1 | -1/+1 |
* | | Revert "error_resilience: initialize s->block_index[]." | Michael Niedermayer | 2012-03-07 | 1 | -20/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-07 | 1 | -0/+20 |
|\| |
|
| * | error_resilience: initialize s->block_index[]. | Ronald S. Bultje | 2012-03-06 | 1 | -0/+20 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-03 | 1 | -3/+3 |
|\| |
|
| * | Replace AVFrame pointer casts by proper struct member accesses. | Diego Biurrun | 2012-03-01 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -1/+1 |
|\| |
|
| * | mpegvideo: Add ff_ prefix to nonstatic functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | | error concealment: initialize block index. | Michael Niedermayer | 2012-01-24 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-19 | 1 | -595/+713 |
|\| |
|
| * | error_resilience: K&R formatting cosmetics | Donald Ovcharov | 2012-01-18 | 1 | -627/+749 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-12 | 1 | -1/+1 |
|\| |
|
| * | Fix a bunch of platform name and other typos. | Diego Biurrun | 2012-01-11 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-08 | 1 | -4/+4 |
|\| |
|
| * | cosmetics: drop some pointless parentheses | Diego Biurrun | 2012-01-07 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-03 | 1 | -2/+6 |
|\| |
|
| * | Fix a bunch of typos. | Diego Biurrun | 2012-01-02 | 1 | -2/+6 |
* | | error_concealment: optimize guess_dc() | Michael Niedermayer | 2011-12-22 | 1 | -51/+63 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-13 | 1 | -45/+45 |
|\| |
|
| * | lavc: introduce ER_MB_END and ER_MB_ERROR | Luca Barbato | 2011-12-13 | 1 | -13/+13 |
| * | error_resilience: use the ER_ namespace | Luca Barbato | 2011-12-13 | 1 | -45/+45 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-13 | 1 | -6/+6 |
|\| |
|
| * | doxygen: misc consistency, spelling and wording fixes | Diego Biurrun | 2011-12-12 | 1 | -2/+2 |
| * | lavc: convert error_recognition to err_recognition. | Dustin Brody | 2011-12-12 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-12 | 1 | -1/+1 |
|\| |
|
| * | Fix a bunch of common typos. | Diego Biurrun | 2011-12-11 | 1 | -1/+1 |
| * | error_resilience: fix the check for missing references in ff_er_frame_end() f... | Laurent Aimar | 2011-10-10 | 1 | -1/+1 |
* | | er: replace VLA with malloc/free | Mans Rullgard | 2011-10-22 | 1 | -3/+5 |
* | | Fix the check for missing references in ff_er_frame_end() for H264. | Laurent Aimar | 2011-10-02 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-12 | 1 | -92/+92 |
|\| |
|
| * | Eliminate FF_COMMON_FRAME macro. | Diego Biurrun | 2011-07-11 | 1 | -88/+88 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-21 | 1 | -0/+4 |
|\| |
|
| * | error_resilience: skip last-MV predictor step if MVs are not available. | Ronald Bultje | 2011-06-20 | 1 | -0/+4 |