aboutsummaryrefslogtreecommitdiff
path: root/libavformat/smoothstreamingenc.c
AgeCommit message (Expand)Author
2014-11-27Revert "lavf: Don't try to update files atomically with renames on windows"Martin Storsjö
2014-11-24lavf: Don't try to update files atomically with renames on windowsMartin Storsjö
2014-10-24lavf: replace rename() with ff_rename()Luca Barbato
2014-10-21smoothstreamingenc: explict cast to avoid overflowVittorio Giovara
2014-10-12smoothstreamingenc: Simplify code by removing a redundant variableMartin Storsjö
2014-10-06lavf: Set the stream time base hint properly for chained muxersMartin Storsjö
2014-09-07libavformat: Check mkdir return error codesMartin Storsjö
2014-07-07smoothstreamingenc: Fix a memory leak on errorsMichael Niedermayer
2014-05-24smoothstream: check malloc callsNidhi Makhijani
2013-09-26lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö
2013-09-18avformat: Use av_reallocp() where suitableAlexandra Khirnova
2013-08-27smoothstreamingenc: Write to a temp file while updating the manifestMartin Storsjö
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-10-24smoothstreamingenc: Don't assume streams start from timestamp 0Martin Storsjö
2012-10-06smoothstreamingenc: Add a more verbose error messageMartin Storsjö
2012-10-06smoothstreamingenc: Ignore the return value from mkdirMartin Storsjö
2012-10-06smoothstreamingenc: Try writing a manifest when opening the muxerMartin Storsjö
2012-10-06smoothstreamingenc: Move the output_chunk_list and write_manifest functions upMartin Storsjö
2012-10-06smoothstreamingenc: Properly return errors from ism_flush to the callerMartin Storsjö
2012-10-06smoothstreamingenc: Check the output UrlContext before accessing itMartin Storsjö
2012-09-23smoothstreamingenc: Copy the SAR on the AVStreams as wellMartin Storsjö
2012-09-18smoothstreaming: Export the mp4 codec tagsMartin Storsjö
2012-09-12Add a smooth streaming segmenter muxerMartin Storsjö