- 07 Aug, 2012 10 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
(support for webm and Opus)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
YUY2-specific transforms are required only when inverting dimensions. For flips, normal single plane 32-bits pixels transforms must be used. The broken transform functions were not used, but they were referenced via relocations.
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx/fspanel: allow continued clicks on the backward/forward buttons like we do in windowed mode (close #7258)
-
Jean-Baptiste Kempf authored
Close #6013
-
Jean-Baptiste Kempf authored
Close #5525
-
- 06 Aug, 2012 9 commits
-
-
Rafaël Carré authored
-
Mark Hassman authored
Ref #5583 Also add a fail-safe to refresh playlist from server if local copy doesn't contain active title. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is a temporary hack to make the volume controls mostly work until Windows volume notifications are correctly implemented.
-
Rafaël Carré authored
disabled for now until we have a decoder
-
Felix Paul Kühne authored
We need to check whether we would like to apply this patch by default on OS X and Windows, too.
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
- 05 Aug, 2012 14 commits
-
-
Jean-Baptiste Kempf authored
Ref #7210
-
Jean-Baptiste Kempf authored
The lack of channels seem to be blocking transcoding of flac files Ref #4179 #6400 This might not be enough, though
-
KO Myung-Hun authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sebastien Zwickert authored
vout_macosx: disable the VOUT_DISPLAY_HIDE_MOUSE event to not hide mouse cursor when we need it visible. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Christopher Mueller authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Mark Hassman authored
Close #5583 Playlist is cached/updated locally within browser instead of refreshing after each function call. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
Regression hidden by 6fe7eb60.
-
Rémi Denis-Courmont authored
Regression hidden by 6fe7eb60.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This reverts commit 6fe7eb60. These checks are still in use outside of memcpy() optimizations. Note this revert breaks the build on some platforms due to code rot.
-
Rémi Denis-Courmont authored
There is no need to test OS support for SSE2, and later. If plain SSE works, the OS preserves the XMM registers and that's all we care.
-
Rémi Denis-Courmont authored
-
- 04 Aug, 2012 7 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
-