aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream_cdda.c
Commit message (Expand)AuthorAge
* core: change open_stream and demux_open signatureGravatar wm42013-07-12
* Remove internal network supportGravatar wm42013-07-07
* stream: don't set EOF flag in stream implementationsGravatar wm42013-06-16
* stream_cdda, stream_vcd: check read buffer sizeGravatar wm42013-06-09
* Fix some cppcheck / scan-build warningsGravatar wm42013-05-06
* options: untangle track range parsing for stream_cddaGravatar wm42013-04-21
* stream_cdda: support latest libcdio versionGravatar Uoti Urpala2013-01-24
* stream, demux: replace off_t with int64_tGravatar wm42012-11-20
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* 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