summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 0.38.0v0.38.0release/0.38sfan513 days11-176/+131
* Revert "ao_coreaudio: switch to ao_read_data_nonblocking()"m154k113 days1-1/+1
* test: add an encoding test with libmpvsfan513 days2-3/+145
* player/misc: fix audio-only fallback when video init failsnanahi14 days1-1/+2
* player/command: remove codec-info and use track-list directlyKacper Michajłow14 days4-89/+14
* player: avoid busy looping during reinit_subDudemanguy14 days3-6/+32
* demux_mkv: print chapter timestamp with constant lengthKacper Michajłow14 days1-2/+2
* demux_mkv: add BCP 47 language tags supportKacper Michajłow14 days2-1/+7
* github/issue_template: remove question templateKacper Michajłow2024-04-161-24/+0
* stats.lua: add codec profileKacper Michajłow2024-04-151-2/+10
* player/loadfile: add codec profile to print_stream()Kacper Michajłow2024-04-151-0/+2
* player/command: add video-codec-info and audio-codec-infoKacper Michajłow2024-04-158-49/+109
* wayland: fix segfault in surface_handle_enter due to memory readllyyr2024-04-151-1/+2
* osxbundle: use arg list instead of a string for signing subprocess callder richter2024-04-151-6/+3
* wayland: check if scale actually changes in scaling eventsDudemanguy2024-04-141-2/+6
* wayland: only perform a rescale if window is on one outputDudemanguy2024-04-142-34/+90
* demux_mkv: don't warn if yaw/pitch projection is set to 0Kacper Michajłow2024-04-141-2/+20
* demux_mkv: remove not needed v_projection_pose_roll_setKacper Michajłow2024-04-141-3/+1
* demux_mkv: corrected direction of ProjectionPoseRoll rotationls-20372024-04-141-1/+1
* TOOLS/lua/autoload: fix allow extending ext sets from script-optsChristoph Heinrich2024-04-131-6/+18
* vo_gpu_next: rotate target cropKacper Michajłow2024-04-131-2/+2
* msg: use fwriteKacper Michajłow2024-04-131-6/+3
* msg: use defines for hide/restore cursor codeKacper Michajłow2024-04-131-2/+2
* wayland: apply keepaspect options to wayland configure boundsDudemanguy2024-04-131-6/+15
* wayland: avoid unneeded calls to xdg_toplevel state functionsDudemanguy2024-04-131-11/+12
* wayland: enforce a state change after a reconfigureDudemanguy2024-04-132-0/+12
* msg: don't keep status line in partialKacper Michajłow2024-04-131-2/+2
* vo_gpu_next: set target resolution to crop valueKacper Michajłow2024-04-131-2/+2
* stats.lua: remove unused variablesKacper Michajłow2024-04-131-4/+0
* stats.lua: use '➜' (U+279C) instead '→' (U+2192)Kacper Michajłow2024-04-131-1/+1
* mac/log: fix use after free when freeing mpv handleder richter2024-04-122-2/+8
* af_scaletempo2: prioritize louder channels for similarity measureferreum2024-04-121-4/+4
* test: support format refs for multiple ffmpeg versionsDudemanguy2024-04-1210-3/+3725
* test: update format refs for new major ffmpeg versionDudemanguy2024-04-125-14/+14
* DOCS/man/mpv: correct description of F8/F9 keybindsnanahi2024-04-101-4/+2
* command: don't use OSD_ASS_0 when converting lists to stringsnanahi2024-04-101-4/+7
* mac/vulkan: add support for frame timing via presentation feedbackder richter2024-04-1010-7/+109
* mac/window: fix window pinch gesture and modify current-window-scaleder richter2024-04-101-1/+1
* various: make filter internal function names more descriptivenanahi2024-04-1015-102/+102
* ao: rename playthread to ao_threadnanahi2024-04-105-17/+17
* vo_gpu_next: keep target params in priv instead of alocating itKacper Michajłow2024-04-101-4/+7
* player/lua: fix trailing whitespace for mp.log outputnanahi2024-04-091-1/+1
* stats.lua: fix scrolling for page 2Christoph Heinrich2024-04-091-1/+1
* Revert "vo_dmabuf_wayland: assume counter-clockwise rotations"Dudemanguy2024-04-091-4/+1
* bstr: change bstr0_s to bstr0_lit, restrict it only for string literalsKacper Michajłow2024-04-082-12/+12
* vo_tct: reduce lut_item size and generate it without snprintfKacper Michajłow2024-04-071-6/+11
* vo_tct: use fwrite when appropriateKacper Michajłow2024-04-071-11/+9
* win32: change fputs to fwrite wrapperKacper Michajłow2024-04-076-18/+25
* vo_tct: add synchronized output supportKacper Michajłow2024-04-072-0/+6
* vo_tct: add --vo-tct-buffering optionKacper Michajłow2024-04-073-9/+56
* misc/bstr: add bstr0_s for static initializationKacper Michajłow2024-04-072-13/+15
* vo_tct: write frame fully instead of every pixelKacper Michajłow2024-04-071-48/+44
* terminal-win: add more control codes support in non-VT modeKacper Michajłow2024-04-071-6/+76
* vulkan: use pl_vk_inst_createKacper Michajłow2024-04-072-39/+39
* DOCS/man/vo: document vo_caca's hardcoded keybindsnanahi2024-04-071-0/+15
* DOCS/man/options: mention the impact of --hwdec-codecs on startup timenanahi2024-04-071-1/+8
* DOCS/man: unify flag option descriptionsnanahi2024-04-075-96/+91
* vo: add win32 context menu supportShuanglei Tao2024-04-069-1/+406
* ao_pipewire: fix delay calculationMisaki Kasumi2024-04-051-3/+16
* mac/remote: use event type as key state for proper mapping in functionder richter2024-04-041-4/+3
* mac/apphub: fix opening several files at once via Finder or App iconder richter2024-04-042-6/+12
* mac/common: reuse hidpi window scale frame calculation helperder richter2024-04-041-4/+2
* mac/window: cleanup unfsContentFrame usage and make it none optionalder richter2024-04-041-10/+8
* mac/window: fix unfs window size retrievalder richter2024-04-042-0/+4
* audio/ad_spdif: utilize defined freeing function for AVIOContextJan Ekström2024-04-041-1/+1
* audio/ad_spdif: specify media type and sample rate in output codecparJan Ekström2024-04-041-1/+4
* ci/build-mingw64: enable the SPDIF muxerJan Ekström2024-04-041-1/+1
* ao_coreaudio: register hotplug_cb in normal init() as wellMisaki Kasumi2024-04-031-4/+36
* ao_pipewire: support set_pauseMisaki Kasumi2024-04-031-1/+10
* ao_wasapi: support set_pauseMisaki Kasumi2024-04-032-10/+38
* ao_avfoundation: support set_pauseMisaki Kasumi2024-04-031-0/+14
* ao: set_pause for pull based aoMisaki Kasumi2024-04-032-10/+29
* demux: fix seek ranges of imagesGuido Cella2024-04-031-1/+1
* player/loadfile: set track->forced_select outside of compare_trackDudemanguy2024-04-021-1/+1
* mac/app: add some verbose logging for app startup and file handlingder richter2024-04-012-0/+8
* mac/apphub: only instantiate log and option when in Application modeder richter2024-04-011-4/+6
* mac/menu: remove redundant quit func and use identical command funcder richter2024-04-011-7/+2
* mac/app: cleanup and optimise App launch and terminationder richter2024-04-012-52/+26
* mac/apphub: move opening url into AppHubder richter2024-04-012-11/+14
* mac/app: use new open url App event to simplify open file event handlingder richter2024-04-011-38/+12
* mac/log: fallback to system logger if no mp_log is yet availableder richter2024-04-012-1/+18
* mac/app: rewrite App c main function, startup and termination in swiftder richter2024-04-0110-202/+96
* mac/app: rewrite Application class in swiftder richter2024-04-014-100/+108
* wayland_common: set mouse position on pointer enternanahi2024-04-011-0/+7
* mpv.desktop: translate to ItalianGuido Cella2024-04-011-1/+3
* ao_pipewire: fix buffer size calculationMisaki Kasumi2024-03-311-1/+1
* ao_pipewire: fix nframes calculationMisaki Kasumi2024-03-311-2/+1
* ao_alsa: fix snd_config memory leaknanahi2024-03-301-1/+2
* video: also reset video-sync state when resetting video statellyyr2024-03-301-0/+1
* mac/view: fix cursor visibility when toggling fullscreender richter2024-03-291-3/+3
* mac: cleanup swift bridge header imports and unify themder richter2024-03-2914-67/+53
* mac/apphub: make DnD behaviour on bundle icon configurableder richter2024-03-291-0/+3
* mac/log: rename log functions and cleanup classder richter2024-03-298-46/+46
* mac: use LogHelper directly instead of mp_logder richter2024-03-294-10/+10
* mac: rename mpvHandle to mpvder richter2024-03-293-14/+13
* mac: remove now unnecessary objective-c forwardingder richter2024-03-295-9/+8
* mac/apphub: move cocoa-cb into AppHubder richter2024-03-293-21/+9
* mac/apphub: move menu bar into AppHubder richter2024-03-295-18/+16
* mac/app: remove unused Application flagder richter2024-03-291-6/+0
* mac/apphub: move mac options into AppHubder richter2024-03-298-85/+91
* mac/apphub: move app icon into AppHubder richter2024-03-299-24/+46
* mac: cleanup mac headers and include preprocessorsder richter2024-03-293-12/+2
* win32: fix native key repeat supportnanahi2024-03-291-5/+2
* DOCS/options: document key autorepeat defaultsnanahi2024-03-291-6/+7
* ao_coreaudio: handle latency change on hotplugMisaki Kasumi2024-03-291-2/+13
* ao_avfoundation: initial avfoundation ao supportMisaki Kasumi2024-03-2910-28/+599
* 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