1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-06 15:11:58 +00:00
mpv/DOCS/man/en
wm4 3b8dfddb4c audio/filter: use new option API
Make the VF/VO/AO option parser available to audio filters. No audio
filter uses this yet, but it's still a quite intrusive change.

In particular, the commands for manipulating filters at runtime
completely change. We delete the old code, and use the same
infrastructure as for video filters. (This forces complete
reinitialization of the filter chain, which hopefully isn't a problem
for any use cases. The old code forced reinitialization too, but it
could potentially allow a filter to cache things; e.g. consider loaded
ladspa plugins and such.)
2013-07-22 15:11:03 +02:00
..
af.rst manpage: proofread and fix formatting 2013-07-08 18:02:46 +02:00
ao.rst DOCS/man/en/ao.rst: Update wasapi:device=<id> documentation 2013-07-22 02:42:38 +02:00
changes.rst audio/filter: use new option API 2013-07-22 15:11:03 +02:00
encode.rst manpage: proofread and fix formatting 2013-07-08 18:02:46 +02:00
input.rst audio/filter: use new option API 2013-07-22 15:11:03 +02:00
mpv.rst manpage: fix typo 2013-07-21 23:27:31 +02:00
options.rst options: move --colorkey option to vo_xv 2013-07-22 01:50:22 +02:00
vf.rst vf_scale: use new swscale wrapper 2013-07-18 13:41:38 +02:00
vo.rst vo_opengl: some option changes 2013-07-22 02:14:15 +02:00