summaryrefslogtreecommitdiffstats
path: root/libavformat/segment.c
Commit message (Collapse)AuthorAgeFilesLines
* segment: fix null pointer dereferencePaul B Mahol2012-03-221-3/+5
| | | | | Signed-off-by: Paul B Mahol <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* segment: implement wrap aroundLuca Barbato2012-02-281-2/+6
| | | | | | | | Provide a way to wrap around the segment index so pseudostreaming live through a web server and html5 browser is simpler. Also ensure that 0 (disable) is a valid value across the options providing wrap around.
* segment: introduce segmented chain muxerLuca Barbato2011-12-191-0/+273
It behaves similarly to image2 muxer