From 9340ff287c01eb9e5ebd0301dc9988f3536221dc Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Mon, 21 Jan 2013 11:56:56 -0500 Subject: Rework transcoding Remove some of the roundabout complexity that had built up. Push people toward using a single, flexible tool for most of their transcoding needs. Increase backend and configuration flexibility to support user-requested format changes (e.g. for an HTML5 player); this functionality is not yet exposed. --- docs/CHANGELOG | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/CHANGELOG b/docs/CHANGELOG index 54f1fe27..68c7b73b 100755 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -4,6 +4,7 @@ -------------------------------------------------------------------------- v.3.6-FUTURE + - Made transcoding and its configuration more flexible - Made transcoded streams more standards compliant by not sending a random value as the Content-Length or claiming that ranged requests are supported -- cgit