aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux/demux_mf.c
Commit message (Expand)AuthorAge
* build: switch preliminary LGPL mode from v3 to v2.1Gravatar wm42017-10-05
* {demux_mf,osdep/io}: disable glob usage when it is not availableGravatar Jan Ekström2017-08-05
* build: replace glob() check and assume it's always in POSIXGravatar wm42017-06-29
* demux_mf, stream_mf: change license to LGPLGravatar wm42017-06-24
* demux: get rid of DEMUXER_CTRL_GET_TIME_LENGTHGravatar wm42017-06-20
* demux: replace custom return codes with CONTROL_ onesGravatar wm42017-06-19
* stream: get rid of streamtype enumGravatar wm42017-02-02
* demux: do not access global optionsGravatar wm42016-09-06
* video/audio: always provide "proper" timestamps to libavcodecGravatar wm42016-08-19
* demux: remove relative seekingGravatar wm42016-02-28
* demux_mf: only use glob() if it is availableGravatar Jan Ekström2016-02-10
* demux: merge sh_video/sh_audio/sh_subGravatar wm42016-01-12
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* demux_mf: fix previous commitGravatar wm42015-12-23
* demux: remove weird tripple-buffering for the sh_stream listGravatar wm42015-12-23
* Update license headersGravatar Marcin Kurczewski2015-04-13
* demux_mf: move mf.c contents to demux_mf.cGravatar wm42014-12-29
* demux_mf: add probing by mime typeGravatar wm42014-12-22
* demux: gracefully handle packet allocation failuresGravatar wm42014-09-16
* demux_mf: allow seeking past the endGravatar wm42014-07-30
* demux: fix timestamp type for seek callsGravatar wm42014-07-21
* build: include <strings.h> for strcasecmp()Gravatar wm42014-07-10
* demux: minor simplification to internal APIGravatar wm42014-07-05
* demux_mf: remove global option variablesGravatar wm42014-06-11
* stream: mp_msg conversionsGravatar wm42013-12-21
* demux: mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Merge mp_talloc.h into ta/ta_talloc.hGravatar wm42013-12-17
* demux: remove gsh field from sh_audio/sh_video/sh_subGravatar wm42013-11-23
* demux_mf: use tallocGravatar wm42013-11-11
* demux_mf: uncrustifyGravatar wm42013-11-11
* demux: make determining seek capability genericGravatar wm42013-11-03
* demux: remove movi_start/movi_end fieldsGravatar wm42013-11-03
* demux: remove unused audio_delay parameter from demux_seek()Gravatar wm42013-08-22
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* demux: assume correct-pts mode by defaultGravatar wm42013-07-12
* demux: remove useless author/comment fieldsGravatar wm42013-07-12
* demux: rewrite probing and demuxer initializationGravatar wm42013-07-12
* core: change open_stream and demux_open signatureGravatar wm42013-07-12
* demux: change signature of open functions, cleanupsGravatar wm42013-07-11
* video: eliminate frametime variableGravatar wm42013-07-11
* core: don't access demux_stream outside of demux.c, make it privateGravatar wm42013-07-11
* demux: remove separate arrays for audio/video/sub streams, simplifyGravatar wm42013-07-08
* demux: remove some old stream header functionsGravatar wm42013-07-08
* stream: remove padding parameter from stream_read_complete()Gravatar wm42013-06-23
* demux_mf: fix crashes when '*' matches directoriesGravatar wm42013-03-19
* core: use playback time to determine playback percent positionGravatar wm42013-02-26
* demux_mf: add some more image formatsGravatar wm42013-02-24
* demux_mf: support .xbmGravatar wm42013-02-24
* demux_mf: map to codecs directlyGravatar wm42013-02-24