summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* player: rename --sub-forced-only to --sub-forced-events-onlyDudemanguy2023-08-2911-11/+13
* player: remove auto choice from sub-forced-onlyDudemanguy2023-08-2912-39/+13
* ci/mingw: attempt to enable Vulkan Video Decodingsfan52023-08-291-6/+10
* README: update minimum windows version and clarifyDudemanguy2023-08-291-1/+6
* stats.lua: add hints about scrollingKacper Michajłow2023-08-281-3/+6
* stats.lua: refactor video params displayKacper Michajłow2023-08-281-10/+20
* stats.lua: remove dummy new lines from headersKacper Michajłow2023-08-281-3/+3
* stats.lua: display actual output video size after anamorphic correctionKacper Michajłow2023-08-281-5/+7
* player: add always to --subs-fallback-forcedDudemanguy2023-08-285-6/+12
* player: add --subs-match-os-language optionDudemanguy2023-08-285-11/+31
* loadfile: simplify default track selection a bitDudemanguy2023-08-281-36/+22
* player: remove special auto option from alang/slang/vlangDudemanguy2023-08-284-14/+5
* playlist: remove unused code to track redirectsGuido Cella2023-08-283-22/+1
* player: always write redirect entries for resuming playbackGuido Cella2023-08-283-36/+74
* vo_dmabuf_wayland: unmap osd surface when not neededRobert Mader2023-08-281-1/+9
* vo_gpu_next: fix --target-contrast=infNiklas Haas2023-08-281-1/+1
* README: replace outdated xinerama reference with xpresentDudemanguy2023-08-271-1/+1
* f_lavfi: don't reject dynamic lavfi ins/outsllyyr2023-08-282-3/+13
* osc: fix margin for forced-only subs toggle in bar layoutllyyr2023-08-271-1/+2
* osc: only add sub forced-only toggle to layout for DVD/PGS subsllyyr2023-08-271-12/+13
* input: add missing windows multimedia keysChristoph Heinrich2023-08-271-1/+10
* command: add `sub-ass-extradata` propertyllyyr2023-08-274-0/+39
* vo_gpu_next: update tmp params before rendering frameNiklas Haas2023-08-271-7/+6
* vo_gpu_next: make option shim consistent with new APINiklas Haas2023-08-271-18/+20
* vo_gpu_next: avoid duplicate code (cosmetic)Niklas Haas2023-08-271-5/+4
* vo_gpu_next: correctly set params.frame_mixerNiklas Haas2023-08-271-4/+3
* vo_gpu_next: don't nuke main options state in video_screenshotNiklas Haas2023-08-271-6/+13
* vo_gpu_next: don't override main options in draw_frameNiklas Haas2023-08-271-8/+10
* hwtransfer: check if the source format is accepted directly by the VOPhilip Langdale2023-08-261-0/+26
* hwtransfer: use the right hardware config to find conversion targetsPhilip Langdale2023-08-264-24/+84
* autoconvert: destroy sub filter immediately if reconfiguration is neededPhilip Langdale2023-08-261-2/+2
* output_chain: don't reset autoconvert on changes to unrelated filtersPhilip Langdale2023-08-261-1/+5
* hwtransfer: implement support for hw->hw format conversionPhilip Langdale2023-08-265-48/+135
* player: make all autoload extensions configurableDudemanguy2023-08-268-22/+101
* player: use audio pts corresponding to playing audio on EOFllyyr2023-08-251-2/+1
* input: add missing keypad key definesChristoph Heinrich2023-08-255-14/+30
* sub/osd: signal osd_changed on resizellyyr2023-08-251-0/+1
* win32: don't ignore --screen and --fs-screenKacper Michajłow2023-08-231-8/+14
* DOCS/mpv: document ZOOMIN & ZOOMOUT multimedia keysJames Cuzella2023-08-231-0/+2
* input: add new keys: Back, Tools, ZoomIn, ZoomOutJames Cuzella2023-08-235-0/+14
* vo_gpu_next: move line to correct location (cosmetic)Niklas Haas2023-08-211-1/+1
* vo_gpu_next: correctly handle GAMUT_AUTONiklas Haas2023-08-211-3/+3
* ci/mingw: disable vulkan for 32-bit buildsfan52023-08-211-6/+10
* ci/mingw: don't include useless DLLs in artifactsfan52023-08-211-4/+17
* ci/mingw: refactor build script into functionssfan52023-08-211-54/+78
* ci/mingw: enable more ffmpeg featuressfan52023-08-211-1/+2
* ci/mingw: add necessary deps and enable vulkansfan52023-08-211-14/+48
* ci/mingw: move functional test to workflowsfan52023-08-212-1/+7
* ci/mingw: update dependency versionssfan52023-08-211-3/+3
* vo_gpu_next: reword error message on empty screenshotNiklas Haas2023-08-211-1/+1
* DOCS/options: clarify the video-pan-x/y exampleDudemanguy2023-08-201-3/+3
* aspect: change --video-pan-x/y to be relative to the destination rectKacper Michajłow2023-08-203-4/+3
* aspect: don't allow scaled_src_size be 0Kacper Michajłow2023-08-201-0/+1
* DOCS/options: fix typo in video-pan-x exampleKacper Michajłow2023-08-201-1/+1
* meson: rename all features with underscoressfan52023-08-202-18/+17
* context_drm_egl: remove references to VAAPI in error messagessfan52023-08-201-3/+2
* context_drm_egl: more correctness fixes for uninit proceduresfan52023-08-201-6/+5
* Revert "ao/pulse: implement period_size"sfan52023-08-201-1/+0
* w32_common: try to get the monitor from the window boundsZenos2023-08-201-1/+5
* w32_common: don't fit to screen when VO_WIN_FORCE_POS is setZenos2023-08-201-1/+1
* ao/pulse: implement period_sizeNicolas F2023-08-201-0/+1
* ao/jack: set device_buffer to JACK buffer sizeNicolas F2023-08-201-0/+2
* demux_mf: utilize stdbool bool for if a format specifier was badJan Ekström2023-08-201-2/+4
* demux_mf: early exit with the '%%' caseJan Ekström2023-08-201-11/+23
* win32_common: fixes minimized window being focused on launchmwalmer2023-08-201-1/+1
* ao_oss: add "spdif" passthrough support for high bitrate codecs (e.g. Dolby A...rim2023-08-201-5/+5
* drm_common: skip cards that don't have connected outputsllyyr2023-08-201-0/+29
* meson: remove redundant libplacebo version check for Vulkan interopPhilip Langdale2023-08-191-2/+2
* x11: set sizehint for fs-screen and fs-screen-nameDudemanguy2023-08-201-1/+5
* x11: remove xinerama and refactor window geometryDudemanguy2023-08-203-81/+72
* x11: require randr 1.4Dudemanguy2023-08-202-27/+20
* context_drm_egl: don't free egl properties if they are nullArthur Williams2023-08-201-3/+6
* vo_gpu_next: correctly clear removed hooksNiklas Haas2023-08-191-0/+1
* sd_lavc: use SUB_GAP_THRESHOLD for overlaps/gapsDudemanguy2023-08-191-2/+2
* Revert "sub/sd_lavc: don't check endpts when getting subs"Dudemanguy2023-08-191-1/+2
* vo_gpu_next: fix typo in video_screenshot()Niklas Haas2023-08-191-1/+1
* vo_gpu_next: add --libplacebo-optsNiklas Haas2023-08-193-0/+16
* vo_gpu_next: don't re-set frame_mixerNiklas Haas2023-08-191-1/+2
* vo_gpu_next: move allow_delayed to move appropriate placeNiklas Haas2023-08-191-1/+1
* vo_gpu_next: switch to new pl_options systemNiklas Haas2023-08-191-99/+124
* TOOLS/lua/autoload: Enable run-time updates of optionsChristoph Heinrich2023-08-191-12/+23
* TOOLS/lua/autoload: may specify loading only one type of filessunpenghao2023-08-191-3/+18
* vo_gpu_next: fix leak of --icc-profile-auto on uninitNiklas Haas2023-08-181-1/+1
* vo_gpu_next: drop redundant PL_HAVE_LCMS checkNiklas Haas2023-08-181-20/+1
* ci: update freebsd to latest release channelNiklas Haas2023-08-181-0/+5
* ci: disable libplacebo in msys2 buildNiklas Haas2023-08-181-3/+1
* vo_gpu_next: use pl_dispatch_info_move to avoid useless data copyKacper Michajłow2023-08-181-21/+46
* libplacebo: drop PL_API_VER compatibility pathsNiklas Haas2023-08-181-30/+1
* ra_pl: drop PL_API_VER compatibility pathsNiklas Haas2023-08-181-65/+1
* vo_gpu_next: drop PL_API_VER compatibility pathsNiklas Haas2023-08-181-46/+0
* meson: remove redundant libplacebo-next checkNiklas Haas2023-08-184-14/+5
* hwdec_cuda: drop old PL_API_VER compatibility pathNiklas Haas2023-08-181-90/+0
* meson: bump minimum libplacebo dependency to v6.292Niklas Haas2023-08-181-1/+1
* stats.lua: display output resolution if it differs to native oneKacper Michajłow2023-08-181-11/+23
* stats.lua: hide window scale in fullscreenKacper Michajłow2023-08-181-1/+3
* vo_gpu: allow --hdr-peak-decay-rate=0.0Niklas Haas2023-08-183-6/+9
* loadfile: avoid infinite playlist loading loopsDudemanguy2023-08-162-0/+30
* build: check for SNDCTL_DSP_HALT for oss-audioLeonardo Taccari2023-08-161-1/+1
* vo: clear vsync_offset if drawing while pausedDudemanguy2023-08-161-0/+3
* win32: fix display resolution calculation on mulitple monitorsDudemanguy2023-08-151-3/+3
* demux_playlist: remove len restriction on headerless m3uDudemanguy2023-08-151-1/+1
* wayland: clear all keys on keyboard_handle_leaveDudemanguy2023-08-141-0/+4
* wayland: clear saved mpkey more aggressivelyDudemanguy2023-08-141-1/+1
* wayland: use fallback for display-fps/width/heightDudemanguy2023-08-131-5/+17
* x11: add --x11-wid-title optionDudemanguy2023-08-135-2/+10
* player: add playlist-path propertiesDudemanguy2023-08-137-6/+43
* vf_vapoursynth: save display resolution as a variableDudemanguy2023-08-135-2/+25
* player: add --term-remaining-playtime optionDudemanguy2023-08-135-1/+11
* player: make sub-pos a float valueDudemanguy2023-08-136-7/+8
* x11_common: drop unnecessary NULL checkNRK2023-08-131-3/+1
* x11_common: avoid unnecessary XUnmapWindow() callNRK2023-08-131-3/+1
* stats.lua: use video-params/aspect-nameKacper Michajłow2023-08-131-1/+3
* player/command: add video-params/aspect-nameKacper Michajłow2023-08-133-1/+50
* ytdl_hook: improve Windows exe search with suffixfireattack2023-08-132-4/+4
* command: don't print "unknown" on video tracksDudemanguy2023-08-111-1/+4
* player/video: avoid spamming logs with EOFDudemanguy2023-08-112-1/+6
* audio: drain ao before setting pauseDudemanguy2023-08-114-5/+13
* command: show "no" for hwdec-current if hwdec failedDudemanguy2023-08-111-1/+1
* command: fix some fringe play-dir behaviorDudemanguy2023-08-111-0/+6
* sub/sd_lavc: don't check endpts when getting subsDudemanguy2023-08-111-2/+1
* sub: fix switching tracks while pausedDudemanguy2023-08-113-5/+7
* path-unix: abort on path truncationNRK2023-08-121-14/+22
* osc: support speed-independent time-remaiing displayDave2023-08-112-2/+13
* command: fix stack smashing when displaying aspect-ratiollyyr2023-08-111-11/+7
* external_files: add sbv to the sub whitelistDudemanguy2023-08-101-2/+2
* external_files: alphabetize file extensionsDudemanguy2023-08-101-8/+8
* DOCS: update LGPL building instructionslights01232023-08-103-9/+9
* m_option: change m_option_type_aspect to doubleDudemanguy2023-08-093-28/+28
* vo_gpu_next: actually fix screenshots with PARDudemanguy2023-08-081-2/+10
* ao_audiotrack: enable pcm-float by defaultsfan52023-08-082-0/+4
* ao_audiotrack: support more channel layoutssfan52023-08-081-25/+39
* ao_audiotrack: support media rolesfan52023-08-081-1/+5
* ao_audiotrack: don't ignore ao_read_data return valuesfan52023-08-081-2/+1
* ao_audiotrack: allow byte buffer data transfer for float samplessfan52023-08-081-12/+15
* ao_audiotrack: align buffer size to sample sizesfan52023-08-081-2/+8
* ao_audiotrack: do not needlessly resamplesfan52023-08-081-1/+1
* ao_audiotrack: fix broken exception checkssfan52023-08-081-3/+3
* ao_audiotrack: remove unused writeV23sfan52023-08-081-2/+0
* vo_gpu_next: take into account PAR when taking screenshotsDudemanguy2023-08-071-1/+2
* ad_spdif: fix this not working at allsfan52023-08-071-4/+7
* vo_gpu_next: add ability to use named hook paramsNiklas Haas2023-08-071-1/+14
* mp_image: properly infer color levels for some pixfmtsKacper Michajłow2023-08-071-1/+29
* vo_gpu_next: increase non-interpolation queue sizeNiklas Haas2023-08-071-1/+1
* vo_gpu_next: update for new pl_filter configuration APINiklas Haas2023-08-061-9/+33
* win32: signal VO_EVENT_DPI on dpi changesDudemanguy2023-08-061-0/+1
* test/meson: add missing avutil dependency to chmap testJan Ekström2023-08-061-1/+2
* test: indicate test function ran in logsfan52023-08-061-0/+5
* test: enable log messages for libmpv testsfan52023-08-061-2/+3
* test: refactor helper methods to be universally usablesfan52023-08-061-17/+17
* options: fix relative time parsingm154k12023-08-061-0/+11
* options: rename variables in parse_timestringm154k12023-08-061-9/+10
* vd_lavc: repeatedly attempt to fallback if hwdec fails in reinitPhilip Langdale2023-08-061-2/+5
* DOCS/options: fix typo in hdr-peak-percentileAlexander Georgiadis2023-08-051-1/+1
* vo_gpu/vo_gpu_next: fix setting an empty dscaleDudemanguy2023-08-052-1/+7
* builtin.conf: add --hdr-peak-percentile=99.995 to gpu-hqNiklas Haas2023-08-042-0/+2
* vo_gpu_next: add --hdr-peak-percentileNiklas Haas2023-08-045-0/+14
* player/main: do not print build time, if it is unknownKacper Michajłow2023-08-021-2/+3
* version: move NO_BUILD_TIMESTAMPS check to version.h.inKacper Michajłow2023-08-022-5/+5
* build: remove version.pyKacper Michajłow2023-08-024-49/+13
* vo_vdpau: set hwdec image formatbilldoor12023-08-021-0/+1
* test: bump libmpv test timeoutDudemanguy2023-08-012-10/+3
* drm: bump minimum version to 2.4.105LaserEyess2023-07-312-8/+1
* ci: update the mpv.com pathDudemanguy2023-07-312-2/+2
* build: remove outdated generated directoryDudemanguy2023-07-3125-69/+89
* ao_pipewire: set media role during init()Thomas Weißschuh2023-07-311-1/+1
* audio: add AO_INIT_MEDIA_ROLE_MUSICThomas Weißschuh2023-07-312-0/+19
* ao_sndio: use sio_flush() to improve controls responsivenessAlexandre Ratchov2023-07-302-0/+6
* draw_bmp: fix overflowing coordinates in mark_rcsDudemanguy2023-07-303-9/+2
* Revert "audio: add AOCONTROL_UPDATE_MEDIA_ROLE"Thomas Weißschuh2023-07-304-37/+0
* Revert "ao_pipewire: handle AOCONTROL_UPDATE_MEDIA_ROLE"Thomas Weißschuh2023-07-301-22/+2
* meson: look for linux/input-event-codes.h with libwayland flagsJan Beich2023-07-291-1/+3
* version.py: fix build dateKacper Michajłow2023-07-301-11/+8
* options: restore old default sub selection behaviorDudemanguy2023-07-293-3/+6
* vo_gpu_next: fix assertion on waylandNiklas Haas2023-07-291-2/+7
* vo_gpu_next: delay swapchain submit until flip_frame()Niklas Haas2023-07-291-2/+5
* path-win: move state directory to %LOCALAPPDATA%Kacper Michajłow2023-07-293-0/+7
* path-win: add subdirectory for cacheKacper Michajłow2023-07-292-2/+2
* Revert "ci/msys2: double down on running meson through python3.11"Kacper Michajłow2023-07-292-5/+2