255 Commits (master)

Author SHA1 Message Date
Steve Lhomme eb07b169af meson: fix screen module in UWP 1 year ago
Steve Lhomme 1afe1d0f32 meson: use the same screen plugin name as autotools 1 year ago
Steve Lhomme 99c86c86f7 meson: add missing d3d11 dependency 1 year ago
Steve Lhomme c50fdba621 remove unneeded vlc_modules.h includes 2 years ago
Steve Lhomme e89464c8bd use vlc_filter_Delete instead of multiple local calls 2 years ago
Steve Lhomme 1284650664 filters: load "video blending" filters with vlc_filter_LoadModule() 2 years ago
Steve Lhomme e8c7b4ddd8 screen: remove unneeded vlc_module.h include 2 years ago
Steve Lhomme 3a85b272bc d3d11_fmt: add an alpha texture type in d3d11_video_context_t 3 years ago
Steve Lhomme dc7f5a2e32 d3d11: lookup d3d_format_t with or without an alpha texture 3 years ago
Jeffrey Knockel 0449bae030 screen/win32: use correct VLC codec for 16-bit 2 years ago
Jeffrey Knockel 862836459d screen/win32: fix handling of 256 color depth 2 years ago
Steve Lhomme 04d3c31333 screen/wayland: init all known fields to NULL 2 years ago
Steve Lhomme eb14275ab3 screen/xcb: replace VLC_CODEC_RGB15 with RGB555 3 years ago
Steve Lhomme a0670492db screen/xcb: replace VLC_CODEC_RGB16 with VLC_CODEC_RGB565 3 years ago
Steve Lhomme 3af18cdaa9 screen/xcb: replace VLC_CODEC_RGB24M with VLC_CODEC_RGB24 3 years ago
Steve Lhomme b111d3b31b dxgi_fmt: remove empty DxgiFormatMask() 3 years ago
Steve Lhomme 342e1fdb75 screen/win32: output VLC_CODEC_BGR555LE instead of VLC_CODEC_RGB15 3 years ago
Steve Lhomme 21bd9cffbd screen/win32: use VLC_CODEC_RGB24 instead of VLC_CODEC_RGB24M 3 years ago
Steve Lhomme 0127ad54f9 vlc_fourcc: rename VLC_CODEC_RGB24 to VLC_CODEC_RGB24M 3 years ago
Steve Lhomme fcca240378 screen/xcb: replace VLC_CODEC_RGB32 with VLC_CODEC_XRGB 3 years ago
Steve Lhomme 69aabb9b80 screen/win32: replace VLC_CODEC_RGB32 with VLC_CODEC_BGRX 3 years ago
Steve Lhomme 7f55e1d824 screen/wayland: replace VLC_CODEC_RGB32 with VLC_CODEC_BGRX 3 years ago
Steve Lhomme 197a27b9df screen/mac: replace VLC_CODEC_RGB32 with VLC_CODEC_XRGB 3 years ago
Steve Lhomme 5964ac1b8a screen/win32: remove 15-bit case 3 years ago
Steve Lhomme 271e8d7dba screen/xcb: use VLC_CODEC_RGB233 with fixed mask instead of VLC_CODEC_RGB8+mask 3 years ago
Steve Lhomme 4219688d38 screen/win32: use VLC_CODEC_RGB233 instead of VLC_CODEC_RGB8+mask 3 years ago
Steve Lhomme cf2613a72c modules: remove write-only video format i_bits_per_pixel 3 years ago
Steve Lhomme e6fd74f84e screen/win32: cache the pitch of the DIB section 3 years ago
Steve Lhomme 87a429dca6 screen: report the average bits per pixel using vlc_fourcc_GetChromaBPP() 3 years ago
Steve Lhomme ed8c34ec28 screen/dxgi: fix potential null pointer dereference 3 years ago
Steve Lhomme 9dd1af4f59 screen: don't force the type of internal data 3 years ago
Steve Lhomme 5854bc725c screen/xcb: use vlc_fourcc_t for the local chroma 3 years ago
Steve Lhomme d1b3bbf3ed screen/dxgi: use video_format_Setup() to initialize the format 3 years ago
Steve Lhomme 6c069b069d screen/xcb: use video_format_Setup() to initialize the format 3 years ago
Steve Lhomme 4a21100591 screen/gdi: use video_format_Setup() to initialize the format 3 years ago
Steve Lhomme 6f992b755a modules: explicitly include windows.h when needed 3 years ago
Steve Lhomme 5efb048582 screen/dxgi: use WINAPI_FAMILY to check cursor availability 3 years ago
Steve Lhomme 55eba1ae2e modules: include vlc_threads.h when using vlc_savecancel() 3 years ago
Steve Lhomme 1b02bcdade d3d11: use D3D11_RenderFormat to get render d3d_formats 3 years ago
Alexandre Janniaux 43f8ba2d77 access/screen: meson.build: remove screen on iOS 3 years ago
Johannes Kauffmann 55884a930f meson: screen: add libcom_cppflags 3 years ago
Johannes Kauffmann c91fac9b59 meson: fix dict key/value style 3 years ago
Steve Lhomme 8365a52259 meson: fix dxgi screen plugin link 3 years ago
Marvin Scholz d5f07af209 meson: add initial meson build system 7 years ago
Steve Lhomme 36017f9c3a modules: add a fancy name to internal threads 4 years ago
Steve Lhomme b469857dec vlc_threads: remove the thread priority when creating a thread 4 years ago
Marvin Scholz 9907bdb58d screen/mac: remove duplicate static keyword 4 years ago
Steve Lhomme a84e2e720c access: screen: limit the mouse to win32 4 years ago
Steve Lhomme 33fd050ec7 access: screen: move the screen-display-id/screen-index handling in mac code 4 years ago
Steve Lhomme 0afe4c145c access: screen: fix code usage depending on the defines 4 years ago