27199 Commits (5846d8a91ebd953ad7cdad6a27267509e87e0821)

Author SHA1 Message Date
Mickaël Raulet 5c3fa74b94 hevc: support luma bit depth != chroma bit depth for PCM coding units 11 years ago
Guillaume Martres 78d0b7f36e hevc: warn when an unknown profile is used 11 years ago
Gildas Cocherel 259cddb137 hevc_ps: fix indentation 11 years ago
Gildas Cocherel 2d18aaa14b hevc: refactor Profile Tier Level 11 years ago
Guillaume Martres 67bbaed5c4 hevc: don't check for errors in PTL code 11 years ago
Gildas Cocherel 321cb8b048 hevc: store profile and level in AVCodecContext 11 years ago
Gildas Cocherel 2a41826bea lavc: add HEVC profiles names 11 years ago
Michael Niedermayer b07a5e9b6b avformat/smacker: check for format mismatch more completely 11 years ago
Anton Khirnov dfc50ac85e x86: mpegvideo: move denoise_dct asm to mpegvideoenc 11 years ago
Michael Niedermayer 34fe125f4b avcodec/mpegvideo_enc: fix frame skipping with intra only codecs 11 years ago
Michael Niedermayer 241eccd628 avcodec/mpegvideo_enc: fix integer overflow with -skip_exp >= 2 11 years ago
Mason Carter b254490bda vc1: arm: Add NEON no_rnd chroma MC 11 years ago
Mason Carter 832e190632 vc1: arm: Add NEON assembly 11 years ago
Michael Niedermayer b3f44eafa5 avcodec/iff: warn about truncated input to decode_byterun() and clear remaining output 11 years ago
Michael Niedermayer 5a5c1b2442 avcodec/dxa: check for overread in decode_13() 11 years ago
Michael Niedermayer f6c95f4f8c avcodec/dxa: add padding to decomp_buf 11 years ago
Michael Niedermayer a33c7dd213 avcodec/flashsv: check decode_hybrid() for overread 11 years ago
Michael Niedermayer 8eb76217d0 avcodec/interplayvideo: Check that enough data is available for opcode_0x7/8/D 11 years ago
Michael Niedermayer 66875798eb avcodec/interplayvideo: Check that enough data is available for opcode_0x9 11 years ago
Michael Niedermayer ff1e30c059 avcodec/interplayvideo: Check that enough data is available for opcode_0xA 11 years ago
Michael Niedermayer cb079b1b2b avcodec/pngdec: fix signed overflow 11 years ago
Michael Niedermayer 4a2570f50a avcodec/nuv: zero buffer padding 11 years ago
Michael Niedermayer 1935173fd1 avcodec/dirac_dwt: initialize support value for fidelity wavelet 11 years ago
Martin Storsjö b3189aff8b png_parser: Fix parsing on big endian 11 years ago
Anssi Hannula e10fccf62a avcodec/aacdec: default to non-wide 7.1 in non-strict mode 11 years ago
Michael Niedermayer 3e626548ce avcodec/vc1dec: use av_mallocz for luma_mv 11 years ago
Michael Niedermayer d8fd183683 vc1: Fix mb_height for field pictures 11 years ago
Michael Niedermayer c90f31146e avcodec/utils: drop 2 dependancies on sizeof(AVFrame) 11 years ago
Michael Niedermayer 3c8b085764 avcodec/libvorbisenc: drop dependancy on sizeof(AVFrame) 11 years ago
Michael Niedermayer b8f4410ff6 avcodec/flashsv2enc: drop dependancy on sizeof(AVFrame) 11 years ago
Michael Niedermayer 8443b27072 avcodec/j2kenc: drop dependancy on sizeof(AVFrame) 11 years ago
Michael Niedermayer 1458f0647c avcodec/libopenjpegenc: drop dependancy on sizeof(AVFrame) 11 years ago
Michael Niedermayer 5b3f4b3ef5 avcodec/mjpegenc: drop dependancy on sizeof(AVFrame) 11 years ago
Michael Niedermayer c81234651f avcodec/msvideo1enc: drop dependancy on sizeof(AVFrame) 11 years ago
Michael Niedermayer fca7943850 avcodec/diracdec: avoid depending on sizeof(AVFrame) 11 years ago
Michael Niedermayer c5f7c8f9a9 avcodec/svq3: set last/next frames to defaults before use 11 years ago
Michael Niedermayer 5abdda214d avcodec/utils: implement avcodec_alloc_frame() through av_alloc_frame() 11 years ago
Michael Niedermayer 6aed7bfd84 avcodec: use av_frame_unref() to set frame defaults 11 years ago
Vittorio Giovara 3d9fc21e59 h264: Refactor decode_frame_packing_arrangement 11 years ago
Luca Barbato 3a149e23d3 hevc: Refactor decode_nal_sei_frame_packing_arrangement 11 years ago
Peter Holik 6fd99e78de png: add a standalone parser 11 years ago
Michael Niedermayer 745c40a47f avcodec/gifdec: check that the correct number of bytes was decoded 11 years ago
Michael Niedermayer ec464c9683 avcodec/utils: av_register_codec & hwaccel() that work in O(1) time 11 years ago
Torsten Jager 48d39c8786 avcodec/libx264: Set colorspace details correctly 11 years ago
Michael Niedermayer a8d702859b avcodec/mlpdec: check that streamtype matches the codec 11 years ago
Michael Niedermayer e2742d6ad6 avcodec/wmalosslessdec: completely initialize contains_subframe 11 years ago
Tomer Barletz fe285b04bb avcodec/mpeg12dec: Don't create side data when current picture ptr is NULL. 11 years ago
Michael Niedermayer e838c9852e avcodec/bink: use av_mallocz for data 11 years ago
Michael Niedermayer 61edda9a4a avcodec/msmpeg4dec: initialize dir_ptr in error cases 11 years ago
Michael Niedermayer 81230e2612 avcodec/msmpeg4dec: print error in case of invalid vlc in msmpeg4_decode_dc for version <=2 11 years ago