1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-11 08:37:59 +00:00
mpv/input
wm4 2d039e691f command: add drop_buffers
This command was actually requested on IRC ages ago, but I forgot about
it.

The main purpose is that the decoding state can be reset without issuing
a seek, in particular in situations where you can't seek.

This restarts decoding from the middle of the packet stream; since it
discards the packet buffer intentionally, and the decoder will typically
not output "incomplete" frames until it has recovered, it can skip a
large amount of data.

It doesn't clear the byte stream cache - I'm not sure if it should.
2014-11-20 22:41:50 +01:00
..
cmd_list.c command: add drop_buffers 2014-11-20 22:41:50 +01:00
cmd_list.h command: add drop_buffers 2014-11-20 22:41:50 +01:00
cmd_parse.c command: don't require whitespace before ';' or '#' 2014-10-31 23:56:17 +01:00
cmd_parse.h command: print executed commands with -v 2014-10-23 15:13:05 +02:00
event.c input: use mpv_node parser for char** command parsers 2014-10-10 22:58:28 +02:00
event.h Move compat/ and bstr/ directory contents somewhere else 2014-08-29 12:31:52 +02:00
input.c input: cascade-load input.conf 2014-10-29 22:54:03 +01:00
input.h ipc: decouple from MPContext 2014-10-19 20:44:29 +02:00
ipc.c ipc: make sure --input-file=/dev/stdin always works 2014-11-07 09:50:29 +01:00
joystick.c input: remove useless joystick.h/lirc.h include files 2014-09-10 00:51:36 +02:00
keycodes.c input: don't add weird padding when formatting keycode 2014-10-17 00:53:55 +02:00
keycodes.h input: make key bindings like "Shift+X" work (for ASCII) 2014-08-26 20:39:28 +02:00
lirc.c input: remove central select() call 2014-09-10 03:24:45 +02:00
pipe-win32.c input: use libwaio for pipe input on Windows 2014-09-14 16:24:01 +02:00