summaryrefslogtreecommitdiffstats
path: root/stream/stream_bluray.c
Commit message (Expand)AuthorAgeFilesLines
* 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