Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | segment: fix null pointer dereference | Paul B Mahol | 2012-03-22 | 1 | -3/+5 |
| | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | segment: implement wrap around | Luca Barbato | 2012-02-28 | 1 | -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 muxer | Luca Barbato | 2011-12-19 | 1 | -0/+273 |
It behaves similarly to image2 muxer |