pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/liblive



Module Name:    pkgsrc
Committed By:   tonio
Date:           Sat Jul 26 14:44:34 UTC 2008

Modified Files:
        pkgsrc/net/liblive: Makefile distinfo

Log Message:
Update net/liblive to liblive-20080725

2008.07.25:
- Minor bug fix to "MPEG2TransportStreamFramer" (reset "fTSPCRCount" in 
"doStopGettingFrames()").
  (Thanks to Qiujian Shu for reporting this bug.)
- Modified the previous changes to "QuickTimeFileSink" and "AVIFileSink" so 
that the
  "createNew()" functions return NULL if the output file cannot be opened.
2008.07.24:
- Changed "MultiFramedRTPSource" to handle the very first packet that we 
receive as
  if there were packet loss beforehand.  This ensures that we correctly discard 
any
  initial packets that we receive that occur after the start of a 
(multi-packet) frame.
- Fixed "QuickTimeFileSink" and "AVIFileSink" to close the output file (if it's 
not stdout or stderr) in the destructor,
2008.07.22:
- Fixed "MPEG2TransportStreamMultiplexor" to use an appropriate stream for our 
SCR, even if the input contained
  its own Program Stream Map.
- More minor changes to the code to make Erik Hovland's code-checking tools 
happy.
2008.07.06:
- Corrected one of Erik Hovland's memory leak fixes made to the previous 
revision.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 pkgsrc/net/liblive/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/net/liblive/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index