- Update to version 0.35+git.20221220.d5c3b9d9:
* man/vo: Typo * man/vo: Correct --vo-sixel-buffered * vo_sixel: Implement write() loop * vo_sixel: Rename draw-clear -> config-clear * osdep/terminal.h: Rename screen buffer controls * vo_sixel: Alias/deprecate exit-clear -> alt-screen * vo_sixel: Make buffering optional * man/vo: Fix rendering error due to non-printables * DOCS/interface-changes: Add --vo-sixel-draw-clear * Revert "ao_pipewire: deactivate stream at end of playback" * vo_sixel: Buffer full output sequence * vo_sixel: Use write(2) on POSIX platforms * vo_tct: Use newer options API * vo_sixel: Move user options to struct * vo_sixel: Add option to skip clear while drawing * osdep/terminal: Move common esc codes to terminal.h * vo_sixel: Use the alternate buffer to restore term * vo_tct: Use the alternate buffer to restore term * ao_pipewire: deactivate stream at end of playback * ao_pipewire: clean up when hotplug_init fails * ao_pipewire: destroy context on connection failure * ao_pipewire: free properties on failure * vd_lavc: Set AV_HWACCEL_FLAG_UNSAFE_OUTPUT flag * hwdec_drmprime: support yuv420p format * ao_coreaudio: use device's nominal sample rate for latency properties * player: add window-id property * ffmpeg: update to handle deprecation of `av_init_packet` * sws_utils: update to handle deprecation of `avcodec_enum_to_chroma_pos` * vd_lavc: update to handle deprecation of `pkt_duration` OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=286
This commit is contained in:
parent
5a670227ec
commit
54e8cfc288
1
_service
1
_service
@ -15,7 +15,6 @@
|
||||
</service>
|
||||
|
||||
<service name="set_version" mode="disabled"/>
|
||||
<service name="tar" mode="disabled"/>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/mpv-player/mpv.git</param>
|
||||
<param name="changesrevision">d3a61cfe9844b78362bfce6e5a8280ad6514dbce</param></service></servicedata>
|
||||
<param name="changesrevision">d5c3b9d9891c4907982c96913e495620237628e4</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:057ef5765d7b139d25d92f78a60fcdef9928e5aed7e48defb502d73629ae1213
|
||||
size 2338088
|
3
mpv-0.35+git.20221220.d5c3b9d9.tar.xz
Normal file
3
mpv-0.35+git.20221220.d5c3b9d9.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9484b26ad020265e6e291f289a9557182a58bbaf66ad36b997a9502afd945ac3
|
||||
size 2339928
|
48
mpv.changes
48
mpv.changes
@ -1,3 +1,51 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 20 11:26:38 UTC 2022 - mia@0x0.st
|
||||
|
||||
- Update to version 0.35+git.20221220.d5c3b9d9:
|
||||
* man/vo: Typo
|
||||
* man/vo: Correct --vo-sixel-buffered
|
||||
* vo_sixel: Implement write() loop
|
||||
* vo_sixel: Rename draw-clear -> config-clear
|
||||
* osdep/terminal.h: Rename screen buffer controls
|
||||
* vo_sixel: Alias/deprecate exit-clear -> alt-screen
|
||||
* vo_sixel: Make buffering optional
|
||||
* man/vo: Fix rendering error due to non-printables
|
||||
* DOCS/interface-changes: Add --vo-sixel-draw-clear
|
||||
* Revert "ao_pipewire: deactivate stream at end of playback"
|
||||
* vo_sixel: Buffer full output sequence
|
||||
* vo_sixel: Use write(2) on POSIX platforms
|
||||
* vo_tct: Use newer options API
|
||||
* vo_sixel: Move user options to struct
|
||||
* vo_sixel: Add option to skip clear while drawing
|
||||
* osdep/terminal: Move common esc codes to terminal.h
|
||||
* vo_sixel: Use the alternate buffer to restore term
|
||||
* vo_tct: Use the alternate buffer to restore term
|
||||
* ao_pipewire: deactivate stream at end of playback
|
||||
* ao_pipewire: clean up when hotplug_init fails
|
||||
* ao_pipewire: destroy context on connection failure
|
||||
* ao_pipewire: free properties on failure
|
||||
* vd_lavc: Set AV_HWACCEL_FLAG_UNSAFE_OUTPUT flag
|
||||
* hwdec_drmprime: support yuv420p format
|
||||
* ao_coreaudio: use device's nominal sample rate for latency properties
|
||||
* player: add window-id property
|
||||
* ffmpeg: update to handle deprecation of `av_init_packet`
|
||||
* sws_utils: update to handle deprecation of `avcodec_enum_to_chroma_pos`
|
||||
* vd_lavc: update to handle deprecation of `pkt_duration`
|
||||
* ffmpeg: increase minimum required version to 4.4
|
||||
* wayland: check for resize/move in touch event first
|
||||
* osc: don't spam window-controls bindings on every render
|
||||
* ao_pipewire: log sample queueing
|
||||
* TOOLS/umpv: prefer $XDG_RUNTIME_DIR
|
||||
* vo_gpu_next: don't flush cache on OSD update
|
||||
* meson: fix stdatomic detection on bsd
|
||||
* lcms: fix validate_3dlut_size_opt
|
||||
* lcms: always parse lcms2-related options
|
||||
* vo_dmabuf_wayland: use single-pixel-buffer-v1
|
||||
* wlbuf_pool.h: add headers for forward declarations
|
||||
* meson: unbreak dl check on BSDs without libdl
|
||||
* meson: prepend MPV_CONFDIR path with prefix
|
||||
* vo_gpu_next: fix undefined behavior on alpha-first formats
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 19 02:48:45 UTC 2022 - Mia Herkt <mia@0x0.st>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user