- Oct 18, 2018
-
-
Michael Niedermayer authored
Fixes: integer overflow compute_pkt_fields() Fixes: compute_pkt_usan Reported-by:
Thomas Guilbert <tguilbert@chromium.org> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Fixes: signed integer overflow: 7738135736989908991 - -7954308516317364223 cannot be represented in type 'long' Fixes: find_stream_info_usan Reported-by:
Thomas Guilbert <tguilbert@google.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Oct 17, 2018
-
-
Carl Eugen Hoyos authored
Fixes the following warning: libavformat/mxfenc.c:2125:22: warning: variable 'frame_size' set but not used
-
bnnm authored
Fixes trac issue #7215 Output for files created by xWMAEncode and various videogames is correct now. 1ch 32000hz files are still broken, would need fixes in WMA decoder. Signed-off-by:
bnnm <bananaman255@gmail.com>
-
- Oct 13, 2018
-
-
Paul B Mahol authored
-
Carl Eugen Hoyos authored
Fixes the following warnings: libavformat/mxfenc.c:2036:9: warning: unused variable 'i' libavformat/mxfenc.c:2125:9: warning: unused variable 'i'
-
- Oct 12, 2018
-
-
Baptiste Coudurier authored
-
Baptiste Coudurier authored
-
Baptiste Coudurier authored
-
Baptiste Coudurier authored
-
Baptiste Coudurier authored
-
Baptiste Coudurier authored
-
- Oct 11, 2018
-
-
Jian Yang authored
Tool mediastreamvalidator reports error "Variant media_[N].m3u8 is missing audio group" for audio streams in HLS master playlist. As audio streams are already listed in audio group, skip them as variant media streams in master playlist.
-
- Oct 09, 2018
-
-
Carl Eugen Hoyos authored
-
- Oct 07, 2018
-
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
This avoids surprising developers. Its bad to surprise developers with such unexpected things. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
We check for the documented explanation of the "Ignore code" in extract_extradata_check() already Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
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>
-
- Oct 03, 2018
-
-
Marton Balint authored
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>
-
Marton Balint authored
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>
-
Marton Balint authored
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>
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
These are based on the very similar UDP and RTP protocol functions. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- Oct 01, 2018
-
-
Sigga Regina authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
- Sep 27, 2018
-
-
Carl Eugen Hoyos authored
-
- Sep 26, 2018
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
Use the new ff_webm_codec_tags[] array for this purpose. Signed-off-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
They are listed in riff.c already. Signed-off-by:
James Almer <jamrial@gmail.com>
-
- Sep 25, 2018
-
-
Steven Liu authored
Because it will be used by avformat/segment.c or other module which need to automatically create sub-directories operation. Signed-off-by:
Steven Liu <lq@chinaffmpeg.org>
-
- Sep 24, 2018
-
-
Baptiste Coudurier authored
-
James Almer authored
The value in AVCodecParameters->codec_tag may not be correct for IVF, as it's the case when remuxing AV1 streams from mp4, so ignore it and write the correct value based on codec ID instead. Reviewed-by:
Jan Ekström <jeebjp@gmail.com> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- Sep 21, 2018
-
-
James Almer authored
This reverts commit 4755b6e6. This change was not necessary. CodecPrivate was being written to WebM for codecs like AV1 already.
-
James Almer authored
This is now needed for AV1. Signed-off-by:
James Almer <jamrial@gmail.com>
-
Kagami Hiiragi authored
Nothing prevents it to work except this check. AV1 is already supported by Matroska muxer and aomenc produces WebM/AV1 files as well. Signed-off-by:
Kagami Hiiragi <kagami@genshiken.org> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- Sep 19, 2018
-
-
Karthick Jeyapal authored
SIDX atom being inserted for every MOOF atom increases the muxing overhead. This behaviour can be disabled for chunked CMAF format by enabling Global SIDX option of mov muxer.
-
Carl Eugen Hoyos authored
Fixes ticket #7442. Reviewed-by: Reto Kromer
-