Skip to content

Commit 75d9389

Browse files
committed
Release 0.35.0
1 parent c56d981 commit 75d9389

File tree

2 files changed

+96
-87
lines changed

2 files changed

+96
-87
lines changed

RELEASE_NOTES

Lines changed: 95 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Release 0.34.0
1+
Release 0.35.0
22
==============
33

44
This release requires FFmpeg 4.0 or newer.
@@ -7,41 +7,49 @@ For packagers: Note that mpv's build system is only supported on Python 3.
77
If you use the `bootstrap.py` script it will take care of this, otherwise you
88
need to explicitly invoke the build system using `python3 waf`.
99

10+
This release adds the Meson build system as an alternative to waf.
11+
It is supposed to be feature-complete but please report any issues you encounter.
12+
1013

1114
Features
1215
--------
1316

1417
Added
1518
~~~~~
1619

17-
- player: allow vo to be switched at runtime
18-
- input.conf syntax: support custom quotes in `XstringX` form & single quotes
19-
- ao_ass: readd OSSv4 audio output, default on *BSD
20-
- player: load cover art with the media filename
21-
- vo_gpu: vulkan: implement a VkDisplayKHR backed context
22-
- osc: seekbar hover/drag: display target chapter at the OSC title
23-
- stats.lua: add page 4 with a list of active key bindings
24-
- sub: add --sub-filter-jsre (JS regex)
25-
- vo_rpi: restore fullscreen handling
26-
- vo_tct: add resize capability
27-
- ytdl_hook.lua: search for yt-dlp by default (preferred over youtube-dl)
20+
- vo_gpu_next: add new libplacebo-based renderer
21+
- build: add meson build support
22+
- vo_gpu_next: forward Dolby Vision metadata to libplacebo
23+
- ao_pipewire: add PipeWire audio backend
24+
- ao_sndio: readd this audio output again
25+
- vo_gpu_next: apply film grain if such metadata is present
26+
- drm: context_drm_egl: add support for enabling VRR
27+
- demux: add support for R128 replaygain tags
28+
- x11: support X Present extension
29+
- af_rubberband: add support for new engine in rubberband 3.0.0
30+
- hwdec/drmprime: add drmprime hwdec-interop (commonly found on SoCs)
31+
- various: support binding functions keys beyond F12
32+
- audio: support hotplug events for multiple AOs
33+
- sub: use Unicode linebreaking for non-ASS subs and OSD
34+
- vo_gpu: hwdec: add Android hwdec utilizing AImageReader
35+
- vo_dmabuf_wayland: add wayland VO displaying dmabuf buffers (vaapi or drm hwdec only)
36+
- lua/console: add history deduplication
2837

2938

3039
Changed
3140
~~~~~~~
3241

33-
- vo_sixel: many fixes and improvements
34-
- filters: switch from scaletempo to scaletempo2, used for `speed` option
35-
- audio/vo_pulse: fix various edge cases and issues
36-
- stats.lua: move internal performance info from page 4 to page 0
37-
- command: don't hardcode command lists to be repeatable
42+
- filters: re-add vavpp hardware deinterlacing auto-filter (for --deinterlace)
43+
- swresample: don't forcibly clip audio on every conversion
44+
- ytdl_hook: always set HTTP headers to fix yt-dlp on certain sites
3845

3946

4047
Removed
4148
~~~~~~~
4249

43-
- mac: drop build support for swift versions earlier than 4.1
44-
- vo_gpu: drop support for libplacebo older than v3.104.0
50+
- libmpv: remove opengl_cb API and other deprecated symbols
51+
- lua: remove deprecated mp.suspend(), resume() and resume_all()
52+
- build: raise minimum libplacebo version requirement to v4.157.0
4553

4654

4755
Options and Commands
@@ -50,97 +58,98 @@ Options and Commands
5058
Added
5159
~~~~~
5260

53-
- vo_sixel: add --vo-sixel-exit-clear
54-
- player: add --screen-name and --fs-screen-name
55-
- player/command: add albumart argument to video-add
56-
- command: add pid (process id), display-width and display-height properties
57-
- sub: add secondary-sub-text, -start, and -end properties; secondary-sub-visibility option
58-
- vo_gpu: add --icc-force-contrast
59-
- player: add append-play flag to loadlist
60-
- command: add support for secondary subs to sub-seek and sub-step
61-
- options: add watch-later-options to configure which options are saved
62-
- player: add track-list/N/image sub-property
63-
- input: add --no-input-builtin-bindings option
64-
- drm_common: add --drm-device option
61+
- vo_gpu_next: add --target-colorspace-hint to facilitate HDR passthrough
62+
- vo_gpu_next: new tone mapping options 'auto', 'spline', 'bt.2446a'
63+
and add --tone-mapping-crosstalk, --inverse-tone-mapping
64+
- vo_gpu: add --gamut-mapping-mode and --tone-mapping-mode
65+
- options: add 'always' choice to --stop-screensaver
66+
- options: add --osd-playing-msg-duration
67+
- player: add --cover-art-whitelist option
68+
- x11: add --x11-present option
6569

6670

6771
Changed
6872
~~~~~~~
6973

70-
- vo_sixel: change default dither to "auto"
71-
- vd_lavc: add VP8 to the default allowed hwdec codec list
72-
- vo_gpu: lower default deband threshold to preserve more detail
73-
- vo_gpu: adjust interpolation-threshold's default
74-
- demux: undeprecate --cache-secs
75-
- options: add `Uploader`, `Channel_URL` to --display-tags defaults
76-
- options: --audio-display determines cover priority
77-
- command: make current-window-scale writeable
74+
- ao_openal: enable --openal-direct-channels by default
75+
- options: only apply --sub-visibility to primary subtitles
76+
- options: make --cover-art-auto=exact the default
77+
- vo_gpu/hwdec: rename and introduce legacy names for some interops
7878

7979

8080
Deprecated
8181
~~~~~~~~~~
8282

83-
- win32: ignore and deprecate --fit-border
84-
- drm_common: deprecate selecting by card number in --drm-connector
83+
- vo_gpu: deprecate --gamma-factor and --gamma-auto
8584

8685

8786
Removed
8887
~~~~~~~
8988

90-
- vo_gpu: remove --icc-contrast
91-
- stats.lua: remove script-opts for the main keys (i/I)
92-
- vo_gpu: opengl: remove --opengl-restrict
89+
- vo_gpu: remove --gamut-clipping, --gamut-warning, --tone-mapping-desaturate and
90+
--tone-mapping-desaturate-exponent (replacements available)
91+
- vulkan: remove --vulkan-disable-events
9392

9493

9594
Fixes and Minor Enhancements
9695
----------------------------
9796

98-
- terminal: correctly process input when foregrounded
99-
- vo_wlshm: support presentation time
100-
- mac: fix a window positioning bug when exiting fullscreen
101-
- csputils: add mappings for DCI-P3 (ST.431-2) and P3-D65 (ST.432-1)
102-
- player: make resetting of track selection to "auto" work
103-
- stream_lavf: support rtsps
104-
- vo_wlshm: support big endian systems
105-
- demux_mf: add support for more image codecs
106-
- msg: fix really-quiet option to only affect terminal output
107-
- mac: fix traditional fullscreen on macOS 11
108-
- ao_pulse: fix misbehavior with PipeWire when setting volume or mute
109-
- stats.lua: include a filter's @label when displaying filters on page 1
110-
- wayland, win32: support the display-hidpi-scale property
111-
- win32: keep the window title-bar inside the screen
112-
- filter_kernels: fix incorrect constant for quadric window
113-
- command: add display-width/display-height property
114-
- edl: add a way to add tags
115-
- stream_file: disable readahead for remote files on macOS to fix stutter
116-
- osxbundle: fix slow and wasteful memory allocation that caused stutter
117-
- vo_gpu: fix extreme clipping with --gamut-clipping for HDR outputs
118-
- af_scaletempo2: speed up using vector calculations
119-
- recorder: fix muxing of certain codecs
120-
- win32: support the focused property
121-
- js: add mp.utils.append_file
122-
- subs: fix missing subtitles on last frame
123-
- stats.lua: show scaled resolution
124-
- osc: expose osc-visibility via shared-script-properties
125-
- terminal-unix: fix ^Z identification and ignore unknown CSI sequences
126-
- context_drm_egl: allow autoprobe selection
127-
- wayland: improve behavior with touch events
128-
- command: make current-window-scale writeable
129-
- vo_vdpau: don't treat preemption as an error to fix VT switching
130-
- wayland: read XCURSOR_THEME to get cursor theme
131-
- demux_playlist: extend maximum line size (again) to 2M
132-
- win32: call timeBeginPeriod on demand on Windows 10
133-
- build: allow easier selection of lua version/package
134-
- vo_gpu: fix distortion with certain rotated videos
135-
- drm_common: skip non-primary devices during automatic choosing
136-
- drm_common: support USB, SPI, Writeback and unknown connector types (future proofing)
97+
- context_drm_egl: use gbm_surface_create_with_modifiers
98+
- context_drm_egl: add support for BGR surface formats
99+
- vo_gpu: vulkan: open DRM render fd when using VK_KHR_display
100+
- client API: use symbol visibility attributes
101+
- vo_gpu: hwdec_vaapi: add dma-buf modifiers support
102+
- wayland: fix various issues that could lead to jitter
103+
- osc: fix cache displaying 60s in some cases
104+
- player: make --keep-open=always work with --loop-playlist
105+
- opengl: support driver debug message under OpenGL ES
106+
- vo_gpu: opengl: fixes for OpenGL ES version and extension handling
107+
- f_decoder_wrapper: support frame rotation metadata (used by JPEG)
108+
- wscript: switch shaderc checks to pkgconfig
109+
- vd_lavc: enable hwdec for prores by default
110+
- vo_gpu: add HOOKED_gather for custom shaders
111+
- wayland, x11: sanitize window title for valid UTF-8
112+
- win32: apply geometry position to content instead of window
113+
- filter_kernels: add cosine window
114+
- vo_gpu: hwdec_vaapi: don't probe formats for irrelevant endpoints
115+
- vo_gpu: hwdec: load hwdec interops on-demand by default
116+
- stats.lua: graphs: fix bad rendering due to division by 0
117+
- hwdec: warn on unsupported --hwdec option value
118+
- x11: fix --screen-name option
119+
- x11: avoid wasteful rendering when possible
120+
- video/image_writer: add JPEG XL support
121+
- stream_lavf: enable ipfs, ipns and rist protocol support
122+
- osc.lua: fix crash when calling osc-tracklist while idle
123+
- player: add jxl, tiff, tif to list of image extensions
124+
- various: switch to new AVChannelLayout structure
125+
- lua: command_native_async: always run callback asynchronously (edge case)
126+
- context_x11egl: remove supposed transparency workaround
127+
- vo_gpu: fix 3DLUT precision
128+
- drm: avoid drmModeAtomicCommit races by blocking
129+
- drm_common: skip cards that don't support KMS for autodetection
130+
- hwdec/dmabuf_interop_gl: support basic multi-plane formats
131+
- misc/random: switch to internal xoshiro rng implementation
132+
- ytdl_hook: improve track detection
133+
- ad_lavc: strip non-normalized floats
134+
- mpv.metainfo.xml: add XDG appstream metadata manifest
135+
- mac: avoid unnecessary unsafe conversions; fixes crash in debug builds
136+
- af_scaletempo2: fix crash when the number of channels increases
137+
- wayland: correctly handle non-CLOCK_MONOTONIC clocks
138+
- x11: fix --on-all-workspaces option
139+
- sd_ass: improve handling of subtitles with unknown duration
140+
- hwdec/vaapi: improve probing of supported sw formats
141+
- demux_mf: enable support for QOI, PHM and HDR images
142+
- demux_mkv: add AVS2 and AVS3 to tag list
143+
- TOOLS/lua/autoload: fix incorrect duplicate file loading behavior
144+
- demux/codec_tags: support more WAVEFORMATEXTENSIBLE tags
145+
- sd_ass: never mangle colours on RGB video
137146

138147

139148
This listing is not complete. Check DOCS/client-api-changes.rst for a history
140149
of changes to the client API, and DOCS/interface-changes.rst for a history
141150
of changes to other user-visible interfaces.
142151

143-
A complete changelog can be seen by running `git log v0.33.0..v0.34.0`
152+
A complete changelog can be seen by running `git log v0.34.0..v0.35.0`
144153
in the git repository or by visiting either
145-
https://github.com/mpv-player/mpv/compare/v0.33.0...v0.34.0 or
146-
https://git.srsfckn.biz/mpv/log/?qt=range&q=v0.33.0..v0.34.0
154+
https://github.com/mpv-player/mpv/compare/v0.34.0...v0.35.0 or
155+
https://git.srsfckn.biz/mpv/log/?qt=range&q=v0.34.0..v0.35.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.34.0-UNKNOWN
1+
0.35.0

0 commit comments

Comments
 (0)