- Refresh patch mpv-make-ffmpeg-version-check-non-fatal.patch
* Rather delete the warning as whole, in OBS concept we detect
abi changes and it misleads the users of stable distributions
to worry something broke
- Remove the pdf build, it is same as manpage
- Switch to python3 subpkgs as we use python3 anyway (Fixes TW build)
- Dropped openal. It's pointless these days and it creates
a problem when used with pulse (gh#mpv-player/mpv#4311)
- Removed portaudio requirement (support was dropped in
0.8.0!)
- Update to version 0.25.0
* Support for some optical media functionality (DVD/CD) is now
disabled by default.
* More parts of the player are now licensed under LGPL. In
particular:
+ OSD symbol font
+ ass_mp, sd_ass
+ common.h
+ demux/packet
+ demux_mkv (with minor exceptions), ebml, matroska.h
+ sd_lavc
+ sub/osd
Thanks to all contributors who have agreed to relicensing of
their changes! See #2033 for details.
* Starting with this release, releases will be tagged on the
master branch. The release/current branch is thus abandoned.
Added features:
OBS-URL: https://build.opensuse.org/request/show/493786
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpv?expand=0&rev=29
- Update to version 0.23.0
* Now requires at least FFmpeg 3.2.2.
Changed features:
* vo_rpi: partially undeprecate
Added features:
* vo_opengl: hwdec_cuda: Support P016 output surfaces
Removed features:
* charset_conv: drop enca and libguess support in favor of
uchardet
* vf_vdpaurb: remove this filter in favor of --hwdec=vdpau-copy
Added options and commands:
* TOOLS/autoload: allow disabling through script-opts
* demux, stream: add --access-references to prevent opening
referenced files
Deprecated options and commands:
* options: deprecate codec family selection in --vd/--ad
Removed options and commands
* options: remove deprecated sub-option handling for --vo
and --ao
Fixes and minor enhancements:
* Windows: window styles improvements (allow minimizing
borderless/fullscreen window) (#2229, #2451)
* ad_spdif: Fix crash when spdif muxer is not available
* audio: fix --audio-stream-silence with ao_alsa
* audio: fix --audio-stream-silence with ao_wasapi
* build: drop build-time dependency on Perl
* build: support linking ANGLE (previously loaded dynamically)
* d3d11va: unconditionally load D3D DLLs (#3348)
* demux_mkv: fix seeking in some broken files (#3920)
* hwdec_cuda: allow building without CUDA SDK (load CUDA
dynamically)
* osc: don't hide playlist buttons, just disable
* osc: fix possible race condition in right timecode
* osc: topbar: use same styles as bottombar
* player: don't print format detection error when aborting
loading
* vdpau: fix vaapi probing if libvdpau-va-gl1 is present
* video: use demuxer-signaled duration for last video
frame (#3924)
OBS-URL: https://build.opensuse.org/request/show/447915
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpv?expand=0&rev=23
- Update waf to 1.9.1
- Force rebuilding with every minor update of ffmpeg
- Update to version 0.18.1
* Note: Running mpv with different versions of the
FFmpeg/Libav libraries than it was compiled with
is no longer supported. Even supposedly ABI-compatible
versions have been a source of trouble, and it creates
far too much complexity with little to no benefit,
coupled with absurd and unusable FFmpeg API artifacts.
Instead, mpv will exit with an error when such a
situation is detected.
This simply means that mpv needs to be rebuilt whenever
FFmpeg libraries change.
New Features:
* d3d: implement screenshots for --hwdec=d3d11va
* vo_opengl: add output_size uniform to custom shader
* vo_opengl: implement the Panasonic V-Log function
(#3157)
* vo_opengl: implement ARIB STD-B68 (HLG) HDR TRC
Options and oommands:
* command: pack sub image data in overlay-add command
* options: deprecate --heartbeat-cmd
* audio: deprecate --softvol
* audio: drop --softvol=no and --softvol=auto (#3322)
Fixes and minor enhancements:
* video: fix deinterlace filter handling on pixel
format changes
* x11: silence xdg-screensaver
OBS-URL: https://build.opensuse.org/request/show/408289
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpv?expand=0&rev=15