Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-10dashenc: Reduce the segment duration if cutting out parts with edit listsMartin Storsjö
2015-05-10dashenc: replace attribute id with contentType for the AdaptationSet elementJames Almer
2015-04-20dashenc: Add a publishTime field in dynamic manifestsMartin Storsjö
2015-03-19dashenc: Heuristically fill in the duration of packets that need itMartin Storsjö
2015-03-06dashenc: Update extradata for mov muxerTimo Rothenpieler
2015-03-06dashenc: Simplify code by using a local variableTimo Rothenpieler
2015-03-02dashenc: Simplify code by using a local variableMartin Storsjö
2015-02-25libavformat: Use ffio_free_dyn_buf where applicableMartin Storsjö
2015-01-22dashenc: Use inttypes.h macros for format strings instead of %lldMartin Storsjö
2015-01-22dashenc: Fix format string generationRodger Combs
2015-01-04movenc: Enable editlists by default if delay_moov is enabledMartin Storsjö
2015-01-03dashenc: Use pts for MPD timeline timestampsMartin Storsjö
2015-01-03dashenc: Use delay_moovMartin Storsjö
2014-12-30dashenc: Remove some stray double spacesMartin Storsjö
2014-12-30dashenc: Fix writing of timelines that don't start at t=0Martin Storsjö
2014-12-17dashenc: Adjust the start time of a segment to the end of the previous segmentMartin Storsjö
2014-12-17dashenc: Write segment timelines properly if the timeline has gapsMartin Storsjö
2014-12-10dashenc: Change the duration fields to 64 bitMartin Storsjö
2014-12-10dashenc: log file output progress in verbose modeBryan Huh
2014-11-28dashenc: Avoid a VLA-like constructMartin Storsjö
2014-11-28dashenc: Add options to make segment names configurableBryan Huh
2014-11-27Revert "lavf: Don't try to update files atomically with renames on windows"Martin Storsjö
2014-11-25lavf: Don't try to update files atomically with renames on windowsMartin Storsjö
2014-11-24dashenc: Don't segment all video streams when one stream gets a keyframeMartin Storsjö
2014-11-22dashenc: Don't require the stream bitrate to be knownMartin Storsjö
2014-11-17lavf: Add an MPEG-DASH ISOFF segmenting muxerMartin Storsjö