135 Commits (40297a8bdb69844aef780f7e9f2e23700d9d6005)

Author SHA1 Message Date
Michael Niedermayer 23318a5735 error_concealment: Check that the picture is not in a half setup state. 12 years ago
Michael Niedermayer e8fed4d331 error concealment: check that references are frames and not fields. 12 years ago
Diego Biurrun 9c6cf7f2c9 avcodec: Drop silly and/or broken printf debug output 12 years ago
Michael Niedermayer 16e52c86ba error_resilience: guess_dc: check malloc failure 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Michael Niedermayer 2e346bdaba ec: print picture type with concealment error message. 12 years ago
Ronald S. Bultje 89b81a1c88 mpegvideo: remove VLAs 13 years ago
Michael Niedermayer 24e3f44aed EC: fix dest index for non 420 chroma. 13 years ago
Michael Niedermayer 70d54392f5 lowres2 support. 13 years ago
Mans Rullgard 2bcbd98459 Remove lowres video decoding 13 years ago
Michael Niedermayer 903ccf71b7 error_concealment: Check that the reference is not NULL 13 years ago
Michael Niedermayer b066046046 error_concealment: make sure mbaff flags are 0 as interlaced is not supported. 13 years ago
Michael Niedermayer b7c2358f62 error_concealment: switch asserts mostly to av_asserts. 13 years ago
Michael Niedermayer 71c2a70cbf error_concealment: Prevent FPEs in case of corrupted input. 13 years ago
Michael Niedermayer cc415956a4 error_conceal: fix FPE in guess_dc() with huge sizes. 13 years ago
Michael Niedermayer eff2399f24 Revert "error_resilience: initialize s->block_index[]." 13 years ago
Ronald S. Bultje 6193ff6854 error_resilience: initialize s->block_index[]. 13 years ago
Diego Biurrun 47c0ac96aa Replace AVFrame pointer casts by proper struct member accesses. 13 years ago
Martin Storsjö efd29844eb mpegvideo: Add ff_ prefix to nonstatic functions 13 years ago
Michael Niedermayer c77be3a35a error concealment: initialize block index. 13 years ago
Donald Ovcharov ac84f2edd4 error_resilience: K&R formatting cosmetics 13 years ago
Diego Biurrun 5ea20630b4 Fix a bunch of platform name and other typos. 13 years ago
Diego Biurrun 3dc99a18d4 cosmetics: drop some pointless parentheses 13 years ago
Diego Biurrun 8fd35b1aac Fix a bunch of typos. 13 years ago
Michael Niedermayer a40f43db64 error_concealment: optimize guess_dc() 13 years ago
Luca Barbato 63ccd46687 lavc: introduce ER_MB_END and ER_MB_ERROR 13 years ago
Luca Barbato 5bf2ac2b37 error_resilience: use the ER_ namespace 13 years ago
Diego Biurrun 58c42af722 doxygen: misc consistency, spelling and wording fixes 13 years ago
Dustin Brody 5b22d6e132 lavc: convert error_recognition to err_recognition. 13 years ago
Diego Biurrun da9cea77e3 Fix a bunch of common typos. 13 years ago
Mans Rullgard 39b0165f9e er: replace VLA with malloc/free 13 years ago
Laurent Aimar e8ac80fb2c error_resilience: fix the check for missing references in ff_er_frame_end() for H264 13 years ago
Laurent Aimar e1d5bbeb39 Fix the check for missing references in ff_er_frame_end() for H264. 13 years ago
Diego Biurrun 657ccb5ac7 Eliminate FF_COMMON_FRAME macro. 14 years ago
Ronald Bultje 20153fb8f6 error_resilience: skip last-MV predictor step if MVs are not available. 14 years ago
Ronald Bultje d42aaa802e error_resilience: actually add counter when adding a MV predictor. 14 years ago
Alexander Strange 6a9c859444 H264/MPEG frame-level multi-threading. 14 years ago
Michael Niedermayer b8a4b0152a error concealment: check last pictures motion_val before using it. 14 years ago
Michael Niedermayer 3732c48304 error_concealment: Use previous pictures motion vectors when the current ones have been lost. 14 years ago
Multiple Authors a811ec7cb5 Merging branch 'ffmpeg-mt/master' 14 years ago
Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Michael Niedermayer 7b9e98173c Revert "Eliminate pointless '#if 1' statements without matching '#else'." 14 years ago
Diego Biurrun e6ff064845 Eliminate pointless '#if 1' statements without matching '#else'. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Diego Biurrun e5d2bdec11 Add rectangle.h #include for fill_rectangle(). 15 years ago
Michael Niedermayer c28112fab6 Make sure the EC code does not attempt to use inter based concealment if there 15 years ago
Michael Niedermayer fc4a2d1e8c Change ref_index structure so it matches how its organized in h264. 15 years ago
Aurelien Jacobs 3546fa8d87 fix compilation with --disable-everything --enable-decoder=mpeg2video 15 years ago