1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-20 05:42:19 +00:00
mpv/video/out
wm4 b52c7273f4 vo_opengl: fix theoretical format mismatch issue
This would have been wrong for hw decoders which pass us NV12 or NV21.
The format the GL shader filter chain gets is stored in p->image_desc,
while p->image_format still contains the "real" input format (which in
case of hw decoding is an opsque hw accel format). Since no hw decoder
did this, this is really just a theoretical fix and doesn't fix any
actual bugs.
2014-10-16 23:44:10 +02:00
..
cocoa libmpv/cocoa: allow clients to use mpv event system 2014-10-12 00:19:44 +02:00
wayland wayland/buffer: use buffer macros consistently 2014-09-16 15:48:07 +02:00
aspect.c
aspect.h
bitmap_packer.c
bitmap_packer.h
cocoa_common.h
cocoa_common.m cocoa: perform init and uninit synchronously 2014-10-16 22:53:08 +02:00
d3d_shader_yuv.h
d3d_shader_yuv.hlsl
dither.c malloc+memset(0) to calloc 2014-09-05 01:59:11 +02:00
dither.h
filter_kernels.c
filter_kernels.h
gl_cocoa.c cocoa: remove dead code 2014-10-04 17:31:18 +02:00
gl_common.c Add some missing "const"s 2014-10-10 13:44:08 +02:00
gl_common.h
gl_header_fixes.h
gl_hwdec_vaglx.c
gl_hwdec_vda.c
gl_hwdec_vdpau.c
gl_lcms.c
gl_lcms.h
gl_osd.c
gl_osd.h
gl_video_shaders.glsl
gl_video.c vo_opengl: fix theoretical format mismatch issue 2014-10-16 23:44:10 +02:00
gl_video.h cocoa: move to a simpler threading model 2014-10-04 11:47:17 +02:00
gl_w32.c
gl_wayland.c
gl_x11.c gl_x11: distinguish missing GLX and too old GLX versions 2014-10-12 01:33:10 +02:00
pnm_loader.c
pnm_loader.h
vo_caca.c
vo_direct3d.c
vo_image.c
vo_lavc.c vo_vdpau: better integration with the generic framedrop code 2014-09-20 15:17:12 +02:00
vo_null.c
vo_opengl_old.c
vo_opengl.c cocoa: move to a simpler threading model 2014-10-04 11:47:17 +02:00
vo_sdl.c vo_sdl: fix typo 2014-09-05 22:10:20 +02:00
vo_vaapi.c
vo_vdpau.c vo_vdpau: don't try to create surfaces of size 0 2014-10-01 17:29:24 +02:00
vo_wayland.c vo_wayland: remove unnecessary check 2014-09-16 15:54:10 +02:00
vo_x11.c malloc+memset(0) to calloc 2014-09-05 01:59:11 +02:00
vo_xv.c
vo.c video: return responsibility of video redraw back to playloop 2014-10-03 23:07:08 +02:00
vo.h video: return responsibility of video redraw back to playloop 2014-10-03 23:07:08 +02:00
w32_common.c options: add --no-keepaspect-window 2014-10-04 22:17:36 +02:00
w32_common.h
wayland_common.c wayland: use reported rete and delay 2014-09-19 17:38:24 +02:00
wayland_common.h wayland_common: fix changing videos when fullscreen 2014-09-10 19:21:52 +02:00
win_state.c
win_state.h
x11_common.c x11: don't wait for asynchronous X resizing with window-scale 2014-10-13 09:57:31 +02:00
x11_common.h x11: if the WM supports _NET_FRAME_EXTENTS, don't wait for map 2014-09-15 19:19:01 +02:00
x11_icon.bin