summaryrefslogtreecommitdiff
path: root/libavcodec/sheervideo.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/sheervideo: Simplify creating VLC tableAndreas Rheinhardt2020-12-081-9/+4
* avcodec/sheervideo: Add av_cold to build_vlc()Andreas Rheinhardt2020-11-241-1/+1
* avcodec/sheervideo: Avoid code duplication when creating VLC tablesAndreas Rheinhardt2020-10-101-101/+28
* avcodec/sheervideo: Reduce the size of static arraysAndreas Rheinhardt2020-10-101-58/+69
* avcodec/sheervideo: Don't leave context in inconsistent state upon errorAndreas Rheinhardt2020-10-101-6/+7
* avcodec/sheervideo: Inline compile-time constantsAndreas Rheinhardt2020-10-101-171/+172
* avcodec/sheervideo: Improve creating VLC tablesAndreas Rheinhardt2020-10-101-12/+7
* avcodec/sheervideo: use cached bitstream reader except for x32Paul B Mahol2020-08-311-0/+2
* avcodec/sheervideo: reduce size of vlc tables to normal valuesPaul B Mahol2020-08-121-1/+1
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-101-14/+0
* avcodec/sheervideo: move tables to own headerPaul B Mahol2018-04-031-1070/+1
* avcodec/sheervideo: Check input buffer size before allocating and decodingMichael Niedermayer2017-05-281-0/+5
* lavc: fix usages of av_get_codec_tag_string()Clément Bœsch2017-03-291-3/+1
* lavc/sheervideo: Fix Y prediction for interlaced frames with transparency.Carl Eugen Hoyos2017-03-021-2/+4
* lavc/sheervideo: Increase av_get_codec_tag_string() input buffer size.Carl Eugen Hoyos2016-10-201-1/+1
* avcodec/sheervideo: print internal format in debug logPaul B Mahol2016-09-181-0/+3
* avcodec/sheervideo: fix Y prediction in decode_ybr(i) for older formatsPaul B Mahol2016-09-181-2/+6
* avcodec/sheervideo: fix YbYr format decodingPaul B Mahol2016-06-231-4/+4
* avcodec/sheervideo: check build_vlc for failurePaul B Mahol2016-06-161-51/+56
* avcodec/sheervideo: add 10-bit interlaced RGB(A) supportPaul B Mahol2016-06-121-0/+233
* avcodec/sheervideo: add support for 10-bit interlaced YCbCr(A) 4:2:2Paul B Mahol2016-06-101-0/+242
* avcodec/sheervideo: fix argx format supportPaul B Mahol2016-06-101-2/+2
* avcodec/sheervideo: add support for 10-bit interlaced YCbCr(A) 4:4:4(:4)Paul B Mahol2016-06-101-0/+233
* avcodec/sheervideo: fix prediction for ybyr formatPaul B Mahol2016-06-101-1/+1
* avcodec/sheervideo: fix predictions for c82p formatPaul B Mahol2016-06-101-1/+1
* avcodec/sheervideo: supports some other 8bit formatsPaul B Mahol2016-06-091-0/+4
* avcodec/sheervideo: add interlaced YCbCr(A) 4:2:2:4 8-bit supportPaul B Mahol2016-06-091-0/+178
* avcodec/sheervideo: add interlaced YCbCr(A) 4:4:4:4 8-bit supportPaul B Mahol2016-06-091-0/+200
* avcodec/sheervideo: fix order of operations for raw linesPaul B Mahol2016-06-071-8/+8
* avcodec/sheervideo: add support for 8-bit interlaced (A)RGBPaul B Mahol2016-06-071-0/+179
* avcodec: add BitJazz SheerVideo decoderPaul B Mahol2016-06-071-0/+1882