summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* build: fix macOS arm buildsder richter2020-11-224-4/+11
* vo_sixel: draw osd on the output frameShreesh Adiga2020-11-221-0/+5
* vo_sixel: return -1 instead of SIXELSTATUS on failureShreesh Adiga2020-11-221-10/+36
* vo_sixel: set --vo-sixel-fixedpalette=yes by defaultShreesh Adiga2020-11-221-1/+1
* vo_sixel: Add aspect ratio based output centeringShreesh Adiga2020-11-222-193/+219
* vo_sixel: rename all user options with opt_ prefixShreesh Adiga2020-11-221-36/+50
* vo_sixel: set output resolution based on terminal_get_size2Shreesh Adiga2020-11-221-2/+37
* osdep/terminal: Add function to get terminal pixel dimensionsShreesh Adiga2020-11-224-0/+24
* doc: split BNF definitions of <command> and <argument> in separate linesEmanuele Torre2020-11-221-2/+3
* manpage: document improved --playlist securityLeo Izen2020-11-182-20/+29
* command: mouse: generate MOUSE_{ENTER,LEAVE} if requiredAvi Halachmi (:avih)2020-11-161-0/+18
* docs/input.rst: document the mouse-pos propertyAvi Halachmi (:avih)2020-11-161-0/+14
* command: mouse-pos property: add field "hover"Avi Halachmi (:avih)2020-11-163-5/+13
* lua/js: mp.get_mouse_pos: use the mouse-pos propertyAvi Halachmi (:avih)2020-11-164-22/+6
* command: new property: mouse-posAvi Halachmi (:avih)2020-11-161-0/+30
* command: add internal INPUT_PROCESSED eventAvi Halachmi (:avih)2020-11-162-0/+5
* path: do not use old_home for win32 exe dirwm42020-11-163-1/+4
* js: report scripts CPU/memory usage statisticsAvi Halachmi (:avih)2020-11-152-1/+41
* ci: fix mingw build by adding harfbuzzsfan52020-11-151-0/+11
* command: make subtitle time properties observableBen Kerman2020-11-111-1/+2
* manpage: properties fixesGuido Cella2020-11-111-17/+21
* manpage: document the property-change eventGuido Cella2020-11-111-0/+11
* manpage: document video-frame-info sub-propertiesGuido Cella2020-11-111-5/+13
* manpage: remove redundant "Return(s) "Guido Cella2020-11-111-59/+58
* manpage: document demuxer-cache-state betterGuido Cella2020-11-111-4/+11
* manpage: be consistent with booleansGuido Cella2020-11-111-73/+73
* vo_sixel: Add fallback terminal width and heightShreesh Adiga2020-11-091-2/+5
* vo_sixel: Add checks to prevent null pointer dereferencing.Shreesh Adiga2020-11-091-1/+8
* ao_alsa: handle -EPIPE XRUNs from snd_pcm_statusJan Ekström2020-11-091-2/+11
* ao_alsa: always initialize state if passedJan Ekström2020-11-091-9/+7
* wayland: fix buffer overrun in get_modsDudemanguy2020-11-081-3/+3
* wayland: check for modifier keys on pointer eventsDudemanguy2020-11-082-33/+40
* Revert "wayland: conditionally commit surface on resize"Dudemanguy2020-11-083-10/+2
* DOCS: correct interface-changes.rstDudemanguy2020-11-071-2/+2
* mac: make focus property observableder richter2020-11-071-0/+32
* video/out/vo_sixel.c: Implement sixel as a output deviceShreesh Adiga2020-11-075-0/+498
* manpage: document av1 addition to --hwdec-codecs default settingLeo Izen2020-11-051-1/+1
* vd_lavc: add AV1 to the default allowed hwdec codec listJan Ekström2020-11-031-1/+1
* player: fix external cover file prioritizationsfan52020-10-281-4/+8
* input.conf: add default keybindings for sub-scalesoredake2020-10-272-2/+5
* console: let type set the cursor positionGuido Cella2020-10-272-6/+18
* ytdl_hook: if ytdl not found in config dirs, use ytdl_path as isRicardo Constantino2020-10-271-1/+4
* ytdl_hook: support alternative youtube-dl pathRicardo Constantino2020-10-272-2/+9
* player: reorder list of external cover files for optimal resultssfan52020-10-251-7/+9
* build: disable wayland if linux/input-event-codes.h isn’t availableEmmanuel Gil Peyrot2020-10-251-1/+5
* wayland: use more specific input codes headerEmmanuel Gil Peyrot2020-10-251-1/+1
* demux_lavf: initialize ReplayGain dataMia Herkt2020-10-231-0/+2
* command: add delete-watch-later-configVladimir Panteleev2020-10-225-0/+40
* vo_gpu: improve gamut warning bounds checksNiklas Haas2020-10-211-2/+2
* wayland: don't use presentation time if ust is 0Dudemanguy2020-10-191-3/+4
* stats: display hw pixel format toosfan52020-10-161-0/+4
* command: expose underlying pixfmt for hwdecsfan52020-10-162-0/+7
* ci/appveyor: attempt to work around outdated msys2Jan Ekström2020-10-171-0/+8
* ci/travis: stop installing mingw-w64 packages manuallyJan Ekström2020-10-161-4/+0
* ci/travis: move to a yaml list for required packages for mingw-w64Jan Ekström2020-10-161-2/+8
* ci/travis: bump Ubuntu distro version to focal (20.04)Jan Ekström2020-10-161-1/+1
* manpage: Document behaviour of *nix configuration directoriesPhilip Langdale2020-10-161-6/+22
* Revert "path: switch back to using non-XDG config dir by default"Philip Langdale2020-10-162-48/+30
* Revert "path: do not use old_home for win32 exe dir"Philip Langdale2020-10-163-4/+1
* Revert "manpage: reference standard for configuration file location"Philip Langdale2020-10-161-5/+0
* build: bump waf to 2.0.20Jan Ekström2020-10-161-2/+2
* stream_lavf: enable SRT protocol support through FFmpegAlexandre Iooss2020-10-153-2/+3
* vo_gpu: fix segfault when updating render optsDudemanguy2020-10-151-1/+2
* vo_gpu: EGL: hack for alpha on different platformsDudemanguy2020-10-152-1/+4
* wayland: update opaque region on runtimeDudemanguy2020-10-155-39/+54
* vo_gpu: update render options on runtimeDudemanguy2020-10-152-4/+14
* wayland: be less strict about when to renderDudemanguy2020-10-155-3/+16
* wscript_build.py: use -Wl,--subsystem,console insteadChristopher Degawa2020-10-151-1/+1
* docs: fix simple typo, unminimze -> unminimizeTim Gates2020-10-141-1/+1
* DOCS: fix typo on sub-filter-regex-enableChris Varenhorst2020-10-121-1/+1
* manpage: reference standard for configuration file locationwm42020-10-091-0/+5
* Revert "demux: add a POS"wm42020-10-084-190/+0
* player: fix another nightmarish corner casewm42020-10-081-3/+14
* demux: add a POSwm42020-10-084-0/+190
* Revert "wayland: add wayland-display-socket option"Dudemanguy2020-10-073-17/+3
* wayland: add wayland-display-socket optionDudemanguy2020-10-063-3/+17
* screenshot: add --screenshot-sw optionwm42020-10-054-1/+19
* wayland: set an opaque regionDudemanguy2020-10-013-0/+19
* options: fix --cover-art-file typoGuido Cella2020-09-301-1/+1
* 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
*