summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* new build systemblisswm42020-06-105-0/+2106
* build: change/simplify optical disc device detectionwm42020-06-103-34/+12
* 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 alignedwm42020-04-251-4/+6
* cocoa-cb: report actual unfs window size for current window scaleder richter2020-04-252-0/+15
* video: add alpha type metadatawm42020-04-248-4/+42
* sws_utils: remove unused brightness etc. controlswm42020-04-242-7/+1
* win32: SGR emulation: minor fixup on invalid sequenceAvi Halachmi (:avih)2020-04-241-2/+5
* video/out/vo_tct: query terminal size genericallyAvi Halachmi (:avih)2020-04-231-7/+3
* osdep/terminal-win: native VT: report exact widthAvi Halachmi (:avih)2020-04-231-2/+3
* wayland: explictly send an UP event for left clickDudemanguy2020-04-231-0/+2
* win32: native VT: logic fixupAvi Halachmi (:avih)2020-04-231-2/+2
* stats.lua: don't disable terminal escape sequences on windowsAvi Halachmi (:avih)2020-04-231-22/+4
* win32: use windows 10 native virtual-terminal if availableAvi Halachmi (:avih)2020-04-231-2/+34
* win32: improve console SGR escape sequence emulationAvi Halachmi (:avih)2020-04-231-11/+50
* rpi: use "brcm" variant of libGLESv2Jan Palus2020-04-231-1/+1
* egl_helpers: add typedef for EGLAttrib (#7314)Jan Palus2020-04-231-0/+1
* build: restore BSD thread names after 9f461b85bfa3Jan Beich2020-04-232-1/+5
* zimg: get rid of special "override" fields for low depth RGB/graywm42020-04-231-34/+16
* zimg: slightly cleanup some mpv format handling nonsensewm42020-04-231-34/+40
* f_swscale: let common code guess color levels when RGB->YUVwm42020-04-231-2/+2
* img_format: treat both monow and monob as RGBwm42020-04-232-3/+5
* img_format: remove duplication in FFmpeg yuv vs. rgb pixfmt checkwm42020-04-231-7/+9
* img_format: add some mpv-only helper formatswm42020-04-234-0/+95
* filters: fix a typo in a commentwm42020-04-231-1/+1
* video: change chroma_w/chroma_h fields to use shift instead of sizewm42020-04-237-51/+41
* img_format: add format description table for mpv-only formatswm42020-04-233-135/+150
* drm_common: set frsig to a valid signalJan Beich2020-04-221-0/+3
* build: detect VT_GETMODE on FreeBSD and DragonFlyJan Beich2020-04-222-2/+15
* wayland: use mp_time deltas for presentation timeDudemanguy2020-04-204-30/+10
* draw_bmp: silence another ridiculous ubsan warningwm42020-04-181-4/+4
* sd_lavc: mitigate evil rounding issue that could lead to off-by-1 frameswm42020-04-181-1/+1
* stats: move chapter/edition info below titleLaserEyess2020-04-161-3/+3
* stats: add edition information to page 1LaserEyess2020-04-161-1/+13
* demux_mkv: add png intra supportwm42020-04-161-0/+1
* player: remove duplicated track option setter codewm42020-04-153-17/+11
* player: slightly improve use of secondary track selection limitswm42020-04-156-20/+28
* player: remove mysterious declarationwm4