summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorVignesh Venkatasubramanian <vigneshv@google.com>2015-03-30 14:46:10 -0700
committerMichael Niedermayer <michaelni@gmx.at>2015-04-07 15:08:59 +0200
commit6fd300ac6c2c3871736ce0e6df95603255004dc6 (patch)
treec158a948981bfa1db551a540c61157d3fe0f417c /Changelog
parentc4b2017ba66e1623da9f527704c61c86a6e74844 (diff)
lavf: Add support for WebM Live Muxing
This patch adds support for WebM Live Muxing by adding a new WebM Chunk muxer. It writes out live WebM Chunks which can be used for playback using Live DASH Clients. Please see muxers.texi for sample usage. Signed-off-by: Vignesh Venkatasubramanian <vigneshv@google.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index a6a0e2d62e..4f48261c70 100644
--- a/Changelog
+++ b/Changelog
@@ -14,6 +14,7 @@ version <next>:
- MMAL-accelerated H.264 decoding
- basic APNG encoder and muxer
- unpack DivX-style packed B-frames in MPEG-4 bitstream filter
+- WebM Live Chunk Muxer
version 2.6: