summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorAnssi Hannula <anssi.hannula@iki.fi>2013-12-28 00:09:45 +0200
committerAnssi Hannula <anssi.hannula@iki.fi>2014-04-06 17:55:02 +0300
commitedf4406c4dda0bd9b8ea20fa6f901a77d6a0902b (patch)
tree9708faefd637c81375df02ffee5bfc11ca9fce64 /Changelog
parent33462542cf47506933753d4fa070ccd133ffcbfd (diff)
avformat/hls: add support for alternative renditions
HLS protocol version 4 added alternative renditions to the specification (e.g. alternative audio tracks). The EXT-X-MEDIA tags can also contain metadata for "renditions" (i.e. tracks) of the main Media Playlist. Add support for those. Note that the same rendition (AVStream) may be associated with multiple variants (AVPrograms). Alternative subtitle tracks will require additional work and are therefore not enabled yet. Signed-off-by: Anssi Hannula <anssi.hannula@iki.fi>
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 3c11eb68e2..3f79878a8c 100644
--- a/Changelog
+++ b/Changelog
@@ -15,6 +15,7 @@ version <next>:
- improvments to OpenEXR image decoder
- support decoding 16-bit RLE SGI images
- GDI screen grabbing for Windows
+- alternative rendition support for HTTP Live Streaming
version 2.2: