index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
dashenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dashenc: add webm support
Peter Große
2017-01-31
1
-21
/
+82
*
dashenc: use avio_dynbuf instead of packet_write callback
Peter Große
2017-01-31
1
-25
/
+36
*
dashenc: copy language and role metadata from streams assigned to sets
Peter Große
2017-01-31
1
-1
/
+26
*
dashenc: default to one AdaptationSet per stream
Peter Große
2017-01-31
1
-17
/
+6
*
dashenc: allow assigning all streams of a media type to an AdaptationSet
Peter Große
2017-01-31
1
-16
/
+45
*
dashenc: add support for assigning streams to AdaptationSets
Peter Große
2017-01-31
1
-31
/
+173
*
dashenc: calculate stream bitrate from first segment if not available
Peter Große
2017-01-31
1
-0
/
+10
*
dashenc: separate segments based on current segment duration
Peter Große
2017-01-31
1
-3
/
+2
*
dashenc: add option to provide UTC timing source
Peter Große
2017-01-31
1
-0
/
+5
*
dashenc: increase buffer time hint in the manifest
Anton Schubert
2017-01-27
1
-1
/
+1
*
dashenc: add mandatory id to AdaptationSet and Period in manifest
Peter Große
2017-01-27
1
-5
/
+5
*
dashenc: fix ISO8601 UTC parsing
Anton Schubert
2017-01-27
1
-1
/
+1
*
dash: Use correct ISO C scanf conversion specifier
Diego Biurrun
2016-10-28
1
-1
/
+1
*
lavf: replace AVStream.codec with AVStream.codecpar
Anton Khirnov
2016-02-23
1
-30
/
+30
*
dashenc: eliminate ffurl_* usage
Anton Khirnov
2016-02-22
1
-18
/
+14
*
lavf: allow custom IO for all files
Anton Khirnov
2016-01-24
1
-2
/
+5
*
dashenc: Reduce the segment duration if cutting out parts with edit lists
Martin Storsjö
2015-05-10
1
-2
/
+4
*
dashenc: replace attribute id with contentType for the AdaptationSet element
James Almer
2015-05-10
1
-2
/
+2
*
dashenc: Add a publishTime field in dynamic manifests
Martin Storsjö
2015-04-20
1
-8
/
+16
*
dashenc: Heuristically fill in the duration of packets that need it
Martin Storsjö
2015-03-19
1
-0
/
+12
*
dashenc: Update extradata for mov muxer
Timo Rothenpieler
2015-03-06
1
-0
/
+27
*
dashenc: Simplify code by using a local variable
Timo Rothenpieler
2015-03-06
1
-1
/
+1
*
dashenc: Simplify code by using a local variable
Martin Storsjö
2015-03-02
1
-2
/
+2
*
libavformat: Use ffio_free_dyn_buf where applicable
Martin Storsjö
2015-02-24
1
-2
/
+1
*
dashenc: Use inttypes.h macros for format strings instead of %lld
Martin Storsjö
2015-01-22
1
-1
/
+1
*
dashenc: Fix format string generation
Rodger Combs
2015-01-22
1
-1
/
+1
*
movenc: Enable editlists by default if delay_moov is enabled
Martin Storsjö
2015-01-04
1
-1
/
+0
*
dashenc: Use pts for MPD timeline timestamps
Martin Storsjö
2015-01-03
1
-17
/
+23
*
dashenc: Use delay_moov
Martin Storsjö
2015-01-03
1
-9
/
+14
*
dashenc: Remove some stray double spaces
Martin Storsjö
2014-12-29
1
-2
/
+2
*
dashenc: Fix writing of timelines that don't start at t=0
Martin Storsjö
2014-12-29
1
-1
/
+3
*
dashenc: Adjust the start time of a segment to the end of the previous segment
Martin Storsjö
2014-12-17
1
-2
/
+10
*
dashenc: Write segment timelines properly if the timeline has gaps
Martin Storsjö
2014-12-17
1
-2
/
+6
*
dashenc: Change the duration fields to 64 bit
Martin Storsjö
2014-12-10
1
-8
/
+8
*
dashenc: log file output progress in verbose mode
Bryan Huh
2014-12-10
1
-6
/
+10
*
dashenc: Avoid a VLA-like construct
Martin Storsjö
2014-11-28
1
-3
/
+2
*
dashenc: Add options to make segment names configurable
Bryan Huh
2014-11-28
1
-8
/
+146
*
Revert "lavf: Don't try to update files atomically with renames on windows"
Martin Storsjö
2014-11-27
1
-9
/
+5
*
lavf: Don't try to update files atomically with renames on windows
Martin Storsjö
2014-11-24
1
-5
/
+9
*
dashenc: Don't segment all video streams when one stream gets a keyframe
Martin Storsjö
2014-11-24
1
-6
/
+19
*
dashenc: Don't require the stream bitrate to be known
Martin Storsjö
2014-11-22
1
-6
/
+14
*
lavf: Add an MPEG-DASH ISOFF segmenting muxer
Martin Storsjö
2014-11-17
1
-0
/
+773