Commits on Source (12)
-
Steve Lhomme authoredd6c19a63
-
Steve Lhomme authored8e8cb9da
-
Steve Lhomme authored3f0b063c
-
Steve Lhomme authored
Since we use a 4x3 Colorspace matrix, the alpha values are can end up in the colors.
d8f0d4df -
Steve Lhomme authored8f5e889d
-
Steve Lhomme authoreddc7f5a2e
-
Steve Lhomme authored3a85b272
-
Steve Lhomme authored1429659a
-
Steve Lhomme authored81efa92f
-
Steve Lhomme authored678f8603
-
Steve Lhomme authoredc95e45ae
-
Steve Lhomme authoredf95c9c6a
Showing
- include/vlc_fourcc.h 1 addition, 0 deletionsinclude/vlc_fourcc.h
- modules/access/screen/dxgi.cpp 2 additions, 2 deletionsmodules/access/screen/dxgi.cpp
- modules/codec/Makefile.am 8 additions, 1 deletionmodules/codec/Makefile.am
- modules/codec/alpha_combine.h 27 additions, 0 deletionsmodules/codec/alpha_combine.h
- modules/codec/alpha_d3d11.cpp 103 additions, 0 deletionsmodules/codec/alpha_d3d11.cpp
- modules/codec/avcodec/d3d11va.c 10 additions, 7 deletionsmodules/codec/avcodec/d3d11va.c
- modules/codec/meson.build 8 additions, 1 deletionmodules/codec/meson.build
- modules/codec/mft_d3d11.cpp 2 additions, 2 deletionsmodules/codec/mft_d3d11.cpp
- modules/codec/vpx_alpha.c 40 additions, 0 deletionsmodules/codec/vpx_alpha.c
- modules/hw/d3d11/d3d11_decoder.cpp 3 additions, 3 deletionsmodules/hw/d3d11/d3d11_decoder.cpp
- modules/hw/d3d11/d3d11_deinterlace.c 1 addition, 1 deletionmodules/hw/d3d11/d3d11_deinterlace.c
- modules/hw/d3d11/d3d11_filters.c 1 addition, 1 deletionmodules/hw/d3d11/d3d11_filters.c
- modules/hw/d3d11/d3d11_surface.c 3 additions, 3 deletionsmodules/hw/d3d11/d3d11_surface.c
- modules/video_chroma/d3d11_fmt.c 9 additions, 3 deletionsmodules/video_chroma/d3d11_fmt.c
- modules/video_chroma/d3d11_fmt.h 9 additions, 5 deletionsmodules/video_chroma/d3d11_fmt.h
- modules/video_chroma/dxgi_fmt.c 35 additions, 33 deletionsmodules/video_chroma/dxgi_fmt.c
- modules/video_chroma/dxgi_fmt.h 4 additions, 2 deletionsmodules/video_chroma/dxgi_fmt.h
- modules/video_output/win32/d3d11_quad.cpp 1 addition, 0 deletionsmodules/video_output/win32/d3d11_quad.cpp
- modules/video_output/win32/d3d11_scaler.cpp 1 addition, 1 deletionmodules/video_output/win32/d3d11_scaler.cpp
- modules/video_output/win32/d3d11_swapchain.cpp 9 additions, 2 deletionsmodules/video_output/win32/d3d11_swapchain.cpp
modules/codec/alpha_combine.h
0 → 100644
modules/codec/alpha_d3d11.cpp
0 → 100644