| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/get_bits: unbreak get_bits_le() with cached reader | Paul B Mahol | 2019-04-19 | 1 | -2/+2 |
* | avcodec/utvideodec: use cached bitstream reader everywhere except on x86_32 | Paul B Mahol | 2018-08-30 | 1 | -0/+1 |
* | avcodec/utvideodec: Set pro flag based on fourcc | Michael Niedermayer | 2018-04-01 | 1 | -3/+5 |
* | avcodec/utvideodec: Check subsample factors | Michael Niedermayer | 2018-02-27 | 1 | -0/+9 |
* | avcodec/utvideodec: Add several out of array read related checks | Michael Niedermayer | 2018-02-11 | 1 | -4/+10 |
* | avcodec/utvideodec: Fix bytes left check in decode_frame() | Michael Niedermayer | 2018-02-05 | 1 | -1/+1 |
* | avcodec/utvideodec: add support for UMH2, UMY2, UMH4, UMY4, UMRA, UMRG | Paul B Mahol | 2018-01-02 | 1 | -38/+176 |
* | avcodec/utvideodec : use gradient_pred dsp in interlace decoding | Martin Vignali | 2017-12-19 | 1 | -1/+5 |
* | avcodec/utvideodec : add SIMD (SSSE3 and AVX2) for gradient_pred | Martin Vignali | 2017-12-09 | 1 | -1/+4 |
* | avcodec/utvideodec : use dsp add_median_pred for second line | Martin Vignali | 2017-12-09 | 1 | -2/+10 |
* | libavcodec/utvideo : simplify decode_plane | Martin Vignali | 2017-11-07 | 1 | -14/+12 |
* | Merge commit '7c25523cc8e618e77dc84d960e41e9644eaf8c33' | James Almer | 2017-10-30 | 1 | -1/+11 |
|\ |
|
| * | utvideodec: Fix decoding odd sizes with interlaced video with some formats | Paul B Mahol | 2017-04-25 | 1 | -1/+11 |
| * | utvideodec: Support for gradient prediction | Paul B Mahol | 2017-04-15 | 1 | -5/+227 |
| * | utvideodec: Reuse the huffyuv add_left | Paul B Mahol | 2017-04-15 | 1 | -30/+134 |
| * | utvideodec: Support ULY4 and ULH4 | Paul B Mahol | 2017-04-15 | 1 | -0/+30 |
| * | utvideodec: Support UQRA and UQRG | Paul B Mahol | 2017-04-15 | 1 | -0/+43 |
| * | utvideodec: Support UQY2 | Paul B Mahol | 2017-04-13 | 1 | -39/+243 |
| * | utvideodec: Prevent possible signed overflow | Ganesh Ajjanagadde | 2017-04-13 | 1 | -2/+2 |
| * | utvideodec: Add a missing include | Martin Storsjö | 2017-02-10 | 1 | -0/+1 |
| * | avcodec: Mark some codecs with threadsafe init as such | Derek Buitenhuis | 2017-02-09 | 1 | -0/+1 |
| * | Use bitstream_init8() where appropriate | Diego Biurrun | 2017-02-07 | 1 | -1/+1 |
| * | utvideodec: Convert to the new bitstream reader | Alexandra Hájková | 2016-11-24 | 1 | -7/+8 |
* | | avcodec/utvideodec: Factor multiply out of inner loop | Michael Niedermayer | 2017-06-28 | 1 | -2/+4 |
* | | avcodec/utvideodec: bswap directly without memcpy | Michael Niedermayer | 2017-06-28 | 1 | -6/+2 |
* | | avcodec/utvideodec: enable unchecked bitreader | Michael Niedermayer | 2017-06-28 | 1 | -0/+2 |
* | | avcodec/utvideodec: hardcode vlc bits | Michael Niedermayer | 2017-06-28 | 1 | -5/+5 |
* | | avcodec/utvideodec: Move bitstream end check out of inner loop | Michael Niedermayer | 2017-06-28 | 1 | -10/+12 |
* | | avcodec/utvideodec: add SIMD for restore_rgb_planes | Paul B Mahol | 2017-06-27 | 1 | -46/+7 |
* | | avcodec/utvideodec: decode to GBR(A)P | Paul B Mahol | 2017-06-26 | 1 | -254/+29 |
* | | avcodec/utvideodec: fix gradient prediction when stride does not match width | Paul B Mahol | 2017-04-21 | 1 | -2/+10 |
* | | avcodec/utvideodec: fix decoding odd sizes with interlaced video with some fo... | Paul B Mahol | 2017-04-21 | 1 | -1/+1 |
* | | avcodec/utvideodec: add support for gradient prediction | Paul B Mahol | 2017-04-07 | 1 | -5/+225 |
* | | Merge commit '131a85a1fed9966bbd38517f76abfac0237e39dc' | Clément Bœsch | 2017-03-20 | 1 | -10/+10 |
|\| |
|
| * | utvideo: Change type of array stride parameters to ptrdiff_t | Diego Biurrun | 2016-09-08 | 1 | -6/+6 |
* | | avcodec: Mark some codecs with threadsafe init as such | Derek Buitenhuis | 2017-02-07 | 1 | -0/+2 |
* | | huffyuvdsp: move functions only used by huffyuv from lossless_videodsp | James Almer | 2017-01-12 | 1 | -1/+1 |
* | | lossless_videodsp: move shared functions from huffyuvdsp | James Almer | 2017-01-12 | 1 | -8/+8 |
* | | avcodec/utvideo: fix mistake using wrong arguments for left and lefttop pixel... | Paul B Mahol | 2016-12-24 | 1 | -4/+4 |
* | | avcodec/utvideodec: add SIMD support for median prediction for planar formats | Paul B Mahol | 2016-12-23 | 1 | -30/+134 |
* | | avcodec/utvideodec: add support for ULY4 and ULH4 | Paul B Mahol | 2016-09-04 | 1 | -0/+30 |
* | | avcodec/utvideodec: add support for UQRG and UQRA formats | Paul B Mahol | 2016-06-12 | 1 | -0/+44 |
* | | avcodec/utvideodec: fix multiple slices for UQY2 and other issues | Paul B Mahol | 2016-06-11 | 1 | -9/+18 |
* | | avcodec/utvideo: add support for UQY2 | Paul B Mahol | 2016-06-11 | 1 | -39/+233 |
* | | lavc/utvideodec: prevent possible signed overflow | Ganesh Ajjanagadde | 2016-02-23 | 1 | -2/+2 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
| * | utvideodec: Handle slice_height being zero | Michael Niedermayer | 2015-03-09 | 1 | -0/+4 |