summaryrefslogtreecommitdiffstats
path: root/stream/stream_bluray.c
Commit message (Expand)AuthorAgeFilesLines
* stream: get rid of streamtype enumwm42017-02-021-1/+0
* stream_bluray: use proper 0-based idxRicardo Constantino2017-01-161-1/+1
* demux, stream: add option to prevent opening referenced fileswm42016-12-041-0/+3
* stream_bluray: check title index/playlist rangeschnusch2016-10-171-6/+20
* stream_bluray: select title by playlistschnusch2016-10-171-18/+34
* stream_bluray: fix a minor memory leakwm42016-09-081-2/+3
* stream_bluray: remove weird option parsing stuffwm42016-09-081-51/+45
* stream/stream_bluray: display list of available titles on verboseRicardo Constantino2016-08-111-0/+6
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-111-1/+1
* stream_bluray: remove menu implementationwm42015-08-031-358/+11
* Disable DVD and BD menu support (to be removed)wm42015-06-261-0/+2
* Remove trailing whitespacesMichael Vetter2015-05-151-4/+4
* path: make mp_path_join accept normal C stringswm42015-05-091-2/+2
* command: disc-mouse-on-button propertyxylosper2015-04-211-2/+6
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* stream: get rid of remaining uses of the end_pos fieldwm42015-02-061-1/+3
* stream_bluray: autodetect AVCHD directorieswm42014-09-271-3/+4
* stream_bluray: allow opening BDMV directories directlywm42014-09-261-0/+86
* Revert "Remove DVD and Bluray support"wm42014-07-151-0/+831
* Remove DVD and Bluray supportwm42014-07-141-831/+0
* stream: remove now unused STREAM_CTRL_GET_START_TIMEwm42014-07-061-4/+0
* dvd, bluray, cdda: add demux_disc containing all related hackswm42014-07-051-2/+1
* stream_bluray: fix some const declarationswm42014-06-121-6/+6
* stream_dvd, stream_dvdnav, stream_bluray: remove global option variableswm42014-06-111-8/+7
* stream: remove chaos related to writeable streamswm42014-05-241-1/+1
* stream: don't use end_poswm42014-05-241-1/+0
* stream_bluray: remove unused variableswm42014-05-041-3/+0
* options: remove deprecated --identifyMartin Herkt2014-05-041-11/+0
* stream_bluray: move lookup of AACS error codes into a functionwm42014-03-301-30/+16
* stream_bluray: check AACS and BD+ protectionsxylosper2014-03-301-5/+80
* player: rename dvdnav to discnavxylosper2014-03-301-1/+1
* stream_bluray: cosmetic refactoringxylosper2014-03-301-74/+33
* stream_bluray: select initial angle only if peeking title succeededxylosper2014-03-301-39/+52
* stream_bluray: use more proper error code for stream controlxylosper2014-03-301-7/+7
* stream_bluray: implement navigation interface for Blu-ray streamxylosper2014-03-291-62/+439
* stream_bluray: remove BD_EVENT_IDLEwm42014-03-261-3/+0
* stream_bluray: use bd_get_playlist_info()xylosper2014-03-261-4/+10
* stream_bluray: cache current playback informationsxylosper2014-03-261-20/+34
* stream_bluray: implement event handler for libblurayxylosper2014-03-261-0/+16
* stream: remove old chapter handling codewm42014-03-251-27/+0
* stream_bluray: fix for significant memory leakxylosper2014-03-241-0/+1
* stream_bluray: fix for zero-based title index for Blu-rayxylosper2014-03-181-7/+11
* command: make 'disc-title' property writablexylosper2014-03-181-1/+8
* command: set 'media-title' property for bluray disc with meta-dataxylosper2014-03-131-1/+9
* player: avoid stalling when starting a network streamwm42014-01-141-0/+1
* stream: mp_msg conversionswm42013-12-211-16/+10
* Reduce recursive config.h inclusions in headerswm42013-12-181-0/+1
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
* Move options/config related files from mpvcore/ to options/wm42013-12-171-1/+1
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgwm42013-12-161-3/+3
* Reduce stheader.h includes, move stream types to mp_common.hwm42013-11-231-1/+0
* stream_bluray: return number of titleswm42013-09-101-6/+11
* stream: fix url_options field, make protocols field not fixed lengthwm42013-08-261-7/+7
* stream: don't require streams to set s->pos in seek callbackwm42013-08-221-1/+0
* stream_bluray: fix bd:// url segfault introduced by commit bc1d61Noble Huang2013-08-121-6/+2
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-2/+2
* stream: redo URL parsing, replace m_struct usage with m_configwm42013-08-021-25/+21
* stream: remove useless author/comment fieldswm42013-07-121-3/+0
* stream: don't require streams to set a typewm42013-07-121-1/+0
* Cleanup some include statementswm42013-07-121-3/+4
* core: change open_stream and demux_open signaturewm42013-07-121-2/+1
* stream: remove weird STREAMTYPE_STREAM special handlingwm42013-07-071-1/+1
* stream_bluray: report chapter timeswm42013-05-091-0/+21
* stream_bluray: general timeline supportwm42013-05-091-0/+37
* stream_bluray: make code a bit more obviouswm42013-05-091-4/+4
* stream_bluray: remove the broken -bluray-chapter optionreimar2013-04-271-14/+1
* stream_bluray: fix querying current chapterreimar2013-04-271-3/+1
* stream: fix dvd:// + cache crashingwm42012-11-201-1/+3
* stream, demux: replace off_t with int64_twm42012-11-201-2/+2
* Rename directories, move files (step 2 of 2)wm42012-11-121-4/+4
* stream: add STREAM_CTRL_GET_CURRENT_TITLEib2012-10-301-0/+5
* bluray: add bd:// as stream prefixwm42012-09-181-1/+1
* core: fix DVD subtitle selectionwm42012-09-181-2/+2
* commands, dvd, dvdnav, bluray: cleanup sub/audio track language displaymplayer-svn2012-08-031-0/+30
* stream_bluray: switch to new libbluray APIRico Tzschichholz2011-07-101-7/+7
* stream_bluray: implement slave mode compatible controlsben2010-11-021-6/+119
* stream_bluray: add unencrypted Blu-ray playbackben2010-11-021-0/+236