]> git.sesse.net Git - ffmpeg/history - libavformat/dashenc.c
img2enc: Refactor the atomic renaming code
[ffmpeg] / libavformat / dashenc.c
2016-02-23 Anton Khirnovlavf: replace AVStream.codec with AVStream.codecpar
2016-02-22 Anton Khirnovdashenc: eliminate ffurl_* usage
2016-01-24 Anton Khirnovlavf: allow custom IO for all files
2015-05-10 Martin Storsjödashenc: Reduce the segment duration if cutting out...
2015-05-10 James Almerdashenc: replace attribute id with contentType for...
2015-04-20 Martin Storsjödashenc: Add a publishTime field in dynamic manifests
2015-03-19 Martin Storsjödashenc: Heuristically fill in the duration of packets...
2015-03-06 Timo Rothenpielerdashenc: Update extradata for mov muxer
2015-03-06 Timo Rothenpielerdashenc: Simplify code by using a local variable
2015-03-02 Martin Storsjödashenc: Simplify code by using a local variable
2015-02-24 Martin Storsjölibavformat: Use ffio_free_dyn_buf where applicable
2015-01-22 Martin Storsjödashenc: Use inttypes.h macros for format strings inste...
2015-01-22 Rodger Combsdashenc: Fix format string generation
2015-01-04 Martin Storsjömovenc: Enable editlists by default if delay_moov is...
2015-01-02 Martin Storsjödashenc: Use pts for MPD timeline timestamps
2015-01-02 Martin Storsjödashenc: Use delay_moov
2014-12-29 Martin Storsjödashenc: Remove some stray double spaces
2014-12-29 Martin Storsjödashenc: Fix writing of timelines that don't start...
2014-12-17 Martin Storsjödashenc: Adjust the start time of a segment to the...
2014-12-17 Martin Storsjödashenc: Write segment timelines properly if the timeli...
2014-12-10 Martin Storsjödashenc: Change the duration fields to 64 bit
2014-12-09 Bryan Huhdashenc: log file output progress in verbose mode
2014-11-28 Martin Storsjödashenc: Avoid a VLA-like construct
2014-11-28 Bryan Huhdashenc: Add options to make segment names configurable
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-11-24 Martin Storsjödashenc: Don't segment all video streams when one strea...
2014-11-22 Martin Storsjödashenc: Don't require the stream bitrate to be known
2014-11-17 Martin Storsjölavf: Add an MPEG-DASH ISOFF segmenting muxer