- 06 Mar, 2018 1 commit
-
-
Pierre Lamot authored
On windows last used folder was stored by its URL, which cannot by used QFileDialog::getXXXFileName. This patch will store last used folder by its URL systematically and use QFileDialog::getXXXURL. This allows to store non file location (ie: smb) Fix #19905 Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
- 05 Mar, 2018 10 commits
-
-
Thomas Guillem authored
Check nullity before using the glESView object.
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Thomas Guillem authored
-
Thomas Guillem authored
This fixes a regression from 91f42699 This regressions caused the audio converter chain to fail when a chan_mode conversion was needed but no converter were found. In the case of AOUT_CHANMODE_DOLBYSTEREO. The dolby converter won't work with a stereo output. The lowest priority converter still need to handle this conversion and drop the chan_mode conversion. Fixes #19646
-
Hugo Beauzée-Luyssen authored
Fix CD #63baa309-cf38-4b7b-8f8d-803c10be3c48
-
Martin Storsjö authored
The number of ".." segments differed between merge_arm.S and merge_arm64.S (but both successfully managed to include the header). Settle on one consistent form.
-
Thomas Guillem authored
Reported-by:
Lyndon Brown <jnqnfe@gmail.com>
-
- 04 Mar, 2018 2 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
was only working with drag & drop
-
- 03 Mar, 2018 2 commits
-
-
Lyndon Brown authored
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
David Fuhrmann authored
Fixes compilation, as growl sets older deployment target internally. Also fix install rule for framework.
-
- 02 Mar, 2018 14 commits
-
-
David Fuhrmann authored
We want to have the opposite thing - actually seeing errors for some warnings.
-
David Fuhrmann authored
Followup fix for 6c6bc89c. This sets the contribs flags now in the same way as before, to correctly build a contrib package with minimum macosx version repected. Also add WARNING_CFLAGS, to enable availability errors for all Xcode based projects.
-
Marvin Scholz authored
-
Marvin Scholz authored
Fixes a crash on macOS 10.7 and 10.8
-
Thomas Guillem authored
Since this case can finally happen.
-
Thomas Guillem authored
Regression from a799daf6 (should had been done only for HEVC) This caused a high value of i_nb_fields and a deadlock (cf. previvous commit). Fixes #19897
-
Thomas Guillem authored
This fixes a deadlock if a sample have more than 2 fields. Refs #19897
-
Thomas Guillem authored
Fixes #19892
-
Matthew Whitworth authored
Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Matthew Whitworth authored
Incorrect check after calloc returns. Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Thomas Guillem authored
This reverts commit 6e5e0867 This reverts commit 2aaca35c.
-
Martin Storsjö authored
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
-
Thomas Guillem authored
Better to get all chances to get a profile.
-
- 01 Mar, 2018 11 commits
-
-
Rémi Denis-Courmont authored
Rename functions and match the usual prototypes, which works basically everywhere (except for naming differences). Also fix and deduplicate Doxygen. Functions are not exported for now (no portable use case as of yet).
-
Hugo Beauzée-Luyssen authored
Fix #19875
-
Thomas Guillem authored
If a vout probe fails, releaseVideoSlot() will be called with an input with a valid Video. This will cause the showTab() method to stack the videoWidget into the artContainer.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Thomas Guillem authored
This fixes a crash when setting the volume after a valid playback.
-
Hugo Beauzée-Luyssen authored
std::nothrow will just prevent std::bad_alloc from being thrown, but some of the member variables' constructors will throw std::runtime_error
-
François Cartegnie authored
-
François Cartegnie authored
reverts db78e019
-
Thomas Guillem authored
Since the variable is created from Open().
-
Thomas Guillem authored
Don't rely on vlc_object_t anymore.
-