summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/client-api-changes.rst9
-rw-r--r--DOCS/interface-changes.rst8
-rw-r--r--DOCS/interface-changes/add-input-commands.txt1
-rw-r--r--DOCS/interface-changes/add-win32-context-menu.txt2
-rw-r--r--DOCS/interface-changes/escape-ass.txt1
-rw-r--r--DOCS/interface-changes/floating-point_property_expansion.txt1
-rw-r--r--DOCS/interface-changes/pa-defaults.txt1
-rw-r--r--DOCS/interface-changes/term-size.txt1
-rw-r--r--DOCS/interface-changes/vo-tct-buffering.txt1
9 files changed, 13 insertions, 12 deletions
diff --git a/DOCS/client-api-changes.rst b/DOCS/client-api-changes.rst
index 565912cb81..7d348819ce 100644
--- a/DOCS/client-api-changes.rst
+++ b/DOCS/client-api-changes.rst
@@ -32,10 +32,11 @@ API changes
::
--- mpv 0.38.0 ---
- 2.3 - partially revert the changes from API version 1.27, remove libmpv as the default VO and
- move it to the bottom of the auto-probing order. this restores the behaviour prior API
- version 1.27 on all platforms other than macOS, but still auto selects libmpv/cocoa-cb
- on macOS if it was built with support for cocoa-cb.
+ 2.3 - partially revert the changes from API version 1.27, remove libmpv as
+ the default VO and move it to the bottom of the auto-probing order.
+ This restores the prior behavior on all platforms other than macOS,
+ but still auto selects libmpv/cocoa-cb on macOS if it was built with
+ support for cocoa-cb.
--- mpv 0.37.0 ---
2.2 - add mpv_time_ns()
--- mpv 0.36.0 ---
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 5371fd43fe..b55ef97739 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -30,6 +30,14 @@ Interface changes
::
--- mpv 0.38.0 ---
+ - add `term-size` property
+ - add the `escape-ass` command
+ - add `>` for fixed precision floating-point property expansion
+ - add `--input-comands` option
+ - change `--pulse-latency-hacks` default to `yes`
+ - add `context-menu` command
+ - add `menu-data` property
+ - add `--vo-tct-buffering` option
- add `begin-vo-dragging` command
- add `--deinterlace-field-parity` option
- add `--volume-gain`, `--volume-gain-min`, and `--volume-gain-max` options
diff --git a/DOCS/interface-changes/add-input-commands.txt b/DOCS/interface-changes/add-input-commands.txt
deleted file mode 100644
index 3db6bd4055..0000000000
--- a/DOCS/interface-changes/add-input-commands.txt
+++ /dev/null
@@ -1 +0,0 @@
-add `--input-comands` option
diff --git a/DOCS/interface-changes/add-win32-context-menu.txt b/DOCS/interface-changes/add-win32-context-menu.txt
deleted file mode 100644
index 10cc63b0ef..0000000000
--- a/DOCS/interface-changes/add-win32-context-menu.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-add `context-menu` command
-add `menu-data` property
diff --git a/DOCS/interface-changes/escape-ass.txt b/DOCS/interface-changes/escape-ass.txt
deleted file mode 100644
index 93ec1ca5e5..0000000000
--- a/DOCS/interface-changes/escape-ass.txt
+++ /dev/null
@@ -1 +0,0 @@
-add the `escape-ass` command
diff --git a/DOCS/interface-changes/floating-point_property_expansion.txt b/DOCS/interface-changes/floating-point_property_expansion.txt
deleted file mode 100644
index eeda63d113..0000000000
--- a/DOCS/interface-changes/floating-point_property_expansion.txt
+++ /dev/null
@@ -1 +0,0 @@
-add `>` for fixed precision floating-point property expansion
diff --git a/DOCS/interface-changes/pa-defaults.txt b/DOCS/interface-changes/pa-defaults.txt
deleted file mode 100644
index 7298de173a..0000000000
--- a/DOCS/interface-changes/pa-defaults.txt
+++ /dev/null
@@ -1 +0,0 @@
-change `--pulse-latency-hacks` default to `yes`
diff --git a/DOCS/interface-changes/term-size.txt b/DOCS/interface-changes/term-size.txt
deleted file mode 100644
index dd65a66256..0000000000
--- a/DOCS/interface-changes/term-size.txt
+++ /dev/null
@@ -1 +0,0 @@
-add `term-size` property
diff --git a/DOCS/interface-changes/vo-tct-buffering.txt b/DOCS/interface-changes/vo-tct-buffering.txt
deleted file mode 100644
index 7f1b74e490..0000000000
--- a/DOCS/interface-changes/vo-tct-buffering.txt
+++ /dev/null
@@ -1 +0,0 @@
-add `--vo-tct-buffering` option