1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-09 15:47:44 +00:00
mpv/player
wm4 d320695207 command: potentially fix dvd angle setting
This called demux_flush(), but that doesn't make any sense with an
asynchronously running demuxer. It would just keep reading and add new
packets again. Explicitly pause the demuxer, so that this can't happen.
Also, when flushing, data will be missing, so the decoders should
always be reinitialized, even if the operation fails.
2014-07-20 20:13:07 +02:00
..
lua osc: improve previous commit 2014-07-10 11:22:05 +02:00
timeline demux: make start time a simple field 2014-07-05 17:07:15 +02:00
audio.c ao_lavc: Fix design of audio pts handling. 2014-07-16 16:18:34 +02:00
client.c client API: allow calling mpv_terminate_destroy(NULL) 2014-07-04 02:24:49 +02:00
client.h
command.c command: potentially fix dvd angle setting 2014-07-20 20:13:07 +02:00
command.h
configfiles.c Revert "Remove DVD and Bluray support" 2014-07-15 01:49:02 +02:00
core.h video: use symbolic constants instead of magic integers 2014-07-18 15:11:21 +02:00
discnav.c demux: add a demuxer thread 2014-07-16 23:25:56 +02:00
loadfile.c video: don't block when reading video packets 2014-07-18 15:10:28 +02:00
lua.c build: include <strings.h> for strcasecmp() 2014-07-10 08:29:32 +02:00
main_fn.c
main.c Audit and replace all ctype.h uses 2014-07-01 23:11:08 +02:00
misc.c demux: add a demuxer thread 2014-07-16 23:25:56 +02:00
osd.c player: remove the last instances of polling 2014-07-18 15:04:46 +02:00
playloop.c player: don't wait forever with --cache-pause-below behavior 2014-07-20 00:16:43 +02:00
screenshot.c player: make the time display relative to start PTS 2014-06-29 20:39:49 +02:00
screenshot.h
scripting.c build: include <strings.h> for strcasecmp() 2014-07-10 08:29:32 +02:00
sub.c dvd, bluray, cdda: add demux_disc containing all related hacks 2014-07-05 17:07:15 +02:00
video.c video: use symbolic constants instead of magic integers 2014-07-18 15:11:21 +02:00