- 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.
-
Kanglin authored
-
Luca Barbato authored
start_time is in stream timebase units while end_time is in AV_TIME_BASE ones.
-
Kanglin authored
recording_time is in AV_TIME_BASE units.
-
Luca Barbato authored
Consider the corner case with a list size larger than the wrap number.
-
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
-
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
-
- 08 Dec, 2012 2 commits
-
-
Luca Barbato authored
-
Luca Barbato authored
-
- 13 Nov, 2012 1 commit
-
-
Luca Barbato authored
Simplifies usage but has higher latency.
-