summaryrefslogtreecommitdiff
path: root/libavformat/dashenc.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* dashenc: eliminate ffurl_* usageAnton Khirnov2016-02-22
* lavf: allow custom IO for all filesAnton Khirnov2016-01-24
* dashenc: Reduce the segment duration if cutting out parts with edit listsMartin Storsjö2015-05-10
* dashenc: replace attribute id with contentType for the AdaptationSet elementJames Almer2015-05-10
* dashenc: Add a publishTime field in dynamic manifestsMartin Storsjö2015-04-20
* dashenc: Heuristically fill in the duration of packets that need itMartin Storsjö2015-03-19
* dashenc: Update extradata for mov muxerTimo Rothenpieler2015-03-06
* dashenc: Simplify code by using a local variableTimo Rothenpieler2015-03-06
* dashenc: Simplify code by using a local variableMartin Storsjö2015-03-02
* libavformat: Use ffio_free_dyn_buf where applicableMartin Storsjö2015-02-24
* dashenc: Use inttypes.h macros for format strings instead of %lldMartin Storsjö2015-01-22
* dashenc: Fix format string generationRodger Combs2015-01-22
* movenc: Enable editlists by default if delay_moov is enabledMartin Storsjö2015-01-04
* dashenc: Use pts for MPD timeline timestampsMartin Storsjö2015-01-03
* dashenc: Use delay_moovMartin Storsjö2015-01-03
* dashenc: Remove some stray double spacesMartin Storsjö2014-12-29
* dashenc: Fix writing of timelines that don't start at t=0Martin Storsjö2014-12-29
* dashenc: Adjust the start time of a segment to the end of the previous segmentMartin Storsjö2014-12-17
* dashenc: Write segment timelines properly if the timeline has gapsMartin Storsjö2014-12-17
* dashenc: Change the duration fields to 64 bitMartin Storsjö2014-12-10
* dashenc: log file output progress in verbose modeBryan Huh2014-12-10
* dashenc: Avoid a VLA-like constructMartin Storsjö2014-11-28
* dashenc: Add options to make segment names configurableBryan Huh2014-11-28
* 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
* dashenc: Don't segment all video streams when one stream gets a keyframeMartin Storsjö2014-11-24
* dashenc: Don't require the stream bitrate to be knownMartin Storsjö2014-11-22
* lavf: Add an MPEG-DASH ISOFF segmenting muxerMartin Storsjö2014-11-17