index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
video
Commit message (
Expand
)
Author
Age
Files
Lines
*
vo_gpu: explicitly label storage image formats
Niklas Haas
2017-09-26
1
-1
/
+22
*
vo_gpu: attempt to avoid UBOs for dynamic variables
Niklas Haas
2017-09-26
4
-2
/
+32
*
vo_gpu: vulkan: add support for push constants
Niklas Haas
2017-09-26
3
-25
/
+112
*
vo_gpu: vulkan: add support for wayland
Rostislav Pehlivanov
2017-09-26
6
-9
/
+168
*
vo_gpu: vulkan: generalize SPIR-V compiler
Niklas Haas
2017-09-26
11
-94
/
+544
*
vo_gpu: vulkan: initial implementation
Niklas Haas
2017-09-26
15
-10
/
+3727
*
vo_opengl_cb: fix deprecated option usage
Niklas Haas
2017-09-26
1
-1
/
+1
*
vo_gpu: fix possible segfault on shader miscompile
Niklas Haas
2017-09-23
1
-5
/
+6
*
vo_gpu: angle: fix misleading struct name
James Ross-Gowan
2017-09-23
1
-2
/
+2
*
vo_gpu: handle texture initialization errors gracefully
Niklas Haas
2017-09-23
3
-19
/
+27
*
vo_gpu: reduce the --alpha=blend-tiles checkerboard intensity
Niklas Haas
2017-09-22
1
-1
/
+1
*
vo_gpu: simplify compute shader coordinate calculation
Niklas Haas
2017-09-22
1
-5
/
+2
*
vo_gpu: simplify structs / names
Niklas Haas
2017-09-22
12
-377
/
+331
*
vo_gpu: kill off FBOTEX_FUZZY
Niklas Haas
2017-09-22
3
-35
/
+18
*
Revert "cocoa: re-enable double buffering"
James Ross-Gowan
2017-09-22
2
-3
/
+3
*
vo_gpu: override ra_swapchain_fns for the d3d11 surface
James Ross-Gowan
2017-09-22
1
-89
/
+112
*
vo_gpu: opengl: fix possible screenshot window crash
Niklas Haas
2017-09-22
1
-1
/
+1
*
vo_opengl_cb: fix segfault on uninit
Niklas Haas
2017-09-22
1
-1
/
+3
*
options: properly handle deprecated options with CLI actions
wm4
2017-09-22
1
-1
/
+1
*
vo_gpu: fix autoprobing message
wm4
2017-09-22
1
-2
/
+4
*
build: make vo_gpu + infrastructure non-optional
wm4
2017-09-22
1
-2
/
+0
*
vd_lavc: revert accidental vaapi changes revert
wm4
2017-09-22
1
-7
/
+5
*
vo_opengl_cb: hwdec_ios: fix build
Aman Gupta
2017-09-22
1
-3
/
+5
*
vo_gpu: fix vo=opengl legacy alias
Niklas Haas
2017-09-21
1
-2
/
+4
*
vo_gpu: fix memleak in ra_gl_ctx
Niklas Haas
2017-09-21
1
-2
/
+5
*
vo_gpu: drop the RA_CAP_NESTED_ARRAY req from EWA compute
Niklas Haas
2017-09-21
2
-26
/
+24
*
wayland: allow vo_wayland_uninit(NULL)
Niklas Haas
2017-09-21
1
-0
/
+3
*
vo_gpu: fix possible segfault in shader_cache.c
Niklas Haas
2017-09-21
1
-1
/
+3
*
vo_gpu: fix gamma scale
Niklas Haas
2017-09-21
1
-3
/
+3
*
vo_gpu: fix comment on ra_buf_type
Niklas Haas
2017-09-21
1
-2
/
+2
*
vo_gpu: describe the plane merging pass
Niklas Haas
2017-09-21
1
-1
/
+1
*
cocoa: re-enable double buffering
James Ross-Gowan
2017-09-21
2
-2
/
+3
*
vo_gpu: convert windows/osx hwdecs/contexts to new API
James Ross-Gowan
2017-09-21
9
-331
/
+398
*
vo_opengl: refactor into vo_gpu
Niklas Haas
2017-09-21
51
-1795
/
+2071
*
build: add preliminary LGPL mode
wm4
2017-09-21
7
-63
/
+54
*
mp_image: don't guess colorspace params in mp_image_copy_attributes()
wm4
2017-09-19
1
-8
/
+12
*
mp_image: always copy pixel aspect ratio
wm4
2017-09-19
1
-4
/
+2
*
mp_image: always copy color attributes on hw download
wm4
2017-09-19
1
-9
/
+2
*
Revert "vd_lavc: change auto-probe order to prefer cuda over vdpau-copy"
wm4
2017-09-19
1
-7
/
+5
*
vo_opengl: make the ra_renderpass names consistent
Niklas Haas
2017-09-13
3
-3
/
+3
*
vo_opengl: use GLX_MESA_swap_control where available
Niklas Haas
2017-09-13
1
-0
/
+9
*
vo_opengl: always initialize uniforms on first use
Niklas Haas
2017-09-12
1
-1
/
+3
*
vo_opengl: generalize UBO packing/handling
Niklas Haas
2017-09-12
6
-70
/
+122
*
vo: avoid putting large voctrl_performance_data on stack
Niklas Haas
2017-09-11
2
-2
/
+2
*
vo_opengl: refactor timer_pool_measure (again)
Niklas Haas
2017-09-11
2
-5
/
+7
*
vo_opengl: fix out-of-bounds access in timer_pool_measure
Niklas Haas
2017-09-11
1
-1
/
+2
*
vo_opengl: fix out-of-bounds read in update_uniform
Niklas Haas
2017-09-11
1
-2
/
+1
*
vo_opengl: refactor/fix mp_pass_perf code
Niklas Haas
2017-09-11
3
-21
/
+17
*
vo_opengl: add a gamut warning feature
Niklas Haas
2017-09-10
4
-4
/
+12
*
vo_opengl: add support for vulkan GLSL dialect
Niklas Haas
2017-09-04
4
-12
/
+31
*
vo_opengl: use rgba16 for 3DLUTs instead of rgb16
Niklas Haas
2017-09-04
2
-6
/
+6
*
vo_opengl: refactor scaler LUT weight packing/loading
Niklas Haas
2017-09-04
4
-36
/
+24
*
vo_opengl: scale deband-grain to the signal range
Niklas Haas
2017-09-03
3
-4
/
+8
*
filter_kernels: correct spline64 kernel
James Ross-Gowan
2017-09-03
1
-4
/
+4
*
input: merge mouse wheel and axis keycodes
James Ross-Gowan
2017-09-03
8
-19
/
+19
*
cocoa: fix button numbering for back/forward
James Ross-Gowan
2017-09-03
1
-4
/
+7
*
input: use mnemonic names for mouse buttons
James Ross-Gowan
2017-09-03
6
-26
/
+27
*
vo_opengl: fix overlay mode (again)
wm4
2017-08-30
1
-7
/
+8
*
vd_lavc: change auto-probe order to prefer cuda over vdpau-copy
wm4
2017-08-30
1
-5
/
+7
*
vo_opengl: don't discard buffered video on redundant resize calls
wm4
2017-08-29
1
-0
/
+5
*
vo_opengl: don't assume imgfmt=0 is valid
wm4
2017-08-29
1
-1
/
+1
*
vo_opengl: fix the renderpass target format at creation time
Niklas Haas
2017-08-27
3
-4
/
+19
*
vo_opengl: fix misleading comment in ra.h
Niklas Haas
2017-08-27
1
-6
/
+6
*
vo_opengl: use UBOs where supported/required
Niklas Haas
2017-08-27
4
-14
/
+167
*
vo_opengl: add support for UBOs
Niklas Haas
2017-08-27
5
-11
/
+33
*
vo_opengl: clarify RA_CAP_DIRECT_UPLOAD
Niklas Haas
2017-08-27
1
-1
/
+2
*
vo_opengl: refactor shader_cache binding
Niklas Haas
2017-08-27
3
-22
/
+40
*
vo_opengl: be explicit about IMG_RW
Niklas Haas
2017-08-27
3
-8
/
+13
*
vo_opengl: use size_t offset for vertex offsets
Niklas Haas
2017-08-27
2
-1
/
+2
*
mp_image: include config.h directly
James Ross-Gowan
2017-08-26
2
-1
/
+1
*
vo_opengl: allow selection of true 32 bit float if float16 unavailable
wm4
2017-08-24
1
-13
/
+9
*
vd_lavc: work around some more idiotic FFmpeg nonsense
wm4
2017-08-24
1
-0
/
+4
*
vd_lavc: fix mid-stream hwdec fallback
wm4
2017-08-23
1
-0
/
+3
*
video: change --deinterlace behavior
wm4
2017-08-22
4
-28
/
+0
*
vo_direct3d: fix build
wm4
2017-08-22
1
-5
/
+0
*
video: redo video equalizer option handling
wm4
2017-08-22
19
-436
/
+80
*
vf_eq: remove this filter
wm4
2017-08-22
2
-450
/
+0
*
options: add a thread-safe way to notify option updates
wm4
2017-08-22
3
-2
/
+36
*
vo_opengl: refactor tex_upload to ra_buf_pool
Niklas Haas
2017-08-22
7
-84
/
+124
*
x11: fix that window could be resized when using embedding
wm4
2017-08-21
1
-2
/
+5
*
video: add metadata handling for spherical video
wm4
2017-08-21
5
-3
/
+63
*
Revert "x11: drop xscrnsaver use"
Martin Herkt
2017-08-20
1
-0
/
+16
*
Revert "x11: use xdg-screensaver suspend/resume"
Martin Herkt
2017-08-20
2
-65
/
+40
*
context_angle: remove unused variable
James Ross-Gowan
2017-08-20
1
-2
/
+0
*
context_angle: replace hard-coded array size
James Ross-Gowan
2017-08-19
1
-1
/
+1
*
osx: code cleanups and cosmetic fixes
Akemi
2017-08-18
3
-13
/
+5
*
vo_opengl: allow texture uploads to fail
Niklas Haas
2017-08-18
3
-9
/
+8
*
vo_opengl: clarify the ra_fns.debug_marker
Niklas Haas
2017-08-18
1
-1
/
+2
*
vo_opengl: refactor RA texture and buffer updates
Niklas Haas
2017-08-18
11
-189
/
+221
*
vo_opengl: make blitting an explicit capability
Niklas Haas
2017-08-18
3
-6
/
+10
*
vo_opengl: make ra_fns.timer_create optional
Niklas Haas
2017-08-18
2
-1
/
+4
*
vo_opengl: remove redundant #defines in unsharp_hook
Niklas Haas
2017-08-17
1
-3
/
+0
*
vo_opengl: extract non-ANGLE specific D3D11 code
James Ross-Gowan
2017-08-17
3
-232
/
+489
*
img_format: #if -> #ifdef
wm4
2017-08-16
1
-1
/
+1
*
x11: use xdg-screensaver suspend/resume
wm4
2017-08-15
2
-40
/
+65
*
vo_rpi: fix operation
wm4
2017-08-15
4
-5
/
+17
*
vo_opengl: fix incorrect glBindFramebuffer() call
wm4
2017-08-15
1
-1
/
+1
*
vo_opengl: fix dangling pointers when VAOs are not available
wm4
2017-08-15
2
-4
/
+4
*
img_format: better exclusion of bayer formats
wm4
2017-08-15
1
-0
/
+5
*
vo_opengl: support float pixel formats
wm4
2017-08-15
3
-7
/
+67
*
vo_opengl: remove DR image layouting code to renderer
wm4
2017-08-14
3
-26
/
+31
*
vo_opengl: hwdec_vdpau: use correct source texture size
wm4
2017-08-14
1
-42
/
+45
*
vo_opengl: hwdec_ios: fix build
wm4
2017-08-11
1
-1
/
+1
*
vo_opengl: remove some dead code
wm4
2017-08-11
2
-187
/
+0
*
vo_opengl: handle probing GL texture formats better
wm4
2017-08-11
4
-36
/
+46
*
vo_opengl: remove another unneeded GL include
wm4
2017-08-11
2
-1
/
+7
*
rpi: fix build
wm4
2017-08-11
6
-59
/
+63
*
vo_opengl: move strictly private ra_gl structs to .c file
wm4
2017-08-11
2
-35
/
+35
*
vo_opengl: remove some indirect GL header inclusions from core renderer
wm4
2017-08-10
6
-7
/
+4
*
vo_opengl: separate hwdec context and mapping, port it to use ra
wm4
2017-08-10
20
-1138
/
+1428
*
vo_opengl: hwdec_cuda: fix filtering mode
wm4
2017-08-09
1
-1
/
+1
*
vo_opengl: shrink the hwdec overlay API
wm4
2017-08-09
3
-25
/
+20
*
vd_lavc: fix device leak with copy-mode hwaccels
wm4
2017-08-09
2
-2
/
+4
*
vo_opengl: add a hack for Apple's broken iOS hwdec stuff
wm4
2017-08-08
2
-1
/
+11
*
vo_opengl: go back to using GL_TIME_ELAPSED
Niklas Haas
2017-08-08
2
-16
/
+26
*
Revert "mp_image_pool: disallow adding read only frames"
wm4
2017-08-08
1
-6
/
+2
*
vo_opengl: don't call glGetProgramBinary if GL_PROGRAM_BINARY_LENGTH==0
wm4
2017-08-08
1
-2
/
+4
*
x11: drop xscrnsaver use
wm4
2017-08-08
1
-16
/
+0
*
vo_opengl: cosmetics to comments
wm4
2017-08-08
1
-5
/
+3
*
vo_opengl: call ra_free() in the correct context
wm4
2017-08-07
2
-1
/
+1
*
vf_vapoursynth: fix inverted sign and restore 10 bit support
wm4
2017-08-07
1
-1
/
+1
*
client API: more opengl_cb clarifications
wm4
2017-08-07
1
-1
/
+1
*
vo_opengl: add another ra_format field to exclude insane formats
wm4
2017-08-07
3
-2
/
+6
*
vo_opengl: further GL API use separation
wm4
2017-08-07
12
-122
/
+160
*
vo_opengl: fix minor memory leak
wm4
2017-08-07
1
-1
/
+4
*
vo_opengl: nuke ra_gl->first_run
Niklas Haas
2017-08-07
2
-7
/
+12
*
vo_opengl: better formatting for enum RA_CAP
Niklas Haas
2017-08-07
1
-7
/
+7
*
vo_opengl: also support RA_VARTYPE_INT vertex attribs
Niklas Haas
2017-08-07
1
-0
/
+3
*
vo_opengl: simplify mirroring and fix it if glBlitFramebuffer is used
wm4
2017-08-07
7
-65
/
+76
*
vo_opengl: drop pointless fbotex_init() function
wm4
2017-08-07
3
-13
/
+2
*
vo_opengl: generalize ra_buf to support other buffer objects
Niklas Haas
2017-08-07
7
-111
/
+182
*
cocoa: add an option to disable the native macOS fullscreen
Akemi
2017-08-06
3
-10
/
+39
*
vo_opengl: only mark frames as fresh if they contain a new image
Niklas Haas
2017-08-06
1
-1
/
+1
*
vo_opengl: drop ra_gl.h from shader_cache.c
Niklas Haas
2017-08-06
6
-25
/
+23
*
vo_opengl: measure pass_draw_osd as a whole
Niklas Haas
2017-08-06
1
-1
/
+8
*
vo_opengl: move timers to struct ra
Niklas Haas
2017-08-06
9
-168
/
+247
*
vo_opengl: ra_gl: make getting GL ptr slightly less tedious
wm4
2017-08-05
1
-35
/
+20
*
vo_opengl: move GL state resetting to vo_opengl_cb
wm4
2017-08-05
3
-23
/
+13
*
vo_opengl: move shader handling to ra
wm4
2017-08-05
11
-617
/
+1016
*
vo_opengl: organize ra PBO flag slightly differently
wm4
2017-08-05
5
-19
/
+8
*
vo_opengl: make OSD code use ra for textures
wm4
2017-08-05
5
-44
/
+78
*
vo_opengl: restore OSX "old" hwdec
wm4
2017-08-05
1
-1
/
+1
*
vo_opengl: split utils.c/h
wm4
2017-08-05
12
-1602
/
+1645
*
vo_opengl: always use GL_TRIANGLES for all primitives
wm4
2017-08-05
1
-2
/
+5
*
vo_opengl: pass ra objects during rendering instead of GL objects
wm4
2017-08-05
4
-144
/
+274
*
vo_opengl: make fbotex helper use ra
wm4
2017-08-05
8
-135
/
+158
*
vo_opengl: drop unused custom texture filter for FBO helper
wm4
2017-08-05
2
-19
/
+2
*
w32_common: handle media keys
James Ross-Gowan
2017-08-05
1
-0
/
+15
*
vo_opengl: always print when getting embedded ICC profile data
Rostislav Pehlivanov
2017-08-04
1
-1
/
+2
*
vo_opengl: support embedded ICC profiles
Niklas Haas
2017-08-03
3
-13
/
+70
*
vd_lavc: decode embedded ICC profiles
Niklas Haas
2017-08-03
3
-0
/
+22
*
vo_opengl: use GL_CLIENT_STORAGE_BIT for DR
Niklas Haas
2017-08-03
1
-1
/
+1
*
vo_opengl: remove unused ra_mapped_buffer.preferred_align field
wm4
2017-08-03
2
-2
/
+0
*
vo_opengl: don't hardcode texmap0 for polar compute
Niklas Haas
2017-08-03
1
-1
/
+3
*
vo_opengl: don't precompute texcoord in global scope
Niklas Haas
2017-08-03
1
-1
/
+1
*
vo_opengl: make compute shaders more flexible
Niklas Haas
2017-08-03
5
-32
/
+52
*
vo_opengl: add legend for texture format debug dump
wm4
2017-08-03
1
-0
/
+4
*
vo_opengl: give special Apple name a more appropriate name
wm4
2017-08-03
1
-1
/
+1
*
vo_opengl: simplify/fix user shader textures
wm4
2017-08-03
3
-69
/
+50
*
vo_opengl: fix constexprs on ANGLE
Niklas Haas
2017-08-03
1
-6
/
+6
*
vo_opengl: fix HLG OOTF inverse
Niklas Haas
2017-08-03
1
-1
/
+1
*
vo_opengl: generalize HDR tone mapping to gamut mapping
Niklas Haas
2017-08-03
3
-17
/
+23
*
vo_opengl: implement HLG OOTF inverse
Niklas Haas
2017-08-03
1
-8
/
+3
*
options: --priority can be LGPL
wm4
2017-08-03
1
-2
/
+0
*
cocoa: fix the support of multiple renderers (GPU switch)
Alex Notes
2017-07-31
1
-6
/
+15
*
cocoa: remove usage of FFABS and the dependency on libavutil/common.h
Akemi
2017-07-31
1
-4
/
+2
*
cocoa: distinguish between horizontal and vertical scroll
Akemi
2017-07-31
1
-2
/
+12
*
vo_opengl: manage user shader textures with ra
wm4
2017-07-30
3
-51
/
+28
*
vo_opengl: fix dither texture filter
wm4
2017-07-30
1
-1
/
+0
*
vo_opengl: manage ICC LUT texture via ra
wm4
2017-07-29