summaryrefslogtreecommitdiff
path: root/libavcodec/utvideodec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/utvideodec: add support for UQY0Paul B Mahol2020-02-251-0/+14
* avcodec/get_bits: unbreak get_bits_le() with cached readerPaul B Mahol2019-04-191-2/+2
* avcodec/utvideodec: use cached bitstream reader everywhere except on x86_32Paul B Mahol2018-08-301-0/+1
* avcodec/utvideodec: Set pro flag based on fourccMichael Niedermayer2018-04-011-3/+5
* avcodec/utvideodec: Check subsample factorsMichael Niedermayer2018-02-271-0/+9
* avcodec/utvideodec: Add several out of array read related checksMichael Niedermayer2018-02-111-4/+10
* avcodec/utvideodec: Fix bytes left check in decode_frame()Michael Niedermayer2018-02-051-1/+1
* avcodec/utvideodec: add support for UMH2, UMY2, UMH4, UMY4, UMRA, UMRGPaul B Mahol2018-01-021-38/+176
* avcodec/utvideodec : use gradient_pred dsp in interlace decodingMartin Vignali2017-12-191-1/+5
* avcodec/utvideodec : add SIMD (SSSE3 and AVX2) for gradient_predMartin Vignali2017-12-091-1/+4
* avcodec/utvideodec : use dsp add_median_pred for second lineMartin Vignali2017-12-091-2/+10
* libavcodec/utvideo : simplify decode_planeMartin Vignali2017-11-071-14/+12
* Merge commit '7c25523cc8e618e77dc84d960e41e9644eaf8c33'James Almer2017-10-301-1/+11
|\
| * utvideodec: Fix decoding odd sizes with interlaced video with some formatsPaul B Mahol2017-04-251-1/+11
| * utvideodec: Support for gradient predictionPaul B Mahol2017-04-151-5/+227
| * utvideodec: Reuse the huffyuv add_leftPaul B Mahol2017-04-151-30/+134
| * utvideodec: Support ULY4 and ULH4Paul B Mahol2017-04-151-0/+30
| * utvideodec: Support UQRA and UQRGPaul B Mahol2017-04-151-0/+43
| * utvideodec: Support UQY2Paul B Mahol2017-04-131-39/+243
| * utvideodec: Prevent possible signed overflowGanesh Ajjanagadde2017-04-131-2/+2
| * utvideodec: Add a missing includeMartin Storsjö2017-02-101-0/+1
| * avcodec: Mark some codecs with threadsafe init as suchDerek Buitenhuis2017-02-091-0/+1
| * Use bitstream_init8() where appropriateDiego Biurrun2017-02-071-1/+1
| * utvideodec: Convert to the new bitstream readerAlexandra Hájková2016-11-241-7/+8
* | avcodec/utvideodec: Factor multiply out of inner loopMichael Niedermayer2017-06-281-2/+4
* | avcodec/utvideodec: bswap directly without memcpyMichael Niedermayer2017-06-281-6/+2
* | avcodec/utvideodec: enable unchecked bitreaderMichael Niedermayer2017-06-281-0/+2
* | avcodec/utvideodec: hardcode vlc bitsMichael Niedermayer2017-06-281-5/+5
* | avcodec/utvideodec: Move bitstream end check out of inner loopMichael Niedermayer2017-06-281-10/+12
* | avcodec/utvideodec: add SIMD for restore_rgb_planesPaul B Mahol2017-06-271-46/+7
* | avcodec/utvideodec: decode to GBR(A)PPaul B Mahol2017-06-261-254/+29
* | avcodec/utvideodec: fix gradient prediction when stride does not match widthPaul B Mahol2017-04-211-2/+10
* | avcodec/utvideodec: fix decoding odd sizes with interlaced video with some fo...Paul B Mahol2017-04-211-1/+1
* | avcodec/utvideodec: add support for gradient predictionPaul B Mahol2017-04-071-5/+225
* | Merge commit '131a85a1fed9966bbd38517f76abfac0237e39dc'Clément Bœsch2017-03-201-10/+10
|\ \ | |/
| * utvideo: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-081-6/+6
* | avcodec: Mark some codecs with threadsafe init as suchDerek Buitenhuis2017-02-071-0/+2
* | huffyuvdsp: move functions only used by huffyuv from lossless_videodspJames Almer2017-01-121-1/+1
* | lossless_videodsp: move shared functions from huffyuvdspJames Almer2017-01-121-8/+8
* | avcodec/utvideo: fix mistake using wrong arguments for left and lefttop pixel...Paul B Mahol2016-12-241-4/+4
* | avcodec/utvideodec: add SIMD support for median prediction for planar formatsPaul B Mahol2016-12-231-30/+134
* | avcodec/utvideodec: add support for ULY4 and ULH4Paul B Mahol2016-09-041-0/+30
* | avcodec/utvideodec: add support for UQRG and UQRA formatsPaul B Mahol2016-06-121-0/+44
* | avcodec/utvideodec: fix multiple slices for UQY2 and other issuesPaul B Mahol2016-06-111-9/+18
* | avcodec/utvideo: add support for UQY2Paul B Mahol2016-06-111-39/+233
* | lavc/utvideodec: prevent possible signed overflowGanesh Ajjanagadde2016-02-231-2/+2
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-2/+2
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-2/+2
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1