[vlc-commits] GetSystemTimePreciseAsFileTime is not supported in WinRT...

2013-03-11 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf j...@videolan.org | Mon Mar 11 00:50:55 2013 +0100| [4542dccea1b28b44fbe208c6278463f1bf18fe6a] | committer: Jean-Baptiste Kempf GetSystemTimePreciseAsFileTime is not supported in WinRT... ... but GetSystemTimeAsFileTime is. Go figure...

[vlc-commits] Win32: Console is not supported in WinRT appstore mode

2013-03-11 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf j...@videolan.org | Mon Mar 11 00:51:56 2013 +0100| [7f9eb94ae2374e5189d3e2f0b03fcd7455424bc3] | committer: Jean-Baptiste Kempf Win32: Console is not supported in WinRT appstore mode

[vlc-commits] omxil: Remove hacks for disabling use of direct buffers

2013-03-11 Thread Martin Storsjö
vlc | branch: master | Martin Storsjö mar...@martin.st | Mon Mar 11 13:56:27 2013 +0200| [3947b9ac00475ab7d0d16e049a2561060bdfff0e] | committer: Martin Storsjö omxil: Remove hacks for disabling use of direct buffers Instead just set the flag to disabled, since this obviously isn't used at the

[vlc-commits] omxil: Remove an unused local variable

2013-03-11 Thread Martin Storsjö
vlc | branch: master | Martin Storsjö mar...@martin.st | Mon Mar 11 16:46:39 2013 +0200| [dee9d80dd62a1687761589fb8f9275038b6adf45] | committer: Martin Storsjö omxil: Remove an unused local variable Signed-off-by: Martin Storsjö mar...@martin.st

[vlc-commits] omxil: Remove an unused struct member

2013-03-11 Thread Martin Storsjö
vlc | branch: master | Martin Storsjö mar...@martin.st | Mon Mar 11 16:47:10 2013 +0200| [d40d7cfb3b94b2b7f196895772ecbe287da7479d] | committer: Martin Storsjö omxil: Remove an unused struct member Additionally, the mutex never seem to have been released but just leaked. Signed-off-by: Martin

[vlc-commits] dbus: simplify input event handling and reduce lock scope

2013-03-11 Thread Rémi Denis-Courmont
vlc/vlc-2.0 | branch: master | Rémi Denis-Courmont r...@remlab.net | Sat Oct 13 20:25:16 2012 +0300| [9b0414dc7f5c18ff2951175cf076779c444efd70] | committer: Jean-Baptiste Kempf dbus: simplify input event handling and reduce lock scope (cherry picked from commit

[vlc-commits] Qt: EPGRuler: simplify color change case.

2013-03-11 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie fcvlc...@free.fr | Mon Mar 11 18:39:45 2013 +0100| [1f03651994e8cbe4c34861936dac84260083772e] | committer: Francois Cartegnie Qt: EPGRuler: simplify color change case. fixes behavior when hour == day change

[vlc-commits] Qt: EPGView: highlight day change

2013-03-11 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie fcvlc...@free.fr | Mon Mar 11 19:53:32 2013 +0100| [c793eb04f43c60882ec78c05dc760495c07f0060] | committer: Francois Cartegnie Qt: EPGView: highlight day change

[vlc-commits] omxil: Convert from/to OMX_TICKS via helper functions

2013-03-11 Thread Martin Storsjö
vlc | branch: master | Martin Storsjö mar...@martin.st | Mon Mar 11 16:52:09 2013 +0200| [4b325af62e82f0c3268ee0423ebe90c26e23d5d5] | committer: Martin Storsjö omxil: Convert from/to OMX_TICKS via helper functions The 64 bit timestamp fields can be defined either as 64 bit integers or as

[vlc-commits] omxil: Convert the khronos provided headers to unix newlines

2013-03-11 Thread Martin Storsjö
vlc | branch: master | Martin Storsjö mar...@martin.st | Mon Mar 11 21:25:30 2013 +0200| [5107430d3aa7cc3a0bfe372ed6cc162d22805d09] | committer: Martin Storsjö omxil: Convert the khronos provided headers to unix newlines All headers except OMX_Component.h seemed to be stored with dos newlines