[vlc-commits] GLX: glXSwapIntervalEXT() returns void so ignore return value

2012-03-17 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sat Mar 17 11:28:44 2012 +0200| [9cf66c2856ab3a209fe15ec5662a8cd927ee20bc] | committer: Rémi Denis-Courmont GLX: glXSwapIntervalEXT() returns void so ignore return value glXSwapIntervalEXT() does not return a value, contrary to the

[vlc-commits] GLX: glXSwapIntervalEXT() returns void so ignore return value

2012-03-17 Thread Rémi Denis-Courmont
vlc/vlc-2.0 | branch: master | Rémi Denis-Courmont r...@remlab.net | Sat Mar 17 11:28:44 2012 +0200| [233f70b51cc63010b19b2a40b9839e8e610612c9] | committer: Rémi Denis-Courmont GLX: glXSwapIntervalEXT() returns void so ignore return value glXSwapIntervalEXT() does not return a value, contrary

[vlc-commits] Added support for audio visualization: Vovoid VSXu

2012-03-17 Thread Jonatan jaw Wallmander
vlc | branch: master | Jonatan \jaw\ Wallmander jona...@vovoid.com | Sat Mar 17 11:26:36 2012 +0100| [a7f48f35c051fa894c0102b24ab0ce76d2d158fd] | committer: Rémi Denis-Courmont Added support for audio visualization: Vovoid VSXu Signed-off-by: Rémi Denis-Courmont r...@remlab.net

[vlc-commits] vsxu: update POTFILES and NEWS

2012-03-17 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sat Mar 17 14:21:12 2012 +0200| [1250ccb91a273d440b2e8447c50be16314195926] | committer: Rémi Denis-Courmont vsxu: update POTFILES and NEWS

[vlc-commits] transform: inline the inner plane loops in the macro

2012-03-17 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sat Mar 17 18:25:07 2012 +0200| [f963a92355f5e0640efafd3bacf6ea0370b28e0d] | committer: Rémi Denis-Courmont transform: inline the inner plane loops in the macro This enables GCC to inline the coordinate functions. Without this, there

[vlc-commits] transform: use restrict qualifier as appropriate

2012-03-17 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sat Mar 17 18:44:14 2012 +0200| [81c551212c9c8f4deaa9806aaad13d464166cff6] | committer: Rémi Denis-Courmont transform: use restrict qualifier as appropriate

[vlc-commits] macosx: set b_nativeFullscreenMode to true only if we really use this mode

2012-03-17 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann david.fuhrm...@googlemail.com | Sat Mar 17 16:23:39 2012 +0100| [de742db20a39f116ca2505926fe1a0e9c20de47a] | committer: David Fuhrmann macosx: set b_nativeFullscreenMode to true only if we really use this mode This simplifies the code in several lines.

[vlc-commits] macosx: remove custom orderOut: implementation

2012-03-17 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann david.fuhrm...@googlemail.com | Sat Mar 17 16:42:04 2012 +0100| [80e730f1e4d67f4a00428220ed170d477c85032a] | committer: David Fuhrmann macosx: remove custom orderOut: implementation The if condition was only true in a very very rare case, and even then the

[vlc-commits] macosx: fix two warnings

2012-03-17 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann david.fuhrm...@googlemail.com | Sat Mar 17 17:11:55 2012 +0100| [2368d54953fc4e7731d29ae8749c5ffb3ecb03b8] | committer: David Fuhrmann macosx: fix two warnings http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2368d54953fc4e7731d29ae8749c5ffb3ecb03b8

[vlc-commits] macosx: remove custom orderOut: implementation

2012-03-17 Thread David Fuhrmann
vlc/vlc-2.0 | branch: master | David Fuhrmann david.fuhrm...@googlemail.com | Sat Mar 17 16:42:04 2012 +0100| [337eb191da7ebaa78e66bf229f53202e35b6039a] | committer: David Fuhrmann macosx: remove custom orderOut: implementation The if condition was only true in a very very rare case, and even

[vlc-commits] macosx: set b_nativeFullscreenMode to true only if we really use this mode

2012-03-17 Thread David Fuhrmann
vlc/vlc-2.0 | branch: master | David Fuhrmann david.fuhrm...@googlemail.com | Sat Mar 17 16:23:39 2012 +0100| [3a3506ab18cd25c3f4b0927ecddbd75916114ca1] | committer: David Fuhrmann macosx: set b_nativeFullscreenMode to true only if we really use this mode This simplifies the code in several

[vlc-commits] macosx: native fullscreen mode is not default anymore

2012-03-17 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann david.fuhrm...@googlemail.com | Sat Mar 17 17:59:36 2012 +0100| [9dfcc9e548abefb260a10df57f79151790a1bf03] | committer: David Fuhrmann macosx: native fullscreen mode is not default anymore

[vlc-commits] macosx: native fullscreen mode is not default anymore

2012-03-17 Thread David Fuhrmann
vlc/vlc-2.0 | branch: master | David Fuhrmann david.fuhrm...@googlemail.com | Sat Mar 17 17:59:36 2012 +0100| [179cf124a9ca08ea3045bcf77fffd6dddc2c9f54] | committer: David Fuhrmann macosx: native fullscreen mode is not default anymore (cherry picked from commit

[vlc-commits] transform: non functional changes to support more than 8-bits

2012-03-17 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sat Mar 17 19:09:20 2012 +0200| [6f0caee4edc4cc40c9fbc7f437a0d1c6f43e5100] | committer: Rémi Denis-Courmont transform: non functional changes to support more than 8-bits

[vlc-commits] transform: handle chromas with 16-bits or 32-bits per component

2012-03-17 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sat Mar 17 19:31:22 2012 +0200| [f866e62138fb4489823b406389c0278f8c30e1d4] | committer: Rémi Denis-Courmont transform: handle chromas with 16-bits or 32-bits per component This includes RV15, RV16, RV23 and high depth YUV chromas.

[vlc-commits] transform: special cases for packed YUV

2012-03-17 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sat Mar 17 20:39:11 2012 +0200| [de0bf007ea2fee4a6062a0616e0ca77dae50e3a7] | committer: Rémi Denis-Courmont transform: special cases for packed YUV This fixes the smurf effect on YUY2. Unsupported quarter rotations are black-listed.

[vlc-commits] lua: finish reading data from hung up client before deleting it

2012-03-17 Thread Pierre Ynard
vlc | branch: master | Pierre Ynard linkfa...@yahoo.fr | Sat Mar 17 22:36:31 2012 +0100| [ccaf5b8de94a5730665b83ebb8baf632b1ec1814] | committer: Pierre Ynard lua: finish reading data from hung up client before deleting it In particular this happens when piping commands into stdin

[vlc-commits] lua: do delete stdin/stdout client

2012-03-17 Thread Pierre Ynard
vlc | branch: master | Pierre Ynard linkfa...@yahoo.fr | Sun Mar 18 04:06:36 2012 +0100| [525e092dfd845b71af030fba2332ea961a4c2d37] | committer: Pierre Ynard lua: do delete stdin/stdout client This fixes an endless loop when piping commands to stdin with echo for example

[vlc-commits] lua: do delete stdin/stdout client

2012-03-17 Thread Pierre Ynard
vlc/vlc-2.0 | branch: master | Pierre Ynard linkfa...@yahoo.fr | Sun Mar 18 04:31:20 2012 +0100| [4f1cfa6dc742a365fe1f9f5e113def9446ea812e] | committer: Pierre Ynard lua: do delete stdin/stdout client This fixes an endless loop when piping commands to stdin with echo for example

[vlc-commits] lua: cosmetics

2012-03-17 Thread Pierre Ynard
vlc | branch: master | Pierre Ynard linkfa...@yahoo.fr | Sun Mar 18 04:36:11 2012 +0100| [39ddd4de98d6933a1aefae879ef8d2382c238cf6] | committer: Pierre Ynard lua: cosmetics http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=39ddd4de98d6933a1aefae879ef8d2382c238cf6 ---