- 03 Mar, 2014 1 commit
-
-
Willy Aubry authored
When using the wrap option the EXT-X-MEDIA-SEQUENCE header of the playlist file was reset instead of being incremented. It is now incremented by one for every media URI removed from the playlist file as the standard states. Signed-off-by: Willy Aubry <waubry@viotech.net> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 21 Jan, 2014 2 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
In particular, avoid to leave around the seg->avf pointer to freed structure, and fix crash with: ffmpeg -f lavfi -i testsrc -c:v h264 -map 0 -f segment foo-%d.ts
-
- 18 Dec, 2013 1 commit
-
-
Stefano Sabatini authored
Help debugging.
-
- 25 Nov, 2013 2 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
This option allows to add a prefix to the segment list entry filenames. Also set by default the list entry filenames to the corresponding segment basename, consistent with the HLS muxer. Based on an idea by Steven Liu <lingjiujianke@gmail.com>.
-
- 15 Oct, 2013 3 commits
-
-
Stefano Sabatini authored
A successfull return value can be > 0.
-
Billy Shambrook authored
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
-
Stefano Sabatini authored
Now segment_count mark the segment_count of the current segment.
-
- 30 Aug, 2013 1 commit
-
-
Thilo Borgmann authored
-
- 10 Jul, 2013 3 commits
-
-
Stefano Sabatini authored
Simplify.
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Should address trac ticket #2224.
-
- 27 Apr, 2013 1 commit
-
-
Anton Khirnov authored
CC:libav-stable@libav.org
-
- 18 Mar, 2013 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket2230 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 07 Mar, 2013 1 commit
-
-
Stefano Sabatini authored
-
- 06 Feb, 2013 1 commit
-
-
Stefano Sabatini authored
The DTS needs to be resynched against the segment start PTS, or the resulting DTS may result < PTS. Reported-by: Owen Jones <riots6@gmail.com> See thread: Subject: [FFmpeg-user] pts/dts error using reset_timestamps while splitting a DVD Date: Sat, 19 Jan 2013 08:58:27 +0000
-
- 05 Feb, 2013 1 commit
-
-
Stefano Sabatini authored
-
- 03 Feb, 2013 1 commit
-
-
Carl Eugen Hoyos authored
Replace wrong "EXT-X-ALLOWCACHE" with "EXT-X-ALLOW-CACHE", and value 1/0 with YES/NO, as per spec. Fix trac ticket #2228. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
-
- 23 Jan, 2013 4 commits
-
-
Stefano Sabatini authored
Avoid duplicated confusing error message, and propagate error code from the failing avformat_match_stream_specifier() call.
-
Stefano Sabatini authored
The conflict does not apply any longer, since the M3U8 segment target duration is re-computed every time a new segment is added to the list.
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Should fix immediate playback termination. In particular, should fix trac ticket #2172.
-
- 22 Jan, 2013 1 commit
-
-
Stefano Sabatini authored
-
- 18 Jan, 2013 5 commits
-
-
Stefano Sabatini authored
In particular, fix trac ticket #2138.
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
Stefano Sabatini authored
In particular, should fix trac ticket #1842.
-
Stefano Sabatini authored
This patch is propedeutic to the incoming patch which adds support to sliding window segment listing.
-
- 28 Dec, 2012 2 commits
-
-
Stefano Sabatini authored
This is meant to address trac ticket #1483.
-
Stefano Sabatini authored
-
- 14 Dec, 2012 2 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
- 13 Dec, 2012 2 commits
-
-
Stefano Sabatini authored
Consistent with the image2 muxer.
-
Stefano Sabatini authored
Factorize.
-
- 10 Dec, 2012 1 commit
-
-
Stefano Sabatini authored
The new options reset the timestamps at each new segment, so that the generated segments will have timestamps starting close to 0. It is meant to address trac ticket #1425.
-
- 09 Dec, 2012 1 commit
-
-
Stefano Sabatini authored
The code should not assert in case of invalid user input. Fails gracefully instead.
-
- 20 Nov, 2012 3 commits
-
-
Stefano Sabatini authored
From the M3U8 specification: |The EXT-X-MEDIA-SEQUENCE tag indicates the sequence number of the first |URI that appears in a Playlist file. Previously it was using the list index number. Also remove now unused list_count field.
-
Stefano Sabatini authored
Increment the value just when a new segment with the given index is started. Simplify logic, improve readability.
-
Stefano Sabatini authored
The segment muxer presumes the use of AVFMT_GLOBALHEADER, ssegment should be use in case of formats which requires no global headers. Regression introduced when merging 0826d851.
-