
mythtv at ijr
Nov 23, 2002, 7:00 PM
Post #1 of 1
(86 views)
Permalink
|
---------------------------------------------------------------------------- Changes committed by mdz on Sat Nov 23 20:57:46 2002 Modified Files: in MC/libs/libNuppelVideo: NuppelVideoPlayer.cpp Log Message: Print an error if RingBuffer::Seek fails ---------------------------------------------------------------------------- Changes committed by ijr on Sat Nov 23 20:57:57 2002 Modified Files: in MC/libs/libNuppelVideo: RingBuffer.cpp in MC/programs/mythfilldatabase: filldata.cpp in MC/programs/mythfrontend: playbackbox.cpp Log Message: use lseek64 instead of lseek -- lseek doesn't get auto-redirected to lseek64 with only _GNU_SOURCE defined, which was breaking seektables on > 2GB files. Jim Radford's delete in playback box segfault fix. Erik Arendse's xawtv channel settings insertion patch. ----------------------------------------------------------------------------
|