- 08 Dec, 2015 33 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Tries strongest match against decoder record
-
Felix Paul Kühne authored
-
Hugo Beauzée-Luyssen authored
-
Rémi Denis-Courmont authored
Like valgrind, the address sanitizer generates unusable leak reports if plugins are unloaded.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Run 'make lcov' to produce the coverage report in the lcov/. This requires lcov installed and the --enable-coverage configure flag.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Hugo Beauzée-Luyssen authored
fixes #14399
-
Felix Paul Kühne authored
-
Thomas Guillem authored
When p_block was NULL, DecoderThread was draining its packetizer or its decoder, but was not draining both (when a packetizer was used).
-
Jean-Baptiste Kempf authored
-
Hugo Beauzée-Luyssen authored
In order to avoid flickering on local content
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
This allows us to use internal fields
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Do not pass an input_thread_t through the Qt message loop
-
Jean-Baptiste Kempf authored
0.2 of RMS/Peak, 4.0:1 of ratio and 5.0 of knee ref #16079
-
Denis Charmet authored
Fix #14453 by forcing flush before es_out_Del Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Pointed-by:
KO Myung-Hun <komh78@gmail.com> Acked-By:
Francois Cartegnie <fcvlcdev@free.fr>
-
Diego Elio Pettenò authored
This disables MMX/MMXEXT code for ffmpeg/postproc, and all assembly for mpg123 and libass, if building for Android on x86 (32-bit). It has performance implications but it avoids all TEXTRELs in the output, which makes it possible to use W^X hardening techniques. The code can probably be ported to be PIC-compatible in the future so that these can be re-enabled, but even Gentoo Linux has no better solutions for this at the moment. Signed-off-by:
Diego Elio Pettenò <flameeyes@flameeyes.eu> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Sean McGovern authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Fahad Al-Saidi authored
Fix #9170 Qt doesn't set application layout direction by default, so we make it use locale text direction, e.g. RTL for Arabic. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Diego Elio Pettenò authored
Instead, create an extra library and link that one in conditionally. This simplifies compiler language selection for the library. close #15395 Signed-off-by:
Diego Elio Pettenò <flameeyes@flameeyes.eu> Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- 06 Dec, 2015 5 commits
-
-
Francois Cartegnie authored
sps id can obviously never be negative
-
Francois Cartegnie authored
refs #16061
-
David Fuhrmann authored
-
David Fuhrmann authored
-
Thomas Guillem authored
Fixes #15834
-
- 05 Dec, 2015 2 commits
-
-
David Fuhrmann authored
This allows to drop https URLs on the VLC icon as well, in addition to http URLs. Additionally, this removes VLC again from the list of web browsers the user can choose in system settings --> general. close #13672
-
David Fuhrmann authored
This hack is not needed anymore. refs #14362 This reverts commit 5598f816.
-