summaryrefslogtreecommitdiffstats
path: root/libavformat/dashenc.c
Commit message (Expand)AuthorAgeFilesLines
* dashenc: Use inttypes.h macros for format strings instead of %lldMartin Storsjö2015-01-221-1/+1
* dashenc: Fix format string generationRodger Combs2015-01-221-1/+1
* movenc: Enable editlists by default if delay_moov is enabledMartin Storsjö2015-01-041-1/+0
* dashenc: Use pts for MPD timeline timestampsMartin Storsjö2015-01-031-17/+23
* dashenc: Use delay_moovMartin Storsjö2015-01-031-9/+14
* dashenc: Remove some stray double spacesMartin Storsjö2014-12-291-2/+2
* dashenc: Fix writing of timelines that don't start at t=0Martin Storsjö2014-12-291-1/+3
* dashenc: Adjust the start time of a segment to the end of the previous segmentMartin Storsjö2014-12-171-2/+10
* dashenc: Write segment timelines properly if the timeline has gapsMartin Storsjö2014-12-171-2/+6
* dashenc: Change the duration fields to 64 bitMartin Storsjö2014-12-101-8/+8
* dashenc: log file output progress in verbose modeBryan Huh2014-12-101-6/+10
* dashenc: Avoid a VLA-like constructMartin Storsjö2014-11-281-3/+2
* dashenc: Add options to make segment names configurableBryan Huh2014-11-281-8/+146
* Revert "lavf: Don't try to update files atomically with renames on windows"Martin Storsjö2014-11-271-9/+5
* lavf: Don't try to update files atomically with renames on windowsMartin Storsjö2014-11-241-5/+9
* dashenc: Don't segment all video streams when one stream gets a keyframeMartin Storsjö2014-11-241-6/+19
* dashenc: Don't require the stream bitrate to be knownMartin Storsjö2014-11-221-6/+14
* lavf: Add an MPEG-DASH ISOFF segmenting muxerMartin Storsjö2014-11-171-0/+773
OpenPOWER on IntegriCloud