- 04 Aug, 2012 20 commits
-
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
- Assembler code out of line - ARM NEON run-time detection - Better choice of registers - Prefetching - ARMv6 SIMD optimizations where Advanced SIMD not available Scheduling is not completely optimal.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
In retrospect, I should have done that first. Oh well...
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 03 Aug, 2012 3 commits
-
-
Rafaël Carré authored
-
Felix Paul Kühne authored
macosx: fixed NSRangeException when triggering modifier keys without characters as enabled by some international keyboards (close #7268)
-
Jean-Baptiste Kempf authored
If the sample per packet is wrong, denote to qt_version 0 Ref: http://forum.videolan.org/viewtopic.php?f=14&t=103013
-
- 02 Aug, 2012 17 commits
-
-
Erwan Tulou authored
This accounts for sporadic assert failed at vlc termination.
-
Rémi Denis-Courmont authored
This will be used later.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Hardware floating point must be enabled explicitly. This also removes the NEON_CFLAGS substition variable and the check for ARMv6, neither of which are anymore not used.
-
Rémi Denis-Courmont authored
minizip should not and cannot be compiled without zlib.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
extras/package: iOS: enable thumb for compilation, clean up the AS definitions and disable freetype for now
-
Felix Paul Kühne authored
Should be tested on Android/Linux. Thanks to Mans Rullgard for the help.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Erwan Tulou authored
if a logo is bigger than a video and if positioning results in negative offsets, vlc crashes in the blend function. This patch adds a warning, and offset is forced to 0 if negative. Note that a bigger logo is not a problem per se. (Blend truncates the logo). Only offsetting it with negative values was a problem.
-
Erwan Tulou authored
-