aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream_dvdnav.c
Commit message (Expand)AuthorAge
* player: rename dvdnav to discnavGravatar xylosper2014-03-30
* dvdnav: make MP_NAV_EVENT_RESET_ALL handled properlyGravatar xylosper2014-03-25
* stream: remove old chapter handling codeGravatar wm42014-03-25
* stream_dvd/stream_dvdnav: make disc-title for DVDs start from 0Gravatar xylosper2014-03-17
* stream_dvdnav: implement STREAM_CTRL_GET_NUM_TITLES for dvdnavGravatar xylosper2014-03-15
* 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
* stream: mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Move mpvcore/input/ to input/Gravatar wm42013-12-17
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgGravatar wm42013-12-16
* dvdnav: select longest title by defaultGravatar wm42013-12-14
* dvdnav: crappy hack to respect timed still framesGravatar wm42013-12-14
* dvdnav, tv: force-disable cachingGravatar wm42013-12-14
* dvdnav: enable cachingGravatar wm42013-12-14
* stream_dvdnav: drop stream buffers on seekGravatar wm42013-12-14
* dvdnav: remove highlights if no PCI availableGravatar wm42013-12-13
* Add prelimimary (basic, possibly broken) dvdnav supportGravatar wm42013-12-12
* Remove dvdnav support (DVD menus)Gravatar wm42012-08-16
* commands, dvd, dvdnav, bluray: cleanup sub/audio track language displayGravatar mplayer-svn2012-08-03
* cosmetics: stream_dvdnav.c: Remove pointless ()Gravatar reimar2011-07-06
* Merge branch 'mplayer1_changes'Gravatar Uoti Urpala2011-05-02
|\
* | options: change -alang and -slang to use string list typeGravatar Clément Bœsch2011-04-20
| * stream_dvdnav: output ID_DVD_VOLUME_ID also for dvdnav://Gravatar cehoyos2011-04-13
| * stream_dvdnav: identify: show more title informationGravatar cehoyos2011-04-12
| * stream_dvdnav: don't skip last title for dvdnav:// -identifyGravatar cehoyos2011-04-12
|/
* sub/OSD: move some related files to sub/Gravatar Uoti Urpala2011-01-26
* stream_dvd[nav]: Add const qualifiers to string argumentsGravatar reimar2010-11-02
* 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 r30663Gravatar Uoti Urpala2010-03-10
|\
* \ Merge svn changes up to r30475Gravatar Uoti Urpala2010-03-09
|\ \
| | * Remove pointless '#if 1' preprocessor directives.Gravatar diego2010-02-19
| |/
| * 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
|\|
| * Set the EOF flag when dvdnav reached the end of the requested title.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
| * Remove unused extern declarations.Gravatar reimar2009-11-10
| * Share dvd_device extern declaration between dvd and dvdnav.Gravatar reimar2009-11-10
| * Remove an unused variable.Gravatar reimar2009-11-10
| * Remove unused mp_dvdnav_aid_from_audio_num functionGravatar reimar2009-11-09
| * Fixup the dvdnav <-> sid mapping, dvdnav_spu_stream_to_lang andGravatar reimar2009-11-09
| * dvdnav: print ID_SID_..._LANG, just like dvd://Gravatar reimar2009-11-05
| * Cosmetics: indentation, merge two consecutive ifs.Gravatar reimar2009-11-05