[SCM] liblivemedia/master: Finalize changelog.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Jun 21 09:44:28 UTC 2011


The following commit has been merged in the master branch:
commit 8f79440515f68e8a0be8591b0791bd8509f51920
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Jun 21 11:44:31 2011 +0200

    Finalize changelog.

diff --git a/debian/changelog b/debian/changelog
index 163fd12..52aa85d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,29 @@
+liblivemedia (2011.06.16-1) unstable; urgency=low
+
+  * Team upload.
+  * New upstream release:
+    - Updated "AC3AudioRTPSink" and "AC3AudioRTPSource" to conform to RFC4184,
+      which defines the RTP payload format for AC-3 audio. Previously, we were
+      using a different, incompatible payload format (that had been defined by
+      an initial draft document, but which differed from that defined in the
+      final RFC.  Unfortunately, this means that older clients that use our
+      code - including existing binary versions of VLC and MPlayer - will no
+      longer be able to play AC-3/RTP streams from our server (until they are
+      rebuilt using this newest version of our library).
+    - Updated "AC3AudioStreamFramer" - and added a new class
+      "AC3AudioFileServerMediaSubsession" - to support streaming from an AC-3
+      audio file. We also added this support to the "testOnDemandRTSPServer"
+      demo application, and to the "LIVE555 Media Server" (currently just the
+      source code; not the prebuilt binary versions).
+    - Moved the definition of "class StreamState" from
+      OnDemandServerMediaSubsession.cpp to OnDemandServerMediaSubsession.hh.
+      Even though "class StreamState" is used only internally, in the
+      implementation of "OnDemandServerMediaSubsession", moving its definition
+      to the header file makes it possible for subclasses of
+      "OnDemandServerMediaSubsession" to access it.
+
+ -- Alessio Treglia <alessio at debian.org>  Tue, 21 Jun 2011 11:42:15 +0200
+
 liblivemedia (2011.05.25-1) unstable; urgency=low
 
   * Team upload.

-- 
liblivemedia packaging



More information about the pkg-multimedia-commits mailing list