1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-30 11:42:04 +00:00
mpv/demux
wm4 6f86affef5 demux_raw: read multiple frames per packet
The rawaudio demuxer read one frame per packet, basically a few bytes,
which caused insane overhead. (I found this when I couldn't play raw
audio without dropouts when using -v, which printed a line per packet
read.)

Fix this and read 1 second of audio per packet. This is a regression
since cfa5712 (merging of demux_rawaudio and demux_rawvideo).
2013-08-22 19:14:26 +02:00
..
codec_tags.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
codec_tags.h
demux_cue.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
demux_edl.c demux: remove useless author/comment fields 2013-07-12 22:16:27 +02:00
demux_lavf.c demux_lavf: blacklist "tty" libavformat demuxer 2013-08-07 23:15:43 +02:00
demux_libass.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
demux_mf.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
demux_mkv.c options: replace --edition=-1 with --edition=auto 2013-08-21 18:41:59 +02:00
demux_mng.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
demux_packet.h
demux_raw.c demux_raw: read multiple frames per packet 2013-08-22 19:14:26 +02:00
demux_subreader.c demux_subreader: report what subtitle format has been found 2013-08-12 20:39:43 +02:00
demux.c demux: move demux_mf before demux_subreader 2013-08-12 20:40:39 +02:00
demux.h core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
ebml.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
ebml.h core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
matroska.h
mf.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
mf.h
ms_hdr.h
stheader.h vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel API 2013-07-28 19:25:07 +02:00