summaryrefslogtreecommitdiff
path: root/libavcodec/utvideodec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * utvideodec: Handle slice_height being zeroMichael Niedermayer2015-03-091-0/+4
* | avcodec/utvideodec: Fix handling of slice_height=0Michael Niedermayer2014-12-161-0/+4
* | avcodec/utvideodec: Fix undefined behavior in shiftMichael Niedermayer2014-11-111-2/+3
* | avcodec/utvideodec: fix assumtation that slice_height >= 1Michael Niedermayer2014-11-101-2/+2
* | Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765'Michael Niedermayer2014-06-231-4/+5
|\ \ | |/
| * dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-221-4/+5
* | avcodec/utvideodec: fix use of get_vlc2()Michael Niedermayer2014-06-091-1/+1
* | avcodec/utvideodec: Increase vlc lenCarl Eugen Hoyos2014-06-091-1/+1
* | Merge commit 'cba4e6062a02d5bf684e13a770be88aa1fec717e'Michael Niedermayer2014-04-021-1/+1
|\ \ | |/
| * More correct printf format specifiersDiego Biurrun2014-04-021-1/+1
* | Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198'Michael Niedermayer2014-03-221-2/+4
|\ \ | |/
| * avcodec: more correct printf specifiersDiego Biurrun2014-03-221-2/+4
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | avcodec/utvideodec: Fix vlc lenMichael Niedermayer2013-06-211-1/+1
* | (lib)utvideodec: remove setting of color_primariesMichael Niedermayer2013-06-101-2/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-06-101-2/+4
|\ \ | |/
| * utvideodec: Set colorspace by codec_tag.Yusuke Nakamura2013-06-101-0/+4
| * utvideodec: Support ULH0 and ULH2 formats.Yusuke Nakamura2013-06-101-0/+8
* | utvideo: Add ULH0 and ULH2 decoding to the native decoder.Stephen Hutchinson2013-06-101-0/+12
* | Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605'Michael Niedermayer2013-03-141-2/+2
|\ \ | |/
| * avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-2/+2
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-3/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-27/+19
|\ \ | |/