summaryrefslogtreecommitdiff
path: root/libavformat/smoothstreamingenc.c
Commit message (Expand)AuthorAge
* Mark read-only tables as staticDiego Biurrun2016-05-05
* avio: Copy URLContext generic options into child URLContextsMartin Storsjö2016-03-24
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* lavf: add a protocol whitelist/blacklist for file opened internallyAnton Khirnov2016-02-22
* urlprotocol: receive a list of protocols from the callerAnton Khirnov2016-02-22
* smoothstreamingenc: do not open the files as read+writeAnton Khirnov2016-02-22
* lavf: allow custom IO for all filesAnton Khirnov2016-01-24
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* smoothstreamingenc: Add a missing "goto fail"Michael Niedermayer2015-01-19
* Revert "lavf: Don't try to update files atomically with renames on windows"Martin Storsjö2014-11-27
* lavf: Don't try to update files atomically with renames on windowsMartin Storsjö2014-11-24
* lavf: replace rename() with ff_rename()Luca Barbato2014-10-24
* smoothstreamingenc: explict cast to avoid overflowVittorio Giovara2014-10-21
* smoothstreamingenc: Simplify code by removing a redundant variableMartin Storsjö2014-10-12
* lavf: Set the stream time base hint properly for chained muxersMartin Storsjö2014-10-06
* libavformat: Check mkdir return error codesMartin Storsjö2014-09-07
* smoothstreamingenc: Fix a memory leak on errorsMichael Niedermayer2014-07-07
* smoothstream: check malloc callsNidhi Makhijani2014-05-24
* 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