1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-05 06:30:06 +00:00
mpv/player
wm4 c0771b8144 player: fix an assert when reinitializing audio in some cases
This sometimes happened when changing playback speed (= reinitializing
audio) after seeking of playback start. The assertion in audio.c:441 was
triggered, because buffer_playable_samples wasn't reset correctly when
the audio buffer was cleared or shortened. The assertion is correct and
should hold up any time.
2014-02-09 18:59:44 +01:00
..
lua lua: use core log level names 2014-01-16 23:06:41 +01:00
timeline stream: mp_msg conversions 2013-12-21 21:43:16 +01:00
audio.c player: fix an assert when reinitializing audio in some cases 2014-02-09 18:59:44 +01:00
command.c player: handle seek delays differently 2014-02-07 22:29:50 +01:00
command.h lua: add playback-start event 2014-01-20 19:31:23 +01:00
configfiles.c player: load encoding-profiles.conf before the main config 2014-01-01 19:25:52 +01:00
core.h player: handle seek delays differently 2014-02-07 22:29:50 +01:00
dvdnav.c sub: uglify OSD code path with locking 2014-01-18 01:27:43 +01:00
loadfile.c player: handle seek delays differently 2014-02-07 22:29:50 +01:00
lua.c lua: allow ~ path convention for --lua 2014-01-21 21:23:42 +01:00
lua.h Rename mp_lua.c/h to lua.c/h 2013-12-17 01:15:48 +01:00
main.c w32: use safe DLL search paths everywhere 2014-01-27 10:04:29 +01:00
misc.c player: redo terminal OSD and status line handling 2014-01-13 20:08:13 +01:00
osd.c sub: uglify OSD code path with locking 2014-01-18 01:27:43 +01:00
playloop.c player: handle seek delays differently 2014-02-07 22:29:50 +01:00
screenshot.c sub: uglify OSD code path with locking 2014-01-18 01:27:43 +01:00
screenshot.h
sub.c sub: uglify OSD code path with locking 2014-01-18 01:27:43 +01:00
video.c player: handle seek delays differently 2014-02-07 22:29:50 +01:00