[SCM] liblivemedia packaging branch, master, updated. debian/2009.11.27-1-9-g98548ae

xtophe-guest at users.alioth.debian.org xtophe-guest at users.alioth.debian.org
Thu Jan 14 22:48:28 UTC 2010


The following commit has been merged in the master branch:
commit df39b946ac2c583706cd6b63c04d852bb9e583e1
Author: Christophe Mutricy <xtophe at videolan.org>
Date:   Thu Jan 14 22:23:33 2010 +0000

    Update upstream changelog

diff --git a/debian/upstream.changelog b/debian/upstream.changelog
index 05da6a5..b604665 100644
--- a/debian/upstream.changelog
+++ b/debian/upstream.changelog
@@ -1,3 +1,21 @@
+Next version, in progress:
+- Increased the default "FileSink" buffer size in "openRTSP" from 20000 to 100000, because the previous limit was being bumped into
+  too many times.
+
+2010.01.09:
+- In the various demo applications (in "testProgs/"), we changed the calls to "abort()" back to "exit(1)", because we want
+  "abort()" to be used only for serious (unexpected) errors; not things like bad command-line arguments.
+- Updated the RTSP server implementation to make session ids random (and 8 (hex) digits long), to conform to the RTSP specification.
+  (Thanks to Guy Bonneau for this suggestion.)
+
+2010.01.07:
+- Fixed a bug in "parseGeneralConfigStr()" (it was mistakenly returning an extra byte).
+- A few places in the code we called "exit()" if we encountered an unexpected error.  By request, these have now been changed to
+  "abort()". 
+- Made the "fSDPLines" member variable (in both "OnDemandServerMediaSubsession" and "PassiveServerMediaSubsession") "protected"
+  rather than "private".  This allows subclasses to - if they wish - delete and NULL "fSDPLines" each time a client connects, in
+  case the stream's SDP parameters have changed.
+
 2009.11.27:
 - Temporarily hacked the RTSP server code to not include "GET_PARAMETER" as an available option in the response to the "OPTIONS"
   command.  This will stop VLC from using "GET_PARAMETER" as a client 'liveness' indicator.  This is something that we don't

-- 
liblivemedia packaging



More information about the pkg-multimedia-commits mailing list