eaf566ce0b
Add options for spatial layers. by
2019-11-27 16:25:33 -0800
ed58f8475f
avcodec: add mvha video decoder by
2019-11-25 12:59:56 +0100
61dc7add30
avcodec: add mvdv video decoder by
2019-11-23 13:46:55 +0100
afee801276
avformat/hls: correct grammatical errors of m3u8_hold_counters option by
2019-11-27 19:04:00 +0800
a2fbdc6898
lavc/qsvenc: Fix compilation for some build environments. by
2019-11-27 00:03:33 +0100
32ba563cfc
avutil/hwcontext_cuda: allow using primary CUDA device context by
2019-11-18 15:35:49 +0200
59d264b0a1
avformat/hlsenc: set strict_std_compliance from the parent AVFormatContext by
2019-11-25 11:15:13 +0800
d07d1c1dd0
avcodec/v210dec: add support for frame and slice threading by
2019-11-25 11:45:10 +0800
f0dbeb5eaa
avcodec/v410dec: add support for frame and slice threading by
2019-11-25 11:40:04 +0800
d5e3d8e2f7
avformat/hls: add option for the m3u8 list load max times by
2019-11-18 17:37:00 +0800
1ca978d636
avcodec/nuv: Use ff_set_dimensions() by
2019-11-23 09:29:58 +0100
d83002179f
avformat/vividas: Error out on audio packets in the absence of audio streams by
2019-11-05 22:03:19 +0100
3e5a528bbe
avformat/vividas: Check and require 1 video stream by
2019-11-05 21:52:41 +0100
d82ab96e76
avcodec/ffwavesynth: Fix integer overflow with pink_ts_cur/next by
2019-11-05 22:11:52 +0100
721624c2f6
avcodec/ralf: Fix integer overflows with the filter coefficient in decode_channel() by
2019-11-05 22:27:04 +0100
bf9c4a1275
avcodec/g729dec: Use 64bit and clip in scalar product by
2019-11-05 23:28:35 +0100
75b64e5aa3
avcodec/mxpegdec: Check for multiple SOF by
2019-11-03 12:20:14 +0100
1138cdecbe
avcodec/nuv: Move comptype check up by
2019-11-02 14:14:44 +0100
cf323f4d38
avcodec/wmavoice: Fix integer overflow in synth_frame() by
2019-11-02 15:15:46 +0100
5634e20525
avcodec/rawdec: Check bits_per_coded_sample more pedantically for 16bit cases by
2019-10-20 23:02:27 +0200
6014bcf1b7
avutil/lfg: Correct index increment type to avoid undefined behavior by
2019-10-19 21:27:41 +0200
327a968817
avcodec/cngdec: Remove AV_CODEC_CAP_DELAY by
2019-10-19 21:58:26 +0200
e21ec54fdf
tools/target_dec_fuzzer: Adjust threshold for VP9 by
2019-10-18 23:40:22 +0200
6eb88daed1
avformat/matroskaenc: Remove outdated comment by
2019-11-06 03:49:13 +0100
4470ab1e0e
avformat/matroskaenc: Fix potential leak of cached packet by
2019-11-06 03:49:01 +0100
d65aaf8ea9
avformat/mxfenc: simplify d-10 ul handling by
2019-06-20 16:11:28 -0700
635a5c11a6
avformat/mxfenc: simplify dv ul handling by
2019-06-20 15:40:31 -0700
eafa8e8592
avformat/dvenc: support muxing dvcprohd by
2019-11-09 15:56:32 -0800
93414ce831
avfilter: add axcorrelate filter by
2019-11-14 21:16:18 +0100
aaac48fb50
avfilter/vf_normalize: add support for commands by
2019-11-23 11:07:02 +0100
e5baac772c
Changelog: update by
2019-11-22 22:46:42 +0100
89aa1342b1
avfilter/af_aiir: normalize biquads only if divisor is big enough by
2019-11-22 21:06:35 +0100
f46b04c4c3
avfilter/af_biquads: add new normalize/n option by
2019-11-22 20:54:12 +0100
e759fbfbc4
avcodec/v4l2_context: Fix indentation by
2019-11-12 00:37:03 -0500
ccc83ff11e
avcodec/v4l2_m2m_dec: Fix decoding on Odroid XU4 by
2019-11-12 00:37:02 -0500
f2a01b4c8b
avfilter/af_aiir: fix biquads normalization by
2019-11-22 20:24:29 +0100
eecc45cea5
avfilter/af_aiir: add missing normalization of biquads gains by
2019-11-22 17:42:04 +0100
2f5fb9e60f
avfilter/af_aiir: make a/b coefficients array by
2019-11-22 16:13:06 +0100
e169d3756e
avfilter/af_aiir: factor out response calculation by
2019-11-22 16:04:13 +0100
c36e72ed27
avfilter/af_aiir: check for stability by
2019-11-22 12:51:48 +0100
1b78da449e
doc/filters: complete and correct vmafmotion section by
2019-11-22 19:55:35 +0530
27c6c92534
avformat/av1: Fix leak of dynamic buffer in case of parsing failure by
2019-11-21 07:17:19 +0100
26e1d0d015
(tag: n4.0.5)
Changelog: update by
2019-11-21 23:45:58 +0100
b9735a0271
avcodec/iff: Move index use after check in decodeplane8() by
2019-10-29 19:12:23 +0100
70bf2bdf31
avcodec/iff: Move index use after check in decodeplane8() by
2019-10-29 19:12:23 +0100
eabece8639
avcodec/atrac3: Check for huge block aligns by
2019-10-20 23:51:58 +0200
ed04ecd2d3
avcodec/atrac3: Check for huge block aligns by
2019-10-20 23:51:58 +0200
978aa2ae50
avcodec/ralf: use multiply instead of shift to avoid undefined behavior in decode_block() by
2019-11-02 15:52:52 +0100
38cfa9d5f9
avcodec/ralf: use multiply instead of shift to avoid undefined behavior in decode_block() by
2019-11-02 15:52:52 +0100
b385b34761
avcodec/wmadec: Require previous exponents for reuse by
2019-10-31 14:38:16 +0100
aca0578002
avcodec/wmadec: Require previous exponents for reuse by
2019-10-31 14:38:16 +0100
313af22942
avcodec/vc1_block: Fix undefined behavior in ac prediction rescaling by
2019-10-31 15:00:32 +0100
2850004c6d
avcodec/vc1_block: Fix undefined behavior in ac prediction rescaling by
2019-10-31 15:00:32 +0100
0e96cffff6
avcodec/qdm2: The smallest header seems to have 2 bytes so treat 1 as invalid by
2019-10-31 15:22:53 +0100
61620896a1
avcodec/qdm2: The smallest header seems to have 2 bytes so treat 1 as invalid by
2019-10-31 15:22:53 +0100
5222756b36
avcodec/apedec: Fixes integer overflow of res+*data in do_apply_filter() by
2019-10-29 18:30:07 +0100
6b430f066b
avcodec/apedec: Fixes integer overflow of res+*data in do_apply_filter() by
2019-10-29 18:30:07 +0100
c2f81cfc78
avcodec/sonic: Fix integer overflow in predictor_calc_error() by
2019-10-21 23:41:49 +0200
17d5c21b3d
avcodec/sonic: Fix integer overflow in predictor_calc_error() by
2019-10-21 23:41:49 +0200
9cd56bb94c
avfilter/af_aiir: fix array length when selecting conjugate poles by
2019-11-21 23:23:55 +0100
0a4d2b5f67
avformat/mp3dec: Check that the frame fits within the probe buffer by
2019-11-07 21:16:32 +0100
a6eb5e1f70
avformat/mp3dec: Check that the frame fits within the probe buffer by
2019-11-07 21:16:32 +0100
bbb68be0cc
avfilter/graphdump: fix use of uninitialized variables by
2019-11-21 14:58:26 +0800
4a3aa77d74
avfilter/avfilter: fix indentation by
2019-11-20 20:10:57 +0800
55ca21d54e
avfilter/vf_amplify: add timeline support by
2019-11-21 18:34:07 +0100
103effebc1
avfilter/vf_datascope: add support for commands in oscilloscope by
2019-11-21 18:08:48 +0100
c98d8b2bf5
avfilter/vsrc_sierpinski: change seed option type by
2019-11-21 17:38:48 +0100
d83304d539
avfilter/vsrc_sierpinski: fix another typos by
2019-11-21 17:35:35 +0100
09fd1b18f0
avfilter/vsrc_testsrc: simplify color filter commands parsing by
2019-11-21 17:30:21 +0100
94c0b27397
avfilter/vf_chromakey: add support for commands by
2019-11-21 17:19:40 +0100
ae6c4168e6
avfilter/vf_lumakey: add support for commands by
2019-11-21 16:59:39 +0100
6b9862f614
avfilter/vf_lumakey: change options to doubles, so that values are automatically scaled by
2019-11-21 16:52:48 +0100
08f7968fc4
avfilter/vf_lumakey: add support for 12bit yuva formats by
2019-11-21 16:40:17 +0100
f89ebf88a1
avfilter/vf_scroll: add support for slice threading by
2019-11-21 12:55:17 +0100
9bd4df1654
avfilter/vf_chromashift: add support for commands by
2019-11-21 12:24:02 +0100
fbcb141c06
avfilter/vf_fillborders: add support for commands by
2019-11-21 12:07:58 +0100
84e9a55d8e
avfilter/af_afftdn: simplify changing commands by
2019-11-21 11:49:23 +0100
8e2a832a55
avfilter/vf_median: clip radius instead of erroring out by
2019-11-21 11:21:31 +0100
7ead0daa24
avfilter/vf_median: add support for commands by
2019-11-20 22:27:43 +0100
b6571777d2
avcodec/mjpegbdec: Fix yuv444 pix_fmt detection by
2019-11-20 13:22:46 +0200
176ac987aa
avfilter/f_graphmonitor: output frames in pts gaps by
2019-11-20 17:44:18 +0100
a1f8b36cc4
avcodec/iff: Move index use after check in decodeplane8() by
2019-10-29 19:12:23 +0100
f09151fff9
avcodec/atrac3: Check for huge block aligns by
2019-10-20 23:51:58 +0200
1b7d02642b
avcodec/ralf: use multiply instead of shift to avoid undefined behavior in decode_block() by
2019-11-02 15:52:52 +0100
c54b9fc42f
avcodec/wmadec: Require previous exponents for reuse by
2019-10-31 14:38:16 +0100
7fc1baf0ca
avcodec/vc1_block: Fix undefined behavior in ac prediction rescaling by
2019-10-31 15:00:32 +0100
e36ccb5048
avcodec/qdm2: The smallest header seems to have 2 bytes so treat 1 as invalid by
2019-10-31 15:22:53 +0100
dc3f327e74
avcodec/apedec: Fixes integer overflow of res+*data in do_apply_filter() by
2019-10-29 18:30:07 +0100
b6abdb1faf
avcodec/ra288: Check block_align for the assumed value by
2019-10-29 18:46:34 +0100
c8c17b8cef
avcodec/sonic: Fix integer overflow in predictor_calc_error() by
2019-10-21 23:41:49 +0200
faea5b4462
avformat/vividas: Add EOF check in val_1 loop in track_header() by
2019-10-29 22:17:45 +0100
19b8db2908
avcodec/atrac9dec: Check precision_fine/coarse by
2019-10-19 18:48:03 +0200
dbc50f8a93
avformat/matroskadec: Fix default value of BlockAddID by
2019-11-20 13:26:59 +0100
a16de215c9
avfilter/af_rubberband: fix sample overqueueing by
2019-11-20 13:05:50 +0100
e21d4a7ca4
avfilter/vf_chromakey: add >8 bit support by
2019-11-18 11:50:07 +0100
82a3a623f0
cbs_h264: Fix missing inferred colour description fields by
2019-07-28 19:23:15 +0100
252ef2329a
avcodec/cbs_av1: keep separate reference frame state for reading and writing by
2019-11-17 21:08:56 -0300
8da31e9eef
avcodec/cbs_av1: fix reading reference order hint in skip_mode_params() by
2019-11-15 15:12:14 -0300
d73f062706
avcodec/dvdec: Use av_clip_uint8 instead of ff_crop_tab by
2019-11-16 00:10:53 +0100
08d3cc2f1d
avcodec/amfnec: allocate packets using av_new_packet() by
2019-11-19 19:42:48 -0300