summaryrefslogtreecommitdiffstats
path: root/stream/stream_cdda.c
Commit message (Expand)AuthorAgeFilesLines
* Add checks for HAVE_GPL to various GPL-only source fileswm42017-10-101-0/+5
* stream: get rid of streamtype enumwm42017-02-021-1/+0
* stream_cdda: remove weird option parsing stuffwm42016-09-091-29/+12
* stream_cdda: enable cache by defaultwm42016-05-101-0/+2
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-111-1/+1
* Update license headersMarcin Kurczewski2015-04-131-6/+5
* stream_cdda: add option to enable cdtext, and disable it by defaultwm42015-03-031-3/+5
* stream_cdda: fix parameter passingwm42015-03-031-2/+0
* stream: get rid of remaining uses of the end_pos fieldwm42015-02-061-2/+4
* stream_cdda: fix bugs in chapter time retrievalwm42015-02-041-2/+2
* stream_cdda: don't return number of tracks as number of titleswm42014-12-131-5/+0
* stream: change malloc+memset to callocBruno George Moraes2014-09-271-2/+1
* stream_cdda, demux_raw: always use s16lewm42014-09-251-8/+0
* Move compat/ and bstr/ directory contents somewhere elsewm42014-08-291-1/+1
* build: deal with endian messwm42014-07-101-1/+2
* dvd, bluray, cdda: add demux_disc containing all related hackswm42014-07-051-1/+2
* Add more constwm42014-06-111-3/+3
* stream_cdda: remove global option variableswm42014-06-111-31/+36
* stream_cdda: fix compilationwm42014-05-241-1/+1
* stream: remove chaos related to writeable streamswm42014-05-241-5/+1
* stream: don't use end_poswm42014-05-241-0/+1
* stream: kill start_pos, remove --sb optionwm42014-05-241-2/+4
* Fix some libav* include statementswm42014-04-191-1/+0
* stream_cdda: print cd text header only if there are any cd text fieldswm42014-03-261-2/+6
* stream_cdda: remove unused stuffwm42014-03-261-39/+2
* stream_cdda: fix track time accuracywm42014-03-261-2/+2
* stream_cdda: report track timeswm42014-03-251-27/+8
* stream: mp_msg conversionswm42013-12-211-8/+8
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
* Move options/config related files from mpvcore/ to options/wm42013-12-171-1/+1
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgwm42013-12-161-3/+3
* mplayer: attempt to make playback resume work with DVD/BDwm42013-09-221-2/+0
* stream: fix url_options field, make protocols field not fixed lengthwm42013-08-261-8/+8
* stream: don't require streams to set s->pos in seek callbackwm42013-08-221-3/+2
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-2/+2
* stream: redo URL parsing, replace m_struct usage with m_configwm42013-08-021-25/+20
* stream: remove inactive URL option fieldswm42013-07-301-15/+0
* Fix some -Wshadow warningswm42013-07-231-3/+2
* stream: remove useless author/comment fieldswm42013-07-121-3/+2
* stream: don't require streams to set a typewm42013-07-121-1/+0
* Cleanup some include statementswm42013-07-121-1/+0
* core: change open_stream and demux_open signaturewm42013-07-121-2/+2
* Remove internal network supportwm42013-07-071-30/+2
* stream: don't set EOF flag in stream implementationswm42013-06-161-2/+0
* stream_cdda, stream_vcd: check read buffer sizewm42013-06-091-0/+3
* Fix some cppcheck / scan-build warningswm42013-05-061-1/+1
* options: untangle track range parsing for stream_cddawm42013-04-211-17/+14
* stream_cdda: support latest libcdio versionUoti Urpala2013-01-241-1/+31
* stream, demux: replace off_t with int64_twm42012-11-201-1/+1
* Rename directories, move files (step 2 of 2)wm42012-11-121-5/+5
* stream: add new stream control command STREAM_CTRL_GET_NUM_TITLESmplayer-svn2012-08-031-0/+5
* Change <endian.h> include to <sys/types.h>wm42012-07-311-1/+1
* Remove compile time/runtime CPU detection, and drop some platformswm42012-07-301-1/+2
* stream_cdda: print CDTEXT if availablewm42012-04-011-17/+51
* configure, stream_cdda: remove libcdparanoia supportwm42012-04-011-59/+11
* stream_cdda: reformatwm42012-04-011-359/+368
* stream_cdda: various fixesreimar2012-04-011-10/+28
* stream_cdda: fix incorrectly allocated option fieldUoti Urpala2011-07-301-3/+5
* stream_cdda: work around libcdparanoia caching issuesreimar2011-07-061-0/+3
* cleanup: shut up more warningsClément Bœsch2011-05-061-3/+3
* cleanup: remove more warningsClément Bœsch2011-05-021-1/+1
* stream_cdda: change printf format for cdda_tracks to %ddiego2010-11-021-1/+1
* stream_cdda.c: Reorder functions to avoid forward declarations.diego2010-11-021-110/+106
* stream_cdd*: Move declarations for stream_cddb.c functions to cdd.hdiego2010-11-021-4/+0
* stream_ccda: Move cdda_priv structure to the only place it is useddiego2010-11-021-1/+21
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Merge svn changes up to r30475Uoti Urpala2010-03-091-0/+18
|\
| * Add license header to all files missing it in the stream subdirectory.diego2010-01-301-0/+18
* | Merge svn changes up to r29455Uoti Urpala2009-07-291-1/+1
|\|
| * 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
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-8/+8
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-3/+3
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-3/+3
|/
* 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