| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/decode: add a flags parameter to ff_reget_buffer() | James Almer | 2019-09-04 | 1 | -2/+2 |
* | avcodec/clearvideo: fix invalid shift in tile size check | Michael Niedermayer | 2019-08-03 | 1 | -1/+1 |
* | avcodec/clearvideo: Check remaining data in P frames | Michael Niedermayer | 2019-03-17 | 1 | -0/+3 |
* | avcodec/clearvideo: Check remaining input bits in P macro block loop | Michael Niedermayer | 2018-12-14 | 1 | -0/+2 |
* | avcodec/clearvideo: display warning if decoder overreads input | Paul B Mahol | 2018-04-24 | 1 | -0/+3 |
* | avcodec/clearvideo: do not try to return frame when it is same as previous one | Paul B Mahol | 2018-04-24 | 1 | -5/+2 |
* | lavc/clearvideo: Allow decoding without extradata. | Carl Eugen Hoyos | 2018-04-07 | 1 | -0/+2 |
* | avcodec/clearvideo: fix mixed code and declarations | James Almer | 2018-04-04 | 1 | -4/+5 |
* | avcodec/clearvideo: add inter-frame decoding | Paul B Mahol | 2018-04-03 | 1 | -105/+614 |
* | Merge commit '189157c3fc8eeb691e3684b09d971eb5ddb47d5b' | James Almer | 2017-10-30 | 1 | -26/+30 |
|\ |
|
| * | Add ClearVideo decoder | Kostya Shishkov | 2017-04-25 | 1 | -0/+391 |
* | avcodec/clearvideo: Only output a frame if one is coded in the packet | Michael Niedermayer | 2017-09-11 | 1 | -10/+11 |
* | avcodec/clearvideo: Check buf_size before decoding frame | Michael Niedermayer | 2017-05-26 | 1 | -0/+5 |
* | avcodec/clearvideo: Fix runtime error: signed integer overflow: 181 * 1805075... | Michael Niedermayer | 2017-05-09 | 1 | -2/+2 |
* | avcodec/clearvideo: Fix multiple runtime error: left shift of negative value ... | Michael Niedermayer | 2017-05-06 | 1 | -2/+2 |
* | avcodec/clearvideo: Do not lose the return code of decode_mb() | Michael Niedermayer | 2017-03-30 | 1 | -2/+5 |
* | avcodec: stop using deprecated codec flags | James Almer | 2017-03-25 | 1 | -1/+1 |
* | avcodec: add ClearVideo decoder | Kostya Shishkov | 2017-03-02 | 1 | -0/+387 |