- 08 Nov, 2018 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #7536.
-
- 05 Nov, 2018 2 commits
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This is always treated as a subtitle at the moment anyway. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 04 Nov, 2018 1 commit
-
-
Marton Balint authored
Fixes ticket #7481. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 02 Nov, 2018 2 commits
-
-
kjeyapal@akamai.com authored
For HEVC streams, only the FourCC tag is written without profile, level etc., This is breaking playout support in native Safari. Native Safari playout expects the full info in CODECS tag or None at all.
-
James Almer authored
Reviewed-by:
Mark Thompson <sw@jkqxz.net> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 01 Nov, 2018 3 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Marton Balint authored
Without this FTP just hangs on eof... Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 30 Oct, 2018 5 commits
-
-
Charles Liu authored
In fmp4 & sub-range mode, the output's duration always smaller than expected, because the size of the last #EXT-X-BYTERANGE is too small. Signed-off-by:
Charles Liu <liuchh83@gmail.com> Signed-off-by:
Steven Liu <lq@chinaffmpeg.org>
-
Charles Liu authored
The size of init.mp4 is zero in fmp4 mode, when the input duraton smaller than the expected segment time. fix ticket: 7166 Signed-off-by:
Charles Liu <liuchh83@gmail.com> Signed-off-by:
Steven Liu <lq@chinaffmpeg.org>
-
Charles Liu authored
Signed-off-by:
Charles Liu <liuchh83@gmail.com> Signed-off-by:
Steven Liu <lq@chinaffmpeg.org>
-
Charles Liu authored
Signed-off-by:
Charles Liu <liuchh83@gmail.com> Signed-off-by:
Steven Liu <lq@chinaffmpeg.org>
-
Charles Liu authored
In fmp4 mode, the duration of the second m4s segment is unusually smaller than the expected segment time. Signed-off-by:
Charles Liu <liuchh83@gmail.com> Signed-off-by:
Steven Liu <lq@chinaffmpeg.org>
-
- 26 Oct, 2018 3 commits
-
-
Cameron Cawley authored
Signed-off-by:
Cameron Cawley <ccawley2011@gmail.com>
-
Cameron Cawley authored
Signed-off-by:
Cameron Cawley <ccawley2011@gmail.com>
-
kjeyapal@akamai.com authored
-
- 24 Oct, 2018 1 commit
-
-
Baptiste Coudurier authored
-
- 23 Oct, 2018 1 commit
-
-
Matsuzawa Tomohiro authored
Several SRT options are missing. Since pkg_config requires libsrt v1.3.0 and above, it should be able to support options added in libsrt v1.3.0 and below. This commit adds 8 SRT options. sndbuf, rcvbuf, lossmaxttl, minversion, streamid, smoother, messageapi and transtype The keys of option are equivalent to stransmit. https://github.com/Haivision/srt/blob/v1.3.0/apps/socketoptions.hpp#L196-L223Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 22 Oct, 2018 2 commits
-
-
Jun Zhao authored
rcv is commonly used as extension for vc1 test stream files. Signed-off-by:
Jun Zhao <jun.zhao@intel.com>
-
Jun Zhao authored
case 1: use the hexdump -C SMM0005.rcv get: size skip (size - 4) | | V V 00000000 18 00 00 c5 05 00 00 00 4d f1 0a 11 00 e0 01 00 00000010 00 d0 02 00 00 0c 00 00 00 88 13 00 00 c0 65 52 ^ | size + 16 case 2: same the command for SMM0015.rcv get: size | V 00000000 19 00 00 c5 04 00 00 00 41 f3 80 01 40 02 00 00 00000010 d0 02 00 00 0c 00 00 00 00 00 00 10 00 00 00 00 ^ | size + 16 There are different the RCV file format for VC-1, vc1test just handle the case 2 now, this fix will support the case 1. (Both of test clips come from: SMPTE Recommended Practice - VC-1 Decoder and Bitstream Conformance). And I think I got a older VC-1 test clip in the case 1. Reviewed-by:
Carl Eugen Hoyos <ceffmpeg@gmail.com> Reviewed-by:
Jerome Borsboom <jerome.borsboom@carpalis.nl> Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
Jun Zhao <jun.zhao@intel.com> Signed-off-by:
Yan, FengX <fengx.yan@intel.com>
-
- 21 Oct, 2018 2 commits
-
-
kjeyapal@akamai.com authored
Fixes bug with HTTP DELETE when HTTP Persistent is ON. Right now, HTTP Persistent connections is supported only for POSTs and PUTs. HTTP DELETE will still open a new connection every time.
-
kjeyapal@akamai.com authored
-
- 19 Oct, 2018 2 commits
-
-
Carl Eugen Hoyos authored
FFmpeg relies on sizeof(char) == 1.
-
Carl Eugen Hoyos authored
Fixes ticket #7499.
-
- 18 Oct, 2018 3 commits
-
-
Karthick Jeyapal authored
-
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>
-
- 17 Oct, 2018 2 commits
-
-
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>
-
- 13 Oct, 2018 2 commits
-
-
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'
-
- 12 Oct, 2018 6 commits
-
-
Baptiste Coudurier authored
-
Baptiste Coudurier authored
-
Baptiste Coudurier authored
-
Baptiste Coudurier authored
-
Baptiste Coudurier authored
-
Baptiste Coudurier authored
-
- 11 Oct, 2018 1 commit
-
-
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.
-
- 09 Oct, 2018 1 commit
-
-
Carl Eugen Hoyos authored
-