aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream_dvd.h
Commit message (Expand)AuthorAge
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* 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
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* commands, dvd, dvdnav, bluray: cleanup sub/audio track language displayGravatar mplayer-svn2012-08-03
* options: change -alang and -slang to use string list typeGravatar Clément Bœsch2011-04-20
* stream_dvd[nav]: Add const qualifiers to string argumentsGravatar reimar2010-11-02
* options: move -chapter values to option structGravatar Uoti Urpala2010-04-25
* Add dvd_parse_chapter_range() to stream_dvd.h instead of forward declaring it.Gravatar diego2010-02-19
* Add license header to all files missing it in the stream subdirectory.Gravatar diego2010-01-30
* Switch internal dvdread to libdvdread SVN external.Gravatar reimar2009-01-08
* Rename internal libdvdread fork from dvdread to libdvdreadGravatar rathann2008-08-30
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* Add missing #includes to fix 'make checkheaders'.Gravatar diego2008-06-16
* adapted to the dvdread->libdvdread transition in dvdnav's repositoryGravatar nicodvb2008-05-31
* Add missing header #includes to fix 'make checkheaders'.Gravatar diego2008-03-10
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* Add multiple inclusion guards to all header files that lack them.Gravatar diego2008-01-01
* don't include anymore the dvdread headers from the dvdnav directoryGravatar nicodvb2007-11-22
* The header is always included conditional to USE_DVDREAD,Gravatar diego2007-07-03
* Rename libdvdread to dvdread. We really only include only the dvdreadGravatar diego2006-11-18
* implemented STREAM_CTRL_GET_CURRENT_TIME and STREAM_CTRL_SEEK_TO_TIME (precis...Gravatar nicodvb2006-11-07
* Streamline and simplify internal vs external libdvdread handling.Gravatar diego2006-11-03
* libmpdvdkit2 --> libdvdread, it just contains libdvdread now.Gravatar diego2006-11-03
* added OSD audio switching visualizationGravatar ptt2006-10-11
* detect dvdnav before mpdvdkit and dvdread; if dvdnav is set mplayer will use ...Gravatar nicodvb2006-09-09
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31