aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream_dvd.c
Commit message (Expand)AuthorAge
* 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
* stream: remove weird STREAMTYPE_STREAM special handlingGravatar wm42013-07-07
* stream_dvd: remove some deadly insane codeGravatar wm42013-06-09
* core: use STREAM_CTRL instead of accessing stream_dvd internalsGravatar wm42013-06-09
* demux: fix "-demuxer mpegps", don't force demuxer in stream_dvdGravatar wm42013-06-02
* stream: report chapter times, use time seeks for DVD chaptersGravatar wm42013-05-06
* stream: add start time reportingGravatar wm42013-05-05
* core: don't report byte-based playback position with dvdGravatar wm42013-05-05
* stream_dvd: fix angle mathGravatar Rudolf Polzer2012-12-22
* stream_dvd: add a stream_seek() callGravatar Rudolf Polzer2012-12-07
* stream: fix dvd:// + cache crashingGravatar wm42012-11-20