summaryrefslogtreecommitdiff
path: root/libavformat/smoothstreamingenc.c
Commit message (Expand)AuthorAge
* lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö2013-09-26
* avformat: Use av_reallocp() where suitableAlexandra Khirnova2013-09-18
* smoothstreamingenc: Write to a temp file while updating the manifestMartin Storsjö2013-08-27
* miscellaneous typo fixesDiego Biurrun2012-12-21
* smoothstreamingenc: Don't assume streams start from timestamp 0Martin Storsjö2012-10-24
* smoothstreamingenc: Add a more verbose error messageMartin Storsjö2012-10-06
* smoothstreamingenc: Ignore the return value from mkdirMartin Storsjö2012-10-06
* smoothstreamingenc: Try writing a manifest when opening the muxerMartin Storsjö2012-10-06
* smoothstreamingenc: Move the output_chunk_list and write_manifest functions upMartin Storsjö2012-10-06
* smoothstreamingenc: Properly return errors from ism_flush to the callerMartin Storsjö2012-10-06
* smoothstreamingenc: Check the output UrlContext before accessing itMartin Storsjö2012-10-06
* smoothstreamingenc: Copy the SAR on the AVStreams as wellMartin Storsjö2012-09-23
* smoothstreaming: Export the mp4 codec tagsMartin Storsjö2012-09-18
* Add a smooth streaming segmenter muxerMartin Storsjö2012-09-12