Commit Graph

157 Commits

Author SHA256 Message Date
Ismail Dönmez
3b1fb7f52b - Update to version 0.33.0+git.20201220T105748.1ba5dc84ca:
* wayland: support multiple modifiers
  * mac: fix type mismatch Int instead of Int32
  * mac: use visible frame rectangle for window geometry calculation
  * mac: fix a window positioning bug when exiting fullscreen
  * appveyor: use MSYS2 shaderc package
  * vo_wlshm: support presentation time
  * wayland: unify frame/presentation callback code
  * x11: update geometry/autofit opts on runtime
  * wayland: update geometry/autofit opts on runtime
  * console: use wl-paste on Wayland
  * wayland: remove unused function declaration
  * auto_profiles: fix compile_cond on lua 5.1
  * build: recognize Lua 5.1 on Arch Linux
  * manpage: document background transparency
  * manpage: clarify that you can prefetch m3u8 urls
  * wayland: handle multiple outputs more correctly
  * vo_gpu: revert 8a09299 and conditionally clear framebuffer again
  * mac: support screen-name and fs-screen-name opts
  * wayland: support fs-screen-name option
  * x11: support screen-name and fs-screen-name opts
  * player: add --screen-name and --fs-screen-name
  * manpage: clarify profile-cond requires underscores
  * build: restore support for non-pkgconfig zlib
  * build: use pkg-config for zlib
  * vo_gpu: placebo: update for upstream API changes
  * vo_sixel: don't divide by zero on small terminal
  * vo_sixel: re-fit image on terminal resize
  * vo_sixel: refactor of resize, reconfig (no-op)
  * vo_sixel: Update description string of vo driver

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=252
2020-12-21 12:01:07 +00:00
Ismail Dönmez
66a689a508 - Update to version 0.33.0+git.20201129T160245.f16c6472a1:
* travis: use newer 10.15 VM with newer xcode
  * travis: fix macOS 10.13 build
  * vo_sixel: don't leak the frame reference
  * vo_tct: don't leak the frame reference
  * vo_tct: remove unused variable
  * player: allow vo to be switched at runtime
  * demux: add function to refresh a track without (de-)selecting it
  * vo_sixel: use draw_frame instead of draw_image
  * vo_sixel: skip testdither init in fixed palette
  * vo_sixel: Update libsixel constant values
  * matroska.py: remove python2 support
  * bootstrap.py: remove all python2 support
  * vo_sixel: change default dither to "auto"
  * vo_sixel: fix the image corruption with mlterm
  * vo_sixel: support --vo-sixel-exit-clear[=yes]
  * terminal: process input when foregrounded

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=250
2020-11-30 12:22:18 +00:00
Ismail Dönmez
ea8f3f9eee - Update to version 0.33.0+git.20201122T184820.fa7afc3e19:
* Update VERSION
  * Release 0.33.0
  * file2string: remove question mark from safe chars
  * Revert "options: disable vsfilter blur compat by default"
  * build: always run waf with python3
  * build: fix macOS arm builds
  * vo_sixel: draw osd on the output frame
  * vo_sixel: return -1 instead of SIXELSTATUS on failure
  * vo_sixel: set --vo-sixel-fixedpalette=yes by default
  * vo_sixel: Add aspect ratio based output centering
  * vo_sixel: rename all user options with opt_ prefix
  * vo_sixel: set output resolution based on terminal_get_size2
  * osdep/terminal: Add function to get terminal pixel dimensions
  * doc: split BNF definitions of <command> and <argument> in separate lines
  * manpage: document improved --playlist security

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=248
2020-11-22 21:23:05 +00:00
Ismail Dönmez
9597143636 - Update to version 0.32.0+git.20201116T202958.24d6961833:
* command: mouse: generate MOUSE_{ENTER,LEAVE} if required
  * docs/input.rst: document the mouse-pos property
  * command: mouse-pos property: add field "hover"
  * lua/js: mp.get_mouse_pos: use the mouse-pos property
  * command: new property: mouse-pos
  * command: add internal INPUT_PROCESSED event
  * path: do not use old_home for win32 exe dir
  * js: report scripts CPU/memory usage statistics
  * ci: fix mingw build by adding harfbuzz
  * command: make subtitle time properties observable
  * manpage: properties fixes
  * manpage: document the property-change event
  * manpage: document video-frame-info sub-properties
  * manpage: remove redundant "Return(s) "
  * manpage: document demuxer-cache-state better
  * manpage: be consistent with booleans
  * vo_sixel: Add fallback terminal width and height
  * vo_sixel: Add checks to prevent null pointer dereferencing.
  * ao_alsa: handle -EPIPE XRUNs from snd_pcm_status
  * ao_alsa: always initialize state if passed
  * wayland: fix buffer overrun in get_mods
  * wayland: check for modifier keys on pointer events
  * Revert "wayland: conditionally commit surface on resize"
  * DOCS: correct interface-changes.rst
  * mac: make focus property observable
  * video/out/vo_sixel.c: Implement sixel as a output device
  * manpage: document av1 addition to --hwdec-codecs default setting
  * vd_lavc: add AV1 to the default allowed hwdec codec list
  * player: fix external cover file prioritization

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=246
2020-11-17 10:26:23 +00:00
Ismail Dönmez
90ac71b4d3 - Update to version 0.32.0+git.20201016T174805.cbbdb3fae4:
* stats: display hw pixel format too
  * command: expose underlying pixfmt for hwdec
  * manpage: Document behaviour of *nix configuration directories
  * build: bump waf to 2.0.20
  * stream_lavf: enable SRT protocol support through FFmpeg
  * vo_gpu: fix segfault when updating render opts
  * vo_gpu: EGL: hack for alpha on different platforms
  * wayland: update opaque region on runtime
  * vo_gpu: update render options on runtime
  * wayland: be less strict about when to render
  * docs: fix simple typo, unminimze -> unminimize
  * DOCS: fix typo on sub-filter-regex-enable
  * manpage: reference standard for configuration file location

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=244
2020-10-19 12:46:51 +00:00
Ismail Dönmez
83b94c763d - Update to version 0.32.0+git.20201008T111710.16b44d93f7:
* Revert "demux: add a POS"
  * player: fix another nightmarish corner case
  * demux: add a POS
  * Revert "wayland: add wayland-display-socket option"
  * wayland: add wayland-display-socket option
  * screenshot: add --screenshot-sw option

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=242
2020-10-09 11:48:22 +00:00
Ismail Dönmez
69378e80dd - Update to version 0.32.0+git.20201001T111222.34b8adc456:
* wayland: set an opaque region
  * options: fix --cover-art-file typo
  * player: cosmetically change around some code
  * player: add automatic loading of external cover art files
  * player: let frontend decide whether to use cover-art mode
  * ci: fix spirv-cross build in mingw scripts
  * mac: add support for the focused property
  * mac: add an option to prevent focusing of the window on open

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=240
2020-10-03 11:13:58 +00:00
Ismail Dönmez
85da2ab733 - Update to version 0.32.0+git.20200922T130339.c535dfed66:
* travis: fix macOS 10.12 legacy build
  * wayland: only render if we have frame callback
  * player: add pause state to playback start message
  * terminal: fix segfault when backgrounding
  * f_decoder_wrapper: make log prefix less verbose
  * audio: take paused state into account in ao_start()
  * audio: move start() calls outside of lock
  * mac: add an option to change the App activation policy
  * mac: add ontop window level for desktop
  * options: simplify --android-surface-size handling
  * build: disable GLX
  * manpage: fix console keybindings punctuation
  * msg: make --msg-time show time in seconds
  * build: sort dependencies (to make build deterministic)
  * command, demux: make drop-buffers reset state even harder
  * terminal: attempt to handle the ESC key
  * client API: update alignment requirements for software rendering
  * sws_utils: work around libswscale corrupting memory yet again
  * manpage: refer to --sub-color for colors
  * manpage: mark file-local-options as writable
  * stream_slice: interpret `end` as offset if it starts with '+'

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=238
2020-09-22 11:37:15 +00:00
Ismail Dönmez
b7ea427e4e - Update to version 0.32.0+git.20200912T130313.49f5c9b482:
* command: add property track-list/N/main-selection
  * player: fix inconsistent AO pause state in certain situations
  * player: some minor code golf
  * vo_vdpau: remove an unused variable
  * player: clamp relative seek base time to nominal duration
  * manpage: "fix" some formatting
  * terminal-unix: attempt to support more CTRL
  * vo_vdpau: remove deprecated/inactive --vo-vdpau-deint option
  * command: add read-only focused property
  * manpage: fix typo
  * options: fix a flags field
  * ao_alsa: make partial writes an error message
  * audio: fix stream-silence with push AOs (somewhat)
  * encode: propagate errors to exit status properly
  * ao_lavc: slightly simplify filter use
  * client API: inactivate the opengl_cb API
  * encode: disable unsupported media types automatically
  * encode: remove early EOF failure handling
  * audio: slightly simplify audio_start_ao()
  * audio: reduce excessive logging of delayed audio start
  * ao_alsa: log more information on short writes
  * audio: do not show audio draining message when it does not make sense
  * audio: do not wake up player when waiting for audio state and paused
  * audio: fix AVFrame allocation (crash with opus encoding)
  * DOCS/interface-changes: remove encoding mode deprecation entry
  * player/playloop.c: reorder included headers per contribute.md
  * ao_openal: restore working condition with new push API
  * ao: remove unused field
  * audio: fix inefficient behavior with ao_alsa, remove period_size field

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=236
2020-09-14 07:48:31 +00:00
Ismail Dönmez
a0084f8e5f - Update to version 0.32.0+git.20200904T003159.f57b90b069:
* options: fix a flags field
  * ao_alsa: make partial writes an error message
  * audio: fix stream-silence with push AOs (somewhat)
  * encode: propagate errors to exit status properly
  * ao_lavc: slightly simplify filter use
  * client API: inactivate the opengl_cb API
  * encode: disable unsupported media types automatically
  * encode: remove early EOF failure handling
  * audio: slightly simplify audio_start_ao()
  * audio: reduce excessive logging of delayed audio start
  * ao_alsa: log more information on short writes
  * audio: do not show audio draining message when it does not make sense
  * audio: do not wake up player when waiting for audio state and paused
  * audio: fix AVFrame allocation (crash with opus encoding)
  * DOCS/interface-changes: remove encoding mode deprecation entry
  * player/playloop.c: reorder included headers per contribute.md
  * ao_openal: restore working condition with new push API
  * ao: remove unused field
  * audio: fix inefficient behavior with ao_alsa, remove period_size field
  * encode: undeprecate
  * ring: remove this
  * audio_buffer: remove this
  * audio: refactor how data is passed to AO
  * DOCS: fix minor issue on the --video-latency-hacks explanation
  * Update compile-windows.md
  * manpage: reorder sentence
  * f_async_queue: add various helper functions
  * f_async_queue: don't count EOF frames as samples
  * f_async_queue: change reset behavior

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=234
2020-09-06 08:52:30 +00:00
Ismail Dönmez
8ef8f72653 - Update to version 0.32.0+git.20200827T184057.fc6c209cbd:
* f_demux_in: log EOF "recovery"
  * f_decoder_wrapper: pass through EOF after EOF
  * player: fix video paused condition on VO creation
  * filter: add a helper
  * audio: clarify set_pause() documentation
  * audio: adjust frame clipping for spdif formats
  * audio: remove unused ring.h includes
  * player: fix swapped debug output
  * vo_gpu: EGL: fix transparency on X11/EGL/Mesa
  * vo_gpu: EGL: slightly better debug logging of EGL configs
  * ao/pulse: create the stream corked
  * wayland: always update sbc for presentation time
  * Revert "demux_lavf: always give libavformat the filename when probing"
  * audio: remove delay debug logging
  * wayland: simplify presentation time
  * demux_mf: actually report errors
  * player: do not loop if there's nothing to loop
  * options: do not accept ":" as separator anymore in key/value lists
  * cocoa-cb: force layer update on resize
  * mac: add icc profile and ambient light sensor support
  * mac: use config cache und wakeup for mac option runtime changes
  * mac: make ontop level runtime changeable
  * mac: properly guard and unwrap an optional value
  * cocoa-cb: generalisation of backend independent parts

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=232
2020-08-28 07:04:41 +00:00
Ismail Dönmez
993a68a3fa - Update to version 0.32.0+git.20200820T203717.b16a6cb6c6:
* client API: note about libswscale corrupting memory
  * wayland: conditionally commit surface on resize
  * player: add --subs-with-matching-audio option
  * wayland: refactor geometry/window handling
  * stream: Implement slice:// for reading slices of streams
  * wayland: reset geometry on reconfig if fullscreen
  * wayland: soften GNOME warning

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=230
2020-08-21 12:05:26 +00:00
Ismail Dönmez
93a002090d - Update to version 0.32.0+git.20200816T162900.486516f723:
* See fb55ee99e3..486516f723
    for the complete changelog.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=228
2020-08-17 10:49:25 +00:00
Ismail Dönmez
5dd301998b - Update to version 0.32.0+git.20200802T170651.fb55ee99e3:
* See 8fbc4b1737..fb55ee99e3
    for the complete changelog.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=226
2020-08-04 12:50:40 +00:00
Ismail Dönmez
412f673b46 - Update to version 0.32.0+git.20200701T004440.8fbc4b1737:
* ci: add d3d11 to mingw build
  * vo_gpu: vulkan: add ability to disable events
  * player: warn if both proper and compat. config directories exist
  * path: do not use old_home for win32 exe dir
  * path: switch back to using non-XDG config dir by default
  * vo_gpu: fix typo in struct name
  * manpage: --demuxer-seekable-cache is useless
  * ci: replace mingw build scripts
  * vo_gpu: use highp float if available for GLES
  * vo_gpu: add better gamut clipping option
  * vo_gpu: fix scaler/window validation to allow unsetting
  * vo_x11: partially restore operation on bad endian systems
  * video: some concessions to big endian hosts
  * test: update to new ffmpeg pixfmts
  * video: alias IMGFMT_RGB30 to AV_PIX_FMT_X2RGB10
  * repack: handle endian in a more general way
  * img_format: fight ffmpeg pixdesc some more
  * audio: don't lock ao_control for pull mode drivers
  * vo_gpu: placebo: add fallback code for stride mismatch
  * vo_gpu: add BT.2390 tone-mapping
  * vo_gpu: reinterpret SDR white levels based on ITU-R BT.2408

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=224
2020-07-06 08:37:00 +00:00
Ismail Dönmez
5a13b63c2c - Update to version 0.32.0+git.20200610T171643.c7fe4ae73a:
* vo_gpu: move coherent specifier to the correct location
  * player: make unpausing directly after seek work with --keep-open (again)

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=222
2020-06-14 10:41:30 +00:00
Ismail Dönmez
905f2a2951 - Update to version 0.32.0+git.20200609T164905.d5de79d10f:
* See b83bdd1d17..d5de79d10f
    for the complete changelog.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=220
2020-06-10 06:23:01 +00:00
Ismail Dönmez
6b10672fee - Update to version 0.32.0+git.20200525T015437.b83bdd1d17:
* See 82ded968aa..b83bdd1d17
    for the complete changelog.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=218
2020-05-25 05:40:27 +00:00
Ismail Dönmez
a91117c939 - Update to version 0.32.0+git.20200518T015720.82ded968aa:
* See cae2ffb6eb..82ded968aa
    for the complete changelog.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=216
2020-05-18 06:30:53 +00:00
Ismail Dönmez
79751c1a50 - Update to version 0.32.0+git.20200501T204851.cae2ffb6eb:
* See 027ae815ec..cae2ffb6eb
    for the complete changelog.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=214
2020-05-02 09:00:24 +00:00
Ismail Dönmez
003c37207c - Update to version 0.32.0+git.20200426T233854.027ae815ec:
* See a09c7691d7..027ae815ec
    for the complete changelog.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=212
2020-04-28 06:10:35 +00:00
Ismail Dönmez
6c2b537bb2 - Add BR on pkgconfig(ffnvcodec) to enable CUDA support
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=210
2020-04-22 07:27:33 +00:00
Ismail Dönmez
b933bc437e - Update to version 0.32.0+git.20200418T001652.a09c7691d7:
* See 5824ac7d36..a09c7691d7
    for the complete changelog.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=208
2020-04-20 12:54:22 +00:00
Ismail Dönmez
8c5c0ab1a0 - Update to version 0.32.0+git.20200402T120653.5824ac7d36:
* See 28ea1ed296..5824ac7d36
    for the complete changelog.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=206
2020-04-02 14:58:25 +00:00
Ismail Dönmez
427ad4ee99 - Update to version 0.32.0+git.20200307T135520.28ea1ed296:
* See e7bab0025f..28ea1ed296
    for the complete changelog.
- Remove smbclient BR, samba support is now provided via ffmpeg

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=204
2020-03-07 14:56:18 +00:00
Ismail Dönmez
efef40966b - Update to version 0.32.0+git.20200301T004003.e7bab0025f:
* See ee6ad403a7..e7bab0025f
    for the complete changelog.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=202
2020-03-01 17:07:37 +00:00
Ismail Dönmez
6ef6181447 - Update to version 0.32.0+git.20200222T142106.ee6ad403a7:
* See 6799f8e0e9..ee6ad403a7
    for the complete changelog.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=200
2020-02-22 18:16:31 +00:00
Ismail Dönmez
ce292c42c8 -
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=198
2020-02-17 13:35:35 +00:00
Ismail Dönmez
54dd276510 -
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=197
2020-02-17 13:32:22 +00:00
Ismail Dönmez
93d7bbce45 - Update to version 0.32.0+git.20200217T003119.36ca0e0030:
* See 5bf433b16f..36ca0e0030
    for the complete changelog.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=196
2020-02-17 10:40:45 +00:00
Ismail Dönmez
e6995edbb2 - Update to version 0.32.0+git.20200213T013258.5bf433b16f:
* See 6799f8e0e9..5bf433b16f
    for the complete changelog.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=194
2020-02-13 10:51:38 +00:00
Ismail Dönmez
27d2c8fcb1 - Update to version 0.32.0+git.20200208T095058.6799f8e0e9:
* See cbee577d0a..6799f8e0e9
    for the complete changelog.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=192
2020-02-09 07:09:01 +00:00
Ismail Dönmez
b0f20f93cb Accepting request 769996 from home:frispete:Tumbleweed
Sorry for the set_version change.

- Update to version 0.32.0+git.20200203T191344.cbee577d0a:
  * See f304a79935..cbee577d0a
    for the complete changelog.
- switch time tag in version to (much more comprehensible) iso format

OBS-URL: https://build.opensuse.org/request/show/769996
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=190
2020-02-04 15:12:23 +00:00
Ismail Dönmez
7ed2a94f94 - Update to version 0.32.0+git.1580606151.f304a79935:
* See cbfcd3e703..f304a79935
    for the complete changelog.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=188
2020-02-02 08:02:01 +00:00
Ismail Dönmez
5c6e45dcd5 -
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=186
2020-01-27 09:08:36 +00:00
Ismail Dönmez
9f50564017 - Update to version 0.32.0+git.1580083289.cbfcd3e703:
* See 01de2a9bd5..cbfcd3e703
    for the complete changelog.
  * mpv now generates its own bash-completion file

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=185
2020-01-27 08:14:27 +00:00
Mia Herkt
5a17ceb196 - Run spec-cleaner
- Conflict with broken versions of mpv-plugin-mpris

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=183
2020-01-18 11:34:07 +00:00
Ismail Dönmez
b9135c69ec Accepting request 763364 from home:alois:branches:multimedia:apps
update mpv-bash-completion to 3.3.18

OBS-URL: https://build.opensuse.org/request/show/763364
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=181
2020-01-11 20:36:56 +00:00
Mia Herkt
542874f7d7 Accepting request 759791 from home:namtrac:branches:multimedia:apps
- Update to version 0.31.0+git.1577540072.01de2a9bd5:
  * See 1caa653f2d..01de2a9bd5
    for the complete changelog.

OBS-URL: https://build.opensuse.org/request/show/759791
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=179
2019-12-28 19:57:41 +00:00
Martin Pluskal
7d49363411 Accepting request 759652 from home:namtrac:branches:multimedia:apps
- Update to version 0.30.0+git.1577220684.1caa653f2d:
  * See 0bf0efd6d3..1caa653f2d
    for the complete changelog.

OBS-URL: https://build.opensuse.org/request/show/759652
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=177
2019-12-27 09:18:20 +00:00
Martin Pluskal
971e542d45 Accepting request 757449 from home:namtrac:branches:multimedia:apps
- Update to version 0.30.0+git.1576544262.0bf0efd6d3:
  * See cb2d7c1534..0bf0efd6d3
    for the complete changelog.
- Update mpv-make-ffmpeg-version-check-non-fatal.patch for a simpler
  logic.

OBS-URL: https://build.opensuse.org/request/show/757449
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=175
2019-12-17 08:48:56 +00:00
Tomáš Chvátal
d22dc8cf6f Accepting request 747024 from home:namtrac:branches:multimedia:apps
- Update to version 0.30.0+git.1573301895.cb2d7c1534:
  * See a908101258..cb2d7c1534
    for the complete changelog.

OBS-URL: https://build.opensuse.org/request/show/747024
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=173
2019-11-10 10:53:53 +00:00
Tomáš Chvátal
6671496657 Accepting request 743078 from home:namtrac:branches:multimedia:apps
- Update to version 0.30.0+git.1572040975.a908101258:
  * See acba87e53f..a908101258
    for the complete changelog.
- Enable zimg support: Add BR on pkgconfig(zimg), add --enable-zimg

OBS-URL: https://build.opensuse.org/request/show/743078
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=171
2019-10-27 10:54:25 +00:00
Tomáš Chvátal
e1ec7ba396 Accepting request 742952 from home:alois:branches:multimedia:apps
Update to stable 0.30.0

OBS-URL: https://build.opensuse.org/request/show/742952
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=170
2019-10-25 16:17:24 +00:00
Tomáš Chvátal
0599a36939 Accepting request 741194 from home:namtrac:branches:multimedia:apps
- Update to version 0.30.0+git.1571393471.acba87e53f:
  * See a85fa2d2de..acba87e53f
    for the complete changelog.

OBS-URL: https://build.opensuse.org/request/show/741194
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=168
2019-10-19 07:44:43 +00:00
Tomáš Chvátal
a1a35c5724 Accepting request 737639 from home:namtrac:branches:multimedia:apps
- Update to version 0.30.0+git.1570822084.a85fa2d2de:
  * See c833c095d7...a85fa2d2de
    for the complete changelog.
  * Fixes rendering glitches on Wayland

    for the complete changelog.
    for the complete changelog.

OBS-URL: https://build.opensuse.org/request/show/737639
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=166
2019-10-12 08:52:55 +00:00
Tomáš Chvátal
6b2eff84c8 Accepting request 735525 from home:namtrac:branches:multimedia:apps
- Update to version 0.30.0+git.1570361388.6d0f0546ee:
  * See c833c095d7...6d0f0546ee

OBS-URL: https://build.opensuse.org/request/show/735525
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=164
2019-10-07 08:03:39 +00:00
Tomáš Chvátal
b10ea3c8e0 Accepting request 733919 from home:namtrac:branches:multimedia:apps
- Update to version 0.30.0+git.1569760020.c833c095d7:
  * See b6def652a4...c833c095d7
  for the complete changelog.
- Refresh mpv-make-ffmpeg-version-check-non-fatal.patch
- Remove --enable-zsh-comp option, zsh completion is now always enabled

OBS-URL: https://build.opensuse.org/request/show/733919
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=162
2019-09-29 18:33:48 +00:00
Tomáš Chvátal
dd90ea86e9 Accepting request 732736 from home:namtrac:branches:multimedia:apps
- Update to version 0.30.0+git.1569184750.b6def652a4:
  * See 0abe34ed21...b6def652a4
  for the complete changelog.

OBS-URL: https://build.opensuse.org/request/show/732736
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=160
2019-09-23 13:05:08 +00:00
Tomáš Chvátal
ae5d7608ea Accepting request 731540 from home:namtrac:branches:multimedia:apps
- Update to version 0.30.0+git.1568566852.0abe34ed21:
  * vo_gpu: x11: remove special vdpau probing, use EGL by default
  * vf_vavpp: disable this filter
  * vo_gpu: correctly normalize src.sig_peak
  * image_writer: add webp-compression option
  * image_writer: add WebP support (lossy or lossless)
  * image_writer: move convert_image() to player/screenshot.c
  * DOCS: remove references to --video-stereo-mode
  * README: remove old googlegroups mailing list address
  * manpage: minor fixes to VO manpage
  * vo: add warning message to vo_vaapi and vo_vdpau
  * vo_d3d11/context: fix crash due to ctx->ra is null pointer access 'ctx->ra' is null pointer when d3d11 init failed before call 'ra_d3d11_create' in 'd3d11_init'.
  * vo_d3d11/hwdec_dxva2dxgi: fix memory leak that 'ctx11' be not release 'ctx11' be not release when d3d11 hwdec be uninit with 'mapper_uninit' method.
  * stream_smb: remove unnecessary short write logic
  * stream_file: remove unnecessary short write logic
  * stream: handle short writes
  * ci: remove now unuspported libdvdread
  * demux, stream: remove old rar support in favor of libarchive
  * command, demux: remove program property
  * stream: remove some more optical disc leftovers
  * Remove classic Linux analog TV support, and DVB runtime controls
  * stream: remove BD/DVD/CDDA sector size alignment
  * Remove optical disc fancification layers
  * stream_dvdnav: merge stream_dvd_common
  * Remove libdvdread support in favor of libdvdnav
  * stream_file: avoid redundant free
  * js: expose mpv_abort_async_command() (match dbe831bd)
  * js: reimplement subprocess_detached using the run command (match 7f91e268)
  * js: reimplement subprocess using the subprocess command (match 548ef078)
  * js: expose async commands (match 159379980e)

OBS-URL: https://build.opensuse.org/request/show/731540
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=158
2019-09-17 13:31:12 +00:00