mpv/common
wm4 0ab3184526 encode: get rid of the output packet queue
Until recently, ao_lavc and vo_lavc started encoding whenever the core
happened to send them data. Since audio and video are not initialized at
the same time, and the muxer was not necessarily opened when the first
encoder started to produce data, the resulting packets were put into a
queue. As soon as the muxer was opened, the queue was flushed.

Change this to make the core wait with sending data until all encoders
are initialized. This has the advantage that we don't need to queue up
the packets.
2018-05-03 01:08:44 +03:00
..
av_common.c
av_common.h
av_log.c
av_log.h
codecs.c
codecs.h
common.c common: add missing %f time format 2018-05-01 00:25:27 +03:00
common.h
encode.h encode: get rid of the output packet queue 2018-05-03 01:08:44 +03:00
encode_lavc.c encode: get rid of the output packet queue 2018-05-03 01:08:44 +03:00
encode_lavc.h encode: get rid of the output packet queue 2018-05-03 01:08:44 +03:00
global.h
msg.c
msg.h
msg_control.h
playlist.c
playlist.h
recorder.c
recorder.h
tags.c
tags.h
version.c