40458 Commits (77a3dfb328df535fb98d43ed2204fc6a42d6dd5e)

Author SHA1 Message Date
Jerome Borsboom 77a3dfb328 avcodec/vc1: rewrite vc1_decode_i_blocks to align with VC-1 spec 7 years ago
Jerome Borsboom 2065317db6 avcodec/vc1: add Simple and Main profile to vc1_put_signed_blocks_clamped 7 years ago
Jerome Borsboom a8622497d3 avcodec/vc1: fix overlap and loop filtering for Simple and Main profile 7 years ago
Jerome Borsboom a43cdd7693 avcodec/vc1: fix overlap smoothing filter for P frames 7 years ago
Carl Eugen Hoyos 07d1c4ae3f lavc/dpx: Allow packed 12-bit little-endian images. 7 years ago
Michael Niedermayer 8bd514d934 avcodec/aacdec_fixed: Fix undefined integer overflow in apply_independent_coupling_fixed() 7 years ago
Michael Niedermayer 575d8ca026 avcodec/dirac_dwt_template: Fix undefined behavior in interleave() 7 years ago
Michael Niedermayer 2e205bfc14 avcodec/decode: Consider STRIDE_ALIGN in get_buffer_internal() when checking width 7 years ago
Pavel Koshevoy f7d117b484 avcodec/nvenc: enable nvenc encoder instance reuse 7 years ago
Carl Eugen Hoyos 78298bce70 lavc/dpx: Reset n_datum for every new line when decoding 12bit. 7 years ago
Michael Niedermayer 2fc108f60f avcodec/mpeg4videodec: Clear bits_per_raw_sample if it has originated from a previous instance 7 years ago
Zhong Li 8a0c2901f1 lavc/qsv: suppress code scan complain 7 years ago
Michael Niedermayer 8c20ea8ee0 avcodec/h264_slice: Fix overflow in recovery_frame computation 7 years ago
Michael Niedermayer b796c5ae92 avcodec/h264_ps: Move MAX_LOG2_MAX_FRAME_NUM to header so it can be used in h264_sei 7 years ago
Michael Niedermayer 8b55591757 avcodec/h264_mc_template: Only prefetch motion if the list is used. 7 years ago
Michael Niedermayer c2852e4e00 avcodec/xwddec: Use ff_set_dimensions() 7 years ago
Michael Niedermayer d13379fb79 avcodec/wavpack: Fix overflow in adding tail 7 years ago
Marton Balint d9f72e53bf avcodec/libzvbi-teletextdec: add support for selecting subtitle pages only 7 years ago
Jun Zhao 1213840265 lavc/aacsbr: fix make checkheaders warning 7 years ago
Jun Zhao 4030d3d3f4 lavc/dolby_e: fix make checkheaders warning 7 years ago
Marton Balint d070d6f69d avcodec/avcodec.h: add AV_CODEC_ID_TTML 7 years ago
Michael Niedermayer f2abd36b38 avcodec/shorten: Fix multiple integer overflows 7 years ago
Michael Niedermayer 606c714823 avcodec/shorten: Fix undefined shift in fix_bitshift() 7 years ago
Michael Niedermayer a711efe922 avcodec/shorten: Fix a negative left shift in shorten_decode_frame() 7 years ago
Michael Niedermayer d91a0b503d avcodec/shorten: Sanity check nmeans 7 years ago
Carl Eugen Hoyos c8de4448bd lavc/profiles: Mention AAC-LC only once. 7 years ago
Michael Niedermayer 424a81df10 avcodec/shorten: Check non COMM chunk len before skip in decode_aiff_header() 7 years ago
Michael Niedermayer 936f4a2c2e avcodec/mjpegdec: Fix integer overflow in ljpeg_decode_rgb_scan() 7 years ago
Michael Niedermayer 79c6047c36 avcodec/truemotion2: Fix overflow in tm2_apply_deltas() 7 years ago
Paul B Mahol ddf6ff9dc6 avcodec/magicyuvenc: mark as not more experimental 7 years ago
Paul B Mahol 4d93c63e78 avcodec/magicyuvenc: write max huffman length and extradata too 7 years ago
Michael Niedermayer e7dda51150 avcodec/opus_silk: Change silk_lsf2lpc() slightly toward silk/NLSF2A.c 7 years ago
Michael Niedermayer dce80a4b47 avcodec/amrwbdec: Fix division by 0 in find_hb_gain() 7 years ago
Jerome Borsboom f56a0b02cd avcodec/vc1: fix out-of-bounds reference pixel replication 7 years ago
Mark Thompson 2bd24d4a37 v4l2_m2m: Mark V4L2 M2M decoders as unsuitable for probing 7 years ago
Michael Niedermayer 5ee203076f avcodec/vp3: Fix end of bitstream check in unpack_superblocks() 7 years ago
Gyan Doshi 841c1efc78 lavc/libx265: allow users to set closed GOP via generic lavc flag 7 years ago
Jérôme Martinez 5205b3289e avcodec/dpx: Support for RGBA 12-bit packed decoding 7 years ago
Paul B Mahol 0d35413e5d avcodec/dnxhdenc: do not free nonexistent slice threads data when frame threading is used 7 years ago
Michael Niedermayer 44a2415a6d avcodec/h263dec: Reinitialize idct context if it has not been setup for the active profile 7 years ago
Michael Niedermayer 8c50d0cccf avcodec/idctdsp: Clear idct/idct_add for studio profile 7 years ago
Michael Niedermayer b3332a182f avcodec/idctdsp: Transmit studio_profile to init instead of using AVCodecContext profile 7 years ago
Michael Niedermayer a9dacdeea6 avcodec/qtrle: Do not output duplicated frames on insufficient input 7 years ago
Jerome Borsboom 8a4dbd3e9f avcodec/vc1: store zero MVs for all blocks in a MB 7 years ago
Jerome Borsboom c0402e1e30 avcodec/vc1: fix mquant calculation for interlace field pictures 7 years ago
Michael Niedermayer 42f40d36b7 avcodec/allcodecs: Provide empty codec_list in allcodecs when ossfuzz is used 7 years ago
Michael Niedermayer e3275f937d avcodec/ac3dec: Check that the number of channels with dependant streams is valid 7 years ago
Michael Niedermayer e3f656f2de avcodec/ac3dec: Fix null pointer dereference in ac3_decode_frame() 7 years ago
Michael Niedermayer 90475db97e avcodec/aacdec_fixed: use 64bit to avoid overflow in rounding in apply_dependent_coupling_fixed() 7 years ago
Michael Niedermayer 62cb6fadf3 oavcodec/aacpsdsp_template: Use unsigned for hs0X to prevent undefined behavior 7 years ago