summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* player/main: move terminal_uninit to the endKacper Michajłow2024-03-191-5/+6
* win32: cache GetConsoleMode state for stdout/stderrKacper Michajłow2024-03-195-33/+45
* win32: don't touch buffering optionsKacper Michajłow2024-03-191-1/+0
* win32-console-wrapper: fix printf specifiersKacper Michajłow2024-03-191-1/+1
* win32: don't pass std handles if they are attached to consoleKacper Michajłow2024-03-191-15/+20
* DOCS/options: improve wording of dither-depthllyyr2024-03-191-6/+6
* af_lavcac3enc: fix memory leak on 2ch audiomistraid1212024-03-191-3/+3
* various: use thread safe mp_strerror()nanahi2024-03-194-6/+9
* image_writer: refactor screenshot write functionsnanahi2024-03-191-50/+24
* image_writer: fix TOCTOU in screenshot filename generationnanahi2024-03-195-16/+32
* Revert "osdep/io: ignore 'x' mode for mp_fopen"nanahi2024-03-191-1/+2
* repack: add restrict qualifier to src/dst pointersKacper Michajłow2024-03-191-36/+36
* win32: resolve dropped shell links (Windows shortcuts)nanahi2024-03-191-1/+3
* win32: implement shell link target resolvingnanahi2024-03-192-0/+26
* video/image_writer: attach MDVC metadata and CLLI metadataLeo Izen2024-03-192-13/+8
* builtin.conf: remove debanding from the high-quality profileKacper Michajłow2024-03-192-1/+1
* input.conf: add `b` to toggle debandingKacper Michajłow2024-03-192-0/+4
* vo_gpu_next: make `dither-depth=auto` mean 8 bpc for non-d3d11 SDRllyyr2024-03-192-3/+9
* vulkan: remove color_depth stubllyyr2024-03-191-6/+0
* osdep/main-fn-win: fix implicit conversion warningnanahi2024-03-191-1/+1
* osdep/threads: fix warning: initializer element is not constantnanahi2024-03-192-2/+2
* ao_lavc: fix warning: ISO C forbids forward references to 'enum' typesnanahi2024-03-191-0/+1
* vo_gpu_next: fix -Wembedded-directive warningnanahi2024-03-192-18/+19
* video/out/gpu/spirv: fix warning: zero size arrays are an extensionnanahi2024-03-191-0/+1
* common/msg: fix warning: void function should not return void expressionnanahi2024-03-191-4/+7
* common/msg: fix warning: use of non-standard escape character '\e'nanahi2024-03-191-1/+1
* options/m_config: fix no newline at end of filenanahi2024-03-191-1/+1
* various: fix -Wold-style-declaration warningnanahi2024-03-199-18/+18
* video/out/placebo/utils: fix -Wignored-qualifiers warningnanahi2024-03-191-1/+1
* demux/cache: fix -Wtype-limits warningsnanahi2024-03-191-5/+2
* meson: bump warning level to 2nanahi2024-03-191-1/+6
* vo_gpu_next: don't render ASS subtitles at HDR colorspaceKacper Michajłow2024-03-181-1/+1
* mac/touchbar: simplify item and view creationder richter2024-03-181-70/+53
* mac/touchbar: optimise time item updateder richter2024-03-181-6/+3
* mac/touchbar: optimise constraint calculationder richter2024-03-181-5/+3
* mac/touchbar: use DateComponentsFormatter for time formattingder richter2024-03-181-9/+5
* mac/touchbar: simplify update items logicder richter2024-03-181-27/+8
* mac/touchbar: take playback speed into account for rate limitingder richter2024-03-181-1/+4
* mac/touchbar: rewrite touch bar in swiftder richter2024-03-185-398/+345
* win32: remove all NC area on Windows 10 with --title-bar=noKacper Michajłow2024-03-181-3/+12
* win32: add helper function to check Windows 10 build numberKacper Michajłow2024-03-181-8/+20
* osc: add missing window controls for --title-bar=noKacper Michajłow2024-03-181-1/+7
* win32: adjust top border offset when title bar is disabledKacper Michajłow2024-03-181-18/+52
* win32: add DWMWA_VISIBLE_FRAME_BORDER_THICKNESS definitionKacper Michajłow2024-03-181-1/+8
* win32: use dpi aware GetSystemMetricsForDpiKacper Michajłow2024-03-181-9/+19
* win32: update maximized state when leaving fullscreennanahi2024-03-181-6/+7
* win32: fix window maximized state after setting window sizenanahi2024-03-181-0/+20
* various: use static assertions where appropriatesfan52024-03-175-5/+5
* DOCS/options: --x11-name sets the instance name, not the class'sGuido Cella2024-03-171-1/+1
* demux: add a format-name propertyDudemanguy2024-03-174-4/+14
* wayland_common: respect compositor's preferenced size on state changenanahi2024-03-171-4/+2
* DOCS/options: clarify --autofit-larger effectnanahi2024-03-171-2/+2
* wayland_common: always use the current geometry for prepare_resizenanahi2024-03-171-14/+12
* x11_common: unmaximize window on runtime geometry changenanahi2024-03-171-9/+6
* win32: support runtime geometry updatenanahi2024-03-171-5/+13
* x11_common: fix window x/y position when updating geometry on runtimenanahi2024-03-172-4/+9
* github/issue_template: add note about --profile=fast and --hwdecKacper Michajłow2024-03-174-0/+16
* gpu-next: add support for --dither-depth=autoKacper Michajłow2024-03-171-3/+8
* d3d11: get real on the wire bits per color channelKacper Michajłow2024-03-171-0/+5
* d3d11: add mp_get_dxgi_output_descKacper Michajłow2024-03-172-22/+25
* mac/view: optimise drag and drop event handlingder richter2024-03-161-17/+11
* mac/input: optimise scroll wheel event handlingder richter2024-03-161-35/+18
* mac/input: move scroll wheel event handling into input helperder richter2024-03-162-40/+41
* mac/input: optimise mouse movement enabled checkder richter2024-03-162-8/+5
* mac/input: fix switched mouse forward and back buttonder richter2024-03-161-2/+2
* mac/input: move mouse event handling into input helperder richter2024-03-162-47/+40
* ao_coreaudio: stop audio unit after idle timeoutVilius2024-03-161-2/+79
* stream: enable caching for sockets, pipes and FIFOsbptato2024-03-161-1/+5
* vo_{drm,wlshm}: make query_format checks more correctsfan52024-03-162-6/+7
* vo_drm: add support for YUYV formatsfan52024-03-164-15/+29
* vo_{drm,wlshm,x11}: add support for video-target-paramssfan52024-03-163-0/+12
* vo: move target_params into responsibility of VOsfan52024-03-163-6/+5
* context_drm_egl: log fallback correctlysfan52024-03-161-0/+4
* vo_drm: add support for BGR formatssfan52024-03-161-3/+21
* vo_drm: use native matching pixel format for XRGB2101010sfan52024-03-161-34/+6
* mac/input: add missing special keysder richter2024-03-141-0/+2
* mac/input: add simplified mp_keymap initder richter2024-03-142-52/+32
* mac/input: remove wrongly mapped modifier keysder richter2024-03-141-3/+0
* mac/event: move key event handling to input helper and optimise itder richter2024-03-149-171/+134
* mac/input: define AltGr mask as static NSEvent.ModifierFlags variableder richter2024-03-142-2/+8
* mac/events: remove redundant functions and optimise input helper usageder richter2024-03-1412-115/+35
* mac/helper: move input ctx related functionality into new input helperder richter2024-03-148-113/+99
* mac/events: move input ctx related functionality into new input helperder richter2024-03-144-31/+80
* wayland_common: move WAYLAND_DISPLAY check above vo_wayland_state initDudemanguy2024-03-131-3/+3
* wayland_common: require WAYLAND_DISPLAY to be set for initializationnanahi2024-03-131-0/+3
* vo_gpu/vo_gpu_next: fix transparency in glxDudemanguy2024-03-134-21/+22
* meson: fix ios-gl hwdec buildRobert Kopaczewski2024-03-121-1/+1
* vo_gpu: fix broken chroma plane for rotated semi-planar formatsnanahi2024-03-111-0/+19
* path: don't load any files if --no-config is passedllyyr2024-03-111-1/+5
* DOCS/tech-overview.txt: add builtin.conf to etc/ descriptionnanahi2024-03-111-2/+2
* DOCS/tech-overview.txt: update for merged pull/push glue codenanahi2024-03-111-3/+3
* DOCS/tech-overview.txt: add vo_gpu_next referencenanahi2024-03-111-2/+2
* DOCS/tech-overview.txt: add a section for the new filter frameworknanahi2024-03-111-12/+16
* DOCS/tech-overview.txt: update for removed stream inputsnanahi2024-03-111-2/+1
* DOCS/tech-overview.txt: update for split m_config.c/hnanahi2024-03-111-7/+8
* DOCS/tech-overview.txt: fix function/member/header namesnanahi2024-03-111-3/+3
* ad_spdif: update deprecated FF_PROFILE_DTS_HD_HRA definitionAlex Mitzsch2024-03-101-1/+1
* options: remove trailing whitespacesder richter2024-03-101-3/+3
* options: remove --focus-on-open and add --focus-onder richter2024-03-107-9/+21
* stats.lua: display video parameters after filteringKacper Michajłow2024-03-091-0/+1
* vf_format: add hdr10plus sub-parameter to format video filterKacper Michajłow2024-03-093-0/+15
* mp_image: add Dolby Vision metadata mappingKacper Michajłow2024-03-096-42/+50
* csputils: add missing PL_COLOR_SYSTEM namesKacper Michajłow2024-03-093-4/+19
* mp_image: add mp_image_params_static_equal for finer comparisionKacper Michajłow2024-03-0911-39/+59
* wayland: always rescale geometry if in a fullscreen/maximized stateDudemanguy2024-03-091-1/+1
* filters/f_lavfi: rename channellayout to ch_layoutDudemanguy2024-03-081-2/+2
* swresample: stop using deprecated {in,out}_channel_layout optionsDudemanguy2024-03-081-0/+16
* filters/f_lavfi: handle removed AV_OPT_TYPE_CHANNEL_LAYOUTDudemanguy2024-03-071-0/+4
* ad_spdif: handle const buf pointee in avio_alloc_contextDudemanguy2024-03-071-0/+4
* osxbundle: avoid running `codesign` with deprecated `--deep` argumentDavid Knaack2024-03-071-1/+7
* vo_gpu_next: infer target parametersKacper Michajłow2024-03-071-3/+5
* vo_gpu_next: add support for video-target-paramsKacper Michajłow2024-03-071-1/+13
* vo: add video-target-params propertyKacper Michajłow2024-03-075-1/+40
* player/command: fix video-params/[average-bpp, alpha] when hw decodingKacper Michajłow2024-03-071-2/+3
* mp_image: add imgfmt_name to mp_image_paramsKacper Michajłow2024-03-072-10/+15
* meson: remove main function from libmpv buildowl0w12024-03-071-5/+5
* osxbundle: activate Game Mode with App bundleder richter2024-03-071-0/+2
* mac/menu: add explicit menu type instead of an inferred typeder richter2024-03-072-50/+54
* mac/menu: make menu creation recursive to allow nested submenusder richter2024-03-071-31/+31
* mac/menu: move conditional Bundle menu items into configder richter2024-03-071-11/+6
* mac/menu: keep track of menu items with dynamic actionsder richter2024-03-071-14/+8
* mac/menu: merge file and url config propertiesder richter2024-03-071-15/+11
* mac/menu: properly guard playlist array accessder richter2024-03-071-2/+2
* mac/menu: attach menu config to menu item for direct accessder richter2024-03-071-27/+21
* mac/menu: replace app.command usage with event.commandder richter2024-03-071-2/+2
* mac/menu: fix touch bar menu itemder richter2024-03-071-6/+0
* mac/menu: rename Preferences to Settings for consistency with macOSder richter2024-03-071-4/+4
* mac/menu: remove duplicate key assignment Undo/Zoomder richter2024-03-071-1/+1
* mac/menu: optimise loading files functionder richter2024-03-071-7/+3
* mac/menu: replace deprecated openFile() usageder richter2024-03-071-8/+8
* mac/menu: remove unnecessary alert config fields and alertder richter2024-03-071-43/+10
* mac/menu: rewrite menu bar in swiftder richter2024-03-0710-921/+483
* mac/app: remove unused functionder richter2024-03-072-7/+0
* github/workflows: generate html and pdf in docs job as wellDudemanguy2024-03-061-2/+4
* DOCS/man/input.rst: fix incorrect syntaxsavoury12024-03-061-10/+10
* mac/vulkan: directly retrieve current render size without cachingder richter2024-03-064-15/+11
* mac/vulkan: workaround for MoltenVK problem that causes flickerder richter2024-03-061-0/+11
* github/workflows: update actions/upload-artifact to v4Kacper Michajłow2024-03-051-1/+1
* ad_spdif: handle deprecated FF_PROFILE_* definitionsDudemanguy2024-03-051-7/+13
* wayland_common: fix pointer serial conflictnanahi2024-03-051-8/+9
* video/filter: add field order support for built in deinterlacers1nsane0002024-03-046-6/+49
* f_auto_filters: pass field parity to lavfi bwdif deinterlacers1nsane0002024-03-041-3/+19
* options: add --deinterlace-field-parity option1nsane0002024-03-045-0/+25
* wayland: fix missing lround in cursor surfaceDudemanguy2024-03-041-1/+1
* wayland: guess the first hidpi frame betterDudemanguy2024-03-042-1/+8
* Revert "player: reset av state on speed changes"Dudemanguy2024-03-033-22/+2
* player/video: subtract frame_time from delay when ao_chain starts audioDudemanguy2024-03-033-1/+5
* player/audio: also adjust apts by audio speed in audio_start_aoDudemanguy2024-03-031-1/+2
* test/test_utils: add mp_msg_set_max_level stubDudemanguy2024-03-032-0/+2
* ci/mingw: update dependency versionsnanahi2024-03-031-3/+3
* ci/mingw: add dav1d decodernanahi2024-03-031-3/+13
* ci/mingw: enable nvdecnanahi2024-03-031-1/+9
* demux_lavf: always find stream info for avif filesDudemanguy2024-03-021-0/+4
* vo_gpu_next: render subtitles at video colorspaceKacper Michajłow2024-03-021-0/+2
* sub: add flag if sub_bitmap should be rendered in video color spaceKacper Michajłow2024-03-025-4/+7
* DOCS/options: fix Vulkan typopsykose2024-03-021-1/+1
* vo_gpu: add missing PL_COLOR_TRC_ST428 case in lcmsKacper Michajłow2024-03-011-0/+5
* wayland_common: toplevel resize fixesnanahi2024-03-011-5/+7
* w32_common: make dragging asynchronousnanahi2024-03-011-1/+8
* w32_common: re-add fullscreen check when start draggingnanahi2024-03-011-1/+2
* input: centralize VO draggingnanahi2024-03-013-15/+10
* wayland_common: implement VOCTRL_BEGIN_DRAGGINGnanahi2024-03-012-14/+40
* w32_common: implement VOCTRL_BEGIN_DRAGGINGnanahi2024-03-011-18/+27
* x11_common: implement VOCTRL_BEGIN_DRAGGINGnanahi2024-03-012-15/+31
* command: add begin-vo-dragging commandnanahi2024-03-014-0/+23
* Revert "player: add ao-volume option, to set the system volume at startup"Dudemanguy2024-03-018-41/+16
* sd_ass: fix use-after-free in ft->event_formatDudemanguy2024-02-291-1/+1
* wayland_common: fix type of dnd_actionsfan52024-02-291-1/+1
* wayland_common: fix initialization order issue with protocolssfan52024-02-291-5/+7
* wayland_common: fix DND read error handlingsfan52024-02-291-7/+17
* wayland_common: read DND data in larger chunkssfan52024-02-291-1/+1
* wayland_common: log if DND failssfan52024-02-291-0/+2
* wayland_common: free DND resources on shutdown and errorsfan52024-02-291-9/+19
* cocoa-cb: render on main queue instead of dedicated queueder richter2024-02-291-3/+1
* mac/vulkan: set NSView as layer delegate like recommended by MoltenVKder richter2024-02-292-1/+2
* osxbundle: fix bundling when homebrew is not installedder richter2024-02-291-1/+8
* mac/vulkan: remove old deprecated VK_MVK_macos_surface extension remainsder richter