summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* command: fix dump-cache parameter parsingwm42020-05-231-2/+4
* README: remove trollingwm42020-05-231-4/+0
* audio: redo video-sync=display-adropwm42020-05-2312-56/+192
* af_scaletempo: fix theoretical UBwm42020-05-231-1/+2
* options: add option to control display-sync factorwm42020-05-234-3/+18
* vo_x11: allow OSD rendering outside of video regionwm42020-05-221-65/+52
* mp_image: add helper for clearing regions outside of a rectanglewm42020-05-222-0/+16
* common: add helper for subtracting rectangleswm42020-05-222-0/+24
* video: add AV_PIX_FMT_UYYVYY411 conversion supportwm42020-05-224-34/+60
* repack: use new imgfmt metadata in more caseswm42020-05-211-74/+59
* img_format: expose another helperwm42020-05-212-2/+6
* mp_image: reimplement mp_image_clear()wm42020-05-211-25/+104
* video: remove useless mp_imgfmt_desc.avformat fieldwm42020-05-203-5/+2
* vo_x11: minor improvement in format matchingwm42020-05-201-5/+5
* video: clean up pixel metadata stuff some morewm42020-05-204-509/+545
* command: save state on stop when user requested save-position-on-quitMikhail Rudenko2020-05-201-0/+7
* vo_x11: use imgfmt metadata instead of hardcoded format tablewm42020-05-201-32/+21
* video: shuffle imgfmt metadata code aroundwm42020-05-205-278/+265
* README: looks like we won't need win32 support anymorewm42020-05-191-0/+3
* repack: make generic weird pixfmt shit even more generic and obfuscatedwm42020-05-181-54/+20
* video: fix AV_PIX_FMT_UYYVYY411 allocationwm42020-05-182-3/+2
* wayland: only use presentation on CLOCK_MONOTONICDudemanguy2020-05-181-2/+2
* build: allow wlshm on more Wayland platforms after a6000d311421Jan Beich2020-05-181-6/+6
* video: add pixel component location metadatawm42020-05-184-130/+875
* video: clean up some imgfmt related stuffwm42020-05-1815-756/+747
* test: explicitly test repacking for all packed RGB variantswm42020-05-182-36/+117
* stats: UP/DOWN scrolling on page 2 (frame stats)Julian2020-05-172-3/+25
* vo_wlshm, vo_drm: set image size with mp_image_set_sizeMichael Forney2020-05-172-4/+2
* zsh completion: helper functions in private namespaceEd Santiago2020-05-171-6/+6
* osc: fix hovering timestamp sticking around when moving mouse awaywm42020-05-161-3/+11
* vo_gpu: ra_pl: add timers supportNiklas Haas2020-05-161-0/+95
* scripting: make socket FD number for subprocesses dynamicwm42020-05-152-9/+4
* sub: fix incorrect commitwm42020-05-151-3/+1
* ipc: mark client sockets as CLOEXECwm42020-05-151-0/+2
* scripting: correct passing FDswm42020-05-151-1/+1
* osdep: remove posix_spawn() helpers and wrapperswm42020-05-156-163/+2
* subprocess: replace posix_spawnp() with fork()wm42020-05-151-17/+118
* command: add input-key-list propertywm42020-05-144-0/+29
* command: add property to return text subtitles in ASSwm42020-05-147-18/+62
* ipc: exit client if the FD is invalidwm42020-05-141-1/+1
* ipc: make --input-ipc-client terminate player on connection closewm42020-05-142-1/+11
* vo_x11: add 10 bit supportwm42020-05-141-0/+3
* build: link against single EGL providerJan Palus2020-05-142-11/+37
* build: fallback to default pc file locations on rpiJan Palus2020-05-142-3/+10
* drm: add typedef for PFNEGLGETPLATFORMDISPLAYEXTPROC (#7314)Jan Palus2020-05-141-0/+5
* vo_direct3d: dumb down OSD renderingwm42020-05-131-164/+92
* draw_bmp: make another small guarantee to userswm42020-05-131-0/+2
* vo_direct3d: rip out texture video rendering pathwm42020-05-135-660/+67
* draw_bmp: use command line options for any used scalerswm42020-05-135-16/+36
* vo_gpu: un-fix storable fbo format checkNiklas Haas2020-05-131-2/+1
* draw_bmp: add integer blending for 8 bit formatswm42020-05-122-41/+79
* repack: fix incorrect assert()wm42020-05-121-1/+1
* draw_bmp: don't make strange decisions on broken iknput csp paramswm42020-05-123-64/+66
* vo_vaapi: use new overlay APIwm42020-05-111-123/+85
* draw_bmp: add a function to return a single-texture OSD overlaywm42020-05-114-50/+265
* video: remove RGB32/BGR32 aliaseswm42020-05-115-18/+9
* js: mp.set_osd_ass: ignore identical inputs (match ccbb8b1c)Avi Halachmi (:avih)2020-05-101-0/+5
* vo: fix forgotten debug codewm42020-05-101-1/+1
* lua: do not use Lua filesystem functions for loading scriptswm42020-05-101-3/+6
* stream: make stream_read_file() more robustwm42020-05-103-23/+41
* msg: add function to reduce log levelwm42020-05-102-2/+19
* vo_gpu: manually resolve user shader prefixeswm42020-05-101-1/+4
* player: make external subtitle auto-loading stricterwm42020-05-092-25/+41
* options: update OSD when writing some OSD-related optionswm42020-05-091-9/+9
* vo: another minor wakeup reductionwm42020-05-091-5/+10
* vo: always reset redraw flag to avoid immediate wakeups wasting CPU timewm42020-05-091-1/+2
* draw_bmp: rewritewm42020-05-096-411/+938
* repack: add support for converting from/to float formatswm42020-05-094-3/+402
* csputils: add function for getting uint/float transformationwm42020-05-092-1/+44
* video: add yuv float formatswm42020-05-095-11/+181
* vo_gpu: fix green shit with float yuv inputwm42020-05-095-12/+28
* video: fix rgb30 component orderwm42020-05-095-5/+8
* video: separate repacking code from zimg and make it independentwm42020-05-099-895/+1688
* sws_utils: allow setting zimg options directlywm42020-05-094-8/+18
* img_format: make component order in comment more logicalwm42020-05-091-1/+1
* sd_lavc: fix occasional problems with certain VOs when changing scalingwm42020-05-091-0/+24
* osd: add change timestamp and screen size to struct sub_bitmap_listwm42020-05-093-1/+23
* osd: add subtitle software blending to statswm42020-05-091-0/+4
* build: add -fno-math-errnowm42020-05-091-0/+1
* drm_prime: fallback to drmModeAddFB2Anton Kindestam2020-05-081-3/+9
* drm_prime: get the modifier for all planesAnton Kindestam2020-05-081-6/+5
* drm_prime: print out errno in error messageAnton Kindestam2020-05-081-1/+4
* w32_common: Scale window when moving to display with different DPIPiotr Gasior2020-05-081-0/+5
* w32_common: Support HiDPI on WindowsRealDolos2020-05-083-12/+29
* vo_gpu: d3d11: only use presentation feedback with flip modelJames Ross-Gowan2020-05-071-4/+12
* client API: correct an outdated commentwm42020-05-061-2/+1
* options: don't trigger bool "compact" path for --loop-filewm42020-05-062-2/+4
* vf:format: don't error when using convert=yes and not specifying fmtwm42020-05-061-1/+1
* test: fix some idiotic UBwm42020-05-061-3/+3
* mp_image: add some helperswm42020-05-062-0/+23
* vo_gpu: suppress PL_FATAL logs during probingNiklas Haas2020-05-031-2/+0
* documentation: fix some ReST syntax mistakes in lua.rstEmanuele Torre2020-05-011-1/+1
* player: round position percentage to the nearest integerRicardo Garcia2020-05-011-1/+1
* DOCS/contribute.md: add some blabla about fixup commits in pull requestswm42020-05-011-0/+16
* lua: restore change detection with legacy OSD functionwm42020-05-011-4/+9
* zimg: remove C11 aligned_alloc() requirementwm42020-05-013-11/+10
* vo_gpu: enable frame caching for still framesNiklas Haas2020-04-301-3/+3
* stream_libarchive: remember archive headers from initial openKevin Mitchell2020-04-283-18/+51
* stream_libarchive: simplify multi-volume rar hate messageKevin Mitchell2020-04-271-14/+8
* stream_libarchive: put multi_rar check in a functionKevin Mitchell2020-04-271-10/+14
* ta: add ta_get_parent()wm42020-04-262-1/+12
* ta: change debug ifdefferywm42020-04-261-4/+8
* video: make OSD/subtitle bitmaps refcounted (sort of)wm42020-04-2613-110/+197
* zimg: don't assume zimg reads are 64 byte alignedwm4