1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-19 13:21:13 +00:00
mpv/DOCS/man
Philip Langdale 4b0b9b515b vf_vdpaurb: Add a new filter for reading back vdpau decoded frames
Normally, vdpau decoded frames are passed directly to a suitable
vo (vo_vdpau or vo_opengl) without ever touching system memory. This
is efficient for output purposes, but prevents any of the regular
filters from being used with such frames.

This new filter implements a read-back step to pull the frames back
into system memory where they can be acted on by other filters.
Eventually the frames will be sent to the vo as if they were normal
software-decoded frames.

Note that a vdpau compatible vo must still be used to ensure that
the decoder is properly initialised.

Signed-off-by: wm4 <wm4@nowhere>
2015-07-11 10:44:34 +02:00
..
af.rst af_volume: add a replaygain fallback option 2015-06-23 15:07:19 +02:00
ao.rst ao_coreaudio: add exclusive suboption 2015-07-03 19:28:00 +02:00
changes.rst manpage: move out the MPlayer comparison page 2015-02-05 22:12:11 +01:00
encode.rst manpage: Fix typo. oacopts -> ovcopts 2015-06-23 22:00:57 +02:00
input.rst player: parse and expose m3u playlist titles 2015-07-10 21:22:35 +02:00
ipc.rst ipc: add request_id to json 2015-07-03 22:26:54 +02:00
lua.rst subprocess, lua: export whether the process was killed by us 2015-06-27 21:08:55 +02:00
mpv.rst stream_file: add fd:// protocol 2015-07-09 15:51:31 +02:00
options.rst video: add a way to disable automatic stereo conversion 2015-07-10 18:04:34 +02:00
osc.rst osc: time display configuration options 2015-06-19 21:33:44 +02:00
vf.rst vf_vdpaurb: Add a new filter for reading back vdpau decoded frames 2015-07-11 10:44:34 +02:00
vo.rst manpage: fix dwmflush parameter 2015-07-03 19:40:15 +02:00