82782 Commits (954c2b07b6fe2a745feb42a9364fbfcdd932002f)
 

Author SHA1 Message Date
  Michael Niedermayer 954c2b07b6 avcodec/hevcdsp_template.c: Fix undefined shift in FUNC(dequant) 8 years ago
  Michael Niedermayer 2c60731777 avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD97iH0() and COMPOSE_DD137iL0() 8 years ago
  Michael Niedermayer 8bd6bf8214 avcodec/hevc_cabac: Fix integer overflow in ff_hevc_cu_qp_delta_abs() 8 years ago
  Michael Niedermayer 9ad735588c tests/audiomatch: Add missing return code at the end of main() 8 years ago
  Michael Niedermayer 34cad2f0e2 avcodec/hevc_sei: Fix integer overflows in decode_nal_sei_message() 8 years ago
  Michael Niedermayer ce28047755 avcodec/hevcdsp_template: Fix undefined shift in put_hevc_qpel_bi_w_hv() 8 years ago
  Kelly Ledford 235a55700b libavfilter/af_dcshift.c: Fixed repeated spelling error 8 years ago
  Jun Zhao 1a6f38b31b avfilter/formats: fix wrong function name in error message 8 years ago
  Michael Niedermayer 969485aace avcodec/amrwbdec: Fix division by 0 in voice_factor() 8 years ago
  Michael Niedermayer 49efdb1e77 avcodec/diracdsp: Fix integer overflow in PUT_SIGNED_RECT_CLAMPED() 8 years ago
  Michael Niedermayer 17b3485a67 avcodec/dirac_dwt: Fix integer overflows in COMPOSE_DAUB97* 8 years ago
  Dale Curtis 91c7cc9726 avcodec/vorbis: Fix another 1 << 31 > int32_t::max() with 1u. 8 years ago
  Dale Curtis 32d1657192 Don't manipulate duration when it's AV_NOPTS_VALUE. 8 years ago
  Dale Curtis e1a854da2d avcodec/vorbis: 1 << 31 > int32_t::max(), so use 1u << 31 instead. 8 years ago
  Dale Curtis fc3e4c9ab3 avformat/utils: Prevent undefined shift with wrap_bits > 64. 8 years ago
  Michael Niedermayer 50dd0e43af avcodec/j2kenc: Fix out of array access in encode_cblk() 8 years ago
  Michael Niedermayer e8a3b17dd4 avcodec/hevcdsp_template: Fix undefined shift in put_hevc_epel_bi_w_h() 8 years ago
  Michael Niedermayer 5ee4c376d0 avcodec/mlpdsp: Fix signed integer overflow, 2nd try 8 years ago
  Michael Niedermayer 857c5fa976 avcodec/kgv1dec: Check that there is enough input for maximum RLE compression 8 years ago
  Michael Niedermayer 42b9df5a98 avcodec/dirac_dwt: Fix integer overflow in COMPOSE_FIDELITYi* 8 years ago
  Michael Niedermayer b48a36e773 avcodec/mpeg4videodec: Check also for negative versions in the validity check 8 years ago
  Dale Curtis 02d11e616a Close ogg stream upon error when using AV_EF_EXPLODE. 8 years ago
  Dale Curtis 13763f7192 Fix undefined shift on assumed 8-bit input. 8 years ago
  Dale Curtis 380515e5b9 Use ff_thread_once for fixed, float table init. 8 years ago
  Jacob Trimble a03d488ae2 avformat/mov: Propagate errors in mov_switch_root. 8 years ago
  Michael Niedermayer c09c0ce374 avcodec/hevcdsp_template: Fix invalid shift in put_hevc_epel_bi_w_v() 8 years ago
  Michael Niedermayer 81bf24a827 avcodec/mlpdsp: Fix undefined shift ff_mlp_pack_output() 8 years ago
  Michael Niedermayer d6ff6dc56b avcodec/zmbv: Check that the buffer is large enough for mvec 8 years ago
  Michael Niedermayer 37a14a3d83 avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD137iL0() 8 years ago
  Michael Niedermayer 5fdc679561 avcodec/wmv2dec: Check end of bitstream in parse_mb_skip() and ff_wmv2_decode_mb() 8 years ago
  Michael Niedermayer b24b316e30 avcodec/snowdec: Check for remaining bitstream in decode_blocks() 8 years ago
  Michael Niedermayer 3e3e42dbc4 avcodec/snowdec: Check intra block dc differences. 8 years ago
  Fredrik Hubinette 7d14046740 avformat/mov: Check size of STSC allocation 8 years ago
  Michael Niedermayer e69edb7aef avcodec/vc2enc: Clear coef_buf on allocation 8 years ago
  Michael Niedermayer cbc839681b avcodec/h264dec: Fix potential array overread 8 years ago
  Michael Niedermayer b51f515c5c avcodec/x86/mpegvideodsp: Fix signedness bug in need_emu 8 years ago
  Michael Niedermayer 4654cc8cee avcodec/aacpsdsp_template: Fix integer overflows in ps_decorrelate_c() 8 years ago
  Michael Niedermayer 1fc3ebbcd9 avcodec/aacdec_fixed: Fix undefined shift 8 years ago
  Michael Niedermayer 314d78992c avcodec/mdct_*: Fix integer overflow in addition in RESCALE() 8 years ago
  Michael Niedermayer 5f58877bd9 avcodec/snowdec: Fix integer overflow in header parsing 8 years ago
  Michael Niedermayer d857f1035b avcodec/cngdec: Fix integer clipping 8 years ago
  Michael Niedermayer 4730046891 avcodec/sbrdsp_fixed: Fix integer overflow in shift in sbr_hf_g_filt_c() 8 years ago
  Michael Niedermayer 4e87ab803a avcodec/aacsbr_fixed: Fix division by zero in sbr_gain_calc() 8 years ago
  Michael Niedermayer 4d9f669a9f avutil/softfloat: Add FLOAT_MIN 8 years ago
  Michael Niedermayer 7a8b61357c avcodec/h264idct_template: Fix integer overflows in ff_h264_idct8_add() 8 years ago
  Michael Niedermayer d7c29005a4 avcodec/xan: Check for bitstream end in xan_huffman_decode() 8 years ago
  Michael Niedermayer 8b8502a66f avcodec/exr: fix undefined shift in pxr24_uncompress() 8 years ago
  Luca Barbato d6ecc61db8 avformat: Free the internal codec context at the end 8 years ago
  Michael Niedermayer 0bd6717c0f avcodec/xan: Improve overlapping check 8 years ago
  Michael Niedermayer 8bd2ba44a1 avcodec/aacdec_fixed: Fix integer overflow in apply_dependent_coupling_fixed() 8 years ago