c9415e815a
avcodec/vc1_block: Fix invalid shifts in vc1_decode_i_blocks() by
2019-06-22 14:21:43 +0200
b153ba1c2e
avcodec/vc1_block: fix invalid shift in vc1_decode_p_mb() by
2019-06-22 12:35:24 +0200
da93e2b142
avcodec/aacdec_template: fix integer overflow in imdct_and_windowing() by
2019-07-10 00:04:02 +0200
1ee863a7b0
lavc/videotoolboxenc: make transfer_fnc initialized for unsupport function by
2019-07-18 06:59:35 +0800
391b67fcb5
lavc/videotoolboxenc: add hdr10, linear, hlg color transfer function for videotoolboxenc by
2019-06-26 18:57:59 +0800
33186028fc
MAINTAINERS: Add my GnuPG fingerprint. by
2019-08-11 12:08:15 +0200
2828f5b0d8
lavc/r210enc: Fix undefined behaviour encoding r10k. by
2019-07-01 13:06:02 +0200
ac457a3bc5
lavc/vc2enc_dwt: Avoid left-shifting a negative value. by
2019-07-02 11:38:14 +0200
e82a619c2a
lavc/frame_thread_encoder: Do not memcpy() from NULL. by
2019-07-02 11:42:32 +0200
690cab3232
lavc/libx264: Cast cpb bit_rates to int64_t to avoid an integer overflow. by
2019-08-10 23:52:59 +0200
098ed8a73e
lavf/dump: Fix cpb bitrate type after next major bump. by
2019-08-10 14:43:58 +0200
6711419569
lavf/dump: Fix vbv_delay type specifier. by
2019-08-10 23:33:10 +0200
4b1687f23c
lavc/libx264: Cast bit_rate to int64_t to avoid an integer overflow. by
2019-08-10 17:10:58 +0200
57987deefc
lavc/libx264: bit_rates > INT_MAX are not supported. by
2019-08-10 14:40:23 +0200
c29d81e736
avformat/rtpdec_mpeg4: Fix integer parameters size check in SDP fmtp line by
2019-07-24 10:20:14 +0200
90e965be6d
tools/zmqsend: Avoid mem copy past the end of input buffer by
2019-08-08 10:37:10 -0400
0253771953
lavc/tableprint_vlc: Remove avpriv_request_sample() from included files. by
2019-06-19 13:41:01 +0200
86d13e95e7
doc/fate: Document how to request samples upload access by
2019-08-07 21:18:12 +0200
e317c255f6
doc/ffmpeg: Document dts_error_threshold option by
2019-07-21 12:36:21 +0800
e512d893bf
examples/encode_video: only add sequence end code for mpeg1/2 video by
2019-08-05 12:53:55 +0800
e282b7ed7b
lavf/showinfo: use error level when get invalid sidedata by
2019-08-05 14:33:41 +0800
6f6769f3ec
lavf/showinfo: support mastering display sidedata by
2019-08-04 17:35:29 +0800
5e829262a6
lavf/hls: add http_seekable option for HTTP partial requests by
2019-08-08 00:12:16 +0800
af3ddd581f
lavf/vf_vpp_qsv: add support for QSV transpose filter by
2019-07-11 01:57:46 +0800
98e419cbf5
avfilter/vf_convolution: add x86 SIMD for filter_3x3() by
2019-06-27 10:07:21 +0800
6c67c8ca9a
Revert "avformat/rtpdec_rfc4175: Fix incorrect copy_offset calculation" by
2019-08-06 10:35:38 +0200
75384bc464
(tag: n4.2)
configure: cuda_llvm: fix include path for MSYS2 by
2019-08-05 20:47:03 +0100
5ac28e9cc1
configure: cuda_llvm: fix include path for MSYS2 by
2019-08-05 20:47:03 +0100
35e9d9cbf7
avformat/dashenc: fix writing the AV1 codec string in mp4 mode by
2019-07-30 13:21:46 -0300
d1c81070bc
avformat/dashenc: update stream extradata from packet side data by
2019-07-30 15:08:36 -0300
5152602ba8
avformat/av1: combine high_bitdepth and twelve_bit into a single bitdepth value by
2019-07-30 11:55:26 -0300
6e53b43d48
avformat/av1: rename some AV1SequenceParameters fields by
2019-07-30 11:48:38 -0300
a2df7e44b3
avformat/av1: split off sequence header parsing from the av1C writing function by
2019-07-30 12:08:44 -0300
f4b254e299
avformat/av1: add color config values to AV1SequenceParameters by
2019-07-30 11:43:02 -0300
34a40aeb73
libavcodec/iff: Use unsigned to avoid undefined behaviour by
2019-08-02 22:29:16 +0200
d5cd7fe5af
avcodec/alsdec: Check for block_length <= 0 in read_var_block_data() by
2019-07-26 15:26:08 +0200
06688a8cc5
avcodec/vqavideo: Set video size by
2019-07-26 00:35:32 +0200
6443b95de6
avcodec/sanm: Check extradata_size before allocations by
2019-07-15 23:26:05 +0200
772d91d6b0
avcodec/mss1: check for overread and forward errors by
2019-08-03 00:29:48 +0200
11f01ad26c
avcodec/loco: Check for end of input in pixel decode by
2019-08-02 22:14:22 +0200
3a3c02be9a
avcodec/dirac_parser: Fix overflow in dts by
2019-07-11 23:23:07 +0200
5764b92f82
avcodec/ralf: Fix undefined pointer in decode_channel() by
2019-08-04 17:25:55 +0200
414144a371
avcodec/ralf: Fix integer overflow in apply_lpc() by
2019-08-04 17:20:45 +0200
8b95d93e07
avcodec/vorbisdec: Implement vr->classifications = 1 by
2019-08-04 17:10:18 +0200
4c16a8fe67
avcodec/vorbisdec: Check parameters in vorbis_floor0_decode() before divide by
2019-08-04 12:28:55 +0200
f9597a5a11
avformat/realtextdec: Check for duplicate extradata in realtext_read_header() by
2019-08-04 12:21:51 +0200
8d17180884
avformat/vividas: Fix memleak of AVIOContext in track_header() by
2019-08-04 12:13:21 +0200
f06fced6df
avcodec/cbs_av1_syntax_template: Check ref_frame_idx before use by
2019-08-04 09:51:26 +0200
739f93ebe1
avcodec/apedec: Fix 2 signed overflows by
2019-08-04 09:46:34 +0200
8b8f5fd05e
avcodec/mss3: Check for the rac stream being invalid in rac_normalize() by
2019-08-04 09:33:45 +0200
889fdc690a
avcodec/vc1_block: Check get_vlc2() return before use by
2019-08-04 08:32:58 +0200
25aa7ddd31
avcodec/apedec: Do not partially clear data array by
2019-08-04 08:26:40 +0200
99ecd0cfc9
avcodec/atrac9dec: Check grad_range[1] more tightly by
2019-08-04 00:45:20 +0200
be4fb282f9
avcodec/alsdec: Check for block_length <= 0 in read_var_block_data() by
2019-07-26 15:26:08 +0200
02f909dc24
avcodec/vqavideo: Set video size by
2019-07-26 00:35:32 +0200
172a43ce36
avcodec/sanm: Check extradata_size before allocations by
2019-07-15 23:26:05 +0200
9051092e73
avformat/rtpdec_rfc4175: Fix incorrect copy_offset calculation by
2019-06-27 06:06:22 +0000
f12e662a3d
libavcodec/iff: Use unsigned to avoid undefined behaviour by
2019-08-02 22:29:16 +0200
43015afd7c
avcodec/mss1: check for overread and forward errors by
2019-08-03 00:29:48 +0200
8305a4509a
avcodec/loco: Check for end of input in pixel decode by
2019-08-02 22:14:22 +0200
549fcba8fc
avcodec/dirac_parser: Fix overflow in dts by
2019-07-11 23:23:07 +0200
3c06ba1716
avcodec/ralf: Fix undefined pointer in decode_channel() by
2019-08-04 17:25:55 +0200
ccca484324
avcodec/ralf: Fix integer overflow in apply_lpc() by
2019-08-04 17:20:45 +0200
5a5f12e3b3
avcodec/vorbisdec: Implement vr->classifications = 1 by
2019-08-04 17:10:18 +0200
aecc9b96d6
avcodec/vorbisdec: Check parameters in vorbis_floor0_decode() before divide by
2019-08-04 12:28:55 +0200
652ea23cb3
avformat/realtextdec: Check for duplicate extradata in realtext_read_header() by
2019-08-04 12:21:51 +0200
76133d7c8b
avformat/vividas: Fix memleak of AVIOContext in track_header() by
2019-08-04 12:13:21 +0200
58e084bd2c
avcodec/cfhd: Check destination space for bayer before writing by
2019-08-04 12:03:35 +0200
fe2e1cfc19
avcodec/cfhd: Fix linesize type by
2019-08-04 12:02:33 +0200
8174e5c77d
avcodec/cbs_av1_syntax_template: Check ref_frame_idx before use by
2019-08-04 09:51:26 +0200
392c028cd2
avcodec/apedec: Fix 2 signed overflows by
2019-08-04 09:46:34 +0200
99a172f3f4
avcodec/mss3: Check for the rac stream being invalid in rac_normalize() by
2019-08-04 09:33:45 +0200
2cb1f79735
avcodec/vc1_block: Check get_vlc2() return before use by
2019-08-04 08:32:58 +0200
8e4b522c91
avcodec/apedec: Do not partially clear data array by
2019-08-04 08:26:40 +0200
208225bd78
avcodec/atrac9dec: Check grad_range[1] more tightly by
2019-08-04 00:45:20 +0200
d555a220b4
avcodec/atrac9dec: Remove impossible condition by
2019-08-04 00:37:52 +0200
005de57d84
avcodec/bink: Add many end of input checks by
2019-08-04 00:09:32 +0200
fc6f02b297
compat/cuda: Change inclusion guards by
2019-08-05 03:09:41 +0200
b307d74fe6
compat/cuda: Change inclusion guards by
2019-08-05 03:09:41 +0200
d09370b060
avcodec/hnm4video: Forward errors of decode_interframe_v4() by
2019-08-02 23:54:49 +0200
c74712dae3
avformat/vividas: Check that value from ffio_read_varlen() does not overflow by
2019-07-20 22:41:08 +0200
7ce1e57c01
avformat/vividas: forward errors from track_header() by
2019-07-20 22:36:10 +0200
c8dea60fca
avcodec/clearvideo: fix invalid shift in tile size check by
2019-07-13 20:16:19 +0200
c9322598f4
avformat/vividas: Check buffer size before allocation by
2019-07-13 19:57:21 +0200
4f57240859
avformat/vividas: Check if extradata was read successfully by
2019-07-13 20:08:03 +0200
44119e5ad6
avcodec/vp3: Check for end of input in vp4_unpack_vlcs() by
2019-08-02 21:23:18 +0200
7821480db5
avcodec/vp3: Check that theora is theora by
2019-07-22 00:41:06 +0200
7f71ebded4
avcodec/vc1_pred: Fix invalid shift in scaleforsame() by
2019-07-10 23:27:19 +0200
4739a62451
avcodec/vc1_block: Fix integer overflow in ff_vc1_pred_dc() by
2019-07-04 23:13:13 +0200
a2c8df28c9
avcodec/truemotion2: Fix several integer overflows in tm2_motion_block() by
2019-07-08 23:00:09 +0200
f30d67341e
avcodec/apedec: make left/right unsigned to avoid undefined behavior by
2019-07-02 12:13:19 +0200
a33fd08266
avcodec/apedec: Fix multiple integer overflows and undefined behaviorin filter_3800() by
2019-06-16 11:39:15 +0200
5fa0b18c95
avformat/mpc: deallocate frames array on errors by
2019-07-24 23:11:50 +0200
8a03611020
avcodec/eatqi: Check for minimum frame size by
2019-07-28 22:29:57 +0200
6b04a5dd2d
avcodec/eatgv: Check remaining size after the keyframe header by
2019-07-28 21:09:14 +0200
8d2e23508f
avcodec/assdec: undefined use of memcpy() by
2019-07-24 22:55:15 +0200
598496e50c
avcodec/brenderpix: Check input size before allocating image by
2019-07-26 14:16:16 +0200
907027a4f2
lafv/wavdec: Fail bext parsing on incomplete reads by
2019-07-25 15:54:49 -0700
9cb0da0bfe
avcodec/utils: fix leak of subtitle_header on error path by
2019-07-04 23:39:23 +0200
86de65fbf0
build: add support for building CUDA files with clang by
2019-07-30 02:51:42 -0500