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