- Oct 19, 2017
-
-
The mmal_queue is threadsafe and the block released from output callback does not interfere with the block processing in decode. What could happen was a use after free of block when checking the decode loop condition after submitting the block to mmal. Avoid this by clearing the block pointer before submitting to mmal and use it as extra loop condition. Signed-off-by:
Julian Scheel <julian@jusst.de> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Oct 18, 2017
-
-
Fixes #18611 Signed-off-by:
Francois Cartegnie <fcvlcdev@free.fr>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Also log the feature level as hexadecimal, it's easier to read. Fixes #18941 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
- Oct 17, 2017
-
-
François Cartegnie authored
-
This patch fixed a crash due to assert failure since mutex is not unlocked before vlc_mutex_destroy(). Signed-off-by:
Francois Cartegnie <fcvlcdev@free.fr>
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
CRLF is stripped by readLine(), and the following code doesn't deal with CRLF, so the check is redundant and suspicious. Signed-off-by:
Francois Cartegnie <fcvlcdev@free.fr>
-
François Cartegnie authored
Text widget size is miscomputed due to a mix in non native and scaled icon size. This reverts commit 32930aa2.
-
Marvin Scholz authored
This is a backport of http://git.savannah.gnu.org/cgit/libtool.git/commit/?id=a5c6466 as libtool has no release that includes this commit, yet. It fixes using sanitizers on macOS, as without this patch, the relevant flag is not passed to the compiler when linking, causing undefined symbol errors.
-
#18731 is not fixed in some cases because the deinterlacer may keep more than one frame for later reference. The maximum extra frame currently supported is 2 so we need to add 2 frames to the decoder as they will be held for a while. Theoretically the problem could happen with H264 but we usually have more frames than we need. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
This way you cannot use D3D11VA with a D3D9 vout by default. Fix #18923 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Oct 16, 2017
-
-
David authored
macOS High Sierra remapped the volume up / down buttons on the apple remote. This patch tries to fix that by adding the new cookies. refs #18894
-
Rather than use buffers in the GPU and then copy in the staging texture, use CPU buffers and copy in the staging texture from there. Fixes #18766 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Check if the card reports yuv or rgb input and set the codec format accordingly. Signed-off-by:
Julian Scheel <julian@jusst.de> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
And log more errors. Ref #18746 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Oct 15, 2017
-
-
Marvin Scholz authored
-
Marvin Scholz authored
Previously kVTParameterErr was not indicated as an error but as VTSESSION_STATUS_OK in HandleVTStatus. Ref #18925
-
Thomas Guillem authored
-
David authored
Explicit sizes shall not be used to allow grow for l10n. Also center the elements.
-
- Oct 14, 2017
-
-
Jean-Baptiste Kempf authored
-
Otherwise text might be unreadable when system default font use a light color Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
this is workaround for https://bugreports.qt.io/browse/QTBUG-55388 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Close #18649 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Qt default behavior for rendering SVG is to ignore Dpi, which might leads to aliasing. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-