- May 15, 2022
-
-
-
The parent class destructor is already virtual, so there is no need for an empty destructor. The destructor has been useless since the commit a18c4d65.
-
-
-
-
Thread cancellation is not used so there is no point in preventing cancellation. It didn't work in C++ anyway.
-
-
-
-
The parent object is correctly defined as virtual, and this object doesn't allocate nor deallocate anything.
-
-
-
-
The destructor is still needed to release the unique_ptr while keeping the forward declaration though.
-
Try IEC61937 first, then fallback to DTS/AC3/... Fixes #25302
-
No functional changes
-
- May 14, 2022
-
-
-
-
-
-
-
-
-
-
-
This patch contains the three QmlMenu(s) required for the Tracks panel: QmlTrackMenu, QmlSubtitleMenu and QmlAudioMenu. The video tracks do not require a dedicated menu for now.
-
Felix Paul Kühne authored
This is a synonym for .ts used by certain video camera systems.
-
-
-
-
Mostly convenient for the audio output since the render date are in the fure (the aout delay).
-
-
To let tracer users send their own timestamp.
-
-
- May 13, 2022
-
-