aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream_cdda.c
Commit message (Expand)AuthorAge
...
* stream: add new stream control command STREAM_CTRL_GET_NUM_TITLESGravatar mplayer-svn2012-08-03
* Change <endian.h> include to <sys/types.h>Gravatar wm42012-07-31
* Remove compile time/runtime CPU detection, and drop some platformsGravatar wm42012-07-30
* stream_cdda: print CDTEXT if availableGravatar wm42012-04-01
* configure, stream_cdda: remove libcdparanoia supportGravatar wm42012-04-01
* stream_cdda: reformatGravatar wm42012-04-01
* stream_cdda: various fixesGravatar reimar2012-04-01
* stream_cdda: fix incorrectly allocated option fieldGravatar Uoti Urpala2011-07-30
* stream_cdda: work around libcdparanoia caching issuesGravatar reimar2011-07-06
* cleanup: shut up more warningsGravatar Clément Bœsch2011-05-06
* cleanup: remove more warningsGravatar Clément Bœsch2011-05-02
* stream_cdda: change printf format for cdda_tracks to %dGravatar diego2010-11-02
* stream_cdda.c: Reorder functions to avoid forward declarations.Gravatar diego2010-11-02
* stream_cdd*: Move declarations for stream_cddb.c functions to cdd.hGravatar diego2010-11-02
* stream_ccda: Move cdda_priv structure to the only place it is usedGravatar diego2010-11-02
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r30475Gravatar Uoti Urpala2010-03-09
|\
| * Add license header to all files missing it in the stream subdirectory.Gravatar diego2010-01-30
* | Merge svn changes up to r29455Gravatar Uoti Urpala2009-07-29
|\|
| * Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.Gravatar diego2009-07-26
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
|/
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* Rename a bunch of miscellaneous preprocessor directives.Gravatar diego2008-08-07
* stream_opts should be constGravatar reimar2008-01-13
* Add cdda stream control for chapter commmands.Gravatar ulion2007-12-17
* Should not change stream->pos in fill_buffer function.Gravatar ulion2007-12-16
* Make the end_sector accessable (it should be).Gravatar ulion2007-12-15
* Only print one track info when exactly seeking to the beginning of a track.Gravatar ulion2007-12-14
* Fix stream cdda seeks to CD's end and hangs forever bug.Gravatar ulion2007-12-14
* stream_opts arrays should be constGravatar reimar2007-12-02
* Make m_option_t arrays referenced by cfg-common.h constGravatar reimar2007-12-02
* Mark all stream_info_t as constGravatar reimar2007-12-02
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDGravatar diego2007-08-28
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...Gravatar reimar2006-12-07
* Add full support for en-/disabling cddb supportGravatar reimar2006-12-04
* Move system headers before libavutil headers to work around build issues onGravatar diego2006-12-02
* Remove bswap.h, use libavutil/bswap.h instead.Gravatar diego2006-11-29
* bails out if cdparanoia can't read cd (avoid lockup)Gravatar ben2006-10-13
* proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...Gravatar ben2006-08-04
* renamed cddX stream interface to stream_cddX for consistencyGravatar ben2006-07-31