summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-253-1/+4
* path: switch back to using non-XDG config dir by defaultwm42020-06-252-30/+48
* vo_gpu: fix typo in struct namesfan52020-06-241-1/+1
* manpage: --demuxer-seekable-cache is uselesswm42020-06-231-19/+18
* ci: replace mingw build scriptssfan52020-06-222-28/+139
* vo_gpu: use highp float if available for GLESStephen Salerno2020-06-211-0/+5
* vo_gpu: add better gamut clipping optionNiklas Haas2020-06-194-0/+21
* vo_gpu: fix scaler/window validation to allow unsettingNiklas Haas2020-06-181-0/+4
* vo_x11: partially restore operation on bad endian systemswm42020-06-171-6/+22
* video: some concessions to big endian hostswm42020-06-171-8/+11
* test: update to new ffmpeg pixfmtswm42020-06-175-5/+25
* video: alias IMGFMT_RGB30 to AV_PIX_FMT_X2RGB10wm42020-06-171-0/+4
* repack: handle endian in a more general waywm42020-06-171-6/+7
* img_format: fight ffmpeg pixdesc some morewm42020-06-171-28/+49
* audio: don't lock ao_control for pull mode driversKevin Mitchell2020-06-171-2/+7
* vo_gpu: placebo: add fallback code for stride mismatchNiklas Haas2020-06-161-12/+52
* vo_gpu: add BT.2390 tone-mappingNiklas Haas2020-06-154-7/+61
* vo_gpu: reinterpret SDR white levels based on ITU-R BT.2408Niklas Haas2020-06-154-9/+13
* vo_gpu: move coherent specifier to the correct locationNiklas Haas2020-06-102-2/+2
* player: make unpausing directly after seek work with --keep-open (again)wm42020-06-101-0/+3
* audio: require certain AOs to set device_bufferwm42020-06-092-3/+3
* ao/pulse: properly set device_bufferNicolas F2020-06-071-0/+8
* cocoa-cb: properly reset window isMoving state on title bar clicksder richter2020-06-061-0/+2
* vo_gpu: fix display corruption with window screenshotswm42020-06-061-0/+1
* vo_gpu: mark peak detection buffer coherentNiklas Haas2020-06-061-1/+1
* vo_gpu: make storage images/buffers as restrictNiklas Haas2020-06-061-2/+2
* vulkan/wayland: fix another build breakageDaniel Bermond2020-06-051-1/+1
* build: fix another breakagewm42020-06-041-1/+1
* wayland: fix buildwm42020-06-042-3/+3
* build: change filenames of generated fileswm42020-06-0415-69/+54
* audio: fix deadlock on drainingwm42020-06-041-1/+1
* options: add --video-scale-x/ywm42020-06-034-4/+18
* audio: adjust wait durationwm42020-06-031-6/+4
* vaapi: correct broken NULL checkwm42020-06-031-1/+1
* audio: avoid possible deadlock regression for some AOswm42020-06-021-2/+17
* audio: further simplify internal audio API somewhatwm42020-06-025-47/+41
* audio: slightly better condition for still_playingwm42020-06-021-1/+1
* af_scaletempo: handle obscure integer overflowwm42020-06-021-4/+4
* TOOLS/autocrop.lua: automatically crop at startupヒカリ2020-06-011-84/+292
* audio: reduce extra wakeups caused by recent changeswm42020-06-011-5/+4
* vo: refine wakeup condition, and wake up more in audio sync modewm42020-06-011-3/+3
* audio: redo internal AO APIwm42020-06-0120-823/+635
* audio: fix unpausing with some AOswm42020-05-311-1/+1
* terminal-win: handle 'Change Window Title' OSC sequenceJames Ross-Gowan2020-05-291-99/+131
* ao_null: remove unreferenced functionwm42020-05-271-8/+0
* audio: stop applying volume twice for some AOswm42020-05-271-1/+0
* audio: remove ao_driver.drainwm42020-05-277-48/+12
* lua: windows got what users cravewm42020-05-271-0/+3
* player: add --term-title optionwm42020-05-257-0/+39
* audio: merge pull/push ring buffer glue codewm42020-05-256-1006/+762
* audio: add frame alloc functionwm42020-05-252-0/+14
* CI: add FreeBSD jobJan Beich2020-05-252-0/+63
* osdep: remove confstr() fallback for subprocess spawningsfan52020-05-251-7/+2
* x11_common: added ICCCM WM_HINTSArthur Williams2020-05-241-0/+11
* manpage: document "vf remove"wm42020-05-231-1/+4
* player: remove some display-adrop leftoverswm42020-05-237-24/+3