2020-03-16 22:20:03 by Thomas Klausner | Files touched by this commit (2) |
Log message:
mpv: fix hardcoded interpreter path in patch
|
2020-03-16 21:58:18 by Nia Alarie | Files touched by this commit (3) |
Log message:
mpv: Simplify NetBSD audio implementation
|
2020-03-16 21:31:44 by Nia Alarie | Files touched by this commit (8) |
Log message:
mpv: Add NetBSD audio support
We had some problems with the OSS audio output, this should avoid those.
This maintains pretty perfect audio-video sync and framerates with
autosync=0 and blk_ms=4.
Bump PKGREVISION
|
2020-03-10 23:11:24 by Thomas Klausner | Files touched by this commit (1681) | |
Log message:
librsvg: update bl3.mk to remove libcroco in rust case
recursive bump for the dependency change
|
2020-03-08 17:51:54 by Thomas Klausner | Files touched by this commit (2833) |
Log message:
*: recursive bump for libffi
|
2020-02-20 23:39:19 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
mpv: Add another potential swift library dir.
|
2020-02-20 10:10:30 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
mpv: Add workaround for Swift static libraries on 10.15.
This will eventually need to be moved into the infrastructure once Swift
becomes more prevalent and we're able to handle any alternative layouts
that might be required.
|
2020-02-19 08:40:33 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
mpv: Revbump for Darwin fix.
|
2020-02-17 10:47:47 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
mpv: Remove --disable-swift, it's now a requirement.
|
2020-01-26 22:28:11 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
mpv: Update to 0.32.0
Changes:
0.32.0
======
Features
--------
Added
~~~~~
- stream_libarchive: enable RAR5 support
- bash completion: add initial implementation
- cocoa-cb: add support for forcing the dedicated GPU for rendering
- cocoa-cb: add pinch to resize window gesture
- w32_common: support minimizing/maximizing using osc window controls
Changed
~~~~~~~
- wayland: print warning on GNOME due to serious issues with their compositor
- player: write watch-later config even for unseekable streams
Removed
~~~~~~~
- vo_gpu: hwdec_vdpau: remove direct_mode
- vo_gpu: hwdec_vaegl: remove support for old-style interop
Options and Commands
--------------------
Added
~~~~~
- command: add a playlist-unshuffle command
- command: add osd-dimensions property
- input: new PLAYONLY and PAUSEONLY keycodes
Changed
~~~~~~~
- options: change option parsing when using a single dash
This adds a warning for `-o file.mkv` and disallows the use of
`--o file.mkv` (use `--o=file.mkv` instead).
Fixes and Minor Enhancements
----------------------------
- lua: fix mp.file_info for large files
- vo_gpu: fix crash if dither texture fails to allocate
- wayland: unscrew up cursors, fix various issues
- osc: usability improvements for osc window controls
|