summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* stats.lua: scroll: allow throttling page-rebuild (no-op)Avi Halachmi (:avih)2021-07-191-4/+5
* stats.lua: move internal performance from page 4 to page 0Avi Halachmi (:avih)2021-07-192-6/+6
* player: fix missed pause state update during reset in some casessfan52021-07-181-0/+4
* Revert "audio: fix ao_reset() not clearing paused state leading to stuck AO"sfan52021-07-181-1/+0
* osxbundle: use python3Kiracus2021-07-172-3/+2
* audio: fix ao_reset() not clearing paused state leading to stuck AOsfan52021-07-161-0/+1
* TOOLS/autocrop.lua: improve enable/disable conditionGuido Cella2021-07-141-5/+6
* demux: acquire lock before calling update_bytes_readShreesh Adiga2021-07-131-2/+2
* audio: check ao driver init failure to avoid use after freeShreesh Adiga2021-07-131-9/+12
* lua: fix timers comment (no-op)Avi Halachmi (:avih)2021-07-131-2/+3
* terminal-unix: fix ^Z identificationMartin Tournoij2021-07-131-1/+2
* DOCS/options: adds documentation for secondary-sub-visibilityRipose2021-07-121-0/+9
* command: adds support for secondary subs to sub-seek and sub-stepRipose2021-07-122-9/+42
* command: add secondary-sub-start and secondary-sub-end propertiesRipose2021-07-123-4/+25
* manpage: DEL key: clarify it refers to the oscGuido Cella2021-07-121-1/+1
* manpage: fix typoGuido Cella2021-07-081-1/+1
* recorder: add support for attachments (fonts)TheAMM2021-07-084-4/+56
* recorder: ignore packet queue in mux_packets()TheAMM2021-07-081-19/+8
* av_common: trim FLAC extradata when copying codec paramsTheAMM2021-07-081-4/+15
* demux, dump-cache: fix demux cache range sortingTheAMM2021-07-081-2/+2
* recorder: clear packet queue after they've been muxedTheAMM2021-07-081-1/+1
* player: add append-play flag to loadlistGuido Cella2021-07-062-3/+10
* osc: expose osc-visibility via shared-script-propertiesAvi Halachmi (:avih)2021-07-061-0/+1
* wayland: refactor surface scalingDudemanguy2021-06-302-33/+56
* sub: fix subs/lyrics on music files with sub-past-video-end=norcombs2021-06-271-1/+3
* wayland: fix wl_surface_set_buffer_scale usageDudemanguy2021-06-273-3/+2
* wayland: always be sure to initially try to renderDudemanguy2021-06-275-8/+7
* wayland: remove unused includesDudemanguy2021-06-272-6/+0
* wayland: handle app id option less stupidlyDudemanguy2021-06-263-6/+2
* wayland: reorganize wayland common codeDudemanguy2021-06-265-948/+962
* stats.lua: add scaled resolutionDudemanguy2021-06-251-0/+7
* DOCS: fix typo on seekbarkeyframeshooke0072021-06-241-6/+6
* TOOLS/lua/autoload: load files even if current file is hiddenLaserEyess2021-06-241-1/+3
* TOOLS/lua/autoload: add ignore_hidden optionLaserEyess2021-06-241-2/+4
* player: fix property nameGuido Cella2021-06-241-1/+1
* lua: idle observers: ensure timers are up-to-dateAvi Halachmi (:avih)2021-06-231-0/+9
* lua: timers: don't block forever with slow callbacksAvi Halachmi (:avih)2021-06-231-2/+13
* sub: by default, don't render timestamps after video EOFrcombs2021-06-234-1/+11
* player: change cover-art-auto behaviorGuido Cella2021-06-233-12/+8
* js: idle-observers: minor performance improvementAvi Halachmi (:avih)2021-06-221-1/+1
* osc: seekbar hover/drag: display target chapter at the titleAvi Halachmi (:avih)2021-06-222-2/+35
* manpage: add article in fuzzy explanationGuido Cella2021-06-211-2/+2
* player: remove unnecessary checkGuido Cella2021-06-211-1/+1
* player: fix segfaultGuido Cella2021-06-211-2/+1
* osc: ensure tick after any mouse-eventAvi Halachmi (:avih)2021-06-201-1/+3
* osc: don't initialize while mouse-down over an elementAvi Halachmi (:avih)2021-06-201-1/+8
* osc: update chapter marker positions when duration changesSagnac2021-06-162-1/+35
* js: add mp.utils.append_fileAvi Halachmi (:avih)2021-06-133-11/+23
* vo_gpu: vulkan: displayvk: Fix handling of unconnected planesPhilip Langdale2021-06-121-1/+6
* vo_gpu: vulkan: implement a VkDisplayKHR backed contextPhilip Langdale2021-06-116-0/+425
* vo_gpu: vulkan: provide a helper to access device name optionPhilip Langdale2021-06-112-0/+17
* vo_rpi: fix argument nameDudemanguy2021-06-081-2/+2
* github/issue_template: irc -> IRCJan Ekström2021-06-081-2/+2
* {ci,docs,README}: update IRC references to new networkJan Ekström2021-06-084-6/+6
* docs: fix leftover reference to the now defunct --video-sync-adrop-size optionChris Varenhorst2021-06-041-5/+4
* ytdl_hook: improve handling of json parsing errorsRetusthese2021-05-291-10/+12
* wayland: refactor dispatching eventsDudemanguy2021-05-281-46/+34
* manpage: mention cover-art-autoGuido Cella2021-05-282-5/+6
* README: fix link to feature-request issuesGuilherme2021-05-281-1/+1
* player: load cover art with the media filenameGuido Cella2021-05-273-19/+28
* win32: support the property 'focused'Avi Halachmi (:avih)2021-05-272-3/+13
* osc: re-initialize when chapter list changesRetusthese2021-05-271-0/+1
* recorder: fix codec_tag / codec_id confusionTheAMM2021-05-261-2/+2
* recorder: clear codec_tag if no target format supportTheAMM2021-05-261-0/+6
* af_scaletempo2: use gcc vectors to speed up inner loopNiklas Haas2021-05-262-3/+76
* vo_gpu: replace --icc-contrast by --icc-force-contrastNiklas Haas2021-05-263-49/+52
* wayland: shuffle around the render loop againDudemanguy2021-05-245-35/+35
* wayland: send VO_EVENT_DPI on output event as wellDudemanguy2021-05-231-0/+1
* command: add a missing comma to MP_EVENT_WIN_STATEDudemanguy2021-05-231-1/+1
* vo_gpu: fix extreme clipping with --gamut-clipping for HDR outputsNiklas Haas2021-05-221-1/+2
* wayland: simplify render loopDudemanguy2021-05-225-49/+36
* player/command: add secondary-sub-text propertyZsolt Vadasz2021-05-192-5/+22
* sub/osd: hide secondary subtitles if secondary-sub-visibility is falseZsolt Vadasz2021-05-197-2/+17
* vo_gpu: hwdec_vaapi: silence errors while probingNiklas Haas2021-05-194-4/+7
* stream_lavf: remove uninitialized http_like arrayDudemanguy2021-05-181-4/+2
* osxbundle: fix slow and wasteful memory allocationder richter2021-05-161-0/+5
* stream_file: disable read ahead for remote files on macOSder richter2021-05-161-1/+8
* build: move mingw jobs to Github actionssfan52021-05-162-21/+41
* build: move website rebuild into Linux/clang travis jobsfan52021-05-161-1/+1
* options: add some entries to --display-tags defaultsYour Name2021-05-111-0/+1
* ytdl_hook: expose some JSON fields as tagsYour Name2021-05-111-0/+29
* edl: add a way to add tagsYour Name2021-05-112-1/+36
* zsh completion: perform globbing on binary pathNiklas Haas2021-05-071-4/+4
* vo_gpu: fix trivial memory leakYour Name2021-05-071-1/+3
* Revert "vo_gpu: revert 8a09299 and conditionally clear framebuffer again"Your Name2021-05-071-5/+3
* vf_sub: restore OSD if removedYour Name2021-05-071-0/+9
* options: extend --replaygain-preamp rangeYour Name2021-05-071-1/+1
* audio: fix replaygain being completely brokenYour Name2021-05-071-0/+1
* Revert "audio: set audio chain ao on reinit"Your Name2021-05-071-3/+1
* mac: add support for display-width/display-height propertyder richter2021-05-061-13/+20
* command: add display-width/display-height propertyDudemanguy2021-05-069-1/+60
* DOCS/input.rst: clarify --no-input-default-keybindings docsAvi Halachmi (:avih)2021-05-041-1/+4
* filter_kernels: fix quadric windowNiklas Haas2021-05-041-1/+1
* DOCS/lua.rst: fix docs for utils.file_infoAvi Halachmi (:avih)2021-05-031-1/+1
* build: address AVCodec, AVInputFormat, AVOutputFormat const warningssfan52021-05-0110-17/+17
* scripting (lua/js): utils.getpid: make wrapper of pid propertyAvi Halachmi (:avih)2021-05-014-16/+5
* command: new property: pid (process id)Avi Halachmi (:avih)2021-05-012-0/+12
* DOCS: clarify how client/script names workDudemanguy2021-04-292-4/+12
* command: osd-dimensions: return ints and doc fixesDudemanguy2021-04-292-8/+8
* audio: add two minor log messagessfan52021-04-291-2/+6
* ao/pulse: fix incorrect state reported after resetsfan52021-04-291-0/+1
* osc: reset margins when using boxvideo with showfullscreen/showwindowedossifrage2021-04-271-1/+11
* wayland: ignore toplevel listener if geometry is 0Dudemanguy2021-04-261-0/+4
* osc: display immediately when visibility changes from never to alwaysossifrage2021-04-251-1/+2
* mac: fix window geometry calculation on secondary screensder richter2021-04-241-19/+26
* stream_file: add new identifier for macOS FUSE filesystemsder richter2021-04-241-1/+1
* DOCS: mpv.rst: minor escaping clarificationsAvi Halachmi (:avih)2021-04-231-1/+4
* win32: fit_window_on_screen: simplify, add commentsAvi Halachmi (:avih)2021-04-231-16/+17
* win32: fit_window_on_screen: centralize logic (no-op)Avi Halachmi (:avih)2021-04-231-4/+3
* win32: fit_window_on_screen: ensure top edge is insideAvi Halachmi (:avih)2021-04-231-6/+18
* options: win32: ignore and deprecate --fit-borderAvi Halachmi (:avih)2021-04-233-8/+3
* demux_lavf: fix minor memory leaksrland jon2021-04-201-0/+2
* vo_gpu: greatly increase maximum shader cache sizeNiklas Haas2021-04-181-1/+1
* wayland: workaround hidden state detection badnessDudemanguy2021-04-182-2/+25
* audio: set audio chain ao on reinitDudemanguy2021-04-181-1/+3
* wayland: update geometry + cursor on output eventDudemanguy2021-04-161-40/+56
* wayland: support the display-hidpi-scale propertyDudemanguy2021-04-121-0/+8
* demux: undeprecate --cache-secssfan52021-04-083-8/+2
* audio/aframe: reuse data buffer if less than 8 channelssfan52021-04-081-6/+12
* stream: turn stream_info.open2's args argument constsfan52021-04-085-5/+5
* stream_slice: fix use-after-free if inner stream fails to opensfan52021-04-081-2/+3
* player/scripting: fix use-after-free when loading script folderssfan52021-04-081-2/+3
* stream_mf: set correct stream originsfan52021-04-081-0/+1
* demux_mf: improve format string processingAvi Halachmi (:avih)2021-04-051-2/+37
* manpage: fix a typo in the --aid option noteun.def2021-04-051-1/+1
* vo_gpu: adjust interpolation_threshold's defaultLaserEyess2021-03-282-7/+21
* options: Add validation macro for int typePhilip Langdale2021-03-281-0/+8
* demux: Move demuxer help to new standard mechanismPhilip Langdale2021-03-284-13/+9
* options: Make validation and help possible for all option typesPhilip Langdale2021-03-2814-106/+159
* vo_gpu: placebo: keep track of texture sample modeNiklas Haas2021-03-211-0/+4
* stats.lua: include a filter's @label when displaying filters on page 1Chris Varenhorst2021-03-151-0/+4
* ao_oss: add this audio output againrim2021-03-155-1/+424
* audio: prevent uninit_audio_out during encodingTom Wilson2021-03-151-1/+2
* stream_lavf: add support for Gopher over TLS.parazyd2021-03-151-1/+1
* ao/pulse: signal the mainloop when ops are doneThomas Weißschuh2021-03-111-2/+5
* player/command: add albumart argument to video-addTom Wilson2021-03-093-4/+13
* player/{core,loadfile}: make cover art loading more explicitJan Ekström2021-03-093-10/+16
* ao/pulse: wait for command completion when setting volume or muteThomas Weißschuh2021-03-091-13/+8
* ytdl_hook: fix crash on missing track bitraternhmjoj2021-03-081-1/+1
* umpv: Use generator expression for filesjimman20032021-03-031-1/+1
* wayland: no mouse dragging in fullscreen/maximizedDudemanguy2021-03-021-0/+1
* manpage: mention rotate limitations with hwdecGuido Cella2021-03-021-0/+4
* vd_lavc: wrap use of deprecated AVCodecContext.thread_safe_callbacks in #ifsfan52021-03-021-0/+2
* manpage: video-rotate supports arbitrary stepsGuido Cella2021-03-021-5/+4
* mac: fix traditional fullscreen on macOS 11der richter2021-02-272-4/+20
* mac: remove an unused variableder richter2021-02-271-1/+0
* vo_gpu: libplacebo: require v2.72.0Niklas Haas2021-02-232-52/+2
* appveyor: Use MSYS2's spirv-cross package instead of building itBiswapriyo Nath2021-02-231-9/+1
* appveyor: use latest build image for fixed MSYS2 installationBiswapriyo Nath2021-02-231-12/+4
* msg: fix really-quiet option to only affect terminal outputder richter2021-02-231-2/+2
* mac: add ability to toggle visibility on all workspaces from menubarEvgeny Zinoviev2021-02-211-0/+7
* command: add label for on-all-workspaces commandEvgeny Zinoviev2021-02-211-0/+1
* mac: support --on-all-workspaces optionEvgeny Zinoviev2021-02-213-1/+14
* vo_gpu: don't abort() if plane tex creation failsNiklas Haas2021-02-161-3/+4
* filters/auto_filters: switch from scaletempo to scaletempo2Jan Ekström2021-02-153-5/+5
* af_scaletempo2: fix crash for speed >= 16Dorian Rudolph2021-02-151-9/+13
* travis: fix macOS VMs with older homebrew versionsder richter2021-02-131-2/+10
* mac: only update touch bar items when necessaryder richter2021-02-132-87/+150
* mac: use custom touch bar item and slider instead of a touch bar sliderder richter2021-02-131-9/+9
* vo_gpu: vaapi: export plane pitch properlyNiklas Haas2021-02-121-0/+4
* DOCS: fix cplugins information in libmpv.rst.Érico Rolim2021-02-121-2/+2
* demuxer/demux_mf: add support for more image codecsPaul B Mahol2021-02-061-0/+2
* man: update deband-threshold defaultMia Herkt2021-02-051-1/+1
* vo_gpu: lower default deband thresholdMia Herkt2021-02-051-1/+1
* vo_wlshm: support big endian systemsEmmanuel Gil Peyrot2021-02-041-1/+2
* README: update libass dependency harfbuzz as non-optionalder richter2021-01-241-3/+3
* manpage: fix PDF buildgaroto2021-01-231-4/+6
* docs: Fix an old style parameter referenceChris Varenhorst2021-01-201-1/+1
* umpv: remove unused importsJim Manos2021-01-191-2/+0
* stream_lavf: support rtspsMia Herkt2021-01-191-4/+4
* player: make resetting of track selection to "auto" worksfan52021-01-161-9/+21
* mac: fix dangling pointersder richter2021-01-132-31/+32
* mac: drop build support for swift versions earlier than version 4.1der richter2021-01-134-52/+21
* mac: fix usage of temporary pointersder richter2021-01-132-29/+57
* manpage: document off-by-one loop-file behaviorLeo Izen2021-01-071-0/+5
* manpage: rename OS X references to macOSLeo Izen2021-01-034-36/+36
* vo_gpu: don't segfault if 3DLUT texture fails uploadingNiklas Haas2021-01-011-0/+5
* input.conf syntax: support custom quotes !XstringX!Avi Halachmi (:avih)2020-12-312