- Sep 04, 2023
-
-
-
Steve Lhomme authored
-
-
-
-
Co-authored-by:
Pierre Lamot <pierre@videolabs.io>
-
Before Qt 6.5, it is necessary to provide the timezone explicitly.
-
-
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
We only need to compute it once.
-
Steve Lhomme authored
It will copy less than needed if the output size doesn't fit.
-
Steve Lhomme authored
es_format_Copy can copy a lot of things we don't need.
-
Steve Lhomme authored
vlc_fourcc_GetChromaBPP() gets the same value as is in fmt->i_bits_per_pixel.
-
Steve Lhomme authored
VLC_CODEC_RGB15 will report 15 and will be rounded to 16 as before.
-
Steve Lhomme authored
And pass the video_format, not the whole es_format_t when filling it.
-
Steve Lhomme authored
-
Steve Lhomme authored
It doesn't matter what bit depth is on the input.
-
Steve Lhomme authored
-
Steve Lhomme authored
If biBitCount is 15, we need 2 bytes per pixel, even for a 1x1 output.
-
Steve Lhomme authored
bits_per_coded_sample should be 15 for VLC_CODEC_RGB15 which is what this function returns.
-
Steve Lhomme authored
-
Steve Lhomme authored
This is the average usable bits per pixel, not related to individual pixels.
-
Steve Lhomme authored
It may not even correspond to the padding we may use with a real picture.
-
- Sep 03, 2023
-
-
-
-
-
-
-
-
-
Steve Lhomme authored
If the chroma really needs a mask, it should set it. But when we reset the chroma we should reset the mask as well.
-
-
-
fix: #28347
-
- Sep 02, 2023
-
-