79232 Commits (cedd9ea93ea2f71a57e3b1e9fa01bd7b0cf02bba)
 

Author SHA1 Message Date
  Michael Niedermayer cedd9ea93e avcodec/hevc_cabac: Check prefix so as to avoid invalid shifts in coeff_abs_level_remaining_decode() 8 years ago
  Michael Niedermayer 269aecafab avcodec/mjpegdec: Fix integer overflow in DC dequantization 8 years ago
  Michael Niedermayer 181c3cbacf avcodec/dxtory: Fix bits left checks 8 years ago
  Michael Niedermayer f7abc14d0d avcodec/hevc_cabac: Move prefix check in coeff_abs_level_remaining_decode() down 8 years ago
  Michael Niedermayer a8ce9d518b avcodec/truemotion2: Fix integer overflow in TM2_RECALC_BLOCK() 8 years ago
  Michael Niedermayer dfb8448842 avcodec/snowdec: Fix integer overflow before htaps check 8 years ago
  Michael Niedermayer e5296dfffa avcodec/ulti: Check number of blocks at init 8 years ago
  Michael Niedermayer 7d5ca21698 avcodec/ac3dec_fixed: Fix integer overflow in scale_coefs() 8 years ago
  Nikolas Bowe 23af1858fe avformat/lrcdec: Fix memory leak in lrc_read_header() 8 years ago
  Nikolas Bowe 9d0b3fa58c avformat/matroskadec: Fix float-cast-overflow undefined behavior in matroska_parse_tracks() 8 years ago
  Carl Eugen Hoyos e858326086 configure: bump year 8 years ago
  Michael Niedermayer 222ac34612 avcodec/utils: Avoid hardcoding duplicated types in sizeof() 8 years ago
  Michael Niedermayer c7e98ee6e0 avcodec/arm/sbrdsp_neon: Use a free register instead of putting 2 things in one 8 years ago
  Michael Niedermayer abb7498c3f avcodec/h264addpx_template: Fixes integer overflows 8 years ago
  Michael Niedermayer 6164ca4765 avcodec/dirac_dwt: Fix overflows in COMPOSE_HAARiH0/COMPOSE_HAARiL0 8 years ago
  Michael Niedermayer b4d9605c67 avcodec/diracdec: Fix integer overflow with quant 8 years ago
  Michael Niedermayer c17cc8ee4f avcodec/opus_parser: Check payload_len in parse_opus_ts_header() 8 years ago
  Michael Niedermayer 3cad8e730e avcodec/jpeg2000dsp: Fix integer overflows in ict_int() 8 years ago
  Michael Niedermayer 06325d77bf avcodec/h264_slice: Do not attempt to render into frames already output 8 years ago
  Michael Niedermayer 0c753a46ef avcodec/dnxhddec: Check dc vlc 8 years ago
  Michael Niedermayer 9143ddea0f avcodec/exr: Check buf_size more completely 8 years ago
  Michael Niedermayer 6fab791daa avcodec/flacdec: Fix overflow in multiplication in decode_subframe_fixed() 8 years ago
  Michael Niedermayer 844a9b439b avcodec/hevcdsp_template: Fix Invalid shifts in put_hevc_qpel_bi_w_h() and put_hevc_qpel_bi_w_w() 8 years ago
  Michael Niedermayer f08be2b3d2 avcodec/flacdec: avoid undefined shift 8 years ago
  Michael Niedermayer b3af84774b avcodec/hevcdsp_template.c: Fix undefined shift in FUNC(dequant) 8 years ago
  Michael Niedermayer a0bcc6cced avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD97iH0() and COMPOSE_DD137iL0() 8 years ago
  Michael Niedermayer 09d61d3b81 avcodec/hevc_cabac: Fix integer overflow in ff_hevc_cu_qp_delta_abs() 8 years ago
  Michael Niedermayer 01f2bc5ec8 avcodec/hevc_sei: Fix integer overflows in decode_nal_sei_message() 8 years ago
  Michael Niedermayer b7f48cd044 avcodec/hevcdsp_template: Fix undefined shift in put_hevc_qpel_bi_w_hv() 8 years ago
  Kelly Ledford 95139c4480 libavfilter/af_dcshift.c: Fixed repeated spelling error 8 years ago
  Jun Zhao e512c83e63 avfilter/formats: fix wrong function name in error message 8 years ago
  Michael Niedermayer 4d0a460101 avcodec/amrwbdec: Fix division by 0 in voice_factor() 8 years ago
  Michael Niedermayer 4a5ec6226b avcodec/diracdsp: Fix integer overflow in PUT_SIGNED_RECT_CLAMPED() 8 years ago
  Michael Niedermayer a5a6d2dc75 avcodec/dirac_dwt: Fix integer overflows in COMPOSE_DAUB97* 8 years ago
  James Almer ef95789c8c avformat/libssh: check the user provided a password before trying to use it 8 years ago
  Michael Niedermayer 2bc6b9b2a9 Changelog: update 8 years ago
  Dale Curtis 06a6f73ad8 avcodec/vorbis: Fix another 1 << 31 > int32_t::max() with 1u. 8 years ago
  Dale Curtis 532f0d1278 Don't manipulate duration when it's AV_NOPTS_VALUE. 8 years ago
  Dale Curtis e6c6bb218e avcodec/vorbis: 1 << 31 > int32_t::max(), so use 1u << 31 instead. 8 years ago
  Dale Curtis b01020a050 avformat/utils: Prevent undefined shift with wrap_bits > 64. 8 years ago
  Michael Niedermayer 44dc83f0e0 avcodec/j2kenc: Fix out of array access in encode_cblk() 8 years ago
  Michael Niedermayer a65633aa9d avcodec/hevcdsp_template: Fix undefined shift in put_hevc_epel_bi_w_h() 8 years ago
  Michael Niedermayer 78b6e8fb23 avcodec/mlpdsp: Fix signed integer overflow, 2nd try 8 years ago
  Michael Niedermayer 71e40180cb avcodec/kgv1dec: Check that there is enough input for maximum RLE compression 8 years ago
  Michael Niedermayer 2214afdf40 avcodec/dirac_dwt: Fix integer overflow in COMPOSE_FIDELITYi* 8 years ago
  Michael Niedermayer abff307736 avcodec/mpeg4videodec: Check also for negative versions in the validity check 8 years ago
  Dale Curtis 50b2264810 Close ogg stream upon error when using AV_EF_EXPLODE. 8 years ago
  Dale Curtis c09d587ac5 Fix undefined shift on assumed 8-bit input. 8 years ago
  Dale Curtis 712814fb17 Use ff_thread_once for fixed, float table init. 8 years ago
  Jacob Trimble 20e78d5339 avformat/mov: Propagate errors in mov_switch_root. 8 years ago