aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream_dvd.c
Commit message (Expand)AuthorAge
* stream_dvd: fix subs/audio detection on DVDs containing multi-PGC titlesGravatar qrwyeui2017-03-15
* stream: get rid of streamtype enumGravatar wm42017-02-02
* demux, stream: add option to prevent opening referenced filesGravatar wm42016-12-04
* stream_dvd, stream_dvdnav: remove weird option parsing stuffGravatar wm42016-09-08
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* Update license headersGravatar Marcin Kurczewski2015-04-13
* stream: get rid of remaining uses of the end_pos fieldGravatar wm42015-02-06
* command, dvd: add property which returns list of DVD titlesGravatar wm42014-12-13
* Do not call strerror()Gravatar wm42014-11-26
* stream_dvd: better .ifo probingGravatar wm42014-09-25
* Revert "Remove DVD and Bluray support"Gravatar wm42014-07-15
* Remove DVD and Bluray supportGravatar wm42014-07-14
* build: include <strings.h> for strcasecmp()Gravatar wm42014-07-10
* stream: remove now unused STREAM_CTRL_GET_START_TIMEGravatar wm42014-07-06
* dvd, bluray, cdda: add demux_disc containing all related hacksGravatar wm42014-07-05
* Audit and replace all ctype.h usesGravatar wm42014-07-01
* stream: minor cleanupsGravatar wm42014-06-22
* stream_dvd, stream_dvdnav: map dvd:// to dvdnavGravatar wm42014-06-20
* stream_dvd: fix potential endless loop on seekingGravatar wm42014-06-20
* Add more constGravatar wm42014-06-11
* stream_dvd: minor cleanupsGravatar wm42014-06-11
* stream_dvd, stream_dvdnav, stream_bluray: remove global option variablesGravatar wm42014-06-11
* stream: remove chaos related to writeable streamsGravatar wm42014-05-24
* stream: kill start_pos, remove --sb optionGravatar wm42014-05-24
* options: remove deprecated --identifyGravatar Martin Herkt2014-05-04
* stream_dvd: fix seeking regressionGravatar wm42014-04-17
* Kill all tabsGravatar wm42014-04-13
* stream_dvd, cache: hack seeking with --cache + dvd:// back into workingGravatar wm42014-04-09
* stream: remove old chapter handling codeGravatar wm42014-03-25
* stream_dvd/stream_dvdnav: make disc-title for DVDs start from 0Gravatar xylosper2014-03-17
* command: set 'media-title' property for bluray disc with meta-dataGravatar xylosper2014-03-13
* dvd: treat missing volume ID as "unsupported", not errorGravatar wm42014-02-23
* dvd: check for empty DVD volume IDGravatar wm42014-02-23
* command: use DVD volume ID for media-title propertyGravatar xylosper2014-02-23
* msg: rename mp_msg_log -> mp_msgGravatar wm42013-12-21
* stream: mp_msg conversionsGravatar wm42013-12-21
* Reduce recursive config.h inclusions in headersGravatar wm42013-12-18
* 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
* Reduce stheader.h includes, move stream types to mp_common.hGravatar wm42013-11-23
* stream_dvd: prevent segmentation fault with some broken filesGravatar Stefano Pigozzi2013-09-14
* 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: parse URL escapes for file://Gravatar wm42013-08-02
* stream: redo URL parsing, replace m_struct usage with m_configGravatar wm42013-08-02
* stream_dvd: fix .ifo redirectionGravatar wm42013-07-30
* stream: remove useless author/comment fieldsGravatar wm42013-07-12
* core: change open_stream and demux_open signatureGravatar wm42013-07-12