summaryrefslogtreecommitdiff
path: root/libavformat/segment.c
Commit message (Collapse)AuthorAge
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-30
|
* segment: remove unnecessary <strings.h> includeJanne Grunau2012-06-15
|
* segment: reorder seg_write_header allocationLuca Barbato2012-04-27
| | | | | As pointed by Paul B Mahol <onemda@gmail.com> the previous code could lead to null pointer dereference.
* segment: implement wrap aroundLuca Barbato2012-02-28
| | | | | | | | 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-19
It behaves similarly to image2 muxer