Revisions of mpv

llyyr's avatar llyyr (llyyr) committed (revision 126)
- Update to version 0.35.0+git.20230706T224051.6ed521fd:
  * TOOLS/idet: fix some outdated cli syntax
  * demux_playlist: sort files before directories
  * demux_playlist: add option to control recursive directory loading
  *  TOOLS/lua/autoload: allow extending ext sets from script-opts
  * various: correctly ignore cache files with --no-config
llyyr's avatar llyyr (llyyr) committed (revision 125)
- Update to version 0.35.0+git.20230704T221443.48e0ee99:
  * vo_gpu/vo_gpu_next: enable gpu shader and icc cache by default
  * vo_gpu: fix some cache related memory leaks
  * player: add --input-cursor-passthrough option
llyyr's avatar llyyr (llyyr) committed (revision 124)
- Update to version 0.35.0+git.20230703T024158.3ba446d0:
  * TOOLS/lua/autoload: avoid unnecessary playlist manipulation, performance
llyyr's avatar llyyr (llyyr) committed (revision 123)
- Update to version 0.35.0+git.20230702T200442.c8a54a8c:
  * wscript: bump required libplacebo-next version to 5.266
  * vo_gpu_next: remove synchronization from info_callback
  * vo_gpu_next: use pl_dispatch_info_move to avoid useless data copy
  * ci/msys2: double down on running meson through python3.11
  * vo_x11: don't rely on XFree to free calloc-ed data
  * vo_x11: check for calloc() failure
llyyr's avatar llyyr (llyyr) committed (revision 122)
- Update to version 0.35.0+git.20230701T020602.f76c441b:
  * win32: add support for drag-and-drop option
  * options: add no to drag-and-drop
  * test/meson: explicitly specify lavf dependency
  * player/screenshot: add "screenshot" logger
  * video/image_writer: add avif screenshot support
llyyr's avatar llyyr (llyyr) committed (revision 121)
- Update to version 0.35.0+git.20230630T102215.0bfafd24:
  * options: drop unnecessary casts
  * options: use designated initializer
  * vd_lavc: do inline string array initialisation for hwdec_api
  * vd_lavc: let the user provide a priority list of hwdecs to consider
  * osdep: remove erroneous POLLERR emulation
  * wayland: remove erroneous POLLERR usage
  * image_writer: respect jpeg-quality when using ffmpeg for writing
  * image_writer: remove unused struct fields
  * mp_image: abort on av_buffer_ref() failure
  * loadfile: fix leak due to setting NULL parent
  * hwdec: fix undeclared identifier in mediacodec_embed
  * vo_drm: fix null dereference and using closed fd
  * github/workflows: do not copyback files from freebsd VM
  * github/workflows: bump freebsd VM memory size to 8GB
  * hwdec: do not add hwdec device if it failed to create
  * vd_lavc: check if av_device_ref is available
  * ci/msys2: switch to Python 3.11 to fix crashes during build
  * loadfile: insert missing parentheses
llyyr's avatar llyyr (llyyr) committed (revision 120)
- Update to version 0.35.0+git.20230625T110158.945d7c1e:
  * osc: add toggle for forced-only subs
  * loadfile: expose auto-forced-only when printing stream info
  * command: add sub-forced-only-cur prop
  * command: report auto-forced-only flag in track desc
  * sub: rewrite auto-forced-only support
  * player: add more precise sub fallback options
  * options: default slang to auto
  * loadfile: support "auto" as a language option
  * loadfile: use mp_match_lang_single
  * loadfile: take a const char* in match_lang
  * loadfile: short-circuit early on null stream language
  * osdep: add mp_get_user_langs
  * osdep: move cfstr<->cstr conversions to a new apple_utils.c file
  * misc: add language-matching utilities
  * options: set subs-with-matching-audio to off by default
  * vo: hwdec: prioritise `drmprime` over `drmprime_overlay`
  * ad_lavc: check for allocation failure
llyyr's avatar llyyr (llyyr) committed (revision 119)
- Update to version 0.35.0+git.20230621T235235.0af81b16:
  * vo_gpu_next: add --corner-rounding option
  * vo_gpu_next: add missing --gamut-mapping-mode options
  * ao_pipewire: bump dependency to 0.3.48
  * ao_wasapi: use client name instead of hardcoded string
  * ao_wasapi: remove infinite loop hack in AOCONTROL_UPDATE_STREAM_TITLE
llyyr's avatar llyyr (llyyr) committed (revision 118)
- Update to version 0.35.0+git.20230618T095452.ee155d79:
  * demux/demux_lavf: avoid leaking AVFormatContext during demux_open_lavf
llyyr's avatar llyyr (llyyr) committed (revision 117)
- Update to version 0.35.0+git.20230616T144659.650c53df:
  * vo_dmabuf_wayland: drop linux-dmabuf-v2 (again)
  * wayland: bump wayland-protocols to 1.25
  * wayland: bump required version to 1.20
  * DOCS: fix admonition typo
  * vo_dmabuf_wayland: update the image of pending buffers
  * vo_dmabuf_wayland: use a minimum of 15 buffers
  * ci: use a different mirror for freetype
  * player: add drag-and-drop option
  * wayland: avoid misleading log messages on drag/drop
llyyr's avatar llyyr (llyyr) committed (revision 116)
- Update to version 0.35.0+git.20230608T195210.1c82d6ae:
  * ci/mingw: add dlltool to the meson crossfile
  * mpv.desktop: add Russian translation for GenericName
  * ci/mingw: remove cache
  * ci/mingw: update dependencies versions
  * ci/msys2: enable egl-angle-lib
  * github/workflows/build.yml: install ca-certificates package on msys2
  * bootstrap.py: update waf to 2.0.25
  * DOCS/mpv: add an example for applying profiles to certain paths
  * player: don't load unwanted files after 519e56f
llyyr's avatar llyyr (llyyr) committed (revision 115)
- Update to version 0.35.0+git.20230604T132543.effc6806:
  * hwdec_cuda: bump required headers version for timeline semaphores
  * hwdec_cuda: clear vulkan semaphore fd after passing ownership to cuda
  * hwdec_vulkan: respect probing flag when logging during init
  * vulkan: don't assume all ra_ctx implementations have a swapchain
  * hwdec_cuda: remove usage of deprecated libplacebo sync API
  * video/out/android: assert WinID value before use
llyyr's avatar llyyr (llyyr) committed (revision 114)
- Update to version 0.35.0+git.20230601T224748.c1bef0f0:
  * path: handle URLs consistently in mp_basename
llyyr's avatar llyyr (llyyr) committed (revision 113)
- Update to version 0.35.0+git.20230601T151155.83acd93c:
  * lua: read_options: find script-opts prefix at index 1 exactly
llyyr's avatar llyyr (llyyr) committed (revision 112)
- Update to version 0.35.0+git.20230530T105421.f7945847:
  * demux/demux_lavf: strip URL parameters before matching extension
  * hwdec_vulkan: enable AV1 support if available
  * hwdec_vulkan: check for the correct libplacebo version
  * vo: hwdec_aimagereader: fix compile
  * hwdec_vulkan: simplify requirement checks for Vulkan interop
  * vo/vulkan: do not define zero sized array
  * hwdec_vulkan: account for vulkan frames now using presentation size
llyyr's avatar llyyr (llyyr) committed (revision 111)
- Update to version 0.35.0+git.20230528T154605.872b068c:
  * f_hwtransfer: disable vulkan multiplane images when uploading from cuda
  * hwdec_vulkan: use bwdif_vulkan as deinterlacing auto filter
  * vo: vulkan: request additional extensions and features for ffmpeg
  * hwdec_vulkan: add Vulkan HW Interop
  * vo: hwdec: Pass the ra_ctx to hwdecs instead of just the ra
  * vo_gpu_next: fix to allow using dllimport
  * vo_gpu_next: respect `gl->flipped`
  * opengl: move `ra_gl_ctx_params.flipped` to `struct GL`
llyyr's avatar llyyr (llyyr) committed (revision 110)
- Update to version 0.35.0+git.20230525T162533.9fd4ae95:
  * vo: make mp_frame_perf thread safe
  * vo_gpu_next: add size guard for pass->num_samples
  * vo_gpu_next: synchronize voctrl_performance_data access
  * vo_gpu_next: fix off by one in info_callback
  * vo_dmabuf_wayland: rewrite around wl_list
  * vo_gpu_next: fix build on older libplacebo
  * vo_gpu_next: update to new libplacebo gamut mapping API
  * vo_gpu_next: remove --tone-mapping-crosstalk
  * context_drm_egl: check for non-existant drm in uninit
  * player: improve diagnostics around writing watch_later files
  * path: let configdir also override "cache" and "state" paths
  * path: simplify "cache" and "state" fallback
  * player: always try to detect subtitle language from file name
llyyr's avatar llyyr (llyyr) committed (revision 109)
- Update to version 0.35.0+git.20230518T215654.ec58670a:
  * ra_d3d11: change how messages are ignored during texture size lookup
  * wayland: improve guessing when mpv is focused
  * demux/demux_lavf: pass-through mime_type
  * demux/demux_lavf: pass-through filename for HLS
  * Revert "demux/demux_lavf: pass dummy filename when an HLS mimetype is detected"
  * demux/demux_lavf: pass dummy filename when an HLS mimetype is detected
llyyr's avatar llyyr (llyyr) committed (revision 108)
- Update to version 0.35.0+git.20230513T170837.9e716d63:
  * vo_gpu_next: allow to use ICC profile luminance value
llyyr's avatar llyyr (llyyr) committed (revision 107)
- Update to version 0.35.0+git.20230511T143117.8343b3bd:
  * mp_image: use the ffmpeg interlaced frame flags where available
Displaying revisions 41 - 60 of 166
openSUSE Build Service is sponsored by