- 30 Jul, 2014 3 commits
-
-
Nicolas Martyanoff authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Nicolas Martyanoff authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Nicolas Martyanoff authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 29 Jul, 2014 1 commit
-
-
Nicolas Martyanoff authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 24 Jul, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 09 Jul, 2014 1 commit
-
-
Nicolas Martyanoff authored
With HLS, the duration of all segments must be lower or equal to the target duration. Therefore floor(duration + 0.5) yields incorrect results. For example, for duration = 1.35, floor(duration + 0.5) yields 1.0, but the correct result is 2.0. Signed-off-by:
Anssi Hannula <anssi.hannula@iki.fi>
-
- 16 May, 2014 1 commit
-
-
Martin Storsjö authored
Most HLS implementation only support these codecs. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 30 Apr, 2014 4 commits
-
-
Luca Barbato authored
-
Luca Barbato authored
-
Luca Barbato authored
The option now behaves as expected.
-
Luca Barbato authored
Useful for debugging mostly.
-
- 29 Apr, 2014 1 commit
-
-
Luca Barbato authored
Useful to generate playlists with absolute paths. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 02 Apr, 2014 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Senthilnathan M authored
Necessary for HLS version 3 and above. Fixes ticket #3505. Signed-off-by:
Senthilnathan M <senthil.codr@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 01 Mar, 2014 1 commit
-
-
Senthilnathan M authored
HLS: Handle the case when hls_list_size=0. Playlist file should contain all the segments. Fixes bug #3376. Signed-off-by:
Senthilnathan M <senthil.codr@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 12 Dec, 2013 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket2296 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 23 Nov, 2013 1 commit
-
-
Diego Biurrun authored
-
- 15 Aug, 2013 2 commits
-
-
Carl Eugen Hoyos authored
The counter itself shouldn't be wrapped, since it is used for determining end_pts for the next segment - only wrap the number used for the segment file name. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Stefano Sabatini authored
Also avoid comparing NOPTS values. Bug-id: 551 Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 06 Jun, 2013 1 commit
-
-
Carl Eugen Hoyos authored
The counter should not be reset since it detects the hls segment increasing timeframe. Fixes ticket #2643. Reviewed-by: Stefano Sabatini
-
- 27 Apr, 2013 1 commit
-
-
Anton Khirnov authored
CC:libav-stable@libav.org
-
- 21 Jan, 2013 1 commit
-
-
Stefano Sabatini authored
Also introduce missing check on PTS value in case of NOPTS value.
-
- 08 Jan, 2013 1 commit
-
-
Kanglin authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 29 Dec, 2012 8 commits
-
-
Luca Barbato authored
It will overflow if somebody keeps streaming for a time long enough.
-
Luca Barbato authored
start_time is in stream timebase units while end_time is in AV_TIME_BASE ones.
-
Luca Barbato authored
Consider the corner case with a list size larger than the wrap number.
-
Kanglin authored
-
Kanglin authored
recording_time is in AV_TIME_BASE units.
-
Luca Barbato authored
-
Luca Barbato authored
Avoid calling av_get_frame_filename twice, once to generate the segment filename and once to generate the playlist.
-
Luca Barbato authored
The segment path is desumed from the playlist path, recording a relative path in the playlist while serving the file could lead to misleading results.
-
- 23 Dec, 2012 3 commits
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Stefano Sabatini authored
If s->filename doesn't contain any period/filename extension to strip away, the buffer will be too small to fit both strings. This isn't any buffer overflow since the concatenation uses av_strlcat with the right buffer size. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Luca Barbato authored
-
- 22 Dec, 2012 2 commits
-
-
Stefano Sabatini authored
Improve robustness.
-
Stefano Sabatini authored
-
- 20 Dec, 2012 2 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
- 08 Dec, 2012 2 commits
-
-
Luca Barbato authored
-
Luca Barbato authored
-