summaryrefslogtreecommitdiff
path: root/libavformat/segment.c
Commit message (Collapse)AuthorAge
* segmenter: loose rindex()Michael Niedermayer2011-10-17
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.Clément Bœsch2011-10-17
|
* segment: Fix typo in segment_basenameMichael Niedermayer2011-10-17
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* segment: replace strdup() by av_strdup()Michael Niedermayer2011-10-17
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* segment: extend optionsLuca Barbato2011-10-13
| | | | let set an alternate path for the segment files.
* segment: basic pattern support and playlist outputLuca Barbato2011-10-12
| | | | Yet another option half implemented, more will follow...
* segment: introduce segmented chain muxerLuca Barbato2011-10-12
Initial test code, the filename isn't yet guessed and the file index isn't printed yet.