c44244424f
avcodec/movtextdec: Check style_start/end by
2018-04-08 03:29:44 +0200
053b9766b4
avcodec/aacsbr_fixed: Fix integer overflow in sbr_hf_assemble() by
2018-04-07 21:55:06 +0200
c8f700975e
libavcodec/rv34: error out earlier on missing references by
2018-04-02 20:01:07 +0200
3e6adf0842
swresample/swresample: Fix for seg fault in swr_convert_internal() -> sum2_float during dithering. by
2018-04-05 13:58:37 +0200
46db1182da
avcodec/aacdec_fixed: Fix integer overflow in apply_independent_coupling_fixed() by
2018-03-31 21:19:19 +0200
f4e01b87f2
avcodec/cscd: Error out when LZ* decompression fails by
2018-03-12 00:05:04 +0100
2c2ab85562
avcodec/imgconvert: Fix loss mask bug in avcodec_find_best_pix_fmt_of_list() by
2018-03-31 19:37:23 +0700
43916494f8
avfilter/vf_signature: use av_strlcpy() by
2018-03-30 02:16:31 +0200
51035698bd
avcodec/utvideodec: Set pro flag based on fourcc by
2018-03-31 03:10:43 +0200
fdf56c5654
avcodec/wmalosslessdec: Fix null pointer dereference in decode_frame() by
2018-03-25 01:51:28 +0100
2be397e234
avcodec/tableprint_vlc: Fix build failure with --enable-hardcoded-tables by
2018-03-29 01:07:24 +0200
9b2ce61155
avformat/mov: Move +1 in check to avoid hypothetical overflow in add_ctts_entry() by
2018-02-03 21:36:22 +0100
26fcff1eb4
avcodec/get_bits: Make sure the input bitstream with padding can be addressed by
2018-03-24 01:38:53 +0100
e26ae6e6ce
avformat/mov: Check STSC and remove invalid entries by
2018-03-16 19:53:36 +0100
46ed4d5282
avcodec/nuv: rtjpeg with dimensions less than 16 would result in no decoded pixels thus reject it by
2018-02-27 15:17:12 +0100
0312060329
avcodec/nuv: Check for minimum input size for uncomprssed and rtjpeg by
2018-02-27 15:17:12 +0100
8ba8e0a1c7
avcodec/wmalosslessdec: Reset num_saved_bits on error path by
2018-03-11 00:13:57 +0100
8280448784
avformat/mov: Fix integer overflows related to sample_duration by
2018-03-09 16:43:29 +0100
3fa6e594a0
avformat/img2dec: fix infinite loop by
2018-03-10 01:40:36 +0100
24c627a900
avformat/oggparsedaala: Do not adjust AV_NOPTS_VALUE by
2018-03-08 17:28:36 +0100
0cdc3e05cb
avformat/oggparseogm: Check lb against psize by
2018-03-09 01:05:20 +0100
a376fcaa39
avformat/oggparseogm: Fix undefined shift in ogm_packet() by
2018-03-08 23:14:04 +0100
79efbd547e
avformat/avidec: Fix integer overflow in cum_len check by
2018-03-08 22:40:50 +0100
60f6767126
avformat/oggparsetheora: Do not adjust AV_NOPTS_VALUE by
2018-03-08 17:28:36 +0100
fea47f6941
avformat/utils: Fix integer overflow of fps_first/last_dts by
2018-03-07 00:10:11 +0100
cd7a2954ae
avformat/oggdec: Fix metadata memleak on multiple headers by
2018-03-06 18:14:12 +0100
a05d577068
libavformat/oggparsevorbis: Fix memleak on multiple headers by
2018-03-06 18:14:12 +0100
7a713cea22
avformat/mov: Fix integer overflow in mov_get_stsc_samples() by
2018-03-05 23:12:57 +0100
8456bba362
avcodec/truemotion2rt: Check input buffer size by
2018-02-22 03:04:40 +0100
9cc83b94a1
avcodec/g2meet: Check tile dimensions with av_image_check_size2() by
2018-02-22 02:34:05 +0100
60bd8316db
avcodec/exr: fix invalid shift in unpack_14() by
2018-02-21 04:29:44 +0100
ee33e79b25
avcodec/bintext: sanity check dimensions by
2018-02-26 21:17:08 +0100
ae49cc73f2
avcodec/utvideodec: Check subsample factors by
2018-02-26 03:02:48 +0100
30a718c38b
avcodec/smc: Check input packet size by
2018-02-23 03:40:02 +0100
4113106595
avcodec/cavsdec: Check alpha/beta offset by
2018-02-20 23:11:01 +0100
2b5c0fdaac
avcodec/diracdec: Fix integer overflow in mv computation by
2018-02-18 21:51:38 +0100
bc194927e4
avcodec/h264_parse: Clear invalid chroma weights in ff_h264_pred_weight_table() by
2018-02-18 17:12:28 +0100
28398a70a9
avcodec/aacdec_templat: Fix integer overflow in apply_ltp() by
2018-02-18 16:55:52 +0100
c8f54bf87c
avcodec/jpeg2000dwt: Fix integer overflows in sr_1d53() by
2018-02-18 00:11:33 +0100
5c2e61f1f5
avcodec/diracdec: Use int64 in global mv to prevent overflow by
2018-02-17 23:54:44 +0100
3fc7e88bfd
avcodec/dxtory: Remove code that corrupts dimensions by
2018-02-17 21:27:16 +0100
ad3ef9e896
avcodec/dirac_dwt_template: Fix Integer overflow in horizontal_compose_dd137i() by
2018-02-17 21:47:09 +0100
4597b51e8a
avcodec/hevcdec: Check luma/chroma_log2_weight_denom by
2018-02-17 21:42:34 +0100
fcc6932e09
avcodec/jpeg2000dec: Use av_image_check_size2() by
2018-02-17 04:20:53 +0100
3f6f1c24eb
avcodec/vp8: Check for bitstream end before vp7_fade_frame() by
2018-02-17 04:20:52 +0100
fe435d11fb
avcodec/exr: Check remaining bits in last get code loop by
2018-02-14 13:01:46 +0100
3c001b18ce
avutil/common: Fix integer overflow in av_clip_uint8_c() and av_clip_uint16_c() by
2018-02-14 03:54:13 +0100
1a8265487b
avdevice/decklink_dec: Fix ;; by
2018-02-15 13:48:52 +0100
a1e983111e
avcodec/h264_cabac: Tighten allowed coeff_abs range by
2018-02-14 00:32:30 +0100
988e7a8fea
avcodec/h264_cavlc: Set valid qscale value in ff_h264_decode_mb_cavlc() by
2018-02-03 01:43:35 -0800
b41b6b3234
libavfilter/opencl: Add macro for setting opencl kernel arguments by
2018-06-15 05:55:34 +0300
89651c82b8
avcodec/vc1: support multi-slice field interlaced pictures with hwaccel by
2018-05-09 07:50:28 +0200
3d028b7b72
avcodec/vaapi_vc1: slice_vertical_position starts from zero for the second field by
2018-05-09 07:50:23 +0200
bd47cca6a7
fftools/cmdutils: Replace the number by macro for bprint init by
2018-06-10 15:53:24 +0800
7f5b8f0883
tests/bprint: Replace the number by macro for bprint init by
2018-06-10 16:04:52 +0800
9ba94ac57a
avutil/log: Replace the number by macro for bprint init by
2018-06-10 16:03:40 +0800
f7ffb10fb7
lavf/tedcaptionsdec: Replace the number by macro for bprint init by
2018-06-10 16:02:57 +0800
abb28d41ea
lavf/icecast: Replace the number by macro for bprint init by
2018-06-10 16:02:15 +0800
483532bc72
lavfi/graphdump: Replace the number by macro for bprint init by
2018-06-10 16:01:35 +0800
9809ac98bd
lavfi/af_amerge: Replace the number by macro for bprint init by
2018-06-10 16:00:49 +0800
e4d14b046e
lavc/pngdec: Replace the number by macro for bprint init by
2018-06-10 16:00:02 +0800
d0a2ad241c
lavc/dvdsubenc: Replace the number by macro for bprint init by
2018-06-10 15:59:03 +0800
df9fe79b3c
fftools/ffmpeg_filter: Replace the number by macro for bprint init by
2018-06-10 15:57:26 +0800
24be912827
fftools/ffmpeg: Replace the number by macro for bprint init by
2018-06-10 15:56:04 +0800
8331e59133
avcodec/vc1: remove unused ff_vc1_loop_filter_iblk by
2018-06-06 20:47:32 +0200
77a3dfb328
avcodec/vc1: rewrite vc1_decode_i_blocks to align with VC-1 spec by
2018-06-12 11:34:58 +0200
2065317db6
avcodec/vc1: add Simple and Main profile to vc1_put_signed_blocks_clamped by
2018-06-06 20:47:23 +0200
a8622497d3
avcodec/vc1: fix overlap and loop filtering for Simple and Main profile by
2018-06-08 11:01:20 +0200
a43cdd7693
avcodec/vc1: fix overlap smoothing filter for P frames by
2018-05-30 13:53:48 +0200
07d1c4ae3f
lavc/dpx: Allow packed 12-bit little-endian images. by
2018-06-16 16:18:06 +0200
70742f0264
fate: correct filename references of qt-faststart binary by
2018-06-15 22:38:26 +0530
e3b339cc92
lavf/aviobuf: Increase Statistics verbosity to AV_LOG_VERBOSE. by
2018-06-14 11:21:31 +0200
e049f7c24f
(tag: n4.0.1)
Update for 4.0.1 by
2018-06-16 00:18:40 +0200
83a737aa70
avcodec/aacdec_fixed: Fix undefined integer overflow in apply_independent_coupling_fixed() by
2018-06-14 16:41:49 +0200
2deeb2eaef
avcodec/dirac_dwt_template: Fix undefined behavior in interleave() by
2018-06-14 16:37:32 +0200
9eaf908897
avutil/common: Fix undefined behavior in av_clip_uintp2_c() by
2018-06-14 15:41:33 +0200
1ca157b026
fftools/ffmpeg: Fallback to duration if sample rate is unavailable by
2018-05-01 22:44:07 +0200
f36128518b
avformat/mov: Only set pkt->duration to non negative values by
2018-05-16 23:35:58 +0200
897524954b
avcodec/mpeg4videodec: Clear bits_per_raw_sample if it has originated from a previous instance by
2018-06-09 22:25:38 +0200
f0e4bc61e3
avformat/movenc: fix recognization of cover image streams by
2018-06-04 17:36:19 +0300
36628bd215
avformat/movenc: properly handle cover image codecs by
2018-06-01 02:24:39 +0300
e42ab0115e
avcodec/h264_slice: Fix overflow in recovery_frame computation by
2018-06-08 19:07:22 +0200
10f68641ae
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
f0a10f6376
avcodec/h264_mc_template: Only prefetch motion if the list is used. by
2018-06-08 18:25:14 +0200
0b4d76d891
avcodec/xwddec: Use ff_set_dimensions() by
2018-06-08 00:42:31 +0200
4fa2078217
avcodec/wavpack: Fix overflow in adding tail by
2018-06-08 00:07:04 +0200
081874a050
avcodec/shorten: Fix multiple integer overflows by
2018-06-05 13:19:35 +0200
028a0c9148
avcodec/shorten: Fix undefined shift in fix_bitshift() by
2018-06-05 13:15:34 +0200
9a53e8572a
avcodec/shorten: Fix a negative left shift in shorten_decode_frame() by
2018-06-05 13:12:54 +0200
3aa3b05d64
avcodec/shorten: Sanity check nmeans by
2018-06-05 13:03:48 +0200
7a5ddf731b
avcodec/shorten: Check non COMM chunk len before skip in decode_aiff_header() by
2018-06-05 02:33:43 +0200
4b12afccb2
avcodec/mjpegdec: Fix integer overflow in ljpeg_decode_rgb_scan() by
2018-06-05 02:17:24 +0200
b55c824ee7
avcodec/truemotion2: Fix overflow in tm2_apply_deltas() by
2018-06-05 02:09:59 +0200
a90497c183
avcodec/opus_silk: Change silk_lsf2lpc() slightly toward silk/NLSF2A.c by
2018-06-03 01:33:54 +0200
65b2b0d98a
avcodec/amrwbdec: Fix division by 0 in find_hb_gain() by
2018-06-03 00:48:06 +0200
0097cc0ea3
avcodec/h263dec: Reinitialize idct context if it has not been setup for the active profile by
2018-05-28 22:29:58 +0200
07767c704b
avcodec/idctdsp: Clear idct/idct_add for studio profile by
2018-05-28 22:29:57 +0200
2e7830e5ff
avformat/mov: replace a value error by clipping into valid range in mov_read_stsc() by
2018-05-21 03:16:58 +0200
4f644b2632
avformat/bintext: Reduce detection for random .bin files as it more likely is not a multimedia related file by
2018-05-12 18:33:26 +0200
1d01a3b34c
avformat/mov: Break out early if chunk_count is 0 in mov_build_index() by
2018-05-15 17:06:59 +0200