Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-04avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer
2019-08-03avcodec/clearvideo: fix invalid shift in tile size checkMichael Niedermayer
2019-03-17avcodec/clearvideo: Check remaining data in P framesMichael Niedermayer
2018-12-15avcodec/clearvideo: Check remaining input bits in P macro block loopMichael Niedermayer
2018-04-24avcodec/clearvideo: display warning if decoder overreads inputPaul B Mahol
2018-04-24avcodec/clearvideo: do not try to return frame when it is same as previous onePaul B Mahol
2018-04-07lavc/clearvideo: Allow decoding without extradata.Carl Eugen Hoyos
2018-04-04avcodec/clearvideo: fix mixed code and declarationsJames Almer
2018-04-03avcodec/clearvideo: add inter-frame decodingPaul B Mahol
2017-10-30Merge commit '189157c3fc8eeb691e3684b09d971eb5ddb47d5b'James Almer
2017-09-11avcodec/clearvideo: Only output a frame if one is coded in the packetMichael Niedermayer
2017-05-26avcodec/clearvideo: Check buf_size before decoding frameMichael Niedermayer
2017-05-09avcodec/clearvideo: Fix runtime error: signed integer overflow: 181 * 1805075...Michael Niedermayer
2017-05-06avcodec/clearvideo: Fix multiple runtime error: left shift of negative value ...Michael Niedermayer
2017-04-25Add ClearVideo decoderKostya Shishkov
2017-03-31avcodec/clearvideo: Do not lose the return code of decode_mb()Michael Niedermayer
2017-03-26avcodec: stop using deprecated codec flagsJames Almer
2017-03-02avcodec: add ClearVideo decoderKostya Shishkov