| Commit message (Expand) | Author | Age |
* | stream_cdda: enable cache by default | wm4 | 2016-05-10 |
* | mpv_talloc.h: rename from talloc.h | Dmitrij D. Czarkoff | 2016-01-11 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 |
* | stream_cdda: add option to enable cdtext, and disable it by default | wm4 | 2015-03-03 |
* | stream_cdda: fix parameter passing | wm4 | 2015-03-03 |
* | stream: get rid of remaining uses of the end_pos field | wm4 | 2015-02-06 |
* | stream_cdda: fix bugs in chapter time retrieval | wm4 | 2015-02-04 |
* | stream_cdda: don't return number of tracks as number of titles | wm4 | 2014-12-13 |
* | stream: change malloc+memset to calloc | Bruno George Moraes | 2014-09-27 |
* | stream_cdda, demux_raw: always use s16le | wm4 | 2014-09-25 |
* | Move compat/ and bstr/ directory contents somewhere else | wm4 | 2014-08-29 |
* | build: deal with endian mess | wm4 | 2014-07-10 |
* | dvd, bluray, cdda: add demux_disc containing all related hacks | wm4 | 2014-07-05 |
* | Add more const | wm4 | 2014-06-11 |
* | stream_cdda: remove global option variables | wm4 | 2014-06-11 |
* | stream_cdda: fix compilation | wm4 | 2014-05-24 |
* | stream: remove chaos related to writeable streams | wm4 | 2014-05-24 |
* | stream: don't use end_pos | wm4 | 2014-05-24 |
* | stream: kill start_pos, remove --sb option | wm4 | 2014-05-24 |
* | Fix some libav* include statements | wm4 | 2014-04-19 |
* | stream_cdda: print cd text header only if there are any cd text fields | wm4 | 2014-03-26 |
* | stream_cdda: remove unused stuff | wm4 | 2014-03-26 |
* | stream_cdda: fix track time accuracy | wm4 | 2014-03-26 |
* | stream_cdda: report track times | wm4 | 2014-03-25 |
* | stream: mp_msg conversions | wm4 | 2013-12-21 |
* | 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 |
* | mplayer: attempt to make playback resume work with DVD/BD | wm4 | 2013-09-22 |
* | 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: redo URL parsing, replace m_struct usage with m_config | wm4 | 2013-08-02 |
* | stream: remove inactive URL option fields | wm4 | 2013-07-30 |
* | Fix some -Wshadow warnings | wm4 | 2013-07-23 |
* | stream: remove useless author/comment fields | wm4 | 2013-07-12 |
* | stream: don't require streams to set a type | wm4 | 2013-07-12 |
* | Cleanup some include statements | wm4 | 2013-07-12 |
* | core: change open_stream and demux_open signature | wm4 | 2013-07-12 |
* | Remove internal network support | wm4 | 2013-07-07 |
* | stream: don't set EOF flag in stream implementations | wm4 | 2013-06-16 |
* | stream_cdda, stream_vcd: check read buffer size | wm4 | 2013-06-09 |
* | Fix some cppcheck / scan-build warnings | wm4 | 2013-05-06 |
* | options: untangle track range parsing for stream_cdda | wm4 | 2013-04-21 |
* | stream_cdda: support latest libcdio version | Uoti Urpala | 2013-01-24 |
* | stream, demux: replace off_t with int64_t | wm4 | 2012-11-20 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 |
* | stream: add new stream control command STREAM_CTRL_GET_NUM_TITLES | mplayer-svn | 2012-08-03 |
* | Change <endian.h> include to <sys/types.h> | wm4 | 2012-07-31 |
* | Remove compile time/runtime CPU detection, and drop some platforms | wm4 | 2012-07-30 |