summaryrefslogtreecommitdiffstats
path: root/libavcodec/clearvideo.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer2019-09-041-2/+2
* avcodec/clearvideo: fix invalid shift in tile size checkMichael Niedermayer2019-08-031-1/+1
* avcodec/clearvideo: Check remaining data in P framesMichael Niedermayer2019-03-171-0/+3
* avcodec/clearvideo: Check remaining input bits in P macro block loopMichael Niedermayer2018-12-141-0/+2
* avcodec/clearvideo: display warning if decoder overreads inputPaul B Mahol2018-04-241-0/+3
* avcodec/clearvideo: do not try to return frame when it is same as previous onePaul B Mahol2018-04-241-5/+2
* lavc/clearvideo: Allow decoding without extradata.Carl Eugen Hoyos2018-04-071-0/+2
* avcodec/clearvideo: fix mixed code and declarationsJames Almer2018-04-041-4/+5
* avcodec/clearvideo: add inter-frame decodingPaul B Mahol2018-04-031-105/+614
* Merge commit '189157c3fc8eeb691e3684b09d971eb5ddb47d5b'James Almer2017-10-301-26/+30
|\
| * Add ClearVideo decoderKostya Shishkov2017-04-251-0/+391
* avcodec/clearvideo: Only output a frame if one is coded in the packetMichael Niedermayer2017-09-111-10/+11
* avcodec/clearvideo: Check buf_size before decoding frameMichael Niedermayer2017-05-261-0/+5
* avcodec/clearvideo: Fix runtime error: signed integer overflow: 181 * 1805075...Michael Niedermayer2017-05-091-2/+2
* avcodec/clearvideo: Fix multiple runtime error: left shift of negative value ...Michael Niedermayer2017-05-061-2/+2
* avcodec/clearvideo: Do not lose the return code of decode_mb()Michael Niedermayer2017-03-301-2/+5
* avcodec: stop using deprecated codec flagsJames Almer2017-03-251-1/+1
* avcodec: add ClearVideo decoderKostya Shishkov2017-03-021-0/+387
OpenPOWER on IntegriCloud