| Commit message (Expand) | Author | Age | Files | Lines |
* | build: switch preliminary LGPL mode from v3 to v2.1 | wm4 | 2017-10-05 | 1 | -7/+1 |
* | {demux_mf,osdep/io}: disable glob usage when it is not available | Jan Ekström | 2017-08-05 | 1 | -0/+2 |
* | build: replace glob() check and assume it's always in POSIX | wm4 | 2017-06-29 | 1 | -2/+0 |
* | demux_mf, stream_mf: change license to LGPL | wm4 | 2017-06-24 | 1 | -7/+13 |
* | demux: get rid of DEMUXER_CTRL_GET_TIME_LENGTH | wm4 | 2017-06-20 | 1 | -15/+1 |
* | demux: replace custom return codes with CONTROL_ ones | wm4 | 2017-06-19 | 1 | -2/+2 |
* | stream: get rid of streamtype enum | wm4 | 2017-02-02 | 1 | -2/+3 |
* | demux: do not access global options | wm4 | 2016-09-06 | 1 | -4/+10 |
* | video/audio: always provide "proper" timestamps to libavcodec | wm4 | 2016-08-19 | 1 | -0/+1 |
* | demux: remove relative seeking | wm4 | 2016-02-28 | 1 | -6/+3 |
* | demux_mf: only use glob() if it is available | Jan Ekström | 2016-02-10 | 1 | -0/+2 |
* | demux: merge sh_video/sh_audio/sh_sub | wm4 | 2016-01-12 | 1 | -9/+8 |
* | mpv_talloc.h: rename from talloc.h | Dmitrij D. Czarkoff | 2016-01-11 | 1 | -1/+1 |
* | demux_mf: fix previous commit | wm4 | 2015-12-23 | 1 | -5/+7 |
* | demux: remove weird tripple-buffering for the sh_stream list | wm4 | 2015-12-23 | 1 | -2/+2 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 1 | -5/+4 |
* | demux_mf: move mf.c contents to demux_mf.c | wm4 | 2014-12-29 | 1 | -2/+122 |
* | demux_mf: add probing by mime type | wm4 | 2014-12-22 | 1 | -1/+5 |
* | demux: gracefully handle packet allocation failures | wm4 | 2014-09-16 | 1 | -4/+6 |
* | demux_mf: allow seeking past the end | wm4 | 2014-07-30 | 1 | -1/+1 |
* | demux: fix timestamp type for seek calls | wm4 | 2014-07-21 | 1 | -1/+1 |
* | build: include <strings.h> for strcasecmp() | wm4 | 2014-07-10 | 1 | -0/+1 |
* | demux: minor simplification to internal API | wm4 | 2014-07-05 | 1 | -1/+1 |
* | demux_mf: remove global option variables | wm4 | 2014-06-11 | 1 | -6/+6 |
* | stream: mp_msg conversions | wm4 | 2013-12-21 | 1 | -1/+1 |
* | demux: mp_msg conversions | wm4 | 2013-12-21 | 1 | -6/+4 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 1 | -1/+1 |
* | Merge mp_talloc.h into ta/ta_talloc.h | wm4 | 2013-12-17 | 1 | -1/+0 |
* | demux: remove gsh field from sh_audio/sh_video/sh_sub | wm4 | 2013-11-23 | 1 | -1/+1 |
* | demux_mf: use talloc | wm4 | 2013-11-11 | 1 | -19/+5 |
* | demux_mf: uncrustify | wm4 | 2013-11-11 | 1 | -97/+102 |
* | demux: make determining seek capability generic | wm4 | 2013-11-03 | 1 | -0/+1 |
* | demux: remove movi_start/movi_end fields | wm4 | 2013-11-03 | 1 | -4/+0 |
* | demux: remove unused audio_delay parameter from demux_seek() | wm4 | 2013-08-22 | 1 | -1/+2 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 1 | -1/+1 |
* | demux: assume correct-pts mode by default | wm4 | 2013-07-12 | 1 | -3/+0 |
* | demux: remove useless author/comment fields | wm4 | 2013-07-12 | 1 | -4/+1 |
* | demux: rewrite probing and demuxer initialization | wm4 | 2013-07-12 | 1 | -45/+32 |
* | core: change open_stream and demux_open signature | wm4 | 2013-07-12 | 1 | -1/+1 |
* | demux: change signature of open functions, cleanups | wm4 | 2013-07-11 | 1 | -18/+19 |
* | video: eliminate frametime variable | wm4 | 2013-07-11 | 1 | -1/+0 |
* | core: don't access demux_stream outside of demux.c, make it private | wm4 | 2013-07-11 | 1 | -7/+3 |
* | demux: remove separate arrays for audio/video/sub streams, simplify | wm4 | 2013-07-08 | 1 | -3/+0 |
* | demux: remove some old stream header functions | wm4 | 2013-07-08 | 1 | -1/+2 |
* | stream: remove padding parameter from stream_read_complete() | wm4 | 2013-06-23 | 1 | -1/+1 |
* | demux_mf: fix crashes when '*' matches directories | wm4 | 2013-03-19 | 1 | -3/+6 |
* | core: use playback time to determine playback percent position | wm4 | 2013-02-26 | 1 | -6/+0 |
* | demux_mf: add some more image formats | wm4 | 2013-02-24 | 1 | -1/+15 |
* | demux_mf: support .xbm | wm4 | 2013-02-24 | 1 | -0/+1 |
* | demux_mf: map to codecs directly | wm4 | 2013-02-24 | 1 | -36/+35 |
* | demux_mf: fix breakage after commit 4d016a9 | wm4 | 2013-02-17 | 1 | -0/+1 |
* | demux_mf: allow displaying single image files, various cleanups | wm4 | 2012-11-16 | 1 | -76/+114 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -2/+2 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 1 | -0/+226 |