summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2014-10-06 11:36:17 +0300
committerMartin Storsjö <martin@martin.st>2014-11-17 16:17:07 +0200
commitfe5e6e34c05e274f98528be4f77f3c474473f977 (patch)
tree4a50df42bfe9fe05347005547a8c9c87c5105c24 /Changelog
parent2ded57371abead879bcee56da5131e5fac0d17ef (diff)
lavf: Add an MPEG-DASH ISOFF segmenting muxer
This is mostly to serve as a reference example on how to segment the output from the mp4 muxer, capable of writing the segment list in four different ways: - SegmentTemplate with SegmentTimeline - SegmentTemplate with implicit segments - SegmentList with individual files - SegmentList with one single file per track, and byte ranges The muxer is able to serve live content (with optional windowing) or create a static segmented MPD. In advanced cases, users will probably want to do the segmenting in their own application code. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index ecec401dbb..6af2e8acf1 100644
--- a/Changelog
+++ b/Changelog
@@ -6,7 +6,7 @@ version <next>:
- HEVC/H.265 RTP payload format (draft v6) packetizer and depacketizer
- avplay now exits by default at the end of playback
- XCB-based screen-grabber
-- creating DASH compatible fragmented MP4
+- creating DASH compatible fragmented MP4, MPEG-DASH segmenting muxer
version 11: