summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* DOCS/af: update audio filters sectionHEADmasterllyyr3 hours1-6/+22
* github/workflows: rename the job for the docs checkDudemanguy6 hours1-2/+2
* github/workflows: add a workflow to check doc changesDudemanguy6 hours1-0/+24
* github/workflows: only run build if source/build files changeDudemanguy6 hours1-0/+6
* DOCS/man: remove outdated note about gnome and idle-inhibitDudemanguy22 hours1-3/+0
* wayland: remove gnome-specific idle-inhibit warningDudemanguy22 hours1-4/+0
* ci/mingw: drop old workarounds for vulkan-headerssfan539 hours1-2/+1
* m_config_core: remove mp_read_option_rawDudemanguy2 days2-39/+0
* cuda: move --cuda-device to cuda_opts groupDudemanguy2 days4-12/+32
* opengl/context_win: move opengl-dwmflush to wingl_opts groupDudemanguy2 days3-12/+26
* libmpv_gl: replace mp_read_option_raw callDudemanguy2 days1-5/+5
* video/out/gpu: replace mp_read_option_raw callDudemanguy2 days1-3/+3
* stream: remove unneeded mp_read_option_raw callDudemanguy2 days1-3/+4
* options: rename some opt structs to *_opts instead of *_paramsDudemanguy2 days1-3/+3
* stream_bluray: move --bluray-device to stream_bluray_optsDudemanguy2 days3-3/+26
* stream_cdda: move cdrom-device to cdda_paramsDudemanguy2 days5-11/+8
* demuxer: remove several mp_read_option_raw callsDudemanguy2 days3-25/+12
* demux: make demux opts publicDudemanguy2 days2-43/+47
* options: move some demux-specific opts to demux optsDudemanguy2 days3-13/+8
* demux_lavf: set duration to -1 if unknownllyyr3 days1-3/+3
* DOCS/options: remove some stray tabsDudemanguy3 days1-2/+2
* win32: don't remove WS_CAPTION from styleKacper Michajłow3 days1-23/+16
* win32: enable custom WM_NCHITTEST also when title bar is hiddenKacper Michajłow3 days1-1/+1
* win32: set window_corners to default for fullscreenKacper Michajłow3 days1-6/+10
* win32: add --window-cornersKacper Michajłow3 days5-0/+33
* win32: fix fit_window_on_screen to account for invisible bordersKacper Michajłow3 days1-0/+12
* win32: reduce top border thickness to imitate DWM invisible bordersKacper Michajłow3 days1-0/+30
* win32: add an option to control window title bar stateKacper Michajłow3 days5-1/+15
* win32: add an option to change window affinityDeadSix3 days4-4/+28
* wayland: ensure at least a scale factor of 1 when drawing cursorDudemanguy3 days1-2/+3
* github/workflows: comment PR artifacts linksnatural-harmonia-gropius3 days1-0/+58
* win32: explicitly guard dark mode calls by Windows versionKacper Michajłow3 days1-2/+14
* vo_gpu_next: use proper color for subtitlesKacper Michajłow3 days1-19/+28
* {github/workflows,ci}: install and enable libplacebo in macOS CIJan Ekström3 days2-2/+2
* github/workflows: add macOS 13 buildJan Ekström3 days1-0/+1
* vo_gpu: don't override scaler options with default onesKacper Michajłow3 days1-2/+10
* builtin.conf: remove unneeded vlang/alang/slang linesDudemanguy3 days1-6/+0
* vo_gpu: allow deband-iterations to be 0llyyr3 days2-2/+2
* drm: remove selecting the card number with --drm-connectorDudemanguy3 days3-24/+6
* options: remove --vf-defaults and --af-defaultsDudemanguy3 days8-41/+8
* options: remove deprecated --record-file optionDudemanguy3 days8-127/+1
* vo_sixel: change exit-clear handling to OPT_REPLACEDDudemanguy3 days1-2/+1
* options: remove a few options marked with .deprecation_messageDudemanguy3 days11-62/+3
* command: stop restarting playback when writing to playlist-posDudemanguy3 days3-9/+7
* command: remove some old deprecated properitiesDudemanguy3 days3-29/+10
* options: remove ancient option fallbacks/deprecationDudemanguy3 days17-218/+5
* builtin.conf: remove deprecated opengl-hq profileDudemanguy3 days2-4/+1
* demux_playlist: add --directory-mode=autoGuido Cella3 days3-3/+15
* various: add missing include in header fllesllyyr3 days6-0/+6
* sub/ass_mp: filters/f_lavfi: forward declare mp_logllyyr3 days2-0/+2
* sd_ass: use directive instead of writing magic constantsllyyr3 days2-7/+9
* vo_dmabuf_wayland: support osd rendering when there's no videoDudemanguy3 days2-25/+29
* mp_image: add force_window fieldDudemanguy3 days3-0/+3
* demux_mf: detect svgGuido Cella3 days1-0/+1
* sdl_gamepad: fix button detection on modern controllersDeadSix273 days1-0/+2
* TOOLS/autocrop.lua: switch to auto-copy hwdec during cropdetectGuido Cella3 days1-0/+20
* TOOLS/autocrop.lua: cleanup timers correctlyGuido Cella3 days1-1/+1
* vo_gpu_next: fix unscaled screenshot with --blend-subtitlesKacper Michajłow4 days1-4/+4
* TOOLS/autocrop.lua: use VO crop alwaysKacper Michajłow4 days1-47/+12
* options: make video-crop validation more strictKacper Michajłow4 days5-14/+14
* player/video: don't try to restore old crop when invalid were providedKacper Michajłow4 days1-29/+20
* vo_gpu: match libplacebo debanding defaultsNiklas Haas4 days3-4/+5
* vo_gpu: match libplacebo peak detection defaultsNiklas Haas4 days3-5/+7
* DOCS: update notes about new profilesKacper Michajłow4 days3-8/+14
* vo_gpu: default to dscale=hermiteNiklas Haas4 days3-4/+5
* DOCS/options: document hermite scalerNiklas Haas4 days1-0/+5
* DOCS/options: remove potentially offensive languageNiklas Haas4 days1-7/+6
* DOCS/options: remove spline36 sectionNiklas Haas4 days1-3/+0
* DOCS/options: change wording to be less inflammatoryAlex Mitzsch4 days1-1/+1
* af_scaletempo2: fix missing variable init, remove redundant initferreum4 days1-1/+1
* af_scaletempo2: truncate final packet to expected lengthferreum4 days1-0/+14
* af_scaletempo2: fix processing of final packetferreum4 days3-16/+64
* af_scaletempo2: calculate latency by center of search blockferreum4 days2-6/+6
* af_scaletempo2: restore exact audio sync on return to 1x speedferreum4 days1-1/+9
* af_scaletempo2: fix speed change latency and pts spikesferreum4 days3-42/+51
* af_scaletempo2: fix audio artifact on initial WSOLA iterationferreum4 days2-7/+20
* af_scaletempo2: fix audio offset when playing back at 1x speedferreum4 days1-9/+13
* af_scaletempo2: fix inconsistent search block position after initferreum4 days1-2/+3
* af_scaletempo2: move latency calculation to internal functionferreum4 days3-3/+9
* af_scaletempo2: fix missing dereference when processing final packetferreum4 days1-1/+1
* af_scaletempo2: fix audio-video de-sync caused by speed changesferreum4 days1-8/+4
* DOCS/vo: remove some dated deprecation warnings about --vo=rpiDudemanguy5 days1-8/+1
* meson: enable cplugins on WindowsKacper Michajłow5 days1-2/+2
* cplugin: allow loading mpv_* symbols dynamicallyKacper Michajłow5 days5-4/+241
* libmpv: remove not used mpv.pc.inKacper Michajłow5 days1-12/+0
* osdep/io: provide dlopen, etc. abstraction wrappers for windowschuck-5 days2-0/+79
* scripting: dll cpluginschuck-5 days1-0/+7
* builtin.conf: modernize internal profilesKacper Michajłow5 days4-25/+32
* vo: change tscale to oversample by defaultKacper Michajłow5 days3-3/+3
* vo: make cscale follow scale by defaultKacper Michajłow5 days4-3/+22
* vo: enable correct-downscaling, linear-downscaling, sigmoid-upscalingKacper Michajłow5 days3-3/+8
* vo: avoid unnecessary redraws when the OSD showsDudemanguy5 days1-6/+6
* demux: prepend some cache options with demuxerDudemanguy6 days3-4/+8
* filter_kernels: remove bcspline filterllyyr6 days3-13/+4
* filter_kernels: fix bcspline paramsllyyr6 days1-1/+1
* filter_kernels: add hermite filterllyyr6 days1-0/+1
* vo_gpu_next: fix blur and taper values being zerollyyr6 days1-2/+4
* vo_dmabuf_wayland: support 90 degree rotationsDudemanguy7 days1-0/+3
* DOCS/vo: remove outdated reference to --vo-vaapi-deinit-modeDudemanguy7 days1-19/+0
* demux_mkv: support ProjectionPoseRoll elementKacper Michajłow7 days1-0/+23
* demux_mkv: support PixelCrop* elementsKacper Michajłow7 days1-0/+29
* TOOLS/matroska.py: add PixelCrop* elementsKacper Michajłow7 days1-0/+4
* demux: add crop to mp_codec_paramsKacper Michajłow7 days4-0/+35
* win32: remove noisy debug logKacper Michajłow7 days1-1/+0
* osc: add scrolling to audio/sub buttonsllyyr8 days2-0/+9
* vo_gpu: remove --scale-wblur etcNiklas Haas8 days3-7/+8
* filter_kernels: add ewa_lanczos4sharpestNiklas Haas8 days3-0/+13
* filter_kernels: refine ewa_lanczossharp/soft constantsNiklas Haas8 days1-6/+6
* filter_kernels: use true jinc radiusNiklas Haas8 days2-7/+6
* filter_kernels: replace magic jinc radius by constant (cosmetic)Niklas Haas8 days1-6/+8
* filter_kernels: properly sharpen/blur filter radiusNiklas Haas8 days3-7/+11
* vo_gpu: slight bump to hard-coded option size limitsNiklas Haas8 days1-3/+3
* vo_gpu_next: remove ewa_lanczossharp nagNiklas Haas8 days1-6/+0
* TOOLS/lua/autoload: rename local variable to lowercaseChristoph Heinrich9 days1-6/+6
* TOOLS/lua/autoload: pass extensions to recursive callChristoph Heinrich9 days1-1/+1
* hwtransfer: make probe_formats logging less spammyllyyr9 days1-7/+26
* vo_gpu: vo_gpu_next: support --icc-3dlut-size=autoNiklas Haas10 days4-4/+16
* vo_gpu_next: update for new ICC profile APINiklas Haas10 days1-38/+60
* present_sync: allow future timestampsDudemanguy10 days1-4/+3
* vo_gpu_next: map --scaler-resizes-onlyNiklas Haas10 days1-0/+3
* TOOLS/lua/autoload: change EXTENSIONS_TARGET to a local variabledyphire10 days1-3/+4
* TOOLS/lua/autoload: fix specify loading only one type of filesdyphire10 days1-1/+1
* TOOLS/lua/autoload: add directory_mode optionChristoph Heinrich11 days1-2/+14
* TOOLS/lua/autoload: add recursive directory loadingChristoph Heinrich11 days1-36/+63
* TOOLS/lua/autoload: avoid adding entries to the playlist more then onceChristoph Heinrich11 days1-13/+15
* TOOLS/lua/autoload: support directoriesChristoph Heinrich11 days1-8/+22
* meson: check vulkan versionsyphyr12 days1-1/+1
* stream: accept dav:// and davs:// urlsY0J1G3N13 days1-5/+5
* meson: rename last feature with underscoresfan513 days1-1/+1
* DOCS/options: add catmull_rom as an example for --scaledokur0chan14 days1-0/+7
* sd_lavc: fix subtitle presentation timeKacper Michajłow14 days1-13/+1
* Revert "sub: add auto option to --sub-fix-timing"Kacper Michajłow14 days5-9/+5
* vd_lavc: by default enable cropping by decoderKacper Michajłow2023-09-102-2/+2
* DOCS/lua.rst: fix typoGuido Cella2023-09-091-2/+2
* player: redo --subs-fallback-forcedDudemanguy2023-09-093-12/+24
* vo: change vsync_interval to doubleDudemanguy2023-09-092-12/+12
* sd_lavc: account for floating point inaccuracyKacper Michajłow2023-09-091-1/+1
* player/video: apply crop for all frames in vo_frameKacper Michajłow2023-09-091-32/+39
* screenshot: support crop with --screenshot-swKacper Michajłow2023-09-092-2/+31
* vo_gpu_next: support --blend-subtitles when taking screenshootKacper Michajłow2023-09-091-3/+25
* vo_gpu: support crop in gl_video_screenshotKacper Michajłow2023-09-091-3/+13
* vo_gpu_next: support crop in video_screenshotKacper Michajłow2023-09-091-4/+11
* vo_gpu_next: forwards compatibility with pl_cacheNiklas Haas2023-09-081-0/+13
* vd_lavc: disable cropping by decoderKacper Michajłow2023-09-082-0/+11
* mp_image: add missing crop initializationKacper Michajłow2023-09-081-0/+7
* video: allow overriding container crop if it is presentKacper Michajłow2023-09-083-10/+21
* stats.lua: don't display full frame cropKacper Michajłow2023-09-081-5/+23
* player/command: mark video-params/crop- unavailable if emptyKacper Michajłow2023-09-081-4/+5
* m_option: return empty rect when no width/height is availableKacper Michajłow2023-09-081-0/+2
* autocrop.lua: enable vo_crop mode by defaultKacper Michajłow2023-09-081-1/+1
* autocrop.lua: don't remove crop on startup/exitKacper Michajłow2023-09-081-1/+4
* autocrop.lua: detect if crop is enabled based on propKacper Michajłow2023-09-081-3/+5
* m_option: make m_rect_apply center basedKacper Michajłow2023-09-083-11/+7
* sub: add auto option to --sub-fix-timingDudemanguy2023-09-075-5/+9
* Revert "sd_lavc: use SUB_GAP_THRESHOLD for overlaps/gaps"Dudemanguy2023-09-071-2/+2
* path-{darwin,unix}: save cache to subdir when using non-XDG pathDudemanguy2023-09-072-4/+12
* meson: add -Bsymbolic for libmpvKacper Michajłow2023-09-071-0/+1
* vo: vulkan: allow picking devices by UUIDPhilip Langdale2023-09-042-13/+51
* meson: include our local copy of libavutil uuid if ffmpeg is too oldPhilip Langdale2023-09-042-2/+7
* misc: add copy of uuid from ffmpegPhilip Langdale2023-09-042-0/+287
* {zsh,bash}-completion: use config when autocompleting profilesPhilip Langdale2023-09-032-3/+12
* stream/dvbin: recommend to use specific channels.conf file namesOliver Freyermuth2023-09-031-0/+3
* stream/dvbin: drop too verbose messagesOliver Freyermuth2023-09-031-2/+0
* stream/dvbin: add some helpful verbose outputOliver Freyermuth2023-09-031-0/+2
* stream/dvbin: detect ZAP channel configs looking like VDR configsOliver Freyermuth2023-09-031-1/+13
* stream/dvbin: do not forget channel list for multiply delivery systemsOliver Freyermuth2023-09-031-2/+2
* stream/dvbin: add support for delivery system ISDB-TOliver Freyermuth2023-09-034-2/+13
* vo_gpu_next: don't rotate gamut visualizationNiklas Haas2023-09-021-7/+5
* demux_lavf: get total duration from track durationsllyyr2023-09-021-18/+18
* {zsh,bash}-completion: add missing --no-config flagsNiklas Haas2023-09-022-6/+6
* options: remove unnecessary clamping on video-pan-x/yllyyr2023-09-021-2/+2
* Revert "aspect: change --video-pan-x/y to be relative to the destination rect"llyyr2023-09-023-3/+4
* osc: add scrolling to the seekbarNRK2023-09-022-0/+5