Commits on Source (16)
-
Steve Lhomme authored756bc601
-
Steve Lhomme authoredeea271bf
-
Steve Lhomme authored5854bc72
-
Steve Lhomme authored
This is an internal VLC value, not a FourCC we pass to another API.
54dc2e42 -
Steve Lhomme authored
DXGI_FORMAT_B8G8R8X8_UNORM is mapped to VLC_CODEC_RGB32, DXGI_FORMAT_B5G6R5_UNORM is mapped to VLC_CODEC_RGB16. DXGI_FORMAT_B8G8R8A8_UNORM is mapped to VLC_CODEC_BGRA and doesn't need a mask.
212f918e -
Steve Lhomme authoredc955e76b
-
Steve Lhomme authoredbdc46d9a
-
Steve Lhomme authored
We don't need to know it comes from an es_format_t.
bfbf7b75 -
Steve Lhomme authored
It's better to have a single location when possible. The RGB24 and RGB32 don't match so we keep them local.
c2821b97 -
Steve Lhomme authored
No need to call vlc_fourcc_to_char() for that.
880043e3 -
Steve Lhomme authored
No need to call vlc_fourcc_to_char() for that.
0132a575 -
Steve Lhomme authored
As it's done everywhere else.
5dd44b63 -
Steve Lhomme authored
video_format_Copy is really an init like video_format_InitFromFormat. The video_format_t doesn't should to be uninitialized prior this call. Otherwise it needs to be cleared with video_format_Clear().
29ae37d8 -
Steve Lhomme authored
The call is more important than the log message refers to.
9cd6ff85 -
Steve Lhomme authored753737c2
-
Steve Lhomme authored87f265b0
Showing
- include/vlc_fourcc.h 1 addition, 1 deletioninclude/vlc_fourcc.h
- modules/access/dshow/access.h 1 addition, 1 deletionmodules/access/dshow/access.h
- modules/access/dshow/dshow.cpp 16 additions, 26 deletionsmodules/access/dshow/dshow.cpp
- modules/access/dshow/filter.cpp 3 additions, 3 deletionsmodules/access/dshow/filter.cpp
- modules/access/dshow/filter.h 1 addition, 1 deletionmodules/access/dshow/filter.h
- modules/access/screen/xcb.c 1 addition, 1 deletionmodules/access/screen/xcb.c
- modules/codec/avcodec/fourcc.c 2 additions, 2 deletionsmodules/codec/avcodec/fourcc.c
- modules/codec/daala.c 1 addition, 1 deletionmodules/codec/daala.c
- modules/codec/dvbsub.c 2 additions, 1 deletionmodules/codec/dvbsub.c
- modules/codec/schroedinger.c 5 additions, 7 deletionsmodules/codec/schroedinger.c
- modules/demux/mkv/matroska_segment_parse.cpp 1 addition, 6 deletionsmodules/demux/mkv/matroska_segment_parse.cpp
- modules/spu/audiobargraph_v.c 1 addition, 1 deletionmodules/spu/audiobargraph_v.c
- modules/video_chroma/dxgi_fmt.c 8 additions, 1 deletionmodules/video_chroma/dxgi_fmt.c
- modules/video_chroma/i420_rgb.c 3 additions, 2 deletionsmodules/video_chroma/i420_rgb.c
- modules/video_output/win32/direct3d9.c 3 additions, 2 deletionsmodules/video_output/win32/direct3d9.c