- Oct 31, 2019
-
-
* MLNetworkDeviceModel allows to list available devices * MLNetworkMediaModel allows to browse a media tree 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>
-
callbacks are called with the player locked, if the callback commes from Qt thread, the signal emitted by Qt may be handled within the same thread directly and ask for the player lock again. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Oct 30, 2019
-
-
no functional changes Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
most behaviours and customisations related to the gridview where defined in MCVideoDisplay, and this makes the vide info panel an independant component (renamed as VideoInfoExpandPanel) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
content was cropped when using higher scale factor 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>
-
Previously, one could not convert a video into a video with both: * deinterlace checked (in the Convert dialog) * custom options (in "Profile edition" dialog, "Video codec" tab) This was due to incorrectly handled braces in a SoutChain. This makes VLCProfileSelector::getTranscode() return a SoutChain instead of a plain QString, which eases the handling of the sout chain. 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>
-
The configuration file is locked before serialization and the config_SaveConfigFile can thus be called at multiple places at the same time. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Konstantin Pavlov authored
.buildlibtool dependencies make sure we have autoconf and automake installed, which is not guaranteed on unpacking target. tage.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This implements #2886.
-
Thomas Guillem authored
-
- Oct 29, 2019
-
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
And reflect the API changes
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
We can't do it through vlc_stream_NewURL as it will include the skiptags filter
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Since the only part that matters to taglib is the filename, and more specifically the extension part.
-
-
As they are extremely likely to be read already
-
Thomas Guillem authored
The AVC MediaCodec implementation of Amazon Fire TV devices report the surface output size instead of the input video size. These are the only know devices that need this HACK.
-
Thomas Guillem authored
Some implementations return the surface output size instead of the input video size. In that case, use the size parsed by the hxxx_helper.
-
Thomas Guillem authored
-
- Oct 28, 2019
-
-
Thomas Guillem authored
Otherwise, events are not propagated after the first request. cf. f37171e5
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Hugo Beauzée-Luyssen authored
This reverts commit 1b07eaa8.
-