42411 Commits (a23dd33606d5a711fd632383d81a1d6c60082e0f)

Author SHA1 Message Date
Jun Zhao d9bb12ee39 lavc/options_table: Correct the flags for AVCodecContext.flags2 6 years ago
Jun Zhao b0e6822448 avcodec/decode: fix indentation 6 years ago
Michael Niedermayer 379e5d29d5 avcodec/tiff: Set FF_CODEC_CAP_INIT_CLEANUP 6 years ago
Michael Niedermayer 2f588ccfb7 avcodec/vc1_block: Fix invalid left shift in vc1_decode_p_mb() 6 years ago
Michael Niedermayer 9b533de28e avcodec/wmaprodec: Check if there is a stream 6 years ago
Michael Niedermayer 61dd2e07be avcodec/g2meet: Check for end of input in jpg_decode_block() 6 years ago
Michael Niedermayer 9c84c162e9 avcodec/g2meet: Check if adjusted pixel was on the stack 6 years ago
Carl Eugen Hoyos 87b7e141a6 lavc/x264: Use FF_CODEC_CAP_INIT_THREADSAFE if x264 is new. 6 years ago
Michael Niedermayer 97450d2b6a avcodec/dxv: Check op_offset in dxv_decompress_yo() 6 years ago
Michael Niedermayer 75fefb1fb7 avcodec/utils: Check sample_rate before opening the decoder 6 years ago
Michael Niedermayer 675f62a202 avcodec/aptx: Fix multiple shift anomalies 6 years ago
Paul B Mahol f1e17eb446 avcodec/qtrleenc: fix undefined behaviour 6 years ago
Andreas Rheinhardt 1929dd4eff avcodec/cbs_av1: Make overread check more robust 6 years ago
Andreas Rheinhardt f3333c3c67 avcodec/cbs_h2645: Fix potential out-of-bounds array access 6 years ago
James Almer e3f0ecfc57 avcodec/fitsdec: fix use of uninitialised values 6 years ago
Michael Niedermayer 017884bdc3 avcodec/motionpixels: Mark 2 functions as always_inline 6 years ago
Michael Niedermayer 8335ba8ae9 avcodec/ituh263dec: Make the condition for the studio slice start code match between ff_h263_resync() and ff_mpeg4_decode_studio_slice_header() 6 years ago
Michael Niedermayer fbb314b6f2 avcodec/ralf: Fix integer overflow in decode_channel() 6 years ago
Michael Niedermayer e75e7fe160 vcodec/vc1: compute rangex/y only for P/B frames 6 years ago
Michael Niedermayer ced9a1cd0a avcodec/vc1_pred: Fix invalid shifts in scaleforopp() 6 years ago
Michael Niedermayer c722a69253 avcodec/vc1_block: Fix invalid shift with rangeredfrm 6 years ago
Michael Niedermayer 181e138da7 avcodec/vc1: Check for excessive resolution 6 years ago
Michael Niedermayer 7f7af9e294 avcodec/vc1: check REFDIST 6 years ago
Michael Niedermayer cf41da2ad2 avcodec/apedec: Allocate decoded_buffer after successful ff_get_buffer() 6 years ago
Michael Niedermayer 1e95a3e8a7 avcodec/apedec: Fix several integer overflows in predictor_update_filter() and do_apply_filter() 6 years ago
Michael Niedermayer f63cd1963e avcodec/hevc_cabac: Tighten the limit on k in ff_hevc_cu_qp_delta_abs() 6 years ago
Andreas Rheinhardt 5cf593adcd avcodec/jpeg2000dwt: Fix undefined shifts of negative numbers 6 years ago
Andreas Rheinhardt 324487b596 avcodec/ituh263dec: Fix undefined left shift of negative number 6 years ago
Andreas Rheinhardt b7f156e8cb avcodec/dnxhdenc: Fix undefined left shifts of negative numbers 6 years ago
Andreas Rheinhardt f7bc0386d9 avcodec/ffv1enc: Fix out-of-bounds-array access 6 years ago
Timo Rothenpieler ab0ef1abdf avcodec/nvenc: make use of new GetLastErrorString function 6 years ago
Timo Rothenpieler 51a23343d9 avcodec/nvenc: pass CUstream to nvenc when available 6 years ago
Roman Arzumanyan 567b5e33d9 avcodec/nvenc: add multiple reference frames support 6 years ago
Timo Rothenpieler e929b2f248 avcodec/nvenc: switch to dedicated dpb_size option 6 years ago
Jun Zhao 333109f469 lavc/mpeg4audio: add chan_config check to avoid indeterminate channels 6 years ago
James Almer 75c7484fcb avcodec/mpeg4audio: fix doxy for ff_mpeg4audio_get_config_gb() 6 years ago
James Almer d582cc17e1 avcodec: use avpriv_mpeg4audio_get_config2() 6 years ago
James Almer f96a8b015f avcodec/mpeg4audio: add avpriv_mpeg4audio_get_config2() 6 years ago
Michael Niedermayer 87ddf9f1ef avcodec/4xm: Check index in decode_i_block() also in the path where its not used. 6 years ago
Michael Niedermayer c5a52eb5cd avcodec/loco: Check for end of input in the first line 6 years ago
Michael Niedermayer 2acbbe2623 avcodec/atrac3: Check block_align 6 years ago
Michael Niedermayer 581a895c5c avcodec/alsdec: Avoid dereferencing context pointer in inner interleave loop 6 years ago
Michael Niedermayer b2785cd3ac avcodec/hcom: Check that there are dictionary entries 6 years ago
Michael Niedermayer cfa1937791 avcodec/fitsdec: Prevent division by 0 with huge data_max 6 years ago
Michael Niedermayer 7dc0943d4a avcodec/dstdec: Fix integer overflow in samples_per_frame computation 6 years ago
Michael Niedermayer 972a0a818f avcodec/g729_parser: Check block_size 6 years ago
Michael Niedermayer 02fb6a2147 avcodec/sbcdec: Initialize number of channels 6 years ago
Andreas Rheinhardt 8b0f949906 avcodec/exr: Fix undefined left shifts of negative numbers 6 years ago
Andriy Gelman 80e1c93c87 avcodec/hevc_ps: Remove dead code in vps_id check 6 years ago
Paul B Mahol 9b611deef1 avcodec/truespeech: fix left shift of negative value 6 years ago