b40576a9a4
avcodec/hevc_ps: extract one SPS fields required for hvcC construction by
2017-09-26 18:04:12 -0700
b6a7dd174a
avcodec/mpeg4videodec: Avoid possibly aliasing violating casts by
2018-01-28 02:29:02 +0100
f606a943d3
avcodec/get_bits: Document the return code of get_vlc2() by
2018-01-28 02:29:01 +0100
54a7d3efc4
avcodec/mpeg4videodec: Check mb_num also against 0 by
2018-01-28 02:29:00 +0100
ed06873b7b
avfilter/vf_transpose: Fix used plane count. by
2018-01-24 19:38:05 +0100
c740f585a1
avcodec/hevc_cabac: Check prefix so as to avoid invalid shifts in coeff_abs_level_remaining_decode() by
2018-01-15 23:46:44 +0100
c1f7b2b6e1
avcodec/mjpegdec: Fix integer overflow in DC dequantization by
2018-01-24 03:28:49 +0100
193b6df357
avcodec/hevc_cabac: Move prefix check in coeff_abs_level_remaining_decode() down by
2018-01-15 23:42:57 +0100
25f7121c7b
avcodec/truemotion2: Fix integer overflow in TM2_RECALC_BLOCK() by
2018-01-20 04:10:50 +0100
b9948d5275
avcodec/snowdec: Fix integer overflow before htaps check by
2018-01-15 03:03:36 +0100
0036b62c99
avcodec/ulti: Check number of blocks at init by
2018-01-15 19:03:48 +0100
b51f1f5a19
avcodec/ac3dec_fixed: Fix integer overflow in scale_coefs() by
2018-01-14 00:39:39 +0100
3e499537a4
avformat/lrcdec: Fix memory leak in lrc_read_header() by
2018-01-19 13:17:07 -0800
5971f1941b
avformat/matroskadec: Fix float-cast-overflow undefined behavior in matroska_parse_tracks() by
2018-01-18 15:21:56 -0800
10ed2f1972
configure: bump year by
2018-01-01 18:05:55 +0100
74aeeb223a
avcodec/arm/sbrdsp_neon: Use a free register instead of putting 2 things in one by
2018-01-11 22:47:10 +0100
82fb8dc076
avcodec/h264addpx_template: Fixes integer overflows by
2018-01-07 03:48:43 +0100
2885e45eb4
avcodec/dirac_dwt: Fix overflows in COMPOSE_HAARiH0/COMPOSE_HAARiL0 by
2018-01-07 20:58:49 +0100
c65c4c4759
avcodec/diracdec: Fix integer overflow with quant by
2018-01-07 20:43:24 +0100
c860d5326f
avcodec/opus_parser: Check payload_len in parse_opus_ts_header() by
2018-01-05 22:12:07 +0100
a15c056f5c
avcodec/jpeg2000dsp: Fix integer overflows in ict_int() by
2018-01-07 04:12:57 +0100
761362fffb
avcodec/h264_slice: Do not attempt to render into frames already output by
2018-01-03 23:42:01 +0100
0abf465dc5
avcodec/exr: Check buf_size more completely by
2017-12-29 03:00:19 +0100
2a53778676
avcodec/flacdec: Fix overflow in multiplication in decode_subframe_fixed() by
2017-12-26 23:24:44 +0100
aae8ea9c18
avcodec/hevcdsp_template: Fix Invalid shifts in put_hevc_qpel_bi_w_h() and put_hevc_qpel_bi_w_w() by
2017-12-26 23:24:45 +0100
59e3f49ef0
avcodec/flacdec: avoid undefined shift by
2017-12-26 23:24:43 +0100
789157fdde
avcodec/hevcdsp_template.c: Fix undefined shift in FUNC(dequant) by
2017-12-22 03:12:03 +0100
d0967e3faf
avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD97iH0() and COMPOSE_DD137iL0() by
2017-12-22 03:06:14 +0100
4eb24ae083
avcodec/hevc_cabac: Fix integer overflow in ff_hevc_cu_qp_delta_abs() by
2017-12-15 18:17:13 +0100
f75e2cb059
avcodec/hevc_sei: Fix integer overflows in decode_nal_sei_message() by
2017-12-15 17:50:12 +0100
d1af42e4b2
avcodec/hevcdsp_template: Fix undefined shift in put_hevc_qpel_bi_w_hv() by
2017-12-15 13:06:30 +0100
b6731e87c8
libavfilter/af_dcshift.c: Fixed repeated spelling error by
2017-12-12 11:31:23 -0800
15df68bf50
avfilter/formats: fix wrong function name in error message by
2017-12-04 12:50:34 +0800
f4cce67dca
avcodec/amrwbdec: Fix division by 0 in voice_factor() by
2017-12-07 15:32:54 +0100
2bffe4613e
avcodec/dirac_dwt: Fix integer overflows in COMPOSE_DAUB97* by
2017-12-02 21:48:04 +0100
9166e6abd6
avcodec/vorbis: Fix another 1 << 31 > int32_t::max() with 1u. by
2017-11-30 12:20:36 -0800
8bea0c307d
Don't manipulate duration when it's AV_NOPTS_VALUE. by
2017-11-28 14:26:55 -0800
1bc4e743f5
avcodec/vorbis: 1 << 31 > int32_t::max(), so use 1u << 31 instead. by
2017-11-22 10:58:39 -0800
2543475730
avformat/utils: Prevent undefined shift with wrap_bits > 64. by
2017-11-17 13:35:56 -0800
cf32c814ed
avcodec/j2kenc: Fix out of array access in encode_cblk() by
2017-11-30 23:42:04 +0100
2f7cced9bb
avcodec/hevcdsp_template: Fix undefined shift in put_hevc_epel_bi_w_h() by
2017-11-30 21:27:37 +0100
6011422a54
avcodec/mlpdsp: Fix signed integer overflow, 2nd try by
2017-11-20 18:45:45 +0100
32a92a7a9b
avcodec/kgv1dec: Check that there is enough input for maximum RLE compression by
2017-11-22 20:14:54 +0100
74d467baa4
avcodec/dirac_dwt: Fix integer overflow in COMPOSE_FIDELITYi* by
2017-11-25 03:15:16 +0100
ea24e70a6a
avcodec/mpeg4videodec: Check also for negative versions in the validity check by
2017-11-21 03:15:53 +0100
ee13d847a4
Close ogg stream upon error when using AV_EF_EXPLODE. by
2017-11-20 12:07:57 -0800
78782ca62d
Fix undefined shift on assumed 8-bit input. by
2017-11-17 16:05:30 -0800
514bdaafb4
avformat/mov: Propagate errors in mov_switch_root. by
2017-11-20 12:05:02 -0800
107606260c
avcodec/hevcdsp_template: Fix invalid shift in put_hevc_epel_bi_w_v() by
2017-11-17 22:01:29 +0100
4e5351940f
avcodec/mlpdsp: Fix undefined shift ff_mlp_pack_output() by
2017-11-15 03:38:37 +0100
90ad2798ae
avcodec/zmbv: Check that the buffer is large enough for mvec by
2017-11-15 17:11:12 +0100
813d7f4972
avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD137iL0() by
2017-11-14 03:40:07 +0100
ee54354fcd
avcodec/wmv2dec: Check end of bitstream in parse_mb_skip() and ff_wmv2_decode_mb() by
2017-09-17 01:28:07 +0200
20d6a6fa5a
avcodec/snowdec: Check for remaining bitstream in decode_blocks() by
2017-11-15 21:17:16 +0100
7d6319e5e6
avcodec/snowdec: Check intra block dc differences. by
2017-11-15 21:17:15 +0100
c11ac27f49
avformat/mov: Check size of STSC allocation by
2017-11-15 17:24:30 -0800
0af4a5b180
avcodec/h264dec: Fix potential array overread by
2017-10-21 18:04:44 +0200
0a9e416a19
avcodec/x86/mpegvideodsp: Fix signedness bug in need_emu by
2017-11-13 20:47:48 +0100
b0c2e6e2d2
avcodec/aacdec_fixed: Fix undefined shift by
2017-11-05 21:20:07 +0100
cd01fc76c4
avcodec/mdct_*: Fix integer overflow in addition in RESCALE() by
2017-11-05 21:20:06 +0100
7de06077c9
avcodec/snowdec: Fix integer overflow in header parsing by
2017-11-05 21:20:05 +0100
d8fb143546
avcodec/cngdec: Fix integer clipping by
2017-11-02 18:34:09 +0100
efe9439caa
avcodec/sbrdsp_fixed: Fix integer overflow in shift in sbr_hf_g_filt_c() by
2017-11-01 14:00:20 +0100
fd1854647b
avutil/softfloat: Add FLOAT_MIN by
2017-11-01 14:00:18 +0100
92eff6b829
avcodec/aacsbr_fixed: Fix division by zero in sbr_gain_calc() by
2017-11-01 14:00:19 +0100
b75eb7f8d5
avcodec/h264idct_template: Fix integer overflows in ff_h264_idct8_add() by
2017-11-04 01:19:20 +0100
1376beb658
avcodec/xan: Check for bitstream end in xan_huffman_decode() by
2017-11-03 17:48:29 +0100
907a704c9f
avformat: Free the internal codec context at the end by
2017-04-12 01:46:30 +0200
35c1e95b41
avcodec/xan: Improve overlapping check by
2017-10-30 23:21:40 +0100
9d4ad2dbfd
avcodec/aacdec_fixed: Fix integer overflow in apply_dependent_coupling_fixed() by
2017-10-27 02:23:21 +0200
9ef0472b26
avcodec/aacdec_fixed: Fix integer overflow in predict() by
2017-10-27 02:23:20 +0200
9ba9c5a16f
avcodec/jpeglsdec: Check for end of bitstream in ls_decode_line() by
2017-10-26 00:02:57 +0200
3fc5451f40
avcodec/jpeglsdec: Check ilv for being a supported value by
2017-10-26 00:02:56 +0200
c48262d857
avcodec/snowdec: Check mv_scale by
2017-10-13 03:06:54 +0200
c9298f5d02
avcodec/pafvideo: Check for bitstream end in decode_0() by
2017-10-13 03:06:53 +0200
f62201d550
avcodec/ffv1dec: Fix out of array read in slice counting by
2017-10-09 11:49:28 +0200
23ea9f91c0
avcodec/dirac_dwt: Fix integer overflow in COMPOSE_53iL0() by
2017-10-09 01:46:28 +0200
0d9baa6d16
avcodec/mpeg_er: Clear mcsel in mpeg_er_decode_mb() by
2017-10-09 00:32:30 +0200
fd21cec8a9
avcodec/mpeg4videodec: Use 64 bit intermediates for sprite delta by
2017-10-08 21:41:54 +0200
3929105913
avcodec/truemotion2: Fix integer overflows in tm2_high_chroma() by
2017-09-30 18:54:06 +0200
1ad7bbfd21
avcodec/aacdec_template: Clear tns present flag on error by
2017-09-30 18:54:05 +0200
df66540dd5
avcodec/proresdec2: SKIP_BITS() does not work with len=32 by
2017-10-02 04:18:22 +0200
c665a93438
avcodec/hevcdsp_template: Fix undefined shift by
2017-10-02 04:18:21 +0200
6d03495c70
avcodec/jpeg2000: Check that codsty->log2_prec_widths/heights has been initialized by
2017-09-04 22:23:26 +0200
13d16a7b99
avcodec/takdec: Fix integer overflow in decode_lpc() by
2017-09-22 20:45:27 +0200
66fd3de40a
avcodec/proresdec2: Check bits in DECODE_CODEWORD(), fixes invalid shift by
2017-09-22 20:45:28 +0200
a0f854b5ff
avcodec/takdec: Fix integer overflows in decode_subframe() by
2017-09-22 20:45:26 +0200
ed5d0bc237
avcodec/dirac_dwt: Fix integer overflow in COMPOSE_FIDELITYi*() by
2017-09-18 02:53:25 +0200
104d36647c
avcodec/ffv1dec: Fix integer overflow in read_quant_table() by
2017-09-18 17:26:09 +0200
a2d129a841
avcodec/svq3: Fix overflow in svq3_add_idct_c() by
2017-09-18 17:03:55 +0200
fd0b42344a
avcodec/pngdec: Clean up on av_frame_ref() failure by
2017-09-17 02:42:11 +0200
a93bbd8aa3
avcodec/jpeg2000dsp: Fix multiple integer overflows in ict_int() by
2017-09-08 23:29:12 +0200
f51fc65d66
avcodec/hevcdsp_template: Fix undefined shift in put_hevc_pel_bi_w_pixels by
2017-09-10 01:32:51 +0200
18e1ef489a
avcodec/diracdec: Fix overflow in DC computation by
2017-09-10 01:32:50 +0200
fa65598309
avformat/asfdec: Fix DoS in asf_build_simple_index() by
2017-09-05 00:16:29 +0200
dc4ef664ab
avformat/mov: Fix DoS in read_tfra() by
2017-09-05 00:16:29 +0200
812e06cc82
avcodec/dirac_dwt: Fix multiple overflows in 9/7 lifting by
2017-09-01 19:56:11 +0200
61a4ee8ab4
avcodec/vc2enc: prevent bitrate overshoots by
2016-04-06 11:51:24 +0100
9b97afe7ad
Changelog: update for the previous four commits by
2018-01-30 22:13:05 -0300
af54886de8
avcodec/mediacodecdec: use ff_hevc_ps_uninit() by
2018-01-20 16:55:17 -0300