- 30 Jul, 2017 6 commits
-
-
Rémi Denis-Courmont authored
-
David Fuhrmann authored
-
David Fuhrmann authored
Auto-upgrade old setting (i.e. if a user selected a RTL language before, the settings will be autoupdated and VLC will be restarted). Restart will not happen for the most common case (auto language).
-
David Fuhrmann authored
-
David Fuhrmann authored
Enable RTL interface if RTL language was explicitly selected in preferences.
-
Felix Paul Kühne authored
-
- 28 Jul, 2017 5 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
refs #18612
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
- 27 Jul, 2017 18 commits
-
-
Victorien Le Couviour--Tuffet authored
VideoToolbox already handles it. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Victorien Le Couviour--Tuffet authored
The GL shader already does this job. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Victorien Le Couviour--Tuffet authored
The GL shader already does this job. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Victorien Le Couviour--Tuffet authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Adrien Maglo authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Adrien Maglo authored
-
Alexandre Perraud authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Alexandre Perraud authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Alexandre Perraud authored
Those are SVG based, and will be easier for HiDPI screens Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Fixes crop values not handled #18529 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
When the decoder uses a different size than what was configured in the pool. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
So we don't need to deal with 2 ways to position the texture. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Ref #18613
-
François Cartegnie authored
-
Victorien Le Couviour--Tuffet authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 26 Jul, 2017 11 commits
-
-
François Cartegnie authored
Early PS3 sequential 3D
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
untested
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Rémi Denis-Courmont authored
Use an empty filter chain to denote direct rendering, and no filter chain to denote failure, instead of the other way around previously.
-
David Fuhrmann authored
Usually, contribs do not support runtime handling of partial availability well. Turning this warning into an error has several advantages: - It fixes feature detection for custom build scripts: If a custom build script includes the correct header, the check will now fail to build and replacements will be enabled. This is the case for ffmpeg, for instance. - Even if configure check might not fail, the build will fail for correctly annotated functions, once they are used in the code. This makes it very visible if new partial symbols are added, so that they can be fixed or disabled subsequently. refs #18476