1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-29 02:22:19 +00:00
mpv/mpvcore/player
wm4 d585382f0e timeline: reject mplayer2 EDL files, change EDL header
This was forgotten when the parser for mplayer2 EDL files was removed.

Change the header of the mpv EDL format to include a '#', so a naive
parser could skip the header as comment. (Maybe this is questionable;
on the other hand, if it can be simpler, why not.)

Also, strip the header in demux_edl.c before passing on the data, so the
header check doesn't need to be duplicated in tl_mpv_edl.c.
2013-11-21 15:59:00 +01:00
..
lua
timeline timeline: reject mplayer2 EDL files, change EDL header 2013-11-21 15:59:00 +01:00
audio.c audio/filter: remove unneeded AF_CONTROLs, convert to enum 2013-11-18 14:21:01 +01:00
command.c input: remove unused key_down_event command 2013-11-06 00:08:38 +01:00
command.h
configfiles.c configure: uniform the defines to #define HAVE_xxx (0|1) 2013-11-03 21:59:54 +01:00
loadfile.c timeline: remove support for the mplayer2 EDL format 2013-11-19 22:44:08 +01:00
main.c player: add --merge-files option 2013-11-19 22:39:14 +01:00
misc.c mplayer: fix passing size_t as %d to printf() 2013-11-20 18:12:14 +01:00
mp_core.h timeline: reject mplayer2 EDL files, change EDL header 2013-11-21 15:59:00 +01:00
mp_lua.c configure: uniform the defines to #define HAVE_xxx (0|1) 2013-11-03 21:59:54 +01:00
mp_lua.h
osd.c player: set PulseAudio stream title to window title 2013-11-10 00:49:13 +01:00
playloop.c audio: drop buffered filter data when seeking 2013-11-18 14:21:01 +01:00
screenshot.c player: merge mp_osd.h into mp_core.h 2013-10-30 22:19:31 +01:00
screenshot.h
sub.c configure: uniform the defines to #define HAVE_xxx (0|1) 2013-11-03 21:59:54 +01:00
video.c player: deselect video track if initialization fails 2013-11-19 22:16:56 +01:00