Marton Balint
0e9a09793a
avfilter/af_afade: fix crossfade duration maximum value
...
Signed-off-by: Marton Balint <cus@passwd.hu >
2018-10-07 20:26:28 +02:00
Paul B Mahol
3d308746eb
avfilter/af_afade: add logistic sigmoid curve
2018-10-07 17:38:22 +02:00
Paul B Mahol
9c120b4d42
avfilter/avf_showspectrum: add legend support to showspectrum filter
2018-10-07 12:18:55 +02:00
Michael Niedermayer
0a41a8bf29
avformat/utils: Fix potential integer overflow in extract_extradata()
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2018-10-07 03:03:09 +02:00
Michael Niedermayer
b4a1ccfc41
avformat/utils: Do not use "i" as a context pointer, "i" is normally the integer counter in loops
...
This avoids surprising developers. Its bad to surprise developers with
such unexpected things.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2018-10-07 03:03:09 +02:00
Michael Niedermayer
beb3aea48e
avformat/utils: Do not ignore failure in extract_extradata_init()
...
We check for the documented explanation of the "Ignore code" in extract_extradata_check() already
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2018-10-07 03:03:09 +02:00
Michael Niedermayer
fd3eda4030
avcodec/speedhq: Make speedhq_vlc const
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2018-10-07 03:03:09 +02:00
Michael Niedermayer
c07bbdbcf0
avfilter/vf_tonemap_opencl: Fix seperate typo
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2018-10-07 03:03:09 +02:00
Michael Niedermayer
1fc3d8ee00
avcodec/vc1_loopfilter: Fix colums typos
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2018-10-07 03:03:09 +02:00
Michael Niedermayer
1a7a17fb75
libavcodec/v4l2_buffers.h: fix cant typos
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2018-10-07 03:03:09 +02:00
Michael Niedermayer
6414415889
avfilter/af_biquads: Remove l from %lf in av_log environment
...
The l modifier does nothing in C99 and it was undefined in C89 for %f
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2018-10-07 03:03:09 +02:00
Michael Niedermayer
8dd7c2c6a7
avfilter/af_aiir: Remove l from %lf in av_log environment
...
The l modifier does nothing in C99 and it was undefined in C89 for %f
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2018-10-07 03:03:09 +02:00
Michael Niedermayer
52e62b0585
avformat/movenc: Remove unneeded variable from mov_find_codec_tag()
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2018-10-07 03:03:09 +02:00
Michael Niedermayer
8c49340b18
libavformat/ty: use decimal constant for shift
...
This was the only case in the source that uses a hexadecimal shift value.
The change removed a special case in respect to greping
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2018-10-07 03:03:09 +02:00
Michael Niedermayer
ad89e203bf
avcodec/unary: Improve get_unary() docs
...
Found-by: kierank
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2018-10-07 03:03:09 +02:00
Paul B Mahol
c98ffa086c
avfilter/avf_showspectrum: switch to activate and add fps option
2018-10-06 20:30:12 +02:00
Mark Thompson
1f1ec958f6
Merge commit '21733b39d0af5211d7b9f168ff3667ea86362e2b'
...
* commit '21733b39d0af5211d7b9f168ff3667ea86362e2b':
lavu/qsv: fix a random hwupload failure regression
Fixes CID #1439585 .
Merged-by: Mark Thompson <sw@jkqxz.net >
2018-10-06 18:46:52 +01:00
Jun Zhao
5a3ce4a92b
lavfi/deshake: fix deshake crash issue.
...
Fixes ticket #7441 .
for block contrast calculate, the block is like this:
|<---------------- stride-----------------------|
+-----------------------------------------------> X
|
| w = 16
| (cx,cy)+------+
| | |
|h=blocksize| |
| | |
| +------+
V
Y
so we calc the block contrast use:
(cy + y) * stride + (cx + x)
Signed-off-by: Jun Zhao <mypopydev@gmail.com >
2018-10-06 21:30:18 +08:00
Mark Thompson
6ff4473012
av1_metadata: Fix constraint on setting chroma_sample_position
...
It can't be set for 4:2:2 streams.
2018-10-06 12:51:46 +01:00
Paul B Mahol
50a2347b19
avfilter/avf_showspectrum: increase padding size for low sample rates
2018-10-05 15:23:02 +02:00
Paul B Mahol
fe447c0609
avfilter/avf_showspectrum: add zoom mode to showspectrumpic
2018-10-05 14:23:48 +02:00
Paul B Mahol
3e687be4fa
avfilter/avf_showspectrum: add green color map
2018-10-05 12:00:57 +02:00
Pavel Koshevoy
03123e4053
lavfi/atempo: fix tempo range limit inconsistency
...
yae_set_tempo was overlooked when max tempo limit was raised to 100.
tested with:
./ffmpeg_g -i Delerium/SemanticSpaces/Gateway.mp3 \
-af asendcmd=f=asendcmd.cfg,atempo=1.0 -y /tmp/asendcmd-atempo.wav
where asendcmd.cfg was:
15.0-45.0 [enter] atempo tempo 2.0,
[leave] atempo tempo 0.5;
60.0-300.0 [enter] atempo tempo 4.0,
[leave] atempo tempo 1.0;
2018-10-04 21:09:41 -06:00
Paul B Mahol
d39fae0886
avfilter/avf_showspectrum: fix scaling in zoom mode
2018-10-05 00:15:26 +02:00
Paul B Mahol
196dd13c76
avfilter/avf_showspectrum: implement zoom mode
2018-10-04 23:51:22 +02:00
Paul B Mahol
0baca07759
avilter/af_afir: add irfmt option
2018-10-04 23:51:22 +02:00
James Almer
e08a876e67
avcodec/libaomdec: remove bogus comment
...
It's a remnant from libvpx that's not valid for libaom.
Signed-off-by: James Almer <jamrial@gmail.com >
2018-10-04 15:44:15 -03:00
Paul B Mahol
4901fa1fb8
avfilter/af_afir: use internal lavfi queue
2018-10-04 12:10:20 +02:00
Paul B Mahol
6725fd8b0f
avfilter/af_headphone: use lavfi internal queue instead
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
2018-10-04 12:10:20 +02:00
Paul B Mahol
ef3babb2c7
avfilter/af_asetnsamples: use lavfi internal queue
2018-10-04 12:10:20 +02:00
Paul B Mahol
7d65fe87e9
avfilter: add ff_inlink_queued_samples()
2018-10-04 12:10:20 +02:00
James Almer
ebc3d04b8d
avcodec: add an AV1 parser
...
Simple parser to set keyframes, frame type, structure, width, height, and pixel
format, plus stream profile and level.
Reviewed-by: Mark Thompson <sw@jkqxz.net >
Signed-off-by: James Almer <jamrial@gmail.com >
2018-10-03 20:48:49 -03:00
James Almer
af2acbd23f
avcodec/av1_metadata: add an option to insert and remove Temporal Delimiter OBUs
...
Reviewed-by: Mark Thompson <sw@jkqxz.net >
Signed-off-by: James Almer <jamrial@gmail.com >
2018-10-03 20:17:14 -03:00
Marton Balint
7ca2ee059e
avfilter/f_cue: use inlink fifo for queueing frames
...
Signed-off-by: Marton Balint <cus@passwd.hu >
2018-10-03 22:09:49 +02:00
Marton Balint
8f14170b9a
avfilter/filters: add ff_inlink_peek_frame and ff_inlink_queued_frames to access frames in the inlink fifo
...
Signed-off-by: Marton Balint <cus@passwd.hu >
2018-10-03 22:09:49 +02:00
Marton Balint
9344322573
doc/protocols: simplify and clarify UDP localaddr option
...
Signed-off-by: Marton Balint <cus@passwd.hu >
2018-10-03 22:03:29 +02:00
Marton Balint
ab0812c1a8
avformat/udp: always use IP_ADD_SOURCE_MEMBERSHIP for subscribing to an UDP multicast source group in IPv4
...
That alone supports specifying the interface based on its address. Getting the
interface index from the local address seems quite a bit of work in a platform
independent way...
Obviously for IPv6 we still always use MCAST_JOIN_SOURCE_GROUP.
As a side effect this also fixes ticket #7459 .
Signed-off-by: Marton Balint <cus@passwd.hu >
2018-10-03 22:03:29 +02:00
Marton Balint
d3bda871f0
avformat/udp: specify the local address for some source filtered multicast joins
...
We already use localaddr for the multicast joins without source filters, so we
should use them for source filters as well. This patch only fixes the
IP_ADD_SOURCE_MEMBERSHIP and the IP_BLOCK_SOURCE case.
Unless we do this, the kernel automatically selects an interface based on the
source address, and that interface might be different from the one set in
localaddr. For blocked sources this even casues EINVAL because we joined the
multicast group on a different interface.
Signed-off-by: Marton Balint <cus@passwd.hu >
2018-10-03 22:03:29 +02:00
Marton Balint
91a1363452
avformat/udp: add support for generic source filtering
...
This allows getting data only from a specific source IP. This is useful not
only for unicast but for multicast as well because multicast source
subscriptions do not act as source filters for the incoming packets.
Signed-off-by: Marton Balint <cus@passwd.hu >
2018-10-03 22:03:29 +02:00
Marton Balint
9d4829f3c9
avformat/rtpproto: use factorized ip functions
...
Signed-off-by: Marton Balint <cus@passwd.hu >
2018-10-03 22:03:29 +02:00
Marton Balint
826972c9d8
avformat/udp: use factorized ip functions
...
Signed-off-by: Marton Balint <cus@passwd.hu >
2018-10-03 22:03:29 +02:00
Marton Balint
45fa756fa4
avformat/ip: factorize some IP filtering and resolving functions to a new file
...
These are based on the very similar UDP and RTP protocol functions.
Signed-off-by: Marton Balint <cus@passwd.hu >
2018-10-03 22:03:29 +02:00
Paul B Mahol
9e45364a80
avfilter/af_afir: make IR gain control more flexible
...
For this reason introduce two more options.
2018-10-03 21:43:40 +02:00
Paul B Mahol
4c514edc5b
avfilter/avfilter: fix typos in comments
2018-10-03 19:11:52 +02:00
Zhong Li
21733b39d0
lavu/qsv: fix a random hwupload failure regression
...
Variable 'ret' hasn't been initialized,thus introducing a random
hwupload failure regression due to qsv session uninitialized.
Signed-off-by: Zhong Li <zhong.li@intel.com >
Signed-off-by: Luca Barbato <lu_zero@gentoo.org >
2018-10-03 11:10:02 +00:00
Michael Niedermayer
f515c978f6
avcodec/rasc: unref both frames on reinit
...
Fixes: integer overflow
Fixes: inconsistent frame dimensions
Fixes: 10454/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_RASC_fuzzer-5656301162463232
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Reviewed-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2018-10-03 11:14:40 +02:00
Michael Niedermayer
9a9034958a
avcodec/rasc: Fix off by 1 error in vertical coordinate
...
Fixes: out of array read
Fixes: 10311/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_RASC_fuzzer-4856330905452544
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Reviewed-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2018-10-03 11:14:17 +02:00
Michael Niedermayer
c905840e8c
avcodec/tiff: check remaining packet size for strips
...
Fixes: Timeout
Fixes: 10280/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TIFF_fuzzer-5676217211027456
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Reviewed-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2018-10-03 11:13:38 +02:00
Sigga Regina
dcbd89e000
avformat/matroskaenc: reserve free space for metadata on request
...
Signed-off-by: James Almer <jamrial@gmail.com >
2018-10-01 14:52:35 -03:00
Michael Niedermayer
d702769213
avcodec/scpr: Skip frames which change nothing
...
Fixes: Timeout
Fixes: 10292/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_SCPR_fuzzer-5687943864254464
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2018-09-30 22:23:02 +02:00