summaryrefslogtreecommitdiffstats
path: root/libavformat/dashenc.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-30/+30
* dashenc: eliminate ffurl_* usageAnton Khirnov2016-02-221-18/+14
* lavf: allow custom IO for all filesAnton Khirnov2016-01-241-2/+5
* dashenc: Reduce the segment duration if cutting out parts with edit listsMartin Storsjö2015-05-101-2/+4
* dashenc: replace attribute id with contentType for the AdaptationSet elementJames Almer2015-05-101-2/+2
* dashenc: Add a publishTime field in dynamic manifestsMartin Storsjö2015-04-201-8/+16
* dashenc: Heuristically fill in the duration of packets that need itMartin Storsjö2015-03-191-0/+12
* dashenc: Update extradata for mov muxerTimo Rothenpieler2015-03-061-0/+27
* dashenc: Simplify code by using a local variableTimo Rothenpieler2015-03-061-1/+1
* dashenc: Simplify code by using a local variableMartin Storsjö2015-03-021-2/+2
* libavformat: Use ffio_free_dyn_buf where applicableMartin Storsjö2015-02-241-2/+1
* 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