summaryrefslogtreecommitdiffstats
path: root/libavcodec/error_resilience.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '6b52762951fa138eef59e2628dabb389e0500e40'Clément Bœsch2017-03-201-9/+12
|\
| * error_resilience: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-071-9/+12
| * Add some more deprecation guardsDiego Biurrun2016-05-111-0/+2
* | avcodec/error_resilience: Fix "assignment from incompatible pointer type" war...Michael Niedermayer2017-02-161-3/+3
* | lavc/error_resilience: Remove two unused variables.Carl Eugen Hoyos2017-02-011-1/+0
* | avcodec/error_resilience: update indention after last commitMichael Niedermayer2017-01-221-173/+173
* | avcodec/error_resilience: Optimize motion recovery code by using blcok listsMichael Niedermayer2017-01-221-32/+81
* | avcodec/error_resilience: Move variable initialization down, remove unneeded ...Michael Niedermayer2016-12-251-7/+14
* | avcodec/error_resilience: Merge surrounding status checksMichael Niedermayer2016-12-251-20/+12
* | avcodec/error_resilience: Factor block parity check outMichael Niedermayer2016-12-251-4/+1
* | lavc/error_resilience: remove unused skip_last_mv labelClément Bœsch2016-06-221-2/+0
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | avcodec/error_resilience: Improve missing slice handling for mpeg2Michael Niedermayer2016-05-031-1/+1
* | avcodec/error_resilience: remove unneeded and disabled codeMichael Niedermayer2016-03-181-18/+3
* | avcodec/error_resilience: wait for previous frame to be availableMichael Niedermayer2016-03-181-0/+2
* | avcodec/error_resilience: avoid accessing previous or next frames tables beyo...Michael Niedermayer2015-11-141-5/+10
* | lavc: put remaining bits of vdpau-in-decoder under FF_API_CAP_VDPAU.Ronald S. Bultje2015-08-181-0/+2
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
* | avcodec/error_resilience: support grayscaleMichael Niedermayer2015-05-091-8/+18
* | avcodec/error_resilience: Avoid race with updating the error_countMichael Niedermayer2015-04-051-6/+7
* | avcodec/error_resilience: Fix mbskip_table==NULL codepathMichael Niedermayer2015-03-211-1/+1
* | Merge commit '5bc69f38c1af71fbcbfb4b5efa77d0aeb5424c04'Michael Niedermayer2015-03-211-3/+4
|\ \ | |/
| * error_resilience: do not require mbintra/skip tablesAnton Khirnov2015-03-211-3/+4
* | Merge commit 'cf1e0786ed64e69614760bfb4ecd7adbde8e6094'Michael Niedermayer2015-01-271-5/+11
|\ \ | |/
| * error_resilience: move the MECmpContext initialization into ER codeAnton Khirnov2015-01-271-5/+11
* | avcodec/error_resilience: Remove special case for H.264 from is_intra_more_li...Michael Niedermayer2015-01-111-3/+0
* | Merge commit 'c442190a6bfd8036f6c32b78e1e96ff3b830f8f0'Michael Niedermayer2014-11-041-1/+1
|\ \ | |/
| * error_resilience: initialize prev_* variablesVittorio Giovara2014-11-031-1/+1
| * error_resilience: Drop asserts from guess_mv()Diego Biurrun2014-08-211-2/+0
* | avcodec/error_resilience: avoid pointer arithmetic with NULLMichael Niedermayer2014-10-121-1/+2
* | avcodec/error_resilience: make error an local variable where possibleMichael Niedermayer2014-08-021-6/+6
* | avcodec/error_resilience: comment out unused assignmentMichael Niedermayer2014-08-021-1/+1
* | Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer2014-07-171-5/+5
|\ \ | |/
| * dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-171-5/+5
| * lavc: er: remove unused variable sizeJanne Grunau2014-03-181-1/+0
* | avcodec: add option to make is_intra_more_likely() from error concealment ret...Michael Niedermayer2014-05-121-0/+3
* | vcodec/error_resilience: use av_malloc_array()Michael Niedermayer2014-04-121-2/+2
* | Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b'Michael Niedermayer2014-03-171-0/+1
|\ \ | |/
| * mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-161-0/+1
* | avcodec/error_resilience: fix the case when MVs are not availableMichael Niedermayer2014-03-171-2/+26
* | Merge commit 'd66e305bd1b4f3e91ae4e7e549148509d0811672'Michael Niedermayer2014-03-171-131/+115
|\ \ | |/
| * er: move relevant fields from Picture to ERPictureVittorio Giovara2014-03-161-115/+100
* | Merge commit '05563ccacc98fd185affdbf8cbaf094caf36b852'Michael Niedermayer2014-03-141-2/+2
|\ \ | |/
| * dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun2014-03-131-2/+2
* | Convert XvMC to hwaccel v3Ivan Kalvachev2013-12-221-14/+6
* | avcodec/error_resilience: check that er is supported before attempting to rea...Michael Niedermayer2013-12-061-1/+1
* | avcodec/error_resilience: factor er_supported() check outMichael Niedermayer2013-12-061-3/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-141-0/+10
|\ \ | |/
| * Deprecate obsolete XvMC hardware decoding supportDiego Biurrun2013-11-131-0/+10
OpenPOWER on IntegriCloud