summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* wayland: use ppoll if possibleDudemanguy2023-10-171-5/+6
* poll_wrapper: use the actual correct timeout for ppollDudemanguy2023-10-171-1/+3
* DOCS/options: remove obsolete noticeGuido Cella2023-10-171-4/+0
* DOCS/mpv: fix typos in List OptionsGuido Cella2023-10-171-5/+3
* DOCS/interface-changes: remove redundant changeGuido Cella2023-10-171-1/+0
* hwtransfer: handle hwcontexts that don't implement frame constraintsPhilip Langdale2023-10-161-3/+49
* github/workflows: remove macOS 11 buildJan Ekström2023-10-161-1/+0
* timer: remove microsecond timer functionsDudemanguy2023-10-163-33/+1
* test: change test_utils stubs to ns variantsDudemanguy2023-10-162-6/+6
* dither: removed some unused codeDudemanguy2023-10-161-56/+0
* vo: convert some final low-hanging things to nanosecondsDudemanguy2023-10-162-11/+11
* client: change underlying mpv_wait_event timer to nanosecondsDudemanguy2023-10-161-2/+2
* dispatch: change mp_dispatch_queue_process timer to nanosecondsDudemanguy2023-10-162-3/+3
* input: convert autorepeat timing to nanosecondsDudemanguy2023-10-161-7/+7
* filters: change end time calculation to nanosecondsDudemanguy2023-10-161-2/+2
* ao: convert all timing code to nanosecondsDudemanguy2023-10-1613-60/+61
* stats: convert timers to nanosecondsDudemanguy2023-10-161-10/+10
* demux: convert cache updates to nanosecondsDudemanguy2023-10-162-9/+6
* timer: add convenience time unit conversion macrosDudemanguy2023-10-165-7/+17
* command: unbreak runtime play-dir changesDudemanguy2023-10-161-3/+5
* stats.lua: remove compatibility aliases of propertiesllyyr2023-10-151-17/+3
* af_scaletempo2: better defaultsChristoph Heinrich2023-10-152-4/+4
* stats.lua: fix page 2 alignment of "Total"Christoph Heinrich2023-10-151-3/+3
* vo_gpu/vo_gpu_next: add vulkan support for macOSder richter2023-10-1411-6/+538
* mac: add a window animation lock to wait for animations to finishder richter2023-10-141-1/+16
* hwdec_dxva2egl: fix log value typeKacper Michajłow2023-10-141-1/+1
* stats.lua: add chroma-locationKacper Michajłow2023-10-141-0/+3
* stats.lua: change "Pixel Format" to "Format"Kacper Michajłow2023-10-141-1/+1
* stats.lua: fix missing newline when print_perfdata_passes is enabledKacper Michajłow2023-10-141-4/+4
* stats.lua: sort filter parameters to ensure consistent outputKacper Michajłow2023-10-141-2/+2
* player/command: change how floating point number are printedKacper Michajłow2023-10-142-7/+12
* stats.lua: don't print custom pixel format, when hwdecKacper Michajłow2023-10-141-5/+2
* stats.lua: remove leading zeros from pass timingsKacper Michajłow2023-10-141-2/+2
* stats.lua: add frame infoKacper Michajłow2023-10-141-0/+23
* stats.lua: simplify fps displayKacper Michajłow2023-10-141-15/+26
* stats.lua: adjust spacing between values a littleKacper Michajłow2023-10-141-23/+43
* stats.lua: show HDR meta if not equal to 203Kacper Michajłow2023-10-141-4/+7
* stats.lua: separate video parameters from video outKacper Michajłow2023-10-141-42/+85
* f_decoder_wrapper: change video-codec to show description or nameKacper Michajłow2023-10-142-2/+3
* command: fix fps property nameKacper Michajłow2023-10-141-1/+1
* command: early exit in some properties to avoid going through VOCTRLKacper Michajłow2023-10-141-18/+39
* m_property: add read_sub_validate to check if should be processedKacper Michajłow2023-10-142-0/+22
* vo_gpu_next: only increment osd_sync in update_overlays if pausedDudemanguy2023-10-131-1/+1
* command: fix segfault with playlist-{next,prev}-playlistGuido Cella2023-10-132-1/+2
* README: update release frequencyGuido Cella2023-10-131-4/+4
* terminal-unix: make stop/cont sighandlers pipe basedNRK2023-10-131-16/+37
* terminal-unix: avoid data race + simplifyNRK2023-10-131-13/+4
* terminal-unix: avoid data-race on do_deactivate_getch2NRK2023-10-131-2/+3
* drm_common: don't spoil errno in signal handlerNRK2023-10-131-0/+2
* terminal-unix: don't spoil errno in signal handlerNRK2023-10-131-1/+6
* console.lua: print the log and input line to the terminalGuido Cella2023-10-111-0/+33
* ytdl_hook.lua: set metadata with single tracksGuido Cella2023-10-111-3/+4
* defaults.lua: add a disabled parameter to timer constructorsMike Will2023-10-112-6/+12
* DOCS/options: vdpau requires GLXGuido Cella2023-10-111-1/+2
* win32: improve window snapping behaviorsunpenghao2023-10-101-53/+113
* osdep/timer-win2: use Waitable Timer for sleepingKacper Michajłow2023-10-101-7/+31
* timer: change mp_sleep_us to mp_sleep_nsDudemanguy2023-10-109-28/+27
* libmpv: add mpv_time_ns()Dudemanguy2023-10-103-2/+16
* vo: use mp_poll wrapper in wait_events when applicableDudemanguy2023-10-105-6/+27
* osdep: rename polldev to poll_wrapperDudemanguy2023-10-104-6/+7
* vo: change vo->driver->wait_events to nanosecondsDudemanguy2023-10-1019-39/+39
* vo: use nanoseconds for frame duration and ptsDudemanguy2023-10-104-16/+16
* player: store last_time timestamp in nanosecondsDudemanguy2023-10-102-3/+3
* vo: remove vo_get_estimated_vsync_interval conversion to secondsDudemanguy2023-10-102-3/+2
* DOCS/lua: update read_options exampleGuido Cella2023-10-101-2/+2
* console.lua: exit with with Ctrl+[Guido Cella2023-10-102-1/+2
* command: add playlist-next-playlist and playlist-prev-playlistGuido Cella2023-10-095-0/+123
* ci: add sanitizers to Tumbleweed buildKacper Michajłow2023-10-081-0/+1
* core: remove duplicate init_{audio,video}_decoder declarationsDudemanguy2023-10-081-2/+0
* core: remove declarations of unused functionslcksk2023-10-081-4/+0
* TOOLS/autocrop.lua: add support for detect_min_ratioKacper Michajłow2023-10-071-1/+9
* DOCS/input: document the full sub-propertyGuido Cella2023-10-071-0/+30
* console: support utf8 for table formattingChristoph Heinrich2023-10-071-3/+18
* console: cull lines outside of visible areaChristoph Heinrich2023-10-071-18/+25
* console: show completion suggestions as tableChristoph Heinrich2023-10-072-10/+87
* console: show suggestions for completionChristoph Heinrich2023-10-071-17/+34
* console: refactor text styles for log levelsChristoph Heinrich2023-10-071-9/+22
* TOOLS/autocrop.lua: simplify codeGuido Cella2023-10-071-30/+14
* player/video: mention --profile=fast and --hwdec in AV desync messageKacper Michajłow2023-10-071-0/+1
* vo: remove frame timing check from vo_still_displaying()Kacper Michajłow2023-10-071-10/+3
* Revert "video: remove another redundant wakeup"Kacper Michajłow2023-10-073-45/+20
* ci/mingw: use vulkan-loader v1.3.266Kacper Michajłow2023-10-071-2/+2
* mp_image: don't copy crop value from opaque_refKacper Michajłow2023-10-071-1/+0
* demux_playlist: use --metacode-codepage when parsing playlist filesDudemanguy2023-10-071-22/+63
* demux: change the default of metadata-codepage to autoDudemanguy2023-10-074-6/+7
* demux_cue: deprecate --demuxer-cue-codepage for --metadata-codepageDudemanguy2023-10-073-18/+7
* charset_conv: remove ancient warning about deprecated syntaxDudemanguy2023-10-072-15/+0
* stream_lavf: use metadata-codepage option for codepage conversionDudemanguy2023-10-071-0/+16
* af_scaletempo: overlap is a factor not a percentageChristoph Heinrich2023-10-072-6/+6
* DOCS/mpv: update mpv.conf's documentationGuido Cella2023-10-061-17/+21
* TOOLS/autocrop.lua: update commentGuido Cella2023-10-061-64/+44
* sd_ass: enable sub-start and sub-end with unknown duration subsGuido Cella2023-10-061-1/+1
* vo_gpu_next: improve updating overlaysDudemanguy2023-10-054-27/+22
* vo_dmabuf_wayland: correct full window size calculationDudemanguy2023-10-051-1/+3
* win32: clear client area to black earlyKacper Michajłow2023-10-051-2/+5
* player: remove unused mutate argument in mp_next_fileDudemanguy2023-10-053-7/+6
* loadfile: fix an old wonky playlist heuristicDudemanguy2023-10-052-17/+20
* af/vf-command: add ability to target a specific lavfi filterAshyni2023-10-054-15/+33
* vo_dmabuf_wayland: free frame if the visibility check failsDudemanguy2023-10-041-1/+4
* external_files: remove duplicate from cover art whitelistGuido Cella2023-10-042-3/+2
* vo_dmabuf_wayland: eliminate an extra frame copyDudemanguy2023-10-033-29/+36
* TOOLS/lua/autoload: bump the msg-level of some loggingDudemanguy2023-10-031-6/+6
* meson: declare libmpv as a dependency and override itDudemanguy2023-10-031-0/+4
* win32: adjust WM_NCACTIVATE for better compatibility with window stateKacper Michajłow2023-10-021-2/+4
* vo_dmabuf_wayland: attach solid buffer when using force windowDudemanguy2023-10-022-2/+11
* codec_tags: map some more image mimetypesDudemanguy2023-10-021-0/+7
* path: don't override "cache" and "state" paths with configdirsfan52023-10-023-10/+4
* demux: move parent_stream_info before the gotoDudemanguy2023-10-011-9/+9
* Revert "demux: constify a struct member"Dudemanguy2023-10-011-2/+3
* external_files: base cover-art-whitelist on cover-art-auto-extsGuido Cella2023-10-012-44/+14
* DOCS/interface-changes: also mention --window-affinityDudemanguy2023-10-011-0/+1
* DOCS/interface-changes: mention --backdrop-typeKacper Michajłow2023-10-011-0/+1
* win32: add WS_THICKFRAME style in borderless modeKacper Michajłow2023-10-011-1/+9
* vo: fully replace draw_image with draw_frameDudemanguy2023-10-0111-126/+58
* restore-old-bindings.conf: remove unusable bindingsGuido Cella2023-10-011-11/+4
* demux: fix erroneous condition in lazy_stream_needs_waitDudemanguy2023-10-011-1/+1
* win32: set WS_SYSMENU style alwaysKacper Michajłow2023-10-011-1/+2
* DOCS/lua: remove superfluous parameterChristoph Heinrich2023-09-301-1/+1
* Revert "demux: improve stream selection state"Dudemanguy2023-09-309-29/+19
* msg: use nanosecond precisionDudemanguy2023-09-292-4/+4
* vo: don't invoke wait, when not neededKacper Michajłow2023-09-291-0/+3
* vo: increase display refresh rate estimation limit from 99 Hz to 400 HzKacper Michajłow2023-09-291-1/+1
* vo: change vsync base to nanosecondsKacper Michajłow2023-09-299-40/+41
* win32/pthread: define _POSIX_TIMERS to notify they are not supportedKacper Michajłow2023-09-2910-8/+11
* win32/pthread: don't convert time through unrelated timerKacper Michajłow2023-09-292-18/+16
* meson: don't link pthreads when internal impl is usedKacper Michajłow2023-09-292-4/+11
* meson: add missing gl-video test dependencyKacper Michajłow2023-09-291-1/+2
* timer: teach it about nanosecondsKacper Michajłow2023-09-296-36/+57
* timer: rename mp_add_timeout to reflect what it actually doesKacper Michajłow2023-09-299-10/+10
* timer: remove dead codeKacper Michajłow2023-09-291-35/+0
* timer: simplify mp_time_us_to_realtimeKacper Michajłow2023-09-291-21/+20
* timer: rename mp_time_us_to_timespec to reflect what it actually doesKacper Michajłow2023-09-299-12/+12
* ao_audiotrack: convert to nanosecondsKacper Michajłow2023-09-291-14/+14
* playloop: make chapter property more accurate when seeking chaptersMike Will2023-09-294-11/+17
* vo_dmabuf_wayland: assume counter-clockwise rotationsDudemanguy2023-09-291-1/+4
* hwdec_drmprime: add nv16 supporthbiyik2023-09-292-0/+3
* audio/chmap: support up to 64 channelsKacper Michajłow2023-09-291-1/+1
* wasapi: clamp number of output channels to 8Kacper Michajłow2023-09-291-1/+13
* chmap: add more channel layouts up to 22.2Kacper Michajłow2023-09-294-1/+30
* audio/chmap: link string buffer size to MP_NUM_CHANNELSKacper Michajłow2023-09-292-3/+6
* playloop: don't refresh seek on external sub streamsDudemanguy2023-09-281-1/+1
* demux: improve stream selection stateDudemanguy2023-09-279-19/+29
* Revert "demux: eagerly read subtitle streams when switching tracks while paused"Dudemanguy2023-09-273-10/+5
* demux: eagerly read subtitle streams when switching tracks while pausedDudemanguy2023-09-273-5/+10
* osc: move the idle logo behind other overlaysChristoph Heinrich2023-09-271-4/+4
* meson: don't require swift when checking macos sdkDudemanguy2023-09-271-4/+8
* command: only warn shared-script-properties onceDudemanguy2023-09-271-2/+6
* wayland: don't double close display fdJack Mitchell2023-09-271-5/+2
* command: deprecate shared-script-propertiesDudemanguy2023-09-272-0/+3
* osc: remove shared-script-properties usageDudemanguy2023-09-271-5/+0
* DOCS/options: update lavfi-complex examplesGuido Cella2023-09-271-2/+2
* console.lua: complete properties after cycle-valuesGuido Cella2023-09-271-0/+2
* af_scaletempo2: raise max playback rate to 8.0llyyr2023-09-272-2/+2
* DOCS/options: add example for custom pitch correction filterllyyr2023-09-271-2/+16
* restore-old-bindings.conf: add the old wheel bindingsGuido Cella2023-09-271-2/+7
* DOCS/mpv: update the wheel bindingsGuido Cella2023-09-271-2/+2
* win32: add option to change backdrop styleDeadSix2023-09-274-3/+40
* recorder: fix a couple of memory leaksDudemanguy2023-09-261-7/+16
* DOCS/options: update libplacebo-opts documentation URLNiklas Haas2023-09-261-1/+1
* input.conf: make `u` toggle between force and yesllyyr2023-09-252-4/+4
* DOCS/input: update aegisub URLGuido Cella2023-09-251-1/+1
* osc.lua: fix calculation for slider's min-max averageMike Will2023-09-251-1/+1
* win32: pass window handle to the window-id propertyDeadSix272023-09-251-0/+6
* vo_gpu: remove --scaler-lut-sizeNiklas Haas2023-09-257-23/+10
* vo_gpu: remove --scale-cutoff etcNiklas Haas2023-09-257-21/+6
* DOCS/af: update audio filters sectionllyyr2023-09-241-6/+22
* github/workflows: rename the job for the docs checkDudemanguy2023-09-241-2/+2
* github/workflows: add a workflow to check doc changesDudemanguy2023-09-241-0/+24
* github/workflows: only run build if source/build files changeDudemanguy2023-09-241-0/+6
* DOCS/man: remove outdated note about gnome and idle-inhibitDudemanguy2023-09-241-3/+0
* wayland: remove gnome-specific idle-inhibit warningDudemanguy2023-09-241-4/+0
* ci/mingw: drop old workarounds for vulkan-headerssfan52023-09-231-2/+1
* m_config_core: remove mp_read_option_rawDudemanguy2023-09-222-39/+0
* cuda: move --cuda-device to cuda_opts groupDudemanguy2023-09-224-12/+32
* opengl/context_win: move opengl-dwmflush to wingl_opts groupDudemanguy2023-09-223-12/+26
* libmpv_gl: replace mp_read_option_raw callDudemanguy2023-09-221-5/+5
* video/out/gpu: replace mp_read_option_raw callDudemanguy2023-09-221-3/+3
* stream: remove unneeded mp_read_option_raw callDudemanguy2023-09-221-3/+4
*