- Feb 02, 2018
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Thomas Guillem authored
-
Thomas Guillem authored
It's not legal to use it since Android 5.0 and we prefer the gles2 vout.
-
Steve Lhomme authored
When the file is truncated some previous seek may have failed and we need to reset the OEF.
-
Steve Lhomme authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(With removal of AA, this is now the only user.)
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
Close #19490
-
Thomas Guillem authored
-
Thomas Guillem authored
The API is private and we are not allowed to use it on recent devices (and MediaCodec support is far more advanced).
-
François Cartegnie authored
change +20% light/+20% saturation on Red Yellow Green on cone orange areas, to make it closer to ff8800
-
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.
-
Thomas Guillem authored
Because caca is the future.
-
Felix Paul Kühne authored
contrib: move macOS compilation flags to the script where they belong and generalize Darwin OS environment manipulations
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Thomas Guillem authored
Not built and tested since a long time. The good way to go is to use the openGLES2 vout.
-
as reported by Ramon Gabarró
-
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.
-
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.
-
Rémi Denis-Courmont authored
This is not longer used for anything.
-
François Cartegnie authored
No sout mux buffer parameters is sufficient as spu can arrive really late.
-
François Cartegnie authored
-
François Cartegnie authored
-
- Feb 01, 2018
-
-
Marvin Scholz authored
-
Marvin Scholz authored
Copy missing file to the installer build directory and adjust paths to match the copy destination.
-
Marvin Scholz authored
Adds the vlc_branding bitmap to EXTRA_DIST and corrects the path to it in the NSIS script.
-
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.
-
François Cartegnie authored
-
Fix #19561 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
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.
-
Steve Lhomme authored
And only set ES_OUT_SET_NEXT_DISPLAY_TIME once per seek.
-
Marvin Scholz authored
It is valid to build an installer with a non-localized VLC, so it should not error in that case.
-
Hugo Beauzée-Luyssen authored
-
François Cartegnie authored
-
François Cartegnie authored
-