lavf: replace rename() with ff_rename()
[platform/upstream/libav.git] / libavformat / smoothstreamingenc.c
2015-01-12 Luca Barbatolavf: replace rename() with ff_rename()
2014-07-07 Michael Niedermayersmoothstreamingenc: Fix a memory leak on errors
2014-05-24 Nidhi Makhijanismoothstream: check malloc calls
2013-09-26 Martin Storsjölavf: Reset the entry count and allocation size variabl...
2013-09-18 Alexandra Khirnovaavformat: Use av_reallocp() where suitable
2013-08-27 Martin Storsjösmoothstreamingenc: Write to a temp file while updating...
2012-12-20 Diego Biurrunmiscellaneous typo fixes
2012-10-24 Martin Storsjösmoothstreamingenc: Don't assume streams start from...
2012-10-06 Martin Storsjösmoothstreamingenc: Add a more verbose error message
2012-10-06 Martin Storsjösmoothstreamingenc: Ignore the return value from mkdir
2012-10-06 Martin Storsjösmoothstreamingenc: Try writing a manifest when opening...
2012-10-06 Martin Storsjösmoothstreamingenc: Move the output_chunk_list and...
2012-10-06 Martin Storsjösmoothstreamingenc: Properly return errors from ism_flu...
2012-10-06 Martin Storsjösmoothstreamingenc: Check the output UrlContext before...
2012-09-23 Martin Storsjösmoothstreamingenc: Copy the SAR on the AVStreams as...
2012-09-18 Martin Storsjösmoothstreaming: Export the mp4 codec tags
2012-09-12 Martin StorsjöAdd a smooth streaming segmenter muxer