c43f5e0dce
avcodec/indeo4: Check for end of bitstream in decode_mb_info() by
2018-07-02 01:26:44 +0200
01a694d482
avcodec/shorten: Fix undefined addition in shorten_decode_frame() by
2018-07-02 19:11:46 +0200
739e3ff475
avcodec/shorten: Fix undefined integer overflow by
2018-07-02 19:08:54 +0200
bba9bb735a
avcodec/jpeg2000dec: Fixes invalid shifts in jpeg2000_decode_packets_po_iteration() by
2018-07-02 18:57:05 +0200
0bc74532a9
avcodec/jpeg2000dec: Check that there are enough bytes for all tiles by
2018-07-02 18:40:08 +0200
672ada0f17
avformat/movenc: Do not pass AVCodecParameters in avpriv_request_sample by
2018-06-27 17:27:50 +0200
228c05ee54
avcodec/escape124: Fix spelling errors in comment by
2018-06-27 13:00:28 +0200
eedde18f1a
avcodec/ra144: Fix integer overflow in ff_eval_refl() by
2018-06-21 23:08:32 +0200
3db270a078
avcodec/cscd: Check output buffer size for lzo. by
2018-06-22 01:18:20 +0200
b0c14b02b0
avcodec/escape124: Check buf_size against num_superblocks by
2018-06-24 19:23:02 +0200
76c4838a11
avcodec/h264_parser: Reduce needed history for parsing mb index by
2018-06-22 21:45:59 +0200
4fb69a60f6
avcodec/mjpegdec: Check for end of bitstream in ljpeg_decode_rgb_scan() by
2018-06-21 22:48:54 +0200
516f8dbc58
avcodec/aacdec_fixed: Fix undefined integer overflow in apply_independent_coupling_fixed() by
2018-06-14 16:41:49 +0200
c66723ec49
avcodec/dirac_dwt_template: Fix undefined behavior in interleave() by
2018-06-14 16:37:32 +0200
96cf8a9cf9
avutil/common: Fix undefined behavior in av_clip_uintp2_c() by
2018-06-14 15:41:33 +0200
b5d51d23a0
fftools/ffmpeg: Fallback to duration if sample rate is unavailable by
2018-05-01 22:44:07 +0200
98f10ca12c
avformat/mov: Only set pkt->duration to non negative values by
2018-05-16 23:35:58 +0200
f4f9bd655d
avcodec/h264_ps: Move MAX_LOG2_MAX_FRAME_NUM to header so it can be used in h264_sei by
2018-06-10 17:02:47 +0200
5f771a74b2
avcodec/h264_mc_template: Only prefetch motion if the list is used. by
2018-06-08 18:25:14 +0200
a16a4fefb6
avcodec/xwddec: Use ff_set_dimensions() by
2018-06-08 00:42:31 +0200
719931c036
avcodec/wavpack: Fix overflow in adding tail by
2018-06-08 00:07:04 +0200
3f66c3386c
avcodec/shorten: Fix multiple integer overflows by
2018-06-05 13:19:35 +0200
c2d16aafbb
avcodec/shorten: Fix undefined shift in fix_bitshift() by
2018-06-05 13:15:34 +0200
b7134d7fb6
avcodec/shorten: Fix a negative left shift in shorten_decode_frame() by
2018-06-05 13:12:54 +0200
f51163b166
avcodec/shorten: Sanity check nmeans by
2018-06-05 13:03:48 +0200
8da3d69163
avcodec/shorten: Check non COMM chunk len before skip in decode_aiff_header() by
2018-06-05 02:33:43 +0200
bb6d47cf35
avcodec/mjpegdec: Fix integer overflow in ljpeg_decode_rgb_scan() by
2018-06-05 02:17:24 +0200
0f1e6771d0
avcodec/truemotion2: Fix overflow in tm2_apply_deltas() by
2018-06-05 02:09:59 +0200
412872e6cb
avcodec/opus_silk: Change silk_lsf2lpc() slightly toward silk/NLSF2A.c by
2018-06-03 01:33:54 +0200
6577ae7119
avcodec/amrwbdec: Fix division by 0 in find_hb_gain() by
2018-06-03 00:48:06 +0200
9ecb1998b0
avformat/mov: replace a value error by clipping into valid range in mov_read_stsc() by
2018-05-21 03:16:58 +0200
aa50d67cc7
avformat/mov: Break out early if chunk_count is 0 in mov_build_index() by
2018-05-15 17:06:59 +0200
05e253684e
avcodec/fic: Avoid some magic numbers related to cursors by
2018-05-05 23:42:36 +0200
3be0bcbef6
avcodec/g2meet: ask for sample with overflowing RGB by
2018-05-16 22:50:19 +0200
6d8859e234
avcodec/aacdec_fixed: use 64bit to avoid overflow in rounding in apply_dependent_coupling_fixed() by
2018-05-25 22:06:48 +0200
e95a0e261f
oavcodec/aacpsdsp_template: Use unsigned for hs0X to prevent undefined behavior by
2018-05-25 22:02:20 +0200
45ce622f90
avcodec/g723_1dec: Clip bits2 in both directions by
2018-05-25 21:56:04 +0200
d1bac7f777
avcodec/mpeg4videoenc: Use 64 bit for times in mpeg4_encode_gop_header() by
2018-05-21 23:08:05 +0200
fdab123c03
avcodec/mlpdec: Only change noise_type if the related fields are valid by
2018-05-17 13:58:46 +0200
b0207c5b2a
indeo4: Decode all or nothing of a band header. by
2018-05-17 13:40:38 +0200
c48ac14c06
avformat/mov: Only fail for STCO/STSC contradictions if both exist by
2018-05-15 17:07:00 +0200
8283586dce
avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD97iH0 / COMPOSE_DD137iL0 by
2018-05-14 00:10:33 +0200
38fd80c656
avcodec/fic: Check available input space for cursor by
2018-05-05 22:00:01 +0200
d48738bd67
avcodec/g2meet: Check RGB upper limit by
2018-04-27 20:16:13 +0200
716ab0f2f4
avcodec/jpeg2000dec: Fix undefined shift in the jpeg2000_decode_packets_po_iteration() CPRL case by
2018-05-04 19:18:25 +0200
083c48e6d9
avcodec/jpeg2000dec: Skip init for component in CPRL if nothing is to be done by
2018-05-04 19:11:36 +0200
6315215e5c
avcodec/g2meet: Change order of operations to avoid undefined behavior by
2018-05-04 18:16:08 +0200
90e9b76d3a
avcodec/flac_parser: Fix infinite loop by
2018-04-30 22:20:28 +0200
bb7b9238b4
avcodec/wavpack: Fix integer overflow in DEC_MED() / INC_MED() by
2018-04-27 21:44:07 +0200
986747c9e2
avcodec/error_resilience: Fix integer overflow in filter181() by
2018-04-22 21:46:05 +0200
69f861be42
avcodec/h263dec: Check slice_ret in mspeg4 slice loop by
2018-04-22 21:07:45 +0200
3d29170013
avcodec/elsdec: Fix memleaks by
2018-04-25 01:54:17 +0200
77121f6bff
avcodec/vc1_block: simplify ac_val computation by
2018-04-23 02:08:10 +0200
bcc47312d4
avcodec/ffv1enc: Check that the crc + version combination is supported by
2018-04-21 22:19:31 +0200
2d975fff05
lavf/http.c: Free allocated client URLContext in case of error. by
2018-01-12 19:16:29 +0100
7784a7c1d8
avcodec/dsicinvideo: Fail if there is only a small fraction of the data available that comprises a full frame by
2018-04-16 22:29:09 +0200
bd6a181d5a
avcodec/dsicinvideo: Propagate errors from cin_decode_rle() by
2018-04-16 22:28:23 +0200
45f03502c9
avcodec/dfa: Check dimension against maximum by
2018-04-16 22:04:53 +0200
5d42300731
avcodec/cinepak: Skip empty frames by
2018-04-17 02:13:43 +0200
4b0181dc00
avcodec/cinepak: move some checks prior to frame allocation by
2018-04-17 02:13:42 +0200
f322de901d
swresample/arm: remove unintentional relocation. by
2018-04-18 16:29:39 -0700
f4e2ac296d
doc/APIchanges: Fix typos in hashes by
2018-04-16 18:23:12 +0200
3ef38c414e
avcodec/dvdsub_parser: Allocate input padding by
2018-07-13 18:56:10 +0200
40ed40902a
avcodec/dvdsub_parser: Init output buf/size by
2018-07-13 18:54:48 +0200
0561cde128
avcodec/dirac_dwt_template: Fix signedness regression in interleave() by
2018-07-13 18:33:08 +0200
670b565ba2
avformat/mov: Simplify last element computation in mov_estimate_video_delay() by
2018-07-11 02:17:57 +0200
6b65f46673
avformat/mov: Break out of inner loop early in mov_estimate_video_delay() by
2018-07-11 02:17:58 +0200
052edeec55
avformat/mov: Eliminate variable buf_size from mov_estimate_video_delay() by
2018-07-11 02:17:56 +0200
48479937c3
avformat/mov: remove modulo operations from mov_estimate_video_delay() by
2018-07-11 02:17:55 +0200
fd53179f4a
avformat/movenc: Write version 2 of audio atom if channels is not known by
2018-07-08 00:16:42 +0200
5db47b3983
swresample/arm: rename labels to fix xcode build error by
2018-04-27 13:49:52 -0700
0981dfee7d
avformat/movenc: Check input sample count by
2018-07-06 22:23:25 +0200
d8c4b2ae57
avcodec/mjpegdec: Check for odd progressive RGB by
2018-07-06 16:28:14 +0200
fc92ca5b8e
avcodec/vp8_parser: Do not leave data/size uninitialized by
2018-07-06 12:01:46 +0200
6d992a51c7
avformat/mms: Add missing chunksize check by
2018-07-03 20:33:04 +0200
6f4b82cc3a
avformat/pva: Check for EOF before retrying in read_part_of_packet() by
2018-07-03 22:14:42 +0200
37f505cc85
avformat/rmdec: Do not pass mime type in rm_read_multi() to ff_rm_read_mdpr_codecdata() by
2018-07-03 21:37:46 +0200
a21703ca5d
avformat/asfdec_o: Check size_bmp more fully by
2018-07-03 21:01:23 +0200
a28ab09e2a
avformat/mxfdec: Fix av_log context by
2018-07-03 20:38:06 +0200
4439d6aa69
avcodec/mpeg4videodec: Check for bitstream end in read_quant_matrix_ext() by
2018-07-03 22:48:32 +0200
3bf80c7b22
avcodec/indeo4: Check for end of bitstream in decode_mb_info() by
2018-07-02 01:26:44 +0200
1361e4abb8
avcodec/ac3dec: Check channel_map index by
2018-06-27 15:56:18 +0200
5fd1dce39a
avcodec/mpeg4videodec: Remove use of FF_PROFILE_MPEG4_SIMPLE_STUDIO as indicator of studio profile by
2018-07-03 00:27:04 +0200
de0a1d01ba
avcodec/shorten: Fix undefined addition in shorten_decode_frame() by
2018-07-02 19:11:46 +0200
c4b23793d4
avcodec/shorten: Fix undefined integer overflow by
2018-07-02 19:08:54 +0200
e21e5c95c1
avcodec/jpeg2000dec: Fixes invalid shifts in jpeg2000_decode_packets_po_iteration() by
2018-07-02 18:57:05 +0200
2b13c136c4
avcodec/jpeg2000dec: Check that there are enough bytes for all tiles by
2018-07-02 18:40:08 +0200
d3536ce839
avformat/movenc: Use mov->fc consistently for av_log() by
2018-06-27 23:41:52 +0200
679d749eab
avcodec/mpeg4videodec: Check read profile before setting it by
2018-06-27 19:37:09 +0200
7610538224
avformat/movenc: Do not pass AVCodecParameters in avpriv_request_sample by
2018-06-27 17:27:50 +0200
0003ace83b
avcodec/ac3_parser: Check init_get_bits8() for failure by
2018-06-27 16:59:13 +0200
20c5fb9721
avformat/movenc: Check that frame_types other than EAC3_FRAME_TYPE_INDEPENDENT have a supported substream id by
2018-06-27 16:51:51 +0200
841e1399e6
avcodec/dpx: Check elements in 12bps planar path by
2018-06-27 16:12:39 +0200
9f76f0fab8
avcodec/escape124: Fix spelling errors in comment by
2018-06-27 13:00:28 +0200
bf3e331b76
avcodec/ra144: Fix integer overflow in ff_eval_refl() by
2018-06-21 23:08:32 +0200
21732c1adc
avcodec/cscd: Check output buffer size for lzo. by
2018-06-22 01:18:20 +0200
d00548f2c1
avcodec/escape124: Check buf_size against num_superblocks by
2018-06-24 19:23:02 +0200
10e5302db4
avcodec/h264_parser: Reduce needed history for parsing mb index by
2018-06-22 21:45:59 +0200
84280dc7cf
avcodec/magicyuv: Check bits left in flags&1 branch by
2018-06-23 23:37:10 +0200
2c404cc11a
avcodec/mjpegdec: Check for end of bitstream in ljpeg_decode_rgb_scan() by
2018-06-21 22:48:54 +0200