56 Commits (b12a36170b1314a991cff0d618a96259d4b172f4)

Author SHA1 Message Date
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
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 faa94a576f avcodec/utvideodec: add support for gradient prediction 8 years ago
Derek Buitenhuis 91ed4e7196 avcodec: Mark some codecs with threadsafe init as such 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 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 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
Diego Biurrun c67b449beb dsputil: Split bswap*_buf() off into a separate context 11 years ago
Michael Niedermayer 29a1164e60 avcodec/utvideodec: fix use of get_vlc2() 11 years ago
Carl Eugen Hoyos 673716c54b avcodec/utvideodec: Increase vlc len 11 years ago
Diego Biurrun cba4e6062a More correct printf format specifiers 11 years ago
Diego Biurrun cc8163e1a3 avcodec: more correct printf specifiers 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Michael Niedermayer 79cd5d39ba avcodec/utvideodec: Fix vlc len 12 years ago
Michael Niedermayer e473f7e659 (lib)utvideodec: remove setting of color_primaries 12 years ago
Stephen Hutchinson 3f54547709 utvideo: Add ULH0 and ULH2 decoding to the native decoder. 12 years ago
Yusuke Nakamura 252ee3d39b utvideodec: Set colorspace by codec_tag. 12 years ago
Yusuke Nakamura b441fdeb15 utvideodec: Support ULH0 and ULH2 formats. 12 years ago
Diego Biurrun 6d97484d72 avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Jan Ekström 01cb4c84f5 utvideodec: Fix single symbol mode decoding 12 years ago
Jan Ekström 1ab5a78042 lavc: add Ut Video encoder 12 years ago
Jan Ekström 77f47e3288 utvideo: Rename utvideo.c to utvideodec.c 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Hendrik Leppkes f6b4624fcf utvideo: mark interlaced frames as such 13 years ago
Carl Eugen Hoyos 8875333707 utvideo: Fix interlaced prediction for RGB utvideo. 13 years ago
Hendrik Leppkes 2d61f0040d utvideo: mark interlaced frames as such 13 years ago
Carl Eugen Hoyos 3b3150ec9b Fix interlaced prediction for RGB utvideo. 13 years ago
Jan Ekström b5c3f0b994 utvideo: general cosmetics 13 years ago
Derek Buitenhuis 5a59d2c40b utvideo: Remove unused variable 'src_size' 13 years ago
Derek Buitenhuis 5096399df2 utvideo: Remove unused variable 'src_size' 13 years ago