- Jan 26, 2020
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
When the user right-clicks on a non-media-item in the library representation, don't offer options to manipulate the item as there is none.
-
- Jan 25, 2020
-
-
Felix Paul Kühne authored
This way, you can reveal the data about an individual item stored in the data base. The representation will be moved to a different place, so this is notably for debug purposes for now.
-
Felix Paul Kühne authored
-
- Jan 24, 2020
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Marvin Scholz authored
Remaining artifact of the Objective-C times of this module.
-
Marvin Scholz authored
These properties seem to not influence the deinterlace behavior by VT at all.
-
Marvin Scholz authored
Instead of defining these constants when not building for macOS and setting them anyway on iOS even though those are not supported there, just set them on macOS and never do this for iOS.
-
Marvin Scholz authored
This was needed for older SDKs, but we no longer support building with those.
-
Marvin Scholz authored
Remaining artifact of the Objective-C times of this module.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
No need to the users to know the internals of the types used.
-
Steve Lhomme authored
-
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
-