- Dec 17, 2019
-
-
no functionnal changes Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
no functionnal changes Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
no functionnal changes Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
no functionnal changes Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
no functionnal changes Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
no functionnal changes Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
no functionnal changes Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
no functional changes Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
no functionnal changes Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
no functionnal changes Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
no functionnal changes Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
no functional changes Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
MLNetwork... classes have been renamed to Network... no functionnal changes Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
no functionnal changes Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
no functionnal changes Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
We get the real DXGI_FORMAT from the video context now.
-
Steve Lhomme authored
Taking in account the bitdepth and chroma subsampling. Log the format that was picked that way.
-
Steve Lhomme authored
Then we can fallback to YUV.
-
Steve Lhomme authored
And the other way around if one is not found. This is the source format we use to render, not the swapchain format which is more likely to use RGB.
-
Steve Lhomme authored
Rather than excluding formats, we might just include them.
-
- Dec 16, 2019
-
-
Hugo Beauzée-Luyssen authored
-
Steve Lhomme authored
-
Hugo Beauzée-Luyssen authored
Otherwise a callback during deletion could end up using already destroyed member variables Fix #23085
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
We only need the database to be available, which doesn't require calling start()
-
Hugo Beauzée-Luyssen authored
- Always create the instance as part of the constructor - Replicate the 2 initialize() & start() steps in the module This will allow more control in later commits
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Which was not failing because the pointer was implicitely converted to boolean, and the default value was used for the pointer parameter.
-
Hugo Beauzée-Luyssen authored
-
- Dec 13, 2019
-
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
To create the vout for the decoder device we can call decoder_UpdateVideoOutput but only when we know the output format. Otherwise we need to set a usable output format before we call decoder_GetDecoderDevice(). Prioritize the SAR from the container over the decoder one.
-
Steve Lhomme authored
The video context will be released but it private data are not set yet.
-
Marvin Scholz authored
-
Steve Lhomme authored
It's better in the picture context.
-
Steve Lhomme authored
We should not have to store the "p_sys" of the picture, it's always part of the video context. Don't use picture_NewFromResource() since we don't provide pixel resources.
-
Steve Lhomme authored
It's better in the picture context.
-