Files
mpv/filters
wm4 1bb726dedc vd_lavc: simplify fallback handling for full stream hw decoder
Shovel the code around to make the data flow slightly simpler (?). At
least there's only one send_packet function now. The old code had the
problem that send_packet() could be called even if there were queued
packets; due to sending the queued packets in the receive_frame
function, this should not happen anymore (the code checking for this
case in send_packet should normally never be called).

Untested with actual full stream hw decoders (none available here); I
created a test case by making hwaccel decoding fail.
2019-11-02 22:37:14 +01:00
..
2018-02-13 17:45:29 -08:00
2018-04-15 23:11:33 +03:00
2019-10-02 21:09:30 +02:00
2019-10-02 21:09:30 +02:00
2019-09-19 20:37:04 +02:00
2019-09-19 20:37:04 +02:00