summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* player: cosmetically change around some codewm42020-09-281-9/+9
* player: add automatic loading of external cover art fileswm42020-09-286-8/+95
* player: let frontend decide whether to use cover-art modewm42020-09-283-7/+23
* ci: fix spirv-cross build in mingw scriptssfan52020-09-251-3/+8
* mac: add support for the focused propertyder richter2020-09-251-0/+4
* mac: add an option to prevent focusing of the window on opender richter2020-09-255-3/+22
* travis: fix macOS 10.12 legacy buildder richter2020-09-221-0/+3
* wayland: only render if we have frame callbackDudemanguy2020-09-217-37/+108
* player: add pause state to playback start messagewm42020-09-211-2/+3
* terminal: fix segfault when backgroundingwm42020-09-211-2/+4
* f_decoder_wrapper: make log prefix less verbosewm42020-09-201-2/+2
* audio: take paused state into account in ao_start()sfan52020-09-201-1/+1
* audio: move start() calls outside of locksfan52020-09-201-3/+10
* mac: add an option to change the App activation policyder richter2020-09-204-1/+28
* mac: add ontop window level for desktopder richter2020-09-203-4/+9
* options: simplify --android-surface-size handlingsfan52020-09-205-27/+8
* build: disable GLXwm42020-09-181-2/+3
* manpage: fix console keybindings punctuationGuido Cella2020-09-181-3/+3
* msg: make --msg-time show time in secondswm42020-09-182-2/+2
* build: sort dependencies (to make build deterministic)Philip Sequeira2020-09-181-1/+1
* command, demux: make drop-buffers reset state even harderwm42020-09-172-4/+10
* terminal: attempt to handle the ESC keywm42020-09-171-24/+22
* client API: update alignment requirements for software renderingwm42020-09-171-9/+12
* sws_utils: work around libswscale corrupting memory yet againwm42020-09-172-2/+57
* manpage: refer to --sub-color for colorsGuido Cella2020-09-171-4/+4
* manpage: mark file-local-options as writableGuido Cella2020-09-171-1/+1
* stream_slice: interpret `end` as offset if it starts with '+'Mohammad AlSaleh2020-09-172-0/+11
* command: add property track-list/N/main-selectionwnoun2020-09-122-0/+18
* player: fix inconsistent AO pause state in certain situationswm42020-09-122-8/+3
* player: some minor code golfwm42020-09-101-11/+6
* vo_vdpau: remove an unused variablewm42020-09-101-2/+0
* player: clamp relative seek base time to nominal durationwm42020-09-101-1/+7
* manpage: "fix" some formattingwm42020-09-101-4/+8
* terminal-unix: attempt to support more CTRLwm42020-09-101-6/+14
* vo_vdpau: remove deprecated/inactive --vo-vdpau-deint optionwm42020-09-094-30/+1
* command: add read-only focused propertyGuido Cella2020-09-088-1/+56
* manpage: fix typoGuido Cella2020-09-061-4/+4
* options: fix a flags fieldwm42020-09-041-2/+2
* ao_alsa: make partial writes an error messagewm42020-09-031-2/+2
* audio: fix stream-silence with push AOs (somewhat)wm42020-09-032-5/+15
* encode: propagate errors to exit status properlywm42020-09-032-1/+7
* ao_lavc: slightly simplify filter usewm42020-09-031-12/+12
* client API: inactivate the opengl_cb APIwm42020-09-032-88/+13
* encode: disable unsupported media types automaticallywm42020-09-033-19/+57
* encode: remove early EOF failure handlingwm42020-09-034-29/+0
* audio: slightly simplify audio_start_ao()wm42020-09-031-10/+4
* audio: reduce excessive logging of delayed audio startwm42020-09-032-2/+9
* ao_alsa: log more information on short writeswm42020-09-021-2/+4
* audio: do not show audio draining message when it does not make sensewm42020-09-011-1/+3
* audio: do not wake up player when waiting for audio state and pausedwm42020-09-011-1/+2
* audio: fix AVFrame allocation (crash with opus encoding)wm42020-09-011-0/+2
* DOCS/interface-changes: remove encoding mode deprecation entrywm42020-09-011-1/+0
* player/playloop.c: reorder included headers per contribute.mdLeo Izen2020-08-311-17/+14
* ao_openal: restore working condition with new push APILAGonauta2020-08-311-8/+10
* ao: remove unused fieldwm42020-08-311-1/+0
* audio: fix inefficient behavior with ao_alsa, remove period_size fieldwm42020-08-297-24/+13
* encode: undeprecatewm42020-08-291-2/+1
* ring: remove thiswm42020-08-293-240/+0
* audio_buffer: remove thiswm42020-08-293-200/+0
* audio: refactor how data is passed to AOwm42020-08-2912-768/+638
* DOCS: fix minor issue on the --video-latency-hacks explanationChris Varenhorst2020-08-281-2/+2
* Update compile-windows.mdcrackself2020-08-281-1/+1
* manpage: reorder sentenceGuido Cella2020-08-281-3/+3
* f_async_queue: add various helper functionswm42020-08-282-2/+105
* f_async_queue: don't count EOF frames as sampleswm42020-08-282-1/+4
* f_async_queue: change reset behaviorwm42020-08-282-3/+15
* filter: add filter priority thingwm42020-08-282-6/+31
* manpage: slightly improve property list notewm42020-08-281-3/+4
* sd_ass: replace deprecated ASS_OVERRIDE_BIT_FONT_SIZEOneric2020-08-282-5/+3
* osd_libass: don't use deprecated ass_set_aspect_ratioOneric2020-08-281-2/+2
* f_demux_in: log EOF "recovery"wm42020-08-271-0/+2
* f_decoder_wrapper: pass through EOF after EOFwm42020-08-272-0/+8
* player: fix video paused condition on VO creationwm42020-08-273-2/+8
* filter: add a helperwm42020-08-272-0/+8
* audio: clarify set_pause() documentationwm42020-08-271-0/+1
* audio: adjust frame clipping for spdif formatswm42020-08-271-2/+4
* audio: remove unused ring.h includeswm42020-08-272-2/+0
* player: fix swapped debug outputwm42020-08-271-2/+2
* vo_gpu: EGL: fix transparency on X11/EGL/Mesawm42020-08-272-2/+3
* vo_gpu: EGL: slightly better debug logging of EGL configswm42020-08-271-1/+2
* ao/pulse: create the stream corkedsfan52020-08-261-1/+1
* wayland: always update sbc for presentation timeDudemanguy2020-08-241-0/+1
* Revert "demux_lavf: always give libavformat the filename when probing"wm42020-08-231-1/+1
* audio: remove delay debug loggingwm42020-08-232-28/+0
* wayland: simplify presentation timeDudemanguy2020-08-222-12/+10
* demux_mf: actually report errorswm42020-08-221-0/+6
* player: do not loop if there's nothing to loopwm42020-08-221-0/+5
* options: do not accept ":" as separator anymore in key/value listswm42020-08-223-1/+10
* cocoa-cb: force layer update on resizeder richter2020-08-221-1/+1
* mac: add icc profile and ambient light sensor supportder richter2020-08-221-6/+30
* mac: use config cache und wakeup for mac option runtime changesder richter2020-08-225-60/+72
* mac: make ontop level runtime changeableder richter2020-08-221-1/+2
* mac: properly guard and unwrap an optional valueder richter2020-08-221-8/+12
* cocoa-cb: generalisation of backend independent partsder richter2020-08-2211-566/+741
* client API: note about libswscale corrupting memorywm42020-08-201-1/+10
* wayland: conditionally commit surface on resizeDudemanguy2020-08-203-2/+10
* player: add --subs-with-matching-audio optionrcombs2020-08-196-9/+40
* wayland: refactor geometry/window handlingDudemanguy2020-08-202-104/+112
* stream: Implement slice:// for reading slices of streamsMohammad AlSaleh2020-08-194-0/+200
* wayland: reset geometry on reconfig if fullscreenDudemanguy2020-08-181-4/+10
* wayland: soften GNOME warningDudemanguy2020-08-172-8/+1
* wayland: don't rely on presentation discardedDudemanguy2020-08-164-10/+4
* wayland: refactor presentation timeDudemanguy2020-08-164-61/+68
* DOCS/vo.rst: TCT: add note on interleaved outputAvi Halachmi (:avih)2020-08-161-2/+7
* win32: scripting utils.get_env_list(): use UTF-8Avi Halachmi (:avih)2020-08-164-4/+15
* lua: pass strings with embedded zeros as byte arrayswm42020-08-161-3/+14
* command: extend subprocess command stdin, change behaviorwm42020-08-167-6/+110
* demux_mkv: warn against some other aspects of mismatching codec datawm42020-08-161-0/+5
* command: export alpha type in format propertieswm42020-08-152-0/+18
* wayland: destroy presentation feedback on uninitDudemanguy2020-08-141-0/+3
* wayland: actually resize videos in a playlistDudemanguy2020-08-141-1/+1
* sd_ass: remove debug printwm42020-08-141-1/+0
* wayland: expose wayland-app-id as a user optionDudemanguy2020-08-144-0/+20
* wayland: tweak xdg_surface creationDudemanguy2020-08-141-5/+4
* command: fix current-tracks property notificationwm42020-08-131-0/+1
* sub: add application/font-sfnt to the list of font mime typesWessel Dankers2020-08-131-0/+1
* client API: fix misleading remarkAlcaro2020-08-131-2/+1
* manpage: document a couple of wayland optionsDudemanguy2020-08-121-0/+9
* ytdl_hook: sort subtitle list by languagewm42020-08-121-1/+7
* client API: fix incorrect documentation in sw rendererwm42020-08-121-4/+4
* sd_ass: fix converted subtitles pathwm42020-08-121-7/+7
* DOCS/contribute.md: add a CCoCwm42020-08-121-1/+4
* sub: extend range of --sub-pos optionwm42020-08-123-5/+14
* sd_ass: force full reinit if certain options change at runtimewm42020-08-125-34/+60
* command: add a way to access properties of a current trackwm42020-08-122-1/+69
* TOOLS/file2string: change to python3wm42020-08-121-1/+1
* win32: request the UTF-8 code page for Windows APIsJames Ross-Gowan2020-08-081-0/+1
* ao/lavc: add channels and channel_layout to AVFrameekisu2020-08-071-0/+2
* auto_profiles: unapply conditional profiles if declaredwm42020-08-072-19/+37
* options: add some way to more or less "unapply" profileswm42020-08-076-61/+212
* js: hooks: allow deferred continuation (match d0ab562b)Avi Halachmi (:avih)2020-08-072-3/+10
* auto_profiles: register hooks for more synchronous profile applicationwm42020-08-051-0/+19
* lua: make hook processing more flexiblewm42020-08-052-4/+41
* auto_profiles: add this scriptwm42020-08-0513-7/+326
* manpage: clarify requirements for boxvideoDudemanguy2020-08-041-1/+2
* wayland: don't set mouse pos on state changeDudemanguy2020-08-022-1/+6
* stats: fix crash when aspect ratio is unavailableEva2020-08-031-1/+3
* ytdl_hook: fix typo in unexpected error messageDerek Guenther2020-08-011-1/+1
* wayland: avoid potential deadlocksDudemanguy2020-07-311-3/+11
* travis: update macOS image from 10.14 to 10.15der richter2020-07-311-1/+1
* travis: make macOS builds fasterder richter2020-07-311-28/+18
* travis: fix macOS 10.12 legacy buildder richter2020-07-311-0/+1
* wayland: correctly signal the end of drag-and-dropDudemanguy2020-07-291-1/+1
* wayland: fix a potential race in wait_eventsDudemanguy2020-07-291-4/+7
* af_scaletempo2: fix bug where speed was not setDorian Rudolph2020-07-271-1/+0
* af_scaletempo2: M_PI is always definedwm42020-07-271-4/+0
* audio: add scaletempo2 filter based on chromiumDorian Rudolph2020-07-277-0/+1121
* js: add mp.utils.get_env_list() (match 0e7f53a5, 9301cb78)Avi Halachmi (:avih)2020-07-262-0/+15
* lua: change mp.get_env_list() to utils.get_env_list()Avi Halachmi (:avih)2020-07-261-1/+1
* stats: fix single invocation keybindingssfan52020-07-211-2/+5
* manpage: drop --sdl-bufcnt after 346c687d5ab2Jan Beich2020-07-211-4/+0
* external_files: add .pgs subtitle extensionEva2020-07-211-1/+1
* subprocess-win: update to mp_subprocess2James Ross-Gowan2020-07-205-141/+399
* manpage: add named arguments "subprocess" examplewm42020-07-201-5/+21
* client API: comment about signal handlerswm42020-07-201-0/+2
* command: add another variant of revert-seekwm42020-07-202-4/+16
* lua: add mp.get_env_list() functionwm42020-07-203-0/+20
* command: extend subprocess commandwm42020-07-207-160/+115
* wayland: remove unused declarationDudemanguy2020-07-191-1/+0
* build: actually install the 128x128 iconsDudemanguy2020-07-191-1/+1
* vo_gpu: clip highlights before tone-mappingNiklas Haas2020-07-191-4/+5
* vo_gpu: vulkan: print libplacebo API verNiklas Haas2020-07-161-0/+1
* zimg: add slice threading and use it by defaultwm42020-07-154-20/+123
* zimg: refactor (move around fields)wm42020-07-152-78/+106
* osd_libass: set ScaledBorderAndShadowOleg Oshmyan2020-07-151-0/+1
* vo_gpu: hwdec_vaapi: handle lack of object size with AMD driversPhilip Langdale2020-07-141-0/+26
* vo_gpu: hwdec_vaapi: add support for DRM format modifiersNiklas Haas2020-07-141-2/+5
* ao/pulse: fix reporting of playing statesfan52020-07-121-2/+7
* ao/pulse: flush stream on underrunsfan52020-07-121-1/+1
* cocoa-cb: fix unfs window size when toggling out of fullscreender richter2020-07-121-1/+3
* x11: add option to make window appear on a specific workspacewm42020-07-124-8/+24
* demux_lavf: workaround reading gif from unseekable streamswm42020-07-093-1/+29
* player: fix outdated commentwm42020-07-091-3/+1
* sws_utils: do not mutate src/dst parameterswm42020-07-081-24/+20
* x11: remove terrible xdg-screensaver hackwm42020-07-084-48/+47
* client API: add software rendering APIwm42020-07-088-2/+315
* path: fix broken exe-dir[/mpv] config locationsAvi Halachmi (:avih)2020-07-081-1/+1
* Warn if on GNOMEwm42020-07-071-0/+7
* ci: add d3d11 to mingw buildsfan52020-07-012-19/+44
* vo_gpu: vulkan: add ability to disable eventsNiklas Haas2020-06-302-0/+10
* player: warn if both proper and compat. config directories existwm42020-06-251-2/+11
* path: do not use old_home for win32 exe dirwm42020-06-25