summaryrefslogtreecommitdiffstats
path: root/stream/stream_cdda.c
Commit message (Expand)AuthorAgeFilesLines
* Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.diego2009-07-261-1/+1
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-8/+8
* Get rid of pointless 'extern' keywords.diego2008-12-031-3/+3
* Rename a bunch of miscellaneous preprocessor directives.diego2008-08-071-8/+8
* stream_opts should be constreimar2008-01-131-1/+1
* Add cdda stream control for chapter commmands.ulion2007-12-171-0/+48
* Should not change stream->pos in fill_buffer function.ulion2007-12-161-1/+0
* Make the end_sector accessable (it should be).ulion2007-12-151-7/+7
* Only print one track info when exactly seeking to the beginning of a track.ulion2007-12-141-1/+3
* Fix stream cdda seeks to CD's end and hangs forever bug.ulion2007-12-141-2/+2
* stream_opts arrays should be constreimar2007-12-021-1/+1
* Make m_option_t arrays referenced by cfg-common.h constreimar2007-12-021-1/+1
* Mark all stream_info_t as constreimar2007-12-021-1/+1
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDdiego2007-08-281-1/+1
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...reimar2006-12-071-1/+1
* Add full support for en-/disabling cddb supportreimar2006-12-041-3/+7
* Move system headers before libavutil headers to work around build issues ondiego2006-12-021-3/+3
* Remove bswap.h, use libavutil/bswap.h instead.diego2006-11-291-1/+2
* bails out if cdparanoia can't read cd (avoid lockup)ben2006-10-131-0/+2
* proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...ben2006-08-041-1/+1
* renamed cddX stream interface to stream_cddX for consistencyben2006-07-311-0/+391