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