- 23 Jan, 2015 1 commit
-
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1265713
-
- 07 Jan, 2015 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Luca Barbato authored
A failure in segment_end() or segment_start() would lead to freeing a dangling pointer and in general further calls to seg_write_packet() or to seg_write_trailer() would have the same faulty behaviour. CC: libav-stable@libav.org Reported-By: luodalongde@gmail.com
-
- 28 Dec, 2014 1 commit
-
-
Pedro E. M. Brito authored
Allows expansion of the filename template with strftime() with the option -strftime 1 (disabled by default). This allows segments to be named by time of creation, adding some flexibility. Fixes Ticket 4104 (add strftime to segment muxer) Signed-off-by:
Pedro E. M. Brito <pedroembrito@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 25 Dec, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 16 Nov, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes "Non-monotonous DTS in output stream 0:0" Fixes Ticket4020 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 02 Nov, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 17 Oct, 2014 1 commit
-
-
Mika Raento authored
This fixes the abnormally high ts overhead in the files produced by the HLS and segments muxers. See https://trac.ffmpeg.org/ticket/2857 . For example makes it much more likely that it can produces streams that fit under the 64kb App store limit. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 06 Oct, 2014 1 commit
-
-
Martin Storsjö authored
This avoids warnings about using the codec time base as time base hint. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 08 Sep, 2014 1 commit
-
-
Stefano Sabatini authored
-
- 07 Sep, 2014 1 commit
-
-
Stefano Sabatini authored
-
- 02 Sep, 2014 4 commits
-
-
Mika Raento authored
To get mpegts metadata copied when segmenting. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Mika Raento authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This avoids having to assign oformat, allows returning the correct error code and allocates priv_data Based on patch by: Mika Raento <mika.raento@elisa.fi> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Mika Raento authored
Fixes wrong number of segments output and undefined memory access. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 15 Aug, 2014 1 commit
-
-
Gabriel Dume authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 24 Jul, 2014 2 commits
-
-
Michael Niedermayer authored
Fixes part of Ticket 3797 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 22 Jul, 2014 2 commits
-
-
Stefano Sabatini authored
In particular, avoids to set segments with duration set to 0 (e.g. segment with a single reference frame for which duration is undefined).
-
Stefano Sabatini authored
Fix trac ticket #3749.
-
- 17 Jul, 2014 5 commits
-
-
Stefano Sabatini authored
Avoid negative durations in case there is a single packet in the current segment, since in that case the end time is still set to the previous segment end time.
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
Stefano Sabatini authored
This avoids a systematic overestimate of the segments duration when there are several streams. Fix trac ticket #3724.
-
Simon Thelen authored
Make the segment muxer keep segment_list_size segments instead of segment_list_size + 1 segments. This patch also changes the documentation for segment_list_size to reduce possible confusion over how many segments are kept. this allows the segment list to be limited to containing only one segment which used to be impossible because a segment_list_size of 0 kept all the segments and a segment_list_size of 1 kept 2 segments. Signed-off-by:
Simon Thelen <ffmpeg-dev@c-14.de> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 08 Jul, 2014 1 commit
-
-
Michael Niedermayer authored
It causes portability issues, and would need ifdef hell if its kept Found-by: jamrial Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 07 Jul, 2014 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Deti fliegl authored
Signed-off-by:
Deti fliegl <fliegl@baycom.de> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 05 May, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 30 Apr, 2014 1 commit
-
-
Luca Barbato authored
Useful for debugging mostly.
-
- 29 Apr, 2014 1 commit
-
-
Enrique Arizón Benito authored
Useful to generate lists with absolute urls. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 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.
-