File tree Expand file tree Collapse file tree 2 files changed +24
-4
lines changed Expand file tree Collapse file tree 2 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 1+ Release 0.34.1
2+ ==============
3+
4+ Bug fix release for the 0.34 branch.
5+
6+ Fixes and Minor Enhancements
7+ ----------------------------
8+
9+ - player: fix autofit/geometry related segfault
10+ - ao_oss: add missing PATH_DEV_MIXER define
11+ - egl_helpers: fix context creation if GLES 3 is not available
12+ - audio: stop corrupting audio on underreads
13+ - wayland: fix a potential segfault on surface enter
14+ - vo_gpu: opengl: fix wrong glMemoryBarrier call
15+ - vo_gpu: opengl: create context at version 4.4 again
16+ - af_lavcac3enc: fix memory leak on no-op
17+ - subprocess: unblock/reset signals before running child process
18+ - wayland: avoid doing unneccesary window resizes
19+
20+
121Release 0.34.0
222==============
323
@@ -140,7 +160,7 @@ This listing is not complete. Check DOCS/client-api-changes.rst for a history
140160of changes to the client API, and DOCS/interface-changes.rst for a history
141161of changes to other user-visible interfaces.
142162
143- A complete changelog can be seen by running `git log v0.33.0..v0.34.0 `
163+ A complete changelog can be seen by running `git log v0.33.0..v0.34.1 `
144164in 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
165+ https://github.com/mpv-player/mpv/compare/v0.33.0...v0.34.1 or
166+ https://git.srsfckn.biz/mpv/log/?qt=range&q=v0.33.0..v0.34.1
Original file line number Diff line number Diff line change 1- 0.34.0
1+ 0.34.1
You can’t perform that action at this time.
0 commit comments