Change logs for liblivemedia source package in Oneiric

  • liblivemedia (2011.07.21-1) unstable; urgency=low
      * Team upload.  * New upstream release:    - Changed some member variables from "private:" to "protected:",      to make subclassing easier.    - Added a sanity check to the "RTP-over-TCP" handling code in      "RTPInterface.cpp" to alleviate a strange condition (perhaps a bug). -- Alessio Treglia <email address hidden>  Tue, 26 Jul 2011 10:42:46 +0200
  • 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.
     -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  22 Jun 2011 09:35:58 +0000
  • liblivemedia (2011.05.25-1) unstable; urgency=low
    
      * Team upload.
      * New upstream bugfix release:
        - Fix a bug in "RTSPClient" which was causing clients to crash if
          servers returned a 401 error code, but without a "WWW-Authenticate:"
          header.
     -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  27 May 2011 07:44:41 +0000
  • liblivemedia (2011.03.14-1) unstable; urgency=low
    
      * Team upload.
      * Upload to unstable.
    
      [ Benjamin Drung ]
      * Revert "A bit of style: wrap lines and fix indentation."
    
      [ Alessio Treglia ]
      * New upstream release.
      * Update upstream ChangeLog.
      * Fix small typo in debian/rules.
      * debian/copyright: Update copyright years.
      * Bump Standards.
      * Refresh 022_safe_setlocale.diff patch.
     -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 13:06:31 +0000
  • liblivemedia (2010.11.17-1) experimental; urgency=low
    
      [ Christophe Mutricy ]
      * New upstream version 2010.11.17
      * Refresh patches
      * Update upstream ChangeLog
      * Set policy to 3.9.1
      * Upload to experimental until Squeeze is released
    
      [ Benjamin Drung ]
      * Refresh patches.
      * Switch to dpkg-source 3.0 (quilt) format.
    
      [ Alessio Treglia ]
      * Correct team's name in the Maintainer field.
      * debian/control: Wrap long lines and shorten indentation.
     -- Benjamin Drung <email address hidden>   Tue, 30 Nov 2010 22:55:53 +0100