aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream_bluray.c
Commit message (Expand)AuthorAge
* stream/stream_bluray: display list of available titles on verboseGravatar Ricardo Constantino2016-08-11
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* stream_bluray: remove menu implementationGravatar wm42015-08-03
* Disable DVD and BD menu support (to be removed)Gravatar wm42015-06-26
* Remove trailing whitespacesGravatar Michael Vetter2015-05-15
* path: make mp_path_join accept normal C stringsGravatar wm42015-05-09
* command: disc-mouse-on-button propertyGravatar xylosper2015-04-21
* Update license headersGravatar Marcin Kurczewski2015-04-13
* stream: get rid of remaining uses of the end_pos fieldGravatar wm42015-02-06
* stream_bluray: autodetect AVCHD directoriesGravatar wm42014-09-27
* stream_bluray: allow opening BDMV directories directlyGravatar wm42014-09-26
* Revert "Remove DVD and Bluray support"Gravatar wm42014-07-15
* Remove DVD and Bluray supportGravatar wm42014-07-14
* 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
* stream_bluray: fix some const declarationsGravatar wm42014-06-12
* stream_dvd, stream_dvdnav, stream_bluray: remove global option variablesGravatar wm42014-06-11
* stream: remove chaos related to writeable streamsGravatar wm42014-05-24
* stream: don't use end_posGravatar wm42014-05-24
* stream_bluray: remove unused variablesGravatar wm42014-05-04
* options: remove deprecated --identifyGravatar Martin Herkt2014-05-04
* stream_bluray: move lookup of AACS error codes into a functionGravatar wm42014-03-30
* stream_bluray: check AACS and BD+ protectionsGravatar xylosper2014-03-30
* player: rename dvdnav to discnavGravatar xylosper2014-03-30
* stream_bluray: cosmetic refactoringGravatar xylosper2014-03-30
* stream_bluray: select initial angle only if peeking title succeededGravatar xylosper2014-03-30
* stream_bluray: use more proper error code for stream controlGravatar xylosper2014-03-30
* stream_bluray: implement navigation interface for Blu-ray streamGravatar xylosper2014-03-29
* stream_bluray: remove BD_EVENT_IDLEGravatar wm42014-03-26
* stream_bluray: use bd_get_playlist_info()Gravatar xylosper2014-03-26
* stream_bluray: cache current playback informationsGravatar xylosper2014-03-26
* stream_bluray: implement event handler for libblurayGravatar xylosper2014-03-26
* stream: remove old chapter handling codeGravatar wm42014-03-25
* stream_bluray: fix for significant memory leakGravatar xylosper2014-03-24
* stream_bluray: fix for zero-based title index for Blu-rayGravatar xylosper2014-03-18
* command: make 'disc-title' property writableGravatar xylosper2014-03-18
* command: set 'media-title' property for bluray disc with meta-dataGravatar xylosper2014-03-13
* player: avoid stalling when starting a network streamGravatar wm42014-01-14
* 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_bluray: return number of titlesGravatar wm42013-09-10
* 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
* stream_bluray: fix bd:// url segfault introduced by commit bc1d61Gravatar Noble Huang2013-08-12
* 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