aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream_dvd.c
Commit message (Expand)AuthorAge
...
* 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
* stream, demux: replace off_t with int64_tGravatar wm42012-11-20
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* stream: add STREAM_CTRL_GET_CURRENT_TITLEGravatar ib2012-10-30
* Rename to "mpv"Gravatar wm42012-10-12
* core: fix DVD subtitle selectionGravatar wm42012-09-18
* commands, dvd, dvdnav, bluray: cleanup sub/audio track language displayGravatar mplayer-svn2012-08-03
* stream: add new stream control command STREAM_CTRL_GET_NUM_TITLESGravatar mplayer-svn2012-08-03
* stream_dvd: fix dvd_get_current_time()Gravatar reimar2011-07-06
* options: change -alang and -slang to use string list typeGravatar Clément Bœsch2011-04-20
* stream_dvd: fill_buffer(): use given buffer, not stream's defaultGravatar reimar2010-11-08
* stream_dvd: minor cleanupGravatar reimar2010-11-08
* stream_dvd: millisecond accuracy for chapters in -identify outputGravatar cigaes2010-11-07
* stream_dvd[nav]: Add const qualifiers to string argumentsGravatar reimar2010-11-02
* stream_dvd: Improve seeking by positionGravatar diego2010-11-02
* stream_dvd: Improve seeking by chaptersGravatar diego2010-11-02
* stream_dvd: fix incorrect assumption about chapter countGravatar diego2010-11-02
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Gravatar Uoti Urpala2010-05-29
* options: move -chapter values to option structGravatar Uoti Urpala2010-04-25
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r30475Gravatar Uoti Urpala2010-03-09
|\
| * Add license header to all files missing it in the stream subdirectory.Gravatar diego2010-01-30
* | Merge svn changes up to r29962Gravatar Uoti Urpala2009-11-23
|\|
| * Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too manyGravatar reimar2009-11-22
* | Merge svn changes up to r29912Gravatar Uoti Urpala2009-11-16
|\|
| * Move headers related to setting dvd speed to dvd_common.Gravatar reimar2009-11-11
| * Move dvd_speed and dvd_set_speed to dvd_common and implement -dvd-speedGravatar reimar2009-11-10
| * Move arrays used by both dvd and dvdnav to dvd_common.Gravatar reimar2009-11-10
| * Share dvd_device extern declaration between dvd and dvdnav.Gravatar reimar2009-11-10
* | Replace libavutil internal header #includes with MPlayer copiesGravatar Uoti Urpala2009-07-26
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r29134Gravatar Uoti Urpala2009-04-02
|\|
| * Remove unused variable along with the related warning.Gravatar diego2009-04-01
* | Merge svn changes up to r29117Gravatar Uoti Urpala2009-04-01
|\|
| * 100l, revert r29082, I missed that the vts comparison should be case-insensit...Gravatar reimar2009-03-28
| * ReindentGravatar reimar2009-03-28
| * Simplify extracting title number from ifo nameGravatar reimar2009-03-28
| * Simplify detection of .ifo extension.Gravatar reimar2009-03-27