summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sub: SDH filter: small refinementsAvi Halachmi (:avih)2021-08-051-6/+10
* sub: add filter text utils, use from filter-regex (no-op)Avi Halachmi (:avih)2021-08-053-22/+39
* wayland: cleanup handle_toplevel_configDudemanguy2021-08-032-13/+7
* options: don't always set set-locally to trueGuido Cella2021-08-031-2/+1
* stats.lua: page 4 (keys): better alignment of non-ascii keysAvi Halachmi (:avih)2021-07-311-2/+16
* player: eac3 to the whitelist of audio extensionsDudemanguy2021-07-301-1/+1
* DOCS/input.rst: key names: add shift modifier notehooke0072021-07-301-0/+6
* stats.lua: page 4 (keys): detect single-quotesAvi Halachmi (:avih)2021-07-301-2/+2
* input: arguments quoting: support single-quotesAvi Halachmi (:avih)2021-07-302-9/+26
* input: argument custom quotes: use ` instead of !Avi Halachmi (:avih)2021-07-302-7/+7
* options: audio-display determines cover priorityGuido Cella2021-07-294-12/+21
* DOCS: fix manual compiling warningsgaroto2021-07-282-2/+2
* DOCS/mpv.rst: fix quotingAvi Halachmi (:avih)2021-07-281-1/+1
* ci/travis: remove everything as it's nop nowJan Beich2021-07-271-52/+0
* ci/travis: remove freebsd buildJan Beich2021-07-271-38/+0
* github/workflows: add freebsd CIJan Beich2021-07-271-0/+43
* manpage: explain when properties are expandedGuido Cella2021-07-271-3/+13
* TOOLS/autocrop.lua: allow hiding OSD messagesGuido Cella2021-07-271-6/+12
* wayland: unset hidden state in frame callbackDudemanguy2021-07-261-8/+1
* egl_helpers: fix create_context fallback behaviorDudemanguy2021-07-253-16/+47
* command: handle changes to image-display-durationGuido Cella2021-07-251-0/+5
* github/workflows: separate jobs with an endlineJan Ekström2021-07-251-0/+2
* ci/travis: remove linux buildsJan Ekström2021-07-251-15/+0
* github/workflows: add linux CIJan Ekström2021-07-251-0/+26
* stats.lua: fix ass-escape while persistent_overlay=yesAvi Halachmi (:avih)2021-07-251-14/+27
* ci/travis: remove macOS buildsJan Ekström2021-07-251-58/+0
* github/workflows: add macOS CIJan Ekström2021-07-251-0/+27
* context_drm_egl: allow autoprobe selectionDudemanguy2021-07-231-5/+0
* js: fix tiny leaks if js_try throws(!)Avi Halachmi (:avih)2021-07-231-16/+41
* manpage: fix watch-later-options examplesGuido Cella2021-07-212-5/+4
* js: key bindings: ensure priorities for same-key bindingsAvi Halachmi (:avih)2021-07-211-4/+14
* options: add watch-later-optionsGuido Cella2021-07-2110-78/+127
* stats.lua: remove script-opts for the main keys (i/I)Guido Cella2021-07-212-15/+4
* manpage: minor fixesGuido Cella2021-07-212-4/+4
* stats.lua: page 4 (keys): fix "excluding stats keys" - attempt 2Avi Halachmi (:avih)2021-07-201-7/+7
* Revert "stats.lua: page 4 (keys): fix "excluding stats keys""Avi Halachmi (:avih)2021-07-201-3/+3
* stats.lua: page 4 (keys): fix "excluding stats keys"Avi Halachmi (:avih)2021-07-201-3/+3
* DOCS/mpv.rst: add cross references to --input-test and statsAvi Halachmi (:avih)2021-07-191-0/+3
* stats.lua: page 4 (keys): support help-like terminal printoutAvi Halachmi (:avih)2021-07-192-2/+29
* stats.lua: add page 4: active key-bindings listAvi Halachmi (:avih)2021-07-192-0/+168
* 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-09