Commits on Source (10)
-
If the capture took too long we need to adjust which frame the capture belongs to.
d13e08b0 -
Simplify the close callback which only needs to clean the screen_data_t.
7915f5d3 -
This is useful when textures come from a different Adapter/GPU or the bogus access with GPU output.
90ac4d16 -
cd62b12b
-
The DXGI code is always compiled on Windows as it's only using calls available since Windows 7, although IDXGIOutputDuplication will not be available. The block_t sent contains a D3D11-based picture_t that can be used without any additional copy using the shared handle.
9179497c -
73895883
-
3fe7d92e
-
0afe4c14
-
33fd050e
-
The mac module shouldn't present the mouse options if it doesn't handle them.
a84e2e72
Showing
- modules/access/Makefile.am 15 additions, 7 deletionsmodules/access/Makefile.am
- modules/access/screen/dxgi.cpp 304 additions, 0 deletionsmodules/access/screen/dxgi.cpp
- modules/access/screen/mac.c 34 additions, 11 deletionsmodules/access/screen/mac.c
- modules/access/screen/screen.c 15 additions, 80 deletionsmodules/access/screen/screen.c
- modules/access/screen/screen.h 17 additions, 16 deletionsmodules/access/screen/screen.h
- modules/access/screen/win32.c 104 additions, 10 deletionsmodules/access/screen/win32.c
- modules/hw/d3d11/Makefile.am 1 addition, 0 deletionsmodules/hw/d3d11/Makefile.am
- modules/hw/d3d11/d3d11_decoder.cpp 300 additions, 0 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 8 additions, 1 deletionmodules/hw/d3d11/d3d11_filters.c
- modules/hw/d3d11/d3d11_filters.h 10 additions, 0 deletionsmodules/hw/d3d11/d3d11_filters.h
- modules/hw/d3d11/d3d11_surface.c 1 addition, 1 deletionmodules/hw/d3d11/d3d11_surface.c
- modules/video_chroma/d3d11_fmt.c 26 additions, 4 deletionsmodules/video_chroma/d3d11_fmt.c
- modules/video_chroma/d3d11_fmt.h 15 additions, 4 deletionsmodules/video_chroma/d3d11_fmt.h
- modules/video_output/win32/direct3d11.cpp 4 additions, 2 deletionsmodules/video_output/win32/direct3d11.cpp
modules/access/screen/dxgi.cpp
0 → 100644
modules/hw/d3d11/d3d11_decoder.cpp
0 → 100644