[SCM] liblivemedia/master: Retrieve up-to-date upstream changelog.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Jun 6 10:19:03 UTC 2012


The following commit has been merged in the master branch:
commit 8df96c04c90e2c072a0a9fd1dd800702ccfb5a14
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Jun 6 12:12:07 2012 +0200

    Retrieve up-to-date upstream changelog.

diff --git a/debian/upstream.changelog b/debian/upstream.changelog
index 9d8f673..d68b107 100644
--- a/debian/upstream.changelog
+++ b/debian/upstream.changelog
@@ -1,4 +1,27 @@
-2012.04.03:
+Next version, in progress:
+- If a SDP description specifies a port number for a unicast stream, then we still choose an ephemeral client port number,
+  just as we would if the SDP description had not specified a port number (the usual case). Renato Mauro reports that some Sony
+  network cameras do this; this change lets the client choose a different port number (which is useful if one host is receiving
+  from more than one such camera at once).
+- Updated "UsageEnvironment/include/Boolean.hh" to use the 'bool' type defined for "MSVC++ 8.0, Visual Studio 2005 and higher",
+  if that development environment is being used.  Also, fixed a few places in the code where we were using boolean types
+  incorrectly.  (Thanks to Nikolai Vorontsov for these suggestions.)
+
+2012.05.17:
+- Changed the implementation of "RTSPServer::removeServerMediaSession(char const* streamName)" to not
+  call "lookupServerMediaSession()", in case that (virtual) function has been overridden in a subclass to do something different.
+  Now we just call the hash table 'remove' function directly.  (Thanks to Bruno Abreu for bringing this to our attention.)
+- Updated the "config.iphoneos" configuration file.  (Developers may need to change the definition of "IOS_VERSION", however.)
+- Added "#include <ctype.h>" to "MPEG4GenericRTPSink.cpp", because some systems apparently need this to define "tolower()".
+  (Thanks to Michel Promonet for noting this.)
+
+2012.05.11:
+- Really fixed the bug in the implementation of "StreamReplicator::deleteReplica()" that I was supposed to have fixed in
+  the previous revision.  (Thanks to Bruno Abreu for setting us straight.)
+- Fixed the signature of "MultiFramedRTPSink::curFragmentationOffset()" to return an "unsigned" rather than a "Boolean".
+  (Thanks to Nikolai Vorontsov for noticing this.)
+
+2012.05.03:
 - Fixed the "testReplicator" demo application code to actually do what it claims - transmit one replica stream via UDP,
   while writing the other replica stream to a file.
   (We had accidentally omitted the line that transmits one replica stream via UDP.)

-- 
liblivemedia packaging



More information about the pkg-multimedia-commits mailing list