42489 Commits (5d82c078ea93d7eee12ff863a4f9eb5fb2d30d16)

Author SHA1 Message Date
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
Andreas Rheinhardt 093b6894bf avcodec/mpeg12dec: Sanitize start codes earlier 6 years ago
Andreas Rheinhardt 5886153dc3 avcodec/pcm: Cosmetics 6 years ago
Andreas Rheinhardt 69473bec6f avcodec/pcm: Fix undefined shifts 6 years ago
Andreas Rheinhardt 84974c6fb5 avcodec/wavpackenc: Fix undefined shifts 6 years ago
Zhong Li 525de95679 lavc/qsv: add memory type message 6 years ago
Zhong Li 74007dd86a lavc/qsv: Fix MSDK initialization failure in system memory mode 6 years ago
Carl Eugen Hoyos dbd3dbb476 Revert "lavc/tiff: correct the default value of YCbCrSubsampling to 2x2" 6 years ago
Limin Wang 3def984a98 avcodec/dnxhdenc: return error if av_malloc failed 6 years ago
Michael Niedermayer 121bf1b3b8 avcodec/decode: Check max_samples in get_buffer_internal() 6 years ago
Michael Niedermayer f8406ab4b9 avcodec: add max_samples 6 years ago
Pavel Skakov eb5d0f18ff lavc/tiff: correct the default value of YCbCrSubsampling to 2x2 6 years ago
Guo, Yejun 85e338ab0d libavcodec/libx265: add a flag to output ROI warnings only once. 6 years ago
Guo, Yejun 104d44138b libavcodec/libx264: add a flag to output ROI warnings only once. 6 years ago
Michael Niedermayer 95e5396919 avcodec/utils: Optimize ff_color_frame() using memcpy() 6 years ago
Michael Niedermayer 3dce4d03d5 avcodec/aacdec: Check if we run out of input in read_stream_mux_config() 6 years ago
Michael Niedermayer 1e984a6915 avcodec/h264_slice: clear frame only on gaps when it is not otherwise initilaized 6 years ago
Michael Niedermayer 340ab13504 avcodec/utils: Use av_memcpy_backptr() in ff_color_frame() 6 years ago
Michael Niedermayer 033d2c4884 avcodec/smacker: Fix integer overflow in signed int multiply in SMK_BLK_FILL 6 years ago
Michael Niedermayer b30c07cc2b avcodec/alac: Fix invalid shifts in 20/24 bps 6 years ago
Michael Niedermayer 0831cbfe09 avcodec/alac: fix undefined behavior with INT_MIN in lpc_prediction() 6 years ago
Michael Niedermayer c7ccbf40ed avcodec/ffwavesynth: Fix integer overflow in timestamps 6 years ago
Michael Niedermayer cede385018 avcodec/aacdec_fixed: Add FF_CODEC_CAP_INIT_CLEANUP 6 years ago