summaryrefslogtreecommitdiffstats
path: root/libmpdemux/stream_dvd.c
Commit message (Expand)AuthorAgeFilesLines
* Add some explanatory comments to #endif jungle.diego2006-06-301-3/+3
* 10l: wrong #endif removed.diego2006-06-301-1/+1
* Remove #ifdef HAVE_DVD, the file is only compiled under #ifdef HAVE_DVD ...diego2006-06-301-2/+0
* include stream_dvd's interface from libmpdemux/stream_dvd.hnicodvb2006-06-111-0/+2
* 100000l to the fools who don't know Crfelker2006-05-011-1/+1
* Get ride of the several if(identify) messy lines and rearangment of some of t...reynaldo2006-04-241-18/+17
* remove vts_no parameter from mp_get_titleset_length - it is not only useless,reimar2006-04-141-6/+3
* missing ifoClose and return 1. Patch by kiriuja (mplayer-patches at en-direct...reimar2006-04-121-0/+4
* do not print the title length from a non-matching titleset.reimar2006-04-101-0/+2
* init msec in mp_get_titleset_length() before using it; closes cid 251nicodvb2006-03-111-0/+1
* implement STREAM_CTRL_GET_TIME_LENGTH to return the duration of the dvd curre...nicodvb2006-02-271-19/+60
* MPlayer OSX port: Add a call to UDFFindFile to verify that we are opening a v...nplourde2006-01-271-0/+9
* fix dvdread version macrorathann2005-12-281-4/+6
* fix compilation when dvdkit and dvdread are not availablenicodvb2005-12-141-4/+6
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-2/+2
* Make a few more messages translatable by moving them into help_mp-en.h.diego2005-10-181-11/+11
* ugly hack to make it work again with external libdvdreadreimar2005-10-151-0/+20
* Fix DVD audio and subtitle stream mapping, esp. for DVD with both 4:3 andreimar2005-10-031-22/+25
* Prints the number of titles, DVD disk ID, the numbers of chapters andgpoirier2005-09-221-0/+57
* Reduce senseless spamminess of DVD playback in verbose mode.diego2005-05-221-3/+3
* ported dvd:// to the new stream apinicodvb2005-05-191-0/+714