summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* af_scaletempo2: fix false reporting of frame availabilitynanahi2024-03-281-1/+2
* vo_gpu: support video-target-paramsnanahi2024-03-273-0/+27
* vo_direct3d: support video-target-paramsnanahi2024-03-271-0/+13
* vo_xv: support video-target-paramsnanahi2024-03-271-0/+8
* meson: improve option descriptionssfan52024-03-261-18/+18
* meson: refine dependencies of many feature checkssfan52024-03-261-41/+55
* meson: remove some unneeded features from listsfan52024-03-261-16/+5
* DOCS: update for new --pulse-latency-hacks defaultssfan52024-03-251-5/+2
* demux_mkv: support V_FFV1 tagvaladaptive2024-03-251-0/+1
* player/command: optimize duplicated property search in command_initKacper Michajłow2024-03-251-1/+12
* ci/mingw: use GAS for vulkan loaderAndarwinux2024-03-251-2/+7
* mac/event: only initialise an EventHelper when necessaryder richter2024-03-242-4/+12
* mac/touchbar: use AppHub directly instead of the singletonder richter2024-03-241-2/+3
* mac/remote: use AppHub directly instead of the singletonder richter2024-03-241-2/+3
* mac/touchbar: use EventHelper for event handlingder richter2024-03-244-66/+22
* mac/touchbar: move touch bar into AppHubder richter2024-03-242-1/+7
* mac/remote: use EventHelper for event handlingder richter2024-03-242-50/+37
* mac/touchbar: fix devision by 0der richter2024-03-241-1/+1
* mac/remote: fix devision by 0der richter2024-03-241-1/+1
* cocoa-cb: use EventHelper for event handlingder richter2024-03-243-26/+15
* cocoa-cb: use a separate mpv_handle for cocoa-cb to simplify shutdownder richter2024-03-244-27/+16
* mac/apphub: migrate remaining events functionality to new AppHubder richter2024-03-2414-224/+167
* mac/event: add helper to subscribe to mpv events and property changesder richter2024-03-243-0/+167
* hwdec/vulkan: enable the stable AV1 extensionLynne2024-03-241-2/+1
* ci/msys2: fix vulkan package nameAndarwinux2024-03-241-1/+1
* ao_pulse: reenable latency hacks by defaultsfan52024-03-242-0/+2
* player/command: fix udata talloc parentShuanglei Tao2024-03-231-2/+2
* mac/libmpv: remove unused functionsder richter2024-03-211-37/+0
* mac: optimise and shorten some codeder richter2024-03-213-15/+6
* mac/option: remove now unused computed option variablesder richter2024-03-212-2/+0
* mac/option: rename option structs to properly represent their contentder richter2024-03-2110-94/+88
* mac/libmpv: remove mac option handling in favour of option handlerder richter2024-03-212-18/+4
* mac/option: make option helper none optionalder richter2024-03-217-80/+50
* mac/option: make option helper vo struct independentder richter2024-03-214-12/+12
* mac/option: optimise option pointer accessder richter2024-03-211-3/+4
* mac/option: remove unused and obsolete variablesder richter2024-03-213-8/+3
* mac/option: move option functionality from mpv helper to option helperder richter2024-03-2110-99/+99
* mac/type: move c<>swift type bridging into a dedicated type helperder richter2024-03-218-90/+109
* meson: conditionalize searching for ANGLE's EGLsfan52024-03-211-2/+3
* meson: get rid of 'egl-helpers' featuresfan52024-03-212-4/+3
* meson: fix EGL version checksfan52024-03-211-1/+1
* video/egl_helpers: fix fallback logic for EGL_KHR_create_contextsfan52024-03-211-3/+4
* video/egl_helpers: log error for eglCreateContextsfan52024-03-211-1/+2
* options: add --input-commands optionDudemanguy2024-03-217-0/+48
* console.lua: complete fixed precision propertiesGuido Cella2024-03-211-1/+1
* test: fflush output stream before abortKacper Michajłow2024-03-211-0/+6
* m_property: add `>` for fixed precision floating-point expansionKacper Michajłow2024-03-2112-34/+176
* osc.lua: escape textGuido Cella2024-03-212-11/+6
* command: add escape-assGuido Cella2024-03-217-28/+41
* input: remove max active section limitnanahi2024-03-211-15/+10
* input: raise maximum key down limit to 16nanahi2024-03-211-1/+1
* stats.lua: use term-size as terminal output sizeChristoph Heinrich2024-03-211-3/+4
* player/command: add term-size/[w,h] propertyChristoph Heinrich2024-03-213-0/+33
* stats.lua: fix and unify scroll hintChristoph Heinrich2024-03-211-10/+11
* stats.lua: use term_ellipsis for page 4Christoph Heinrich2024-03-211-16/+7
* stats.lua: truncate long lines for the terminalChristoph Heinrich2024-03-212-30/+113
* stats.lua: use scroll function for page 2 and 0Christoph Heinrich2024-03-211-52/+30
* stats.lua: refactor page 4 scrolling into functionChristoph Heinrich2024-03-211-10/+24
* stats.lua: add more information in audio sectionKacper Michajłow2024-03-211-6/+21
* msg: clear buffered status_line on flushKacper Michajłow2024-03-211-0/+1
* msg: simplify the line_skip calculationKacper Michajłow2024-03-211-13/+7
* TOOLS: add an interface-changes generator scriptDudemanguy2024-03-201-0/+83
* DOCS: document the new way to handle interface changesDudemanguy2024-03-205-10/+30
* meson: remove winmm dependency for win32 desktop targetnanahi2024-03-192-3/+1
* win32: increase hires timer resolutionnanahi2024-03-195-21/+40
* win32: avoid multi byte string to wide conversion if not neededKacper Michajłow2024-03-191-5/+18
* win32: add puts/fputs wrappersKacper Michajłow2024-03-196-15/+66
* win32: optimize mp_vfprintf a littleKacper Michajłow2024-03-195-24/+37
* misc/bstr: add bstr_to_wchar for win32Kacper Michajłow2024-03-192-0/+26
* 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
*