- 08 Dec, 2015 15 commits
-
-
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 12 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.
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
- cleanup interfaces section - Regroup settings, move some to video section - remove rarely used settings from the simple settings page - reorder outlets and setup code close #14504
-
Thomas Guillem authored
-
Thomas Guillem authored
mwait (called from Audio and SPU DecoderThread) can now be interrupted when flushing or closing. This fixes a too long closing/flushing time when the next spu or audio block is too distant.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
For now, a lot of decoder/packetizer are also flushing on BLOCK_FLAG_DISCONTINUITY flag. Some others are also flushing on BLOCK_FLAG_CORRUPTED flag (omxil, videotoolbox, avcodec audio). This patch doesn't change the current behavior. But maybe we shouldn't flush anymore on DISCONTINUOUS/CORRUPTED.
-
Felix Paul Kühne authored
-
- 03 Dec, 2015 8 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
and possibly uninitialized
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-