| Commit message (Expand) | Author | Age | Files | Lines |
* | stream, demux: redo origin policy thing | wm4 | 2019-12-20 | 1 | -0/+3 |
* | stream_bluray: remove size getter | wm4 | 2019-11-07 | 1 | -3/+0 |
* | stream: change buffer argument types from char* to void* | wm4 | 2019-11-07 | 1 | -1/+1 |
* | demux: restore some of the DVD/BD/CDDA interaction layers | wm4 | 2019-10-03 | 1 | -2/+103 |
* | stream: remove BD/DVD/CDDA sector size alignment | wm4 | 2019-09-13 | 1 | -1/+0 |
* | Remove optical disc fancification layers | wm4 | 2019-09-13 | 1 | -103/+2 |
* | stream_bluray: always show list of available titles | Ricardo Constantino | 2018-01-23 | 1 | -2/+2 |
* | stream_bluray: silence libbluray's debug messages unless we want them | Ricardo Constantino | 2018-01-23 | 1 | -0/+4 |
* | stream_bluray: support detecting UHD BD directories | Ricardo Constantino | 2018-01-11 | 1 | -10/+7 |
* | stream_bluray: change license to LGPL | wm4 | 2017-06-26 | 1 | -7/+7 |
* | stream: get rid of streamtype enum | wm4 | 2017-02-02 | 1 | -1/+0 |
* | stream_bluray: use proper 0-based idx | Ricardo Constantino | 2017-01-16 | 1 | -1/+1 |
* | demux, stream: add option to prevent opening referenced files | wm4 | 2016-12-04 | 1 | -0/+3 |
* | stream_bluray: check title index/playlist range | schnusch | 2016-10-17 | 1 | -6/+20 |
* | stream_bluray: select title by playlist | schnusch | 2016-10-17 | 1 | -18/+34 |
* | stream_bluray: fix a minor memory leak | wm4 | 2016-09-08 | 1 | -2/+3 |
* | stream_bluray: remove weird option parsing stuff | wm4 | 2016-09-08 | 1 | -51/+45 |
* | stream/stream_bluray: display list of available titles on verbose | Ricardo Constantino | 2016-08-11 | 1 | -0/+6 |
* | mpv_talloc.h: rename from talloc.h | Dmitrij D. Czarkoff | 2016-01-11 | 1 | -1/+1 |
* | stream_bluray: remove menu implementation | wm4 | 2015-08-03 | 1 | -358/+11 |
* | Disable DVD and BD menu support (to be removed) | wm4 | 2015-06-26 | 1 | -0/+2 |
* | Remove trailing whitespaces | Michael Vetter | 2015-05-15 | 1 | -4/+4 |
* | path: make mp_path_join accept normal C strings | wm4 | 2015-05-09 | 1 | -2/+2 |
* | command: disc-mouse-on-button property | xylosper | 2015-04-21 | 1 | -2/+6 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 1 | -5/+4 |
* | stream: get rid of remaining uses of the end_pos field | wm4 | 2015-02-06 | 1 | -1/+3 |
* | stream_bluray: autodetect AVCHD directories | wm4 | 2014-09-27 | 1 | -3/+4 |
* | stream_bluray: allow opening BDMV directories directly | wm4 | 2014-09-26 | 1 | -0/+86 |
* | Revert "Remove DVD and Bluray support" | wm4 | 2014-07-15 | 1 | -0/+831 |
* | Remove DVD and Bluray support | wm4 | 2014-07-14 | 1 | -831/+0 |
* | stream: remove now unused STREAM_CTRL_GET_START_TIME | wm4 | 2014-07-06 | 1 | -4/+0 |
* | dvd, bluray, cdda: add demux_disc containing all related hacks | wm4 | 2014-07-05 | 1 | -2/+1 |
* | stream_bluray: fix some const declarations | wm4 | 2014-06-12 | 1 | -6/+6 |
* | 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 |