- 21 Apr, 2012 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
- 20 Apr, 2012 13 commits
-
-
David Fuhrmann authored
-
David Fuhrmann authored
this is needed especially for black ui style
-
David Geldreich authored
here is an altenative to using an assembly macros to handle the calling differences across ARM ABI. use a gcc extension (also supported by clang/llvm) which symbol is associated with function Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
David Fuhrmann authored
- do not allow to collapse the window - block the playlist menu item for now, when video is playing
-
David Fuhrmann authored
This also check if we should go to fullscreen at video startup (setting in video tab).
-
David Fuhrmann authored
This would break fullscreen state when we are in fullscreen and another video starts.
-
David Fuhrmann authored
-
Rafaël Carré authored
There is no GPLv2 compatible AAC encoder available today FFmpeg's one is considered to be useless crap (including by its authors)
-
Rafaël Carré authored
This reverts commit 8585706f. Don't silently enable experimental features
-
David Fuhrmann authored
-
Felix Paul Kühne authored
this removes the unintended changes to the 'Delete_Prefs' script
-
David Fuhrmann authored
-
David Fuhrmann authored
...hopefully. This avoids distorted images, and also preserves a correct ar, even on crop 1:1. refs #6080
-
- 19 Apr, 2012 7 commits
-
-
David Geldreich authored
arm_neon .S files were using PLD uppercase but Apple gas only accept lowercase instructions Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
no functional changes
-
David Fuhrmann authored
-
David Fuhrmann authored
macosx: allow a smaller min-height when video is playing and currently visible in order to get more exact zoom behaviour
-
- 18 Apr, 2012 17 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This eliminates one error case that nobody dealt with anyway.
-
Rémi Denis-Courmont authored
This is not particularly clean and intuitive. But <vlc_messages.h> is included and used all over the place, whereas the back-end is only used by interfaces.
-
Rémi Denis-Courmont authored
-
Adrian Yanes authored
Details: From Lua 5.2: Change to '\z' escape. Reject undefined escape sequences. The proper way to match the dot in Lua is %. Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Alan McCosh authored
fixes regression introduced in 8d9f4bb6Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Andrey Utkin authored
.../macosx/framework/Sources/VLCEventManager.m | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Frédéric Yhuel authored
fix up d1c96eadSigned-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
The Linux TCP stack sets POLLRDHUP as soon as the FIN packet is received. If there is some unread data in the receive buffer, it would be discarded. Then upper layer protocol typically fail. This can happen with HTTP/1.1 "Connection: close" or with HTTP/1.0 in particular. Pointed-out-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Konstantin Pavlov authored
-
Konstantin Pavlov authored
-
Konstantin Pavlov authored
-
Jean-Baptiste Kempf authored
Fixes playback of .aiff with ima4 in them
-
Jean-Baptiste Kempf authored
-