summaryrefslogtreecommitdiff
path: root/libavcodec/sheervideo.c
Commit message (Expand)AuthorAge
* avcodec/sheervideo: Check input buffer size before allocating and decodingMichael Niedermayer2017-05-28
* lavc: fix usages of av_get_codec_tag_string()Clément Bœsch2017-03-29
* lavc/sheervideo: Fix Y prediction for interlaced frames with transparency.Carl Eugen Hoyos2017-03-02
* lavc/sheervideo: Increase av_get_codec_tag_string() input buffer size.Carl Eugen Hoyos2016-10-20
* avcodec/sheervideo: print internal format in debug logPaul B Mahol2016-09-18
* avcodec/sheervideo: fix Y prediction in decode_ybr(i) for older formatsPaul B Mahol2016-09-18
* avcodec/sheervideo: fix YbYr format decodingPaul B Mahol2016-06-23
* avcodec/sheervideo: check build_vlc for failurePaul B Mahol2016-06-16
* avcodec/sheervideo: add 10-bit interlaced RGB(A) supportPaul B Mahol2016-06-12
* avcodec/sheervideo: add support for 10-bit interlaced YCbCr(A) 4:2:2Paul B Mahol2016-06-10
* avcodec/sheervideo: fix argx format supportPaul B Mahol2016-06-10
* avcodec/sheervideo: add support for 10-bit interlaced YCbCr(A) 4:4:4(:4)Paul B Mahol2016-06-10
* avcodec/sheervideo: fix prediction for ybyr formatPaul B Mahol2016-06-10
* avcodec/sheervideo: fix predictions for c82p formatPaul B Mahol2016-06-10
* avcodec/sheervideo: supports some other 8bit formatsPaul B Mahol2016-06-09
* avcodec/sheervideo: add interlaced YCbCr(A) 4:2:2:4 8-bit supportPaul B Mahol2016-06-09
* avcodec/sheervideo: add interlaced YCbCr(A) 4:4:4:4 8-bit supportPaul B Mahol2016-06-09
* avcodec/sheervideo: fix order of operations for raw linesPaul B Mahol2016-06-07
* avcodec/sheervideo: add support for 8-bit interlaced (A)RGBPaul B Mahol2016-06-07
* avcodec: add BitJazz SheerVideo decoderPaul B Mahol2016-06-07