aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream_cdda.c
Commit message (Expand)AuthorAge
* stream: mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgGravatar wm42013-12-16
* mplayer: attempt to make playback resume work with DVD/BDGravatar wm42013-09-22
* stream: fix url_options field, make protocols field not fixed lengthGravatar wm42013-08-26
* stream: don't require streams to set s->pos in seek callbackGravatar wm42013-08-22
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* stream: redo URL parsing, replace m_struct usage with m_configGravatar wm42013-08-02
* stream: remove inactive URL option fieldsGravatar wm42013-07-30
* Fix some -Wshadow warningsGravatar wm42013-07-23
* stream: remove useless author/comment fieldsGravatar wm42013-07-12
* stream: don't require streams to set a typeGravatar wm42013-07-12
* Cleanup some include statementsGravatar wm42013-07-12
* 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