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
2017-05-28avcodec/sheervideo: Check input buffer size before allocating and decodingMichael Niedermayer
2017-03-29lavc: fix usages of av_get_codec_tag_string()Clément Bœsch
2017-03-02lavc/sheervideo: Fix Y prediction for interlaced frames with transparency.Carl Eugen Hoyos
2016-10-20lavc/sheervideo: Increase av_get_codec_tag_string() input buffer size.Carl Eugen Hoyos
2016-09-18avcodec/sheervideo: print internal format in debug logPaul B Mahol
2016-09-18avcodec/sheervideo: fix Y prediction in decode_ybr(i) for older formatsPaul B Mahol
2016-06-23avcodec/sheervideo: fix YbYr format decodingPaul B Mahol
2016-06-17avcodec/sheervideo: check build_vlc for failurePaul B Mahol
2016-06-12avcodec/sheervideo: add 10-bit interlaced RGB(A) supportPaul B Mahol
2016-06-10avcodec/sheervideo: add support for 10-bit interlaced YCbCr(A) 4:2:2Paul B Mahol
2016-06-10avcodec/sheervideo: fix argx format supportPaul B Mahol
2016-06-10avcodec/sheervideo: add support for 10-bit interlaced YCbCr(A) 4:4:4(:4)Paul B Mahol
2016-06-10avcodec/sheervideo: fix prediction for ybyr formatPaul B Mahol
2016-06-10avcodec/sheervideo: fix predictions for c82p formatPaul B Mahol
2016-06-09avcodec/sheervideo: supports some other 8bit formatsPaul B Mahol
2016-06-09avcodec/sheervideo: add interlaced YCbCr(A) 4:2:2:4 8-bit supportPaul B Mahol
2016-06-09avcodec/sheervideo: add interlaced YCbCr(A) 4:4:4:4 8-bit supportPaul B Mahol
2016-06-08avcodec/sheervideo: fix order of operations for raw linesPaul B Mahol
2016-06-07avcodec/sheervideo: add support for 8-bit interlaced (A)RGBPaul B Mahol
2016-06-07avcodec: add BitJazz SheerVideo decoderPaul B Mahol