- 03 Feb, 2018 1 commit
-
-
David authored
... to save the divider position automatically. (cherry picked from commit d42a6191) Signed-off-by:
Felix Paul Kühne <felix@feepk.net>
-
- 02 Feb, 2018 22 commits
-
-
Thomas Guillem authored
The certificate on the chromecast is an unchecked self-generated one, with a validity of 3 days. There is no way and no point into checking its CA and warning the user about it.
-
Thomas Guillem authored
Without breaking ABI.
-
Jean-Baptiste Kempf authored
Close #19490 (cherry picked from commit d5e4b891) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
François Cartegnie authored
(cherry picked from commit bbac7da5) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Marvin Scholz authored
NSWindows disableScreenUpdatesUntilFlush is available since macOS 10.4, so there is no need to check if NSWindow responds to it. Additionally clarify the comment about why it is there by replacing it with a comment taken from Apple sample code that explains it very well. (cherry picked from commit 64ec4000) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Marvin Scholz authored
The window is only ever used to query its minSize, which is then not used anywhere in the following code, so this code can be removed. (cherry picked from commit 89c1c957) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
François Cartegnie authored
as reported by Ramon Gabarró (cherry picked from commit e5a3e37f) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
contrib: move macOS compilation flags to the script where they belong and generalize Darwin OS environment manipulations (cherry picked from commit 6c6bc89c) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit 47c02c9d) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit a48b98b1) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit 9e12a2ca) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Ludovic Fauvet authored
The page content of gaming.y.o is different, yet the main website plays video from gaming.y.o the same way, therefore a simple redirect do the trick. (cherry picked from commit b9bb5396) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
François Cartegnie authored
change +20% light/+20% saturation on Red Yellow Green on cone orange areas, to make it closer to ff8800 (cherry picked from commit eaefcb7d) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
This is not longer used for anything. (cherry picked from commit 81316700) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
François Cartegnie authored
(cherry picked from commit 66779d5b) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit 8a0dca3a) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
François Cartegnie authored
never reflected changes by f2f0361f (cherry picked from commit 263e1767) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
François Cartegnie authored
(cherry picked from commit b6ebaba1) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
François Cartegnie authored
(cherry picked from commit 4e15e79f) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
François Cartegnie authored
Position value from es_out depends on buffering but they are not updated at the same rate (when not byte based). This causes growing buffering being substracted from a stalled position (based on pcr, or other interval) and the computed position to regress as the position isn't updated yet by demuxer. (cherry picked from commit 5e3a0498) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
The decoder wants the atom header that has been stripped so we add it on every frame we read. Fixes #19568 (cherry picked from commit 488e6712) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Will be removed in VLC 4.0.
-
- 01 Feb, 2018 17 commits
-
-
Marvin Scholz authored
(cherry picked from commit dcd06624) Signed-off-by:
Marvin Scholz <epirat07@gmail.com>
-
Marvin Scholz authored
Copy missing file to the installer build directory and adjust paths to match the copy destination. (cherry picked from commit 495ca838) Signed-off-by:
Marvin Scholz <epirat07@gmail.com>
-
Marvin Scholz authored
Adds the vlc_branding bitmap to EXTRA_DIST and corrects the path to it in the NSIS script. (cherry picked from commit 9bc53480) Signed-off-by:
Marvin Scholz <epirat07@gmail.com>
-
François Cartegnie authored
(cherry picked from commit 4ee0d305)
-
François Cartegnie authored
Apple's undocumented framing. There's no external framing to figure limits. The opus decoder will never read the full packet, containing up to CLOCK_FREQ/20 of samples/frames. We must enforce sending single frames. (cherry picked from commit eae265ed)
-
Marvin Scholz authored
This adds a custom VLC banner image to the welcome and finish page of the NSIS installer and uninstaller. Note: If there is ever need to re-generate the bmp banner image, use a custom color pallet, this allows to only need 4 bits per color and drastically reduces the size. Do not write colorspace information. Use Run-length coding. (cherry picked from commit eba01225) Signed-off-by:
Marvin Scholz <epirat07@gmail.com>
-
Marvin Scholz authored
It is valid to build an installer with a non-localized VLC, so it should not error in that case. (cherry picked from commit f5a39466) Signed-off-by:
Marvin Scholz <epirat07@gmail.com>
-
Marvin Scholz authored
The translations contained unnecessary escaping of ' and wrong escaping of " (in this NSIS language format, " is escaped with $\") (cherry picked from commit 6e830094) Signed-off-by:
Marvin Scholz <epirat07@gmail.com>
-
Marvin Scholz authored
(cherry picked from commit 2d608510) Signed-off-by:
Marvin Scholz <epirat07@gmail.com>
-
VideoLAN authored
Signed-off-by:
Marvin Scholz <epirat07@gmail.com> (cherry picked from commit 984995fb) Signed-off-by:
Marvin Scholz <epirat07@gmail.com>
-
Marvin Scholz authored
(cherry picked from commit 6ec1f005) Signed-off-by:
Marvin Scholz <epirat07@gmail.com>
-
VideoLAN authored
Signed-off-by:
Marvin Scholz <epirat07@gmail.com> (cherry picked from commit c612118d) Signed-off-by:
Marvin Scholz <epirat07@gmail.com>
-
Marvin Scholz authored
(cherry picked from commit 2ea6ca96) Signed-off-by:
Marvin Scholz <epirat07@gmail.com>
-
VideoLAN authored
Signed-off-by:
Marvin Scholz <epirat07@gmail.com> (cherry picked from commit 1d5b321c) Signed-off-by:
Marvin Scholz <epirat07@gmail.com>
-
Marvin Scholz authored
(cherry picked from commit 4c06aaa4) Signed-off-by:
Marvin Scholz <epirat07@gmail.com>
-
VideoLAN authored
Signed-off-by:
Marvin Scholz <epirat07@gmail.com> (cherry picked from commit b02b4911) Signed-off-by:
Marvin Scholz <epirat07@gmail.com>
-
Marvin Scholz authored
(cherry picked from commit 665bc145) Signed-off-by:
Marvin Scholz <epirat07@gmail.com>
-