aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream_cdda.c
Commit message (Expand)AuthorAge
* Add checks for HAVE_GPL to various GPL-only source filesGravatar wm42017-10-10
* stream: get rid of streamtype enumGravatar wm42017-02-02
* stream_cdda: remove weird option parsing stuffGravatar wm42016-09-09
* stream_cdda: enable cache by defaultGravatar wm42016-05-10
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* Update license headersGravatar Marcin Kurczewski2015-04-13
* stream_cdda: add option to enable cdtext, and disable it by defaultGravatar wm42015-03-03
* stream_cdda: fix parameter passingGravatar wm42015-03-03
* stream: get rid of remaining uses of the end_pos fieldGravatar wm42015-02-06
* stream_cdda: fix bugs in chapter time retrievalGravatar wm42015-02-04
* stream_cdda: don't return number of tracks as number of titlesGravatar wm42014-12-13
* stream: change malloc+memset to callocGravatar Bruno George Moraes2014-09-27
* stream_cdda, demux_raw: always use s16leGravatar wm42014-09-25
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* build: deal with endian messGravatar wm42014-07-10
* dvd, bluray, cdda: add demux_disc containing all related hacksGravatar wm42014-07-05
* Add more constGravatar wm42014-06-11
* stream_cdda: remove global option variablesGravatar wm42014-06-11
* stream_cdda: fix compilationGravatar wm42014-05-24
* stream: remove chaos related to writeable streamsGravatar wm42014-05-24
* stream: don't use end_posGravatar wm42014-05-24
* stream: kill start_pos, remove --sb optionGravatar wm42014-05-24
* Fix some libav* include statementsGravatar wm42014-04-19
* stream_cdda: print cd text header only if there are any cd text fieldsGravatar wm42014-03-26
* stream_cdda: remove unused stuffGravatar wm42014-03-26
* stream_cdda: fix track time accuracyGravatar wm42014-03-26
* stream_cdda: report track timesGravatar wm42014-03-25
* 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