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
2017-07-02lavf: Remove codec_tag from dashenc and smoothstreamingencMartin Storsjö
2017-01-31dashenc: add webm supportPeter Große
2017-01-31dashenc: use avio_dynbuf instead of packet_write callbackPeter Große
2017-01-31dashenc: copy language and role metadata from streams assigned to setsPeter Große
2017-01-31dashenc: default to one AdaptationSet per streamPeter Große
2017-01-31dashenc: allow assigning all streams of a media type to an AdaptationSetPeter Große
2017-01-31dashenc: add support for assigning streams to AdaptationSetsPeter Große
2017-01-31dashenc: calculate stream bitrate from first segment if not availablePeter Große
2017-01-31dashenc: separate segments based on current segment durationPeter Große
2017-01-31dashenc: add option to provide UTC timing sourcePeter Große
2017-01-27dashenc: increase buffer time hint in the manifestAnton Schubert
2017-01-27dashenc: add mandatory id to AdaptationSet and Period in manifestPeter Große
2017-01-27dashenc: fix ISO8601 UTC parsingAnton Schubert
2016-10-28dash: Use correct ISO C scanf conversion specifierDiego Biurrun
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2016-02-22dashenc: eliminate ffurl_* usageAnton Khirnov
2016-01-24lavf: allow custom IO for all filesAnton Khirnov
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ö