summaryrefslogtreecommitdiff
path: root/libavcodec/clearvideo.c
Commit message (Expand)AuthorAgeFilesLines
* 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