1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-14 10:57:32 +00:00
mpv/DOCS
wm4 77e1e8e38e audio: refactor mixer code and delete mixer.c
mixer.c didn't really deserve to be separate anymore, as half of its
contents were unnecessary glue code after recent changes. It also
created a weird split between audio.c and af.c due to the fact that
mixer.c could insert audio filters. With the code being in audio.c
directly, together with other code that unserts filters during runtime,
it will be possible to cleanup this code a bit and make it work like the
video filter code.

As part of this change, make the balance code work like the volume code,
and add an option to back the current balance value. Also, since the
balance semantics are unexpected for most users (panning between the
audio channels, instead of just changing the relative volume), and there
are some other volumes, formally deprecate both the old property and the
new option.
2016-07-17 19:21:28 +02:00
..
man audio: refactor mixer code and delete mixer.c 2016-07-17 19:21:28 +02:00
client-api-changes.rst client API: remove "status" log level from mpv_request_event docs 2016-07-08 16:10:57 +02:00
compile-windows.md DOCS/compile-windows.md: MSVC DLL usage instructions 2016-07-14 22:40:10 +02:00
contribute.md Add a CONTRIBUTING.md file 2015-12-22 23:18:46 +01:00
edl-mpv.rst demux_timeline: fix nested timelines 2016-02-20 16:22:15 +01:00
encoding.rst
interface-changes.rst audio: refactor mixer code and delete mixer.c 2016-07-17 19:21:28 +02:00
libmpv-client-api.rst DOCS: add some hints to the new examples repository 2016-03-10 21:59:21 +01:00
mplayer-changes.rst Use - as command-name separator everywhere 2016-07-14 22:37:42 +02:00
release-policy.md DOCS: update release policy 2015-09-23 01:07:52 +02:00
tech-overview.txt Fix misspellings 2016-06-26 13:47:21 +02:00
waf-buildsystem.rst