log stream/stream_cdda.c @ 37195:ac6c37d85d65 default tip

age author description
Mon, 02 Dec 2013 14:30:21 +0000 ib Silence a format warning with cdparanoia.
Mon, 02 Dec 2013 14:13:47 +0000 ib Add new stream control command STREAM_CTRL_GET_CURRENT_TITLE for CDDA.
Sat, 16 Mar 2013 13:38:34 +0000 reimar Fix previous commit, off_t must be replaced by int64_t
Sat, 16 Mar 2013 10:09:12 +0000 reimar Replace some uses of off_t by uint64_t.
Sun, 15 Jan 2012 12:40:02 +0000 reimar Fix seeking beyond EOF in stream_cdda to work with cache.
Tue, 03 Jan 2012 20:47:36 +0000 ib Add checks for errors in stream_cdda's get_track_by_sector().
Sat, 31 Dec 2011 12:20:08 +0000 ib Add new stream control command STREAM_CTRL_GET_NUM_TITLES.
Thu, 29 Dec 2011 16:11:58 +0000 reimar Add comment to a condition that is just a hack around a cdparanoia bug.
Wed, 28 Dec 2011 14:14:12 +0000 ib Don't call paranoia_modeset() for PARANOIA_MODE_DISABLE.
Wed, 28 Dec 2011 14:04:27 +0000 ib Allow PARANOIA_MODE_FULL with skipping.
Fri, 23 Dec 2011 21:52:04 +0000 reimar cdda: set position to an actual EOF position when we set EOF.
Fri, 23 Dec 2011 19:00:31 +0000 reimar Fail if trying to seek beyond the last chapter, not just if it is beyond the end of the disc.
Fri, 23 Dec 2011 16:44:23 +0000 reimar Do not call paranoia_overlapset with 0, it actually causes cdparanoia to just hang.
Fri, 23 Dec 2011 16:27:15 +0000 reimar Fix cdda speed default value, range and use more robust condition.
Sat, 04 Jun 2011 10:27:45 +0000 reimar Constrain libcdparanoia's caching which badly breaks playback with -nocache.