| Commit message (Expand) | Author | Age | Files | Lines |
* | stream_dvd, stream_dvdnav, stream_bluray: remove global option variables | wm4 | 2014-06-11 | 1 | -8/+7 |
* | stream: remove chaos related to writeable streams | wm4 | 2014-05-24 | 1 | -1/+1 |
* | stream: don't use end_pos | wm4 | 2014-05-24 | 1 | -1/+0 |
* | stream_bluray: remove unused variables | wm4 | 2014-05-04 | 1 | -3/+0 |
* | options: remove deprecated --identify | Martin Herkt | 2014-05-04 | 1 | -11/+0 |
* | stream_bluray: move lookup of AACS error codes into a function | wm4 | 2014-03-30 | 1 | -30/+16 |
* | stream_bluray: check AACS and BD+ protections | xylosper | 2014-03-30 | 1 | -5/+80 |
* | player: rename dvdnav to discnav | xylosper | 2014-03-30 | 1 | -1/+1 |
* | stream_bluray: cosmetic refactoring | xylosper | 2014-03-30 | 1 | -74/+33 |
* | stream_bluray: select initial angle only if peeking title succeeded | xylosper | 2014-03-30 | 1 | -39/+52 |
* | stream_bluray: use more proper error code for stream control | xylosper | 2014-03-30 | 1 | -7/+7 |
* | stream_bluray: implement navigation interface for Blu-ray stream | xylosper | 2014-03-29 | 1 | -62/+439 |
* | stream_bluray: remove BD_EVENT_IDLE | wm4 | 2014-03-26 | 1 | -3/+0 |
* | stream_bluray: use bd_get_playlist_info() | xylosper | 2014-03-26 | 1 | -4/+10 |
* | stream_bluray: cache current playback informations | xylosper | 2014-03-26 | 1 | -20/+34 |
* | stream_bluray: implement event handler for libbluray | xylosper | 2014-03-26 | 1 | -0/+16 |
* | stream: remove old chapter handling code | wm4 | 2014-03-25 | 1 | -27/+0 |
* | stream_bluray: fix for significant memory leak | xylosper | 2014-03-24 | 1 | -0/+1 |
* | stream_bluray: fix for zero-based title index for Blu-ray | xylosper | 2014-03-18 | 1 | -7/+11 |
* | command: make 'disc-title' property writable | xylosper | 2014-03-18 | 1 | -1/+8 |
* | command: set 'media-title' property for bluray disc with meta-data | xylosper | 2014-03-13 | 1 | -1/+9 |
* | player: avoid stalling when starting a network stream | wm4 | 2014-01-14 | 1 | -0/+1 |
* | stream: mp_msg conversions | wm4 | 2013-12-21 | 1 | -16/+10 |
* | Reduce recursive config.h inclusions in headers | wm4 | 2013-12-18 | 1 | -0/+1 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 1 | -1/+1 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 1 | -1/+1 |
* | Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsg | wm4 | 2013-12-16 | 1 | -3/+3 |
* | Reduce stheader.h includes, move stream types to mp_common.h | wm4 | 2013-11-23 | 1 | -1/+0 |
* | stream_bluray: return number of titles | wm4 | 2013-09-10 | 1 | -6/+11 |
* | stream: fix url_options field, make protocols field not fixed length | wm4 | 2013-08-26 | 1 | -7/+7 |
* | stream: don't require streams to set s->pos in seek callback | wm4 | 2013-08-22 | 1 | -1/+0 |
* | stream_bluray: fix bd:// url segfault introduced by commit bc1d61 | Noble Huang | 2013-08-12 | 1 | -6/+2 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 1 | -2/+2 |
* | stream: redo URL parsing, replace m_struct usage with m_config | wm4 | 2013-08-02 | 1 | -25/+21 |
* | stream: remove useless author/comment fields | wm4 | 2013-07-12 | 1 | -3/+0 |
* | stream: don't require streams to set a type | wm4 | 2013-07-12 | 1 | -1/+0 |
* | Cleanup some include statements | wm4 | 2013-07-12 | 1 | -3/+4 |
* | core: change open_stream and demux_open signature | wm4 | 2013-07-12 | 1 | -2/+1 |
* | stream: remove weird STREAMTYPE_STREAM special handling | wm4 | 2013-07-07 | 1 | -1/+1 |
* | stream_bluray: report chapter times | wm4 | 2013-05-09 | 1 | -0/+21 |
* | stream_bluray: general timeline support | wm4 | 2013-05-09 | 1 | -0/+37 |
* | stream_bluray: make code a bit more obvious | wm4 | 2013-05-09 | 1 | -4/+4 |
* | stream_bluray: remove the broken -bluray-chapter option | reimar | 2013-04-27 | 1 | -14/+1 |
* | stream_bluray: fix querying current chapter | reimar | 2013-04-27 | 1 | -3/+1 |
* | stream: fix dvd:// + cache crashing | wm4 | 2012-11-20 | 1 | -1/+3 |
* | stream, demux: replace off_t with int64_t | wm4 | 2012-11-20 | 1 | -2/+2 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -4/+4 |
* | stream: add STREAM_CTRL_GET_CURRENT_TITLE | ib | 2012-10-30 | 1 | -0/+5 |
* | bluray: add bd:// as stream prefix | wm4 | 2012-09-18 | 1 | -1/+1 |
* | core: fix DVD subtitle selection | wm4 | 2012-09-18 | 1 | -2/+2 |
* | commands, dvd, dvdnav, bluray: cleanup sub/audio track language display | mplayer-svn | 2012-08-03 | 1 | -0/+30 |
* | stream_bluray: switch to new libbluray API | Rico Tzschichholz | 2011-07-10 | 1 | -7/+7 |
* | stream_bluray: implement slave mode compatible controls | ben | 2010-11-02 | 1 | -6/+119 |
* | stream_bluray: add unencrypted Blu-ray playback | ben | 2010-11-02 | 1 | -0/+236 |