- Apr 06, 2023
-
-
-
Steve Lhomme authored
We don't need a special vlc_dshow.h including a lot of things.
-
Steve Lhomme authored
The module needs to use 'dependencies' for such dependencies.
-
Steve Lhomme authored
The module needs to use 'dependencies' for such dependencies.
-
-
-
-
- Apr 05, 2023
-
-
Tristan Matthews authored
-
Tristan Matthews authored
-
Tristan Matthews authored
-
Tristan Matthews authored
QOI - The “Quite OK Image Format” for fast, lossless image compression See: https://github.com/phoboslab/qoi
-
-
-
It can now be used directly.
-
Let the preparser thread parse the next item, while the current one is being art fetched, ie. don't block the preparser thread while fetching arts.
-
Remove from the list immediately after we are done with the executor. This will be needed by the next commit.
-
-
Steve Lhomme authored
All 4:4:4 YUV formats with alpha are already part of the table thanks to VLC_CODEC_YUV_PLANAR_444_ALPHA.
-
Steve Lhomme authored
If it's not set yet, it will be set later. We only need to know the value before we call decoder_UpdateVideoOutput().
-
Steve Lhomme authored
-
Steve Lhomme authored
-
regression by c8fe3d81
-
- Apr 04, 2023
-
-
Fixes #27980
-
-
-
-
-
There are no particular reasons to allocate the frame structure and the frame buffer together. In fact, this prevents the effective use of aligned allocation functions for the buffer, and reduces the effectiveness of the address sanitiser. This is also no longer necessary for vlc_frame_Realloc() to work; the function now works optimally regardless of how the frame was allocated. The ad-hoc overflow check is also dropped, as it is unnecessary whence size is always smaller than 2^28.
-
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
The ID3D11VideoContext_VideoProcessorBlt define is only set with COBJMACROS. We don't need it as the code should not be compiled if it's not available.
-
Steve Lhomme authored
-
Steve Lhomme authored
No need to use the textureFormat when we know it's nullptr.
-
Steve Lhomme authored
Passing false (0) would result in no format being ever selected.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
and input_preparser_callbacks_t to struct vlc_metadata_cbs
-
Thomas Guillem authored
-