- Jan 24, 2020
-
-
Steve Lhomme authored
global variables are evil
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
It's used by the custom avcodec build we don't use for now.
-
Steve Lhomme authored
The pool exists as long as the decoder device is in use.
-
Steve Lhomme authored
-
Steve Lhomme authored
It's done in the decoder device we keep during the whole lifetime of the filter (and the pictures that will be pushed).
-
Steve Lhomme authored
Make sure we're using a MMAL pipeline.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
And test the input video context.
-
Steve Lhomme authored
Otherwise initialize the hardware locally.
-
Steve Lhomme authored
And store it in the video context that we push.
-
Steve Lhomme authored
-
Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Thomas Guillem authored
Regression from c515dc46 The transformation must be done after the fmt_out is fully configured.
-
Felix Paul Kühne authored
-
QUrl::None doesn't encode space, thus generate illformed URL this patch follows up "qt: fix url encoding of medialibrary endpoints" Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
this fixes issues when we get the callback from a node after we changes view and end up displaying the content of a folder within the device view Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
this fixes issues when we get the callback from a node after we changes view and end up displaying the content of a folder within the device view Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
It's not handled by the core.
-
Thomas Guillem authored
-
Thomas Guillem authored
It was used to fix decoder device creation from the core but it's not needed since 2210c192
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Steve Lhomme authored
We don't use the video_format from it anymore. Only the vout pointer was used.
-
Steve Lhomme authored
-
Steve Lhomme authored
So we can create the vout thread and the decoder device without knowing the actual display dimensions that will be used. The vout always has a usable window, even if it's not enabled.
-
- Jan 23, 2020
-
-
Pierre Ynard authored
The signature descrambling call changed to using several steps with intermediate variables. We know that the signature field must be URL-decoded before descrambling, so we now rely on that.
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-