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.
|
Mon, 21 Jun 2010 10:40:30 +0000 |
diego |
cosmetics: Reorder functions to avoid forward declarations.
|
Mon, 21 Jun 2010 10:30:54 +0000 |
diego |
Move declarations for functions defined in stream_cddb.c to cdd.h.
|
Mon, 21 Jun 2010 10:19:01 +0000 |
diego |
Move cdda_priv structure to the only place it is used.
|
Mon, 21 Jun 2010 08:38:23 +0000 |
diego |
Remove redundant cdrom_device extern variable declarations.
|
Sat, 30 Jan 2010 22:26:47 +0000 |
diego |
Add license header to all files missing it in the stream subdirectory.
|
Sun, 26 Jul 2009 19:53:00 +0000 |
diego |
Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Wed, 03 Dec 2008 23:01:03 +0000 |
diego |
Get rid of pointless 'extern' keywords.
|
Thu, 07 Aug 2008 08:58:07 +0000 |
diego |
Rename a bunch of miscellaneous preprocessor directives.
|
Sun, 13 Jan 2008 12:34:42 +0000 |
reimar |
stream_opts should be const
|
Mon, 17 Dec 2007 15:20:28 +0000 |
ulion |
Add cdda stream control for chapter commmands.
|
Sun, 16 Dec 2007 16:39:10 +0000 |
ulion |
Should not change stream->pos in fill_buffer function.
|
Sat, 15 Dec 2007 15:38:38 +0000 |
ulion |
Make the end_sector accessable (it should be).
|
Fri, 14 Dec 2007 15:39:46 +0000 |
ulion |
Only print one track info when exactly seeking to the beginning of a track.
|
Fri, 14 Dec 2007 08:26:06 +0000 |
ulion |
Fix stream cdda seeks to CD's end and hangs forever bug.
|
Sun, 02 Dec 2007 21:37:08 +0000 |
reimar |
stream_opts arrays should be const
|
Sun, 02 Dec 2007 21:26:23 +0000 |
reimar |
Make m_option_t arrays referenced by cfg-common.h const
|
Sun, 02 Dec 2007 13:22:53 +0000 |
reimar |
Mark all stream_info_t as const
|
Tue, 28 Aug 2007 22:38:45 +0000 |
diego |
cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
|
Thu, 07 Dec 2006 11:58:07 +0000 |
reimar |
Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
|
Mon, 04 Dec 2006 20:20:32 +0000 |
reimar |
Add full support for en-/disabling cddb support
|
Sat, 02 Dec 2006 11:09:01 +0000 |
diego |
Move system headers before libavutil headers to work around build issues on
|
Wed, 29 Nov 2006 15:02:45 +0000 |
diego |
Remove bswap.h, use libavutil/bswap.h instead.
|
Fri, 13 Oct 2006 19:07:11 +0000 |
ben |
bails out if cdparanoia can't read cd (avoid lockup)
|
Fri, 04 Aug 2006 17:01:29 +0000 |
ben |
proper inclusion of demuxer.h (including libmpdemux in Makefile only was to make previous split easier)
|
Mon, 31 Jul 2006 17:48:50 +0000 |
ben |
renamed cddX stream interface to stream_cddX for consistency
base
stream/cdda.c@dd4975a61185
|