- Nov 03, 2019
-
-
Felix Paul Kühne authored
This is based on legacy code of the 3.0 branch
-
libarchive 3.4.0 adds support for RAR 5.0. See https://www.rarlab.com/technote.htm#rarsign for description of signatures. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Support for RARv5 and ZIPX are in :)
-
- Nov 02, 2019
-
-
Ilkka Ollakka authored
Convert to doubles for playlist writing, otherwise keep data in vlc_tick_t.
-
- Nov 01, 2019
-
-
Ilkka Ollakka authored
Without removing the filters we hit assert on next look about filters being present.
-
Ilkka Ollakka authored
Otherwise we seem to end up in infinite loop of checking reconfiguration, but never actually manage to reconfigure.
-
Ilkka Ollakka authored
With dts-values you could end up storing ongoing segments and run out of memory in some cases with mpeg-ts input. This approach doesn't seem to have same problem.
-
- Oct 31, 2019
-
-
Marvin Scholz authored
Instead of having separate jobs for prebuilt and non-prebuilt jobs, just have one job and build contribs when no prebuilt ones are available.
-
Marvin Scholz authored
-
Marvin Scholz authored
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
MultiCoverPreview was used to generate genre thumbnails, though the grabToImage function no longer works with recent Qt version when qml is in a QQuickWidget. See previous commits for replacement. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
* use VLC color scheme * allow the indicator to be visible only after the state has been active long enough Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
using the input item discovered by the Media Tree may provide more properties than using the mrl, such as attached subtitles. NetworkMediaModel and NetworkDeviceModel now expose an addToPlaylist and addAndPlay method like the media library Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
* 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
-