]> git.sesse.net Git - ffmpeg/history - libavformat/smoothstreamingenc.c
mpegvideo_enc: export vbv_delay in side data
[ffmpeg] / libavformat / smoothstreamingenc.c
2015-02-14 Diego Biurrunavformat: Don't anonymously typedef structs
2015-01-19 Michael Niedermayersmoothstreamingenc: Add a missing "goto fail"
2014-11-27 Martin StorsjöRevert "lavf: Don't try to update files atomically...
2014-11-24 Martin Storsjölavf: Don't try to update files atomically with renames...
2014-10-24 Luca Barbatolavf: replace rename() with ff_rename()
2014-10-21 Vittorio Giovarasmoothstreamingenc: explict cast to avoid overflow
2014-10-12 Martin Storsjösmoothstreamingenc: Simplify code by removing a redunda...
2014-10-06 Martin Storsjölavf: Set the stream time base hint properly for chaine...
2014-09-07 Martin Storsjölibavformat: Check mkdir return error codes
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