--- - branch: pkgsrc-2008Q1 date: Fri May 16 13:53:20 UTC 2008 files: - new: 1.14.12.1 old: '1.14' path: pkgsrc/net/liblive/Makefile pathrev: pkgsrc/net/liblive/Makefile@1.14.12.1 type: modified - new: 1.3.12.1 old: '1.3' path: pkgsrc/net/liblive/PLIST pathrev: pkgsrc/net/liblive/PLIST@1.3.12.1 type: modified - new: 1.5.12.1 old: '1.5' path: pkgsrc/net/liblive/distinfo pathrev: pkgsrc/net/liblive/distinfo@1.5.12.1 type: modified id: 20080516T135320Z.1204d432923ff88823d18b21b9dcf5adf01f355c log: "pullup ticket #2384 - requested by obache\nliblive: update package fixes & security vulnerabilities\n\nrevisions pulled up:\n- pkgsrc/net/liblive/Makefile\n- pkgsrc/net/liblive/PLIST\n- pkgsrc/net/liblive/distinfo\n\n Module Name:\tpkgsrc\n \ Committed By:\tobache\n Date:\t\tSat Apr 26 11:38:43 UTC 2008\n\n Modified Files:\n \tpkgsrc/net/liblive: Makefile PLIST distinfo\n\n Log Message:\n \ Update liblive to 2008.04.09.\n draw upon a patch to update for 2007.01.17 in PR 38038\n While here, add DESTDIR support and fix permission of installed libraries.\n\n 2008.04.09:\n - Corrected a type-related bug in \"RTPInterface::handleRead()\". \ (Thanks to Brain Lai for noting this.)\n - Fixed a bug in \"RTSPClient\" that would prevent RTCP \"RR\" reports from being sent to\n the correct multicast address when we are receiving a multicast stream. (Thanks to Changjin Liu for noticing this.)\n\n 2008.04.03:\n - Fixed a bug that was introduced in the \"2007.12.27\" release. The \"timeout\" parameter to the call to\n \"readSocket\" in \"SocketDescriptor::tcpReadHandler()\" in \"RTPInterface.cpp\" needed to be initialized\n (to zero) first. (Thanks to Lodewijk Loos for alerting us to this problem.)\n - Added a new config file \"config.bfin-linux-uclibc\", and renamed \"config.bfin_uclinux\" as \"config.bfin-uclinux\".\n (Thanks to Mike Frysinger.)\n\n 2008.02.08:\n - Added a hack (suggested by \"Romain\") to \"MPEG2TransportStreamFramer\" to (perhaps)\n produce more accurate per-transport-packet duration estimates for wildly VBR streams.\n - Updated \"MPEG2TransportStreamMultiplexor\" to support the addition of MPEG-4 Audio or Video Elementary Streams.\n - Updated \"RTSPOverHTTPServer.cpp\" (a work in progress) so that it complies properly for some versions of\n Visual Studio on Windows. (Thanks to Eric Flickner for noting this.)\n\n 2008.01.19:\n - Corrected the \"getNormalPlayTime()\" function - introduced in the previous release - to allow for 'trick play'\n scale factors other than 1.\n\n 2008.01.18:\n - Added a new member function\n float MediaSubsession::getNormalPlayTime()\n which - given a stream's current presentation time - returns the \"Normal Play Time\".\n This function is useful for RTSP streams.\n - Added support for a \"a=control:\" URL specified in the SDP description at the session level.\n\n 2008.01.04:\n - Changed the \"RTSPClient\" timeout - introduced in the previous release - from\n 5s to 30s.\n - Added support for setting and returning the RTSP session start time (as well as the end time).\n \ (This eliminates the need for the \"live-starttime.patch\" file that VLC was using.)\n - Updated some of the system-specific configuration files, to eliminate the need for many of the patches that\n the VLC developers added to their code.\n\n \ 2007.12.27:\n - Added a 5s timeout to the \"RTSPClient\" code that checks for RTSP responses.\n This mirrors a change that was already being done to VLC's copy of the code.\n (This is still a short-term fix, until the \"RTSPClient\" code is rewritten to\n properly use asynchronous I/O, using the event loop.)\n \ - Added a timeout to the \"readSocket()\" call in \"SocketDescriptor::tcpReadHandler()\" in \"RTPInterface.cpp\",\n to handle reading RTP-over-TCP data. This allows for the possibility of non-cooperative RTSP clients.\n (Thanks to Peter Leese for this suggestion.) This is probably not a complete solution;\n more thought is needed...\n\n 2007.12.07:\n - Fixed \"H2633plusVideoFileServerMediaSubsession\" to properly use a dynamic RTP payload type, rather than the\n static type 34 (which is reserved for the now-obsolete old \"video/H263\" RTP payload format).\n\n \ 2007.12.06:\n - Updated \"JPEGVideoRTPSource\" to take optional 'default width' and 'default height' parameters.\n These parameters can be set by fields in the SDP description, and can be used to specifiy unusually\n large frame widths and/or heights. (Thanks to Andrey Filippov.)\n\n 2007.11.18:\n - Fixed a couple of memory leaks in \"DarwinInjector\". (Thanks to Eyal Beit-Halachmi for noting these.)\n - Removed old 'backwards compatibility' stuff from \"FramedSource\". \ (Noone should be relying upon this any more.)\n - Fixed a bounds-checking error in \"parseRTSPRequestString()\" caused by an int vs. unsigned problem.\n \ (Thanks to Luigi Auriemma for noting this.)\n - In \"RTSPClient.cpp\", fixed a couple of \"unsigned\" vs. \"int\" nits. (Thanks for Brain Lai for noting this.)\n\n \ 2007.11.01:\n - Several of the options to \"openRTSP\" have now been changed, with two new options added:\n \t -s \n \t -z \n \ See the \"openRTSP\" documentation for details.\n \ - Fixed a bug in the way that \"MPEG4VideoStreamDiscreteFramer\" parses 'config' information (for inclusion in\n the stream's SDP description). (Thanks to Nicola Bova for helping to identify this bug.)\n - Eliminated a potential memory (and socket) leak when allocating server RTP,RTCP socket pairs.\n (Thanks to David Pan for reporting this.)\n - Updated \"ByteStreamFileSource\" to treat a 0-byte file read the same as EOF.\n - Ensure that we have reasonable OS buffering for writes on non-blocking sockets.\n\n 2007.08.03a:\n - Removed a debugging printf() that had been left in by mistake. (Thanks to Massimo Zito for noticing this.)\n\n \ 2007.08.03:\n - Updated the \"RTSPServer\" implementation to work better on systems with more than one IP address.\n The server will now include - in its RTSP responses - the IP address on which the corresponding incoming request\n \ was received.\n\n 2007.07.25:\n - Added some sanity checks to various \"MediaSink\" subclasses, in case \"fSource\" is NULL.\n (Thanks to Andrey Kaminsky for noting one of these.)\n\n 2007.07.10:\n - Made sure that \"MPEG2TransportStreamFramer\"s estimate of the average duration of each Transport Packet\n gets updated correctly after each 'seek' operation. (Thanks to Massimo Zito for suggesting this.)\n \ - Fixed a bug in \"MPEG2TransportStreamFromESSource\" that was causing presentation\n \ timestamps to not be generated correctly. (Thanks to Massimo Zito for noticing this.)\n\n 2007.07.01:\n - Fixed a bug in \"RTSPServer\" and \"RTSPClient\" that would cause problems when streaming\n files whose names have spaces in them.\n - Fixed a bug in \"OnDemandServerMediaSubsession::deleteStream\". (Thanks to Igor Bukanov.)\n - Make the sockets for \"RTPSource\", \"RTCPInstance\" and \"BasicUDPSource\" non-blocking, even though they will be read\n from only asynchronously, when packets arrive. The reason for this is that, in some OSs, reads on a blocking\n \ socket can (allegedly) sometimes block, even if the socket was previously reported (e.g., by \"select()\") as\n having data available. (This can supposedly happen if the UDP checksum fails, for example.)\n (Thanks to Marc Neuberger for pointing this out.)\n - Fixed a bug in \"MPEG2TransportFileServerMediaSubsession.cpp\" that was causing 2x\n fast-forward to fail. (Some debugging code had been left in by mistake.)\n\n 2007.05.24:\n - Modified \"setupDatagramSocket()\" to better handle setting \"ReceivingInterfaceAddr\" when creating a socket\n to be used to send/receive multicast.\n - Made a couple of minor changes to overcome some compilation errors that some people were apparently seeing.\n\n 2007.05.23:\n \ - The RTSP server now includes the \"source=\" parameter in the response to a RTSP \"SETUP\" command.\n This works around a bug in QuickTime Player that would cause it to not send RTCP \"RR\" packets\n (when playing a unicast stream, and running on Mac OS X). (Thanks to Dave Singer et al at Apple for tracking\n \ down this problem.)\n - The RTSP server implementation no longer terminates the session if it returns 400 or 405 errors.\n\n 2007.04.24a:\n - Fixed a problem in the new \"RTSPOverHTTPServer\" code that was causing some people compilation problems.\n\n 2007.04.24:\n - Fixed a typo in \"testOnDemandRTSPServer.cpp\". \ (Thanks to Nils Grundback for noticing this.)\n - Modified the signature of \"RTSPServer::specialClientAccessCheck()\" (defined in the previous revision) to add\n a new \"clientAddr\" parameter (a \"struct sockaddr_in\"), to allow special access checking based on clients' IP\n address.\n - Make sure that the locale is set to \"POSIX\" when calling \"toupper()\" or \"tolower()\" on human-supplied strings.\n (Thanks to Ismail Doenmez for noting this.)\n\n 2007.04.20:\n \ - Modified \"MPEG2TransportStreamMultiplexor\" to set the \"discontinuity_indicator\" flag for the first\n \"adaptation_field\" in the output Transport Stream.\n \ - Changed \"AMRAudioRTPSource\" to more accurately report whether/when an interleaved frame's timestamp has\n been synchronized using RTCP.\n (Thanks to David Bertrand for this patch.)\n - Made to a small fix to the previous revision's support for multicast streaming of raw UDP (nonstandard)\n - Added a virtual function to \"OnDemandServerMediaSubsession\" for closing the stream source.\n Subclasses can redefine this, if they wish, to do something smarter. (Thanks to Igor Bukanov for this patch.)\n - Added support to \"RTSPServer\" for optionally performing special per-client access control, beyond the\n standard Digest Authentication method. (Thanks to Igor Bukanov for this patch.)\n - Made a minor optimization to \"Groupsock.cpp\". (Thanks to Maxim Petrov for this suggestion.)\n - Added an initial implementation of RTSP-over-HTTP at the server level (it was already supported at the client level).\n (Note: This code has not yet been completed, and doesn yet work, so don't try to use it.)\n\n 2007.02.20:\n - Updated \"RTSPServer\" to support multicast streaming of raw UDP streams (nonstandard).\n (Thanks to Aesmund Grammeltvedt for this modification.)\n - Made \"RTSPClient\" a little more robust in case the TCP connection fails.\n - Made \"RTPSink::rtpmapLine()\" virtual (as requested by Andrew Voznytsa).\n - Removed an archaic (no longer used) declaration in \"groupsock/include/Groupsock.hh\".\n - Added an optional \"allowKasennaProtocol\" parameter to \"RTSPClient::describeWithPassword()\"\n \ (similar to \"RTSPClient::describeURL()\"). (Thanks to Igor Bukanov for this suggestion.)s\n\n 2007.01.17:\n - Fixed a bug that would cause the \"MPEG2TransportStreamIndexer\" application to fail when run on a big-endian\n architecture.\n - Added a new cl \"H264VideoFileSink\", that prepends each incoming H.264 NAL unit with the prefix 0x000001,\n before writing it to the file. Also updated the \"openRTSP\" code to use this, when receiving H.264/RTP streams.\n (Thanks to Chris Kuiper for contributing this.)\n - Added a temporary #ifdef to \"GroupsockHelper.cpp\" to work around a compliation problem when building\n for Cygwin.\n\n 2007.01.11:\n \ - Improved the \"MPEG2IndexFromTransportStream\" class to recogize Transport Stream\n PAT and PMT (tables). This in turn makes the \"MPEG2TransportStreamIndexer\"\n \ utility more robust.\n - Fixed a minor bug in \"MPEG2TransportStreamFromESSource\".\n\n \ 2007.01.09:\n - Added RTSP server support for 'trick play' operations on MPEG-2 Transport Stream\n files. This requires the presence of a \".tsx\" indexle for each \".ts\" file.\n (This functionality will shortly be documented on the LIVE555 web site,\n and announced on the \"live-devel\" mailing list.)\n - Improved the performance of asynchronous file reading in \"ByteStreamFileSource\".\n \ (Thanks to Aesmund Grammeltvedt for this suggestion.)\n - Added \"-D_FILE_OFFSET_BITS=64\" to the \"COMPILE_OPTS\" line for each of the Linux config files, in order to\n \ alleviate possible problems with I/O on large files.\n\n 2006.12.31:\n - We now implement \"ByteStreamFileSource\" on Windows using synchronous file reads,\n \ by default. I had thought that Windows XP had fixed the problem - present in\n earlier versions of Windows - whereby open files are not treated as select()able\n \ sockets. But apparently the problem is still there.\n - Added code that will - probably in the next release, very soon - support server\n 'trick mode' operations on MPEG-2 Transport Stream files. At present, we have two\n new applications - in the \"testProgs\" directory - that help support this:\n \"MPEG2TransportStreamIndexer\" \ create a special index file for a Transport Stream\n file), and \"testMPEG2TransportStreamTrickPlay\" (to generate a new Transport Stream\n file that simulates a 'trick play' operation performed on the original Transport\n Stream file). See my forthcoming post to the \"live-devel\" mailing list for more\n details.\n - Fixed a bug in the Base64 encoding routine. (Thanks to Sebastian Gracias for reporting this.)\n\n \ 2006.12.08:\n - Made sure that each TCP socket used by a \"RTSPserver\" is non-blocking, so that a slow or hanging client\n cannot hang a server. (Thanks to \"jers (at) inwind.it\" for this suggestion.)\n" module: pkgsrc subject: 'CVS commit: [pkgsrc-2008Q1] pkgsrc/net/liblive' unixtime: '1210946000' user: rtr