83 Commits (dfb5046cf33b0cdb7d2b780d8d32e72b98a5914c)

Author SHA1 Message Date
Paul B Mahol 562f00ed07 avcodec/utvideodec: use cached bitstream reader everywhere except on x86_32 6 years ago
Michael Niedermayer 47b7c68ae5 avcodec/utvideodec: Set pro flag based on fourcc 7 years ago
Michael Niedermayer 7414d0bda7 avcodec/utvideodec: Check subsample factors 7 years ago
Michael Niedermayer 76cc0f0f67 avcodec/utvideodec: Add several out of array read related checks 7 years ago
Michael Niedermayer 118e1b0b33 avcodec/utvideodec: Fix bytes left check in decode_frame() 7 years ago
Paul B Mahol 92b32664cd avcodec/utvideodec: add support for UMH2, UMY2, UMH4, UMY4, UMRA, UMRG 7 years ago
Martin Vignali f2e9156eb6 avcodec/utvideodec : use gradient_pred dsp in interlace decoding 7 years ago
Martin Vignali 630967ef63 avcodec/utvideodec : add SIMD (SSSE3 and AVX2) for gradient_pred 7 years ago
Martin Vignali 9e1c9633cc avcodec/utvideodec : use dsp add_median_pred for second line 7 years ago
Martin Vignali 9c71473189 libavcodec/utvideo : simplify decode_plane 7 years ago
Michael Niedermayer 850c6db97d avcodec/utvideodec: Factor multiply out of inner loop 8 years ago
Michael Niedermayer 5eb4701b7d avcodec/utvideodec: bswap directly without memcpy 8 years ago
Michael Niedermayer 676a589c93 avcodec/utvideodec: enable unchecked bitreader 8 years ago
Michael Niedermayer 9c604b34d4 avcodec/utvideodec: hardcode vlc bits 8 years ago
Michael Niedermayer 1835c5e7a4 avcodec/utvideodec: Move bitstream end check out of inner loop 8 years ago
Paul B Mahol 4ed7c2bbc3 avcodec/utvideodec: add SIMD for restore_rgb_planes 8 years ago
Paul B Mahol 3594788b71 avcodec/utvideodec: decode to GBR(A)P 8 years ago
Luca Barbato 73fc82f343 vlc: Add header #include when the types are used 8 years ago
Paul B Mahol b812db66af utvideodec: Fix gradient prediction when stride does not match width 8 years ago
Paul B Mahol 7c25523cc8 utvideodec: Fix decoding odd sizes with interlaced video with some formats 8 years ago
Paul B Mahol 4925537004 avcodec/utvideodec: fix gradient prediction when stride does not match width 8 years ago
Paul B Mahol 9ef21a897c avcodec/utvideodec: fix decoding odd sizes with interlaced video with some formats 8 years ago
Paul B Mahol 378460fef1 utvideodec: Support for gradient prediction 8 years ago
Paul B Mahol 9227bd8ac2 utvideodec: Reuse the huffyuv add_left 8 years ago
Paul B Mahol 4f33d9d41a utvideodec: Support ULY4 and ULH4 8 years ago
Paul B Mahol a93faf30d6 utvideodec: Support UQRA and UQRG 8 years ago
Paul B Mahol c523095564 utvideodec: Support UQY2 8 years ago
Ganesh Ajjanagadde 1fe858136b utvideodec: Prevent possible signed overflow 8 years ago
Paul B Mahol faa94a576f avcodec/utvideodec: add support for gradient prediction 8 years ago
Martin Storsjö bc25897630 utvideodec: Add a missing include 8 years ago
Derek Buitenhuis 77c23704c7 avcodec: Mark some codecs with threadsafe init as such 8 years ago
Derek Buitenhuis 91ed4e7196 avcodec: Mark some codecs with threadsafe init as such 8 years ago
Diego Biurrun a25dac976a Use bitstream_init8() where appropriate 8 years ago
James Almer 47f212329e huffyuvdsp: move functions only used by huffyuv from lossless_videodsp 8 years ago
James Almer 5ac1dd8e23 lossless_videodsp: move shared functions from huffyuvdsp 8 years ago
Paul B Mahol 68e5598e22 avcodec/utvideo: fix mistake using wrong arguments for left and lefttop pixel components 8 years ago
Paul B Mahol ea93052db3 avcodec/utvideodec: add SIMD support for median prediction for planar formats 8 years ago
Alexandra Hájková 104a4289f9 utvideodec: Convert to the new bitstream reader 8 years ago
Diego Biurrun 131a85a1fe utvideo: Change type of array stride parameters to ptrdiff_t 8 years ago
Paul B Mahol c62cb9bf5a avcodec/utvideodec: add support for ULY4 and ULH4 8 years ago
Paul B Mahol 84efdabc94 avcodec/utvideodec: add support for UQRG and UQRA formats 9 years ago
Paul B Mahol 3ecc59bc35 avcodec/utvideodec: fix multiple slices for UQY2 and other issues 9 years ago
Paul B Mahol 115e63c8d6 avcodec/utvideo: add support for UQY2 9 years ago
Ganesh Ajjanagadde e86444b19d lavc/utvideodec: prevent possible signed overflow 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 10 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Michael Niedermayer 0ce3a0f9d9 utvideodec: Handle slice_height being zero 10 years ago
Michael Niedermayer 3881606240 avcodec/utvideodec: Fix handling of slice_height=0 10 years ago
Michael Niedermayer 48efe9ec86 avcodec/utvideodec: Fix undefined behavior in shift 10 years ago
Michael Niedermayer 7656c4c6e6 avcodec/utvideodec: fix assumtation that slice_height >= 1 10 years ago