summaryrefslogtreecommitdiffstats
path: root/demux/demux_playlist.c
Commit message (Expand)AuthorAgeFilesLines
* demux_playlist: support .url fileswm42017-11-121-3/+15
* win32: add more-POSIXy versions of open() and fstat()James Ross-Gowan2017-10-251-1/+1
* stream: get rid of streamtype enumwm42017-02-021-1/+1
* demux, stream: add option to prevent opening referenced fileswm42016-12-041-0/+5
* demux_playlist: recognize m3u8 as playlist extensionwm42016-05-171-2/+9
* demux_playlist: read directories recursivewm42016-04-181-17/+57
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-191-25/+7
* player: warn against using HLS URLs with --playlistwm42015-08-041-1/+4
* demux_playlist: skip hidden directorieswm42015-07-291-1/+1
* player: parse and expose m3u playlist titleswm42015-07-101-2/+16
* demux_playlist: make mime type comparison case-insensitivewm42015-06-201-1/+1
* path: make mp_path_join accept normal C stringswm42015-05-091-1/+1
* player: allow playing directorieswm42015-04-171-1/+53
* demux: fix rar support for files containing DTS audio trackswm42015-03-241-26/+0
* player: refine rar:// playlist-safety handlingwm42015-03-021-0/+1
* stream_rar: treat rar files as playlistswm42015-02-271-0/+25
* player: enable cache and demuxer thread for subtitles toowm42015-02-181-0/+1
* demux_playlist: unquote entries in pls playlistswm42014-12-301-0/+3
* demux_playlist: fix negated conditionwm42014-12-061-1/+1
* demux_playlist: detect headerless m3u files by extensionwm42014-12-051-1/+24
* demux_playlist: don't ignore last line in m3uwm42014-11-301-2/+2
* demux_playlist: redirect ASF streaming to mmsh://wm42014-10-301-14/+30
* build: include <strings.h> for strcasecmp()wm42014-07-101-0/+2
* Add more constwm42014-06-111-3/+3
* demux_playlist: fix m3u detection logicwm42014-05-111-1/+1
* demux_playlist: don't require header for m3uwm42014-05-061-4/+3
* demux_playlist: add some mime typeswm42014-05-061-2/+4
* demux_playlist: allow recognizing format by mime typewm42014-05-061-0/+21
* demux_playlist: move parser for plaintext playlistswm42014-01-191-2/+23
* demux_playlist: handle stream_read_line() errorswm42014-01-191-2/+6
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-3/+3
* Move options/config related files from mpvcore/ to options/wm42013-12-171-2/+2
* playlist: rewrite PLS parserwm42013-11-041-0/+22
* demux_playlist: add mov RTSPtext tag parserBenjamin Franzke2013-09-141-0/+18
* demux_playlist: port ini reference playlist parserwm42013-08-281-1/+18
* core: add a playlist demuxerwm42013-08-261-0/+136