summaryrefslogtreecommitdiff
path: root/libavformat/segment.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* lavf: allow custom IO for all filesAnton Khirnov2016-01-24
* segment: Check open_null_ctx() return valueVittorio Giovara2015-06-12
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* segment: Check av_get_frame_filename() return valueVittorio Giovara2015-01-23
* segment: Fix the failure pathsLuca Barbato2015-01-07
* lavf: Set the stream time base hint properly for chained muxersMartin Storsjö2014-10-06
* cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-15
* segment: Report the current media sequenceLuca Barbato2014-04-30
* segment: Add an option to prepend a string to the list entriesEnrique Arizón Benito2014-04-29
* hls, segment: fix splitting for audio-only streams.Anton Khirnov2013-04-27
* segment: fix NULL pointer dereference in seg_write_header()Xi Wang2012-11-14
* segment: support applehttp style listLuca Barbato2012-10-10
* segment: drop global headers settingLuca Barbato2012-10-08
* segment: Add comments about calls that only are relevant for some muxersMartin Storsjö2012-10-04
* segment: Add an option for omitting the first header and final trailerMartin Storsjö2012-10-04
* segment: Flush buffered data before finishing a segmentMartin Storsjö2012-10-04
* segment: Set the resend_headers flag for each segmentMartin Storsjö2012-10-04
* segment: Add an option for disabling writing of a header/trailer to each segmentMartin Storsjö2012-10-04
* segment: Free and reinit the muxer before calling avformat_write_headerMartin Storsjö2012-10-04
* segment: Use the public av_write_header/av_write_trailer functionsMartin Storsjö2012-10-04
* segment: Properly create new AVStreams for the chained muxerMartin Storsjö2012-10-04
* segment: Add a missing spaceMartin Storsjö2012-10-04
* segment: Pass the interrupt callback on to the chained AVFormatContext, tooMartin Storsjö2012-10-02
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* 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
* segment: implement wrap aroundLuca Barbato2012-02-28
* segment: introduce segmented chain muxerLuca Barbato2011-12-19