| Commit message (Expand) | Author | Age |
* | mpv_talloc.h: rename from talloc.h | Dmitrij D. Czarkoff | 2016-01-11 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 |
* | stream: get rid of remaining uses of the end_pos field | wm4 | 2015-02-06 |
* | command, dvd: add property which returns list of DVD titles | wm4 | 2014-12-13 |
* | Do not call strerror() | wm4 | 2014-11-26 |
* | stream_dvd: better .ifo probing | wm4 | 2014-09-25 |
* | Revert "Remove DVD and Bluray support" | wm4 | 2014-07-15 |
* | Remove DVD and Bluray support | wm4 | 2014-07-14 |
* | build: include <strings.h> for strcasecmp() | wm4 | 2014-07-10 |
* | stream: remove now unused STREAM_CTRL_GET_START_TIME | wm4 | 2014-07-06 |
* | dvd, bluray, cdda: add demux_disc containing all related hacks | wm4 | 2014-07-05 |
* | Audit and replace all ctype.h uses | wm4 | 2014-07-01 |
* | stream: minor cleanups | wm4 | 2014-06-22 |
* | stream_dvd, stream_dvdnav: map dvd:// to dvdnav | wm4 | 2014-06-20 |
* | stream_dvd: fix potential endless loop on seeking | wm4 | 2014-06-20 |
* | Add more const | wm4 | 2014-06-11 |
* | stream_dvd: minor cleanups | wm4 | 2014-06-11 |
* | stream_dvd, stream_dvdnav, stream_bluray: remove global option variables | wm4 | 2014-06-11 |
* | stream: remove chaos related to writeable streams | wm4 | 2014-05-24 |
* | stream: kill start_pos, remove --sb option | wm4 | 2014-05-24 |
* | options: remove deprecated --identify | Martin Herkt | 2014-05-04 |
* | stream_dvd: fix seeking regression | wm4 | 2014-04-17 |
* | Kill all tabs | wm4 | 2014-04-13 |
* | stream_dvd, cache: hack seeking with --cache + dvd:// back into working | wm4 | 2014-04-09 |
* | stream: remove old chapter handling code | wm4 | 2014-03-25 |
* | stream_dvd/stream_dvdnav: make disc-title for DVDs start from 0 | xylosper | 2014-03-17 |
* | command: set 'media-title' property for bluray disc with meta-data | xylosper | 2014-03-13 |
* | dvd: treat missing volume ID as "unsupported", not error | wm4 | 2014-02-23 |
* | dvd: check for empty DVD volume ID | wm4 | 2014-02-23 |
* | command: use DVD volume ID for media-title property | xylosper | 2014-02-23 |
* | msg: rename mp_msg_log -> mp_msg | wm4 | 2013-12-21 |
* | stream: mp_msg conversions | wm4 | 2013-12-21 |
* | Reduce recursive config.h inclusions in headers | wm4 | 2013-12-18 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 |
* | Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsg | wm4 | 2013-12-16 |
* | Reduce stheader.h includes, move stream types to mp_common.h | wm4 | 2013-11-23 |
* | stream_dvd: prevent segmentation fault with some broken files | Stefano Pigozzi | 2013-09-14 |
* | stream: fix url_options field, make protocols field not fixed length | wm4 | 2013-08-26 |
* | stream: don't require streams to set s->pos in seek callback | wm4 | 2013-08-22 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 |
* | stream: parse URL escapes for file:// | wm4 | 2013-08-02 |
* | stream: redo URL parsing, replace m_struct usage with m_config | wm4 | 2013-08-02 |
* | stream_dvd: fix .ifo redirection | wm4 | 2013-07-30 |
* | stream: remove useless author/comment fields | wm4 | 2013-07-12 |
* | core: change open_stream and demux_open signature | wm4 | 2013-07-12 |
* | stream: remove weird STREAMTYPE_STREAM special handling | wm4 | 2013-07-07 |
* | stream_dvd: remove some deadly insane code | wm4 | 2013-06-09 |
* | core: use STREAM_CTRL instead of accessing stream_dvd internals | wm4 | 2013-06-09 |
* | demux: fix "-demuxer mpegps", don't force demuxer in stream_dvd | wm4 | 2013-06-02 |