| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/sheervideo: Simplify creating VLC table | Andreas Rheinhardt | 2020-12-08 | 1 | -9/+4 |
* | avcodec/sheervideo: Add av_cold to build_vlc() | Andreas Rheinhardt | 2020-11-24 | 1 | -1/+1 |
* | avcodec/sheervideo: Avoid code duplication when creating VLC tables | Andreas Rheinhardt | 2020-10-10 | 1 | -101/+28 |
* | avcodec/sheervideo: Reduce the size of static arrays | Andreas Rheinhardt | 2020-10-10 | 1 | -58/+69 |
* | avcodec/sheervideo: Don't leave context in inconsistent state upon error | Andreas Rheinhardt | 2020-10-10 | 1 | -6/+7 |
* | avcodec/sheervideo: Inline compile-time constants | Andreas Rheinhardt | 2020-10-10 | 1 | -171/+172 |
* | avcodec/sheervideo: Improve creating VLC tables | Andreas Rheinhardt | 2020-10-10 | 1 | -12/+7 |
* | avcodec/sheervideo: use cached bitstream reader except for x32 | Paul B Mahol | 2020-08-31 | 1 | -0/+2 |
* | avcodec/sheervideo: reduce size of vlc tables to normal values | Paul B Mahol | 2020-08-12 | 1 | -1/+1 |
* | pthread_frame: merge the functionality for normal decoder init and init_threa... | Anton Khirnov | 2020-04-10 | 1 | -14/+0 |
* | avcodec/sheervideo: move tables to own header | Paul B Mahol | 2018-04-03 | 1 | -1070/+1 |
* | avcodec/sheervideo: Check input buffer size before allocating and decoding | Michael Niedermayer | 2017-05-28 | 1 | -0/+5 |
* | lavc: fix usages of av_get_codec_tag_string() | Clément Bœsch | 2017-03-29 | 1 | -3/+1 |
* | lavc/sheervideo: Fix Y prediction for interlaced frames with transparency. | Carl Eugen Hoyos | 2017-03-02 | 1 | -2/+4 |
* | lavc/sheervideo: Increase av_get_codec_tag_string() input buffer size. | Carl Eugen Hoyos | 2016-10-20 | 1 | -1/+1 |
* | avcodec/sheervideo: print internal format in debug log | Paul B Mahol | 2016-09-18 | 1 | -0/+3 |
* | avcodec/sheervideo: fix Y prediction in decode_ybr(i) for older formats | Paul B Mahol | 2016-09-18 | 1 | -2/+6 |
* | avcodec/sheervideo: fix YbYr format decoding | Paul B Mahol | 2016-06-23 | 1 | -4/+4 |
* | avcodec/sheervideo: check build_vlc for failure | Paul B Mahol | 2016-06-16 | 1 | -51/+56 |
* | avcodec/sheervideo: add 10-bit interlaced RGB(A) support | Paul B Mahol | 2016-06-12 | 1 | -0/+233 |
* | avcodec/sheervideo: add support for 10-bit interlaced YCbCr(A) 4:2:2 | Paul B Mahol | 2016-06-10 | 1 | -0/+242 |
* | avcodec/sheervideo: fix argx format support | Paul B Mahol | 2016-06-10 | 1 | -2/+2 |
* | avcodec/sheervideo: add support for 10-bit interlaced YCbCr(A) 4:4:4(:4) | Paul B Mahol | 2016-06-10 | 1 | -0/+233 |
* | avcodec/sheervideo: fix prediction for ybyr format | Paul B Mahol | 2016-06-10 | 1 | -1/+1 |
* | avcodec/sheervideo: fix predictions for c82p format | Paul B Mahol | 2016-06-10 | 1 | -1/+1 |
* | avcodec/sheervideo: supports some other 8bit formats | Paul B Mahol | 2016-06-09 | 1 | -0/+4 |
* | avcodec/sheervideo: add interlaced YCbCr(A) 4:2:2:4 8-bit support | Paul B Mahol | 2016-06-09 | 1 | -0/+178 |
* | avcodec/sheervideo: add interlaced YCbCr(A) 4:4:4:4 8-bit support | Paul B Mahol | 2016-06-09 | 1 | -0/+200 |
* | avcodec/sheervideo: fix order of operations for raw lines | Paul B Mahol | 2016-06-07 | 1 | -8/+8 |
* | avcodec/sheervideo: add support for 8-bit interlaced (A)RGB | Paul B Mahol | 2016-06-07 | 1 | -0/+179 |
* | avcodec: add BitJazz SheerVideo decoder | Paul B Mahol | 2016-06-07 | 1 | -0/+1882 |