"README.md" did not exist on "7f05c20b6c7af77f104160e0f796b314b1feb9fc"
- Apr 16, 2018
-
-
Steve Lhomme authored
This reverts commit 82f64998. For now...
-
Rémi Denis-Courmont authored
Moves calls to stream_FilterAutoNew() out of stream_AccessNew(). No overall functional changes.
-
Rémi Denis-Courmont authored
(like is being done for access for a while)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Steve Lhomme authored
The U/V lines of 4:2:0 chroma are divided by 2. But if the height is an odd number we end up missing the last line for these planes. Fixes #20290
-
Steve Lhomme authored
Fixes #20288
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Steve Lhomme authored
-
Thomas Guillem authored
This also fixes the stereo-mode being forgotten when the decoder thread reload its decoder module and aout. If the requested stereo-mode is not available, fallback to the default one, but keep this mode for next inputs. That is why the requested_stereo_mode intermediate variable is needed.
-
Thomas Guillem authored
-
Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Steve Lhomme authored
Fixes #20285
-
A given URL shouldn't be changed while paying. Signed-off-by:
Justin Kim <justin.kim@collabora.com> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Starting a video may resize the window (if autoresize is enabled). If the video is started fullscreen, however, the window is not resized, so its size is unexpected once fullscreen is disabled. The initial fullscreen mode should not prevent autoresize, so resize the window when disabling fullscreen. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
restoreStackOldWidget() should always restore the size the widget have when fullscreen is disabled. Therefore, save the size before switching to fullscreen, and never update while fullscreen is enabled. Fixes #20224 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Apr 15, 2018
-
-
David authored
This also fixes hiding of stats tab in case the respective config option is unset. Previous code raised error logs here.
-
David authored
See 6b0284b7f41fbb911e5bf160c2d5ddd28b43e6e2. This time with adapted autolayout constraints.
-
David authored
The "apply at next startup" box did not have a localization at all. The tab views localication was not applied correctly to due to the panels redesign.
-
The implementation of vnc_encrypt_bytes called by vnc_connect needs to add a return value check on function gcry_cipher_open. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
(fixes #20291)
-
Rémi Denis-Courmont authored
PulseAudio never took it into account. ALSA needs something else and no longer uses it (OSS presumably likewise).
-
Rémi Denis-Courmont authored
Also use the old description. The new one is misleading in the context of OSSv4 (or ALSA)4 (or ALSA)4 (or ALSA)4 (or ALSA).
-
Rémi Denis-Courmont authored
(This is untested.)
-
Rémi Denis-Courmont authored
No functional changes.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- Apr 14, 2018
-
-
Konstantin Pavlov authored
We're using KDE Neon Qt5 & friends that fix the UI look and feel for desktop environments Canonical does not care about, but unfortunately those packages are not compatible with appmenu-qt5 package from Xenial, required by desktop-qt5. The fix here is to replicate the desktop-qt5 snap build proccess, dropping appmenu-qt5 dependency.
-
- Apr 13, 2018
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
-
Hugo Beauzée-Luyssen authored
This reverts commit 2de830a5. Fix #20026
-
Hugo Beauzée-Luyssen authored
-