42390 Commits (12bbfc4ccaa150e06895691049fa2ea33385d210)

Author SHA1 Message Date
James Almer 5985ca0436 avcodec/av1_parser: skip frames with spatial_id > 0 5 years ago
James Almer 553c1431ac Revert "avcodec/cbs_av1_syntax_template: Check ref_frame_idx before use" 5 years ago
James Almer eced91afa5 avcodec/cbs_av1: implement missing set_frame_refs() function 5 years ago
Michael Niedermayer a11aa5f3ed avcodec/alsdec: Discard frames for which no channel could be decoded 5 years ago
Michael Niedermayer fd3c34ff30 avcodec/alsdec: Avoid 1 layer of pointer dereferences in INTERLEAVE_OUTPUT() 5 years ago
Michael Niedermayer 0ddef00457 avcodec/g729dec: Avoid one multiply by using init_get_bits8() 5 years ago
Michael Niedermayer 336f9461df avcodec/g729dec: Avoid using buf_size 5 years ago
Michael Niedermayer 576746b4e3 avcodec/g729dec: Factor block_size out 5 years ago
Michael Niedermayer f64be9da4c avcodec/g729dec: require buf_size to be non 0 5 years ago
Michael Niedermayer d468da8d79 avcodec/g729dec: Check for KELVIN && 6k4 5 years ago
Michael Niedermayer 7686ba1f14 avcodec/alac: Fix integer overflow in lpc_prediction() with sign 5 years ago
Michael Niedermayer 589cb44498 avcodec/wmaprodec: Fix buflen computation in save_bits() 5 years ago
Michael Niedermayer 0e010e489b avcodec/vc1_block: Fix integer overflow in AC rescaling in vc1_decode_i_block_adv() 5 years ago
Michael Niedermayer 47d963335e avcodec/vmdaudio: Check chunk counts to avoid integer overflow 5 years ago
Andriy Gelman 99d78e4f42 lavc/extract_extradata: Use bytestream api 5 years ago
Andreas Rheinhardt 76e0ecec0b avcodec/extract_extradata_bsf: Don't unref uninitialized buffers 5 years ago
James Almer 378065f08f avcodec/av1_parser: export stream dimensions in avctx 5 years ago
Jun Zhao 2952d9c5dc lavc/mvha: Check init_get_bits8() for failure 5 years ago
Zhao Zhili ed5cdf3d5a avcodec/vp8: fix multiple ff_thread_finish_setup() calls 5 years ago
Linjie Fu df625057af lavc/qsvenc: Fix some code indentations 5 years ago
Thierry Foucu eaf566ce0b Add options for spatial layers. 5 years ago
Paul B Mahol ed58f8475f avcodec: add mvha video decoder 5 years ago
Paul B Mahol 61dc7add30 avcodec: add mvdv video decoder 5 years ago
Carl Eugen Hoyos a2fbdc6898 lavc/qsvenc: Fix compilation for some build environments. 5 years ago
Limin Wang d07d1c1dd0 avcodec/v210dec: add support for frame and slice threading 5 years ago
Limin Wang f0dbeb5eaa avcodec/v410dec: add support for frame and slice threading 5 years ago
Michael Niedermayer 1ca978d636 avcodec/nuv: Use ff_set_dimensions() 5 years ago
Michael Niedermayer d82ab96e76 avcodec/ffwavesynth: Fix integer overflow with pink_ts_cur/next 5 years ago
Michael Niedermayer 721624c2f6 avcodec/ralf: Fix integer overflows with the filter coefficient in decode_channel() 5 years ago
Michael Niedermayer bf9c4a1275 avcodec/g729dec: Use 64bit and clip in scalar product 5 years ago
Michael Niedermayer 75b64e5aa3 avcodec/mxpegdec: Check for multiple SOF 5 years ago
Michael Niedermayer 1138cdecbe avcodec/nuv: Move comptype check up 5 years ago
Michael Niedermayer cf323f4d38 avcodec/wmavoice: Fix integer overflow in synth_frame() 5 years ago
Michael Niedermayer 5634e20525 avcodec/rawdec: Check bits_per_coded_sample more pedantically for 16bit cases 5 years ago
Michael Niedermayer 327a968817 avcodec/cngdec: Remove AV_CODEC_CAP_DELAY 5 years ago
Andriy Gelman e759fbfbc4 avcodec/v4l2_context: Fix indentation 5 years ago
Andriy Gelman ccc83ff11e avcodec/v4l2_m2m_dec: Fix decoding on Odroid XU4 5 years ago
Alex Mogurenko b6571777d2 avcodec/mjpegbdec: Fix yuv444 pix_fmt detection 5 years ago
Michael Niedermayer a1f8b36cc4 avcodec/iff: Move index use after check in decodeplane8() 5 years ago
Michael Niedermayer f09151fff9 avcodec/atrac3: Check for huge block aligns 5 years ago
Michael Niedermayer 1b7d02642b avcodec/ralf: use multiply instead of shift to avoid undefined behavior in decode_block() 5 years ago
Michael Niedermayer c54b9fc42f avcodec/wmadec: Require previous exponents for reuse 5 years ago
Michael Niedermayer 7fc1baf0ca avcodec/vc1_block: Fix undefined behavior in ac prediction rescaling 5 years ago
Michael Niedermayer e36ccb5048 avcodec/qdm2: The smallest header seems to have 2 bytes so treat 1 as invalid 5 years ago
Michael Niedermayer dc3f327e74 avcodec/apedec: Fixes integer overflow of res+*data in do_apply_filter() 5 years ago
Michael Niedermayer b6abdb1faf avcodec/ra288: Check block_align for the assumed value 5 years ago
Michael Niedermayer c8c17b8cef avcodec/sonic: Fix integer overflow in predictor_calc_error() 5 years ago
Michael Niedermayer 19b8db2908 avcodec/atrac9dec: Check precision_fine/coarse 5 years ago
Michael Niedermayer d73f062706 avcodec/dvdec: Use av_clip_uint8 instead of ff_crop_tab 5 years ago
James Almer fdf46b4a6b avcodec/amfnec: allocate packets using av_new_packet() 5 years ago