- 05 Feb, 2009 17 commits
-
-
Rémi Denis-Courmont authored
It kinda suck to have to duplicate this though. Qt4 embedded X video exhibits the same problem. One ugly "fix" could involve the video output listening for the parent window event - not sure if this would work. Another option would be to now create a window in the video output at all, but then we loose reparenting (useless?). In either cases, handling of hotkeys in fullscreen mode would seem problematic, unless we handle fullscreen via the window provider too (control request?).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Laurent Aimar authored
-
Laurent Aimar authored
This reverts commit 0bed6fc3. It is broken (at least for ps).
-
Laurent Aimar authored
-
Laurent Aimar authored
Check the content of the file to validate the extension selection. Some checks are light but either the file format does not provide enough identifier data or too much code would be needed. But it is better than nothing.
-
Laurent Aimar authored
-
Laurent Aimar authored
Among them, it will now refuse to load file larger than 500Mbytes.
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
We do poll character devices, as it works for TTYs and some platform specific devices.
-
Rémi Denis-Courmont authored
Block special files are always seekable. File size is undefined for non-regular files.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
That particular key is supposed to work that way.
-
- 04 Feb, 2009 4 commits
-
-
Felix Paul Kühne authored
Note that it will try to use the X11 vout right now, so you won't get any visible video output
-
Rémi Denis-Courmont authored
Windows-specific keys are missing (found in XFree86?). Mouse wheel is implemented with mouse events (like X11); afterall it is not on the KEYboard.
-
Rémi Denis-Courmont authored
Also libvlccore is not backward compatible, whereas libvlc is.
-
Jean-Baptiste Kempf authored
-
- 03 Feb, 2009 14 commits
-
-
Christophe Mutricy authored
-
Alexis Ballier authored
POSIX does not document the == construction for test; Even if GNU test and bash builtin allow it, configure is run by sh and FreeBSD test does not allow it so that this test is always false there. Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: Renamed 'Quick Open File' to 'Open File' and 'Open File' to 'Advanced Open File' and switched the menu order accordingly to provide the same names as the Qt4 intf
-
Felix Paul Kühne authored
-
Jean-Paul Saman authored
-
Adrien Maglo authored
Improve spectrum visualization. Change options : the number of bands for the spectrum and spectrometer visualization is now set with a boolean. Ban some actions to avoid segfaults in visualizations. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
- 02 Feb, 2009 5 commits
-
-
Christophe Mutricy authored
Pointed-By: Eric Lassauge
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Laurent Aimar authored
The original idea and debug come from basos g patch with the following comment: "A dead lock was created when adding an spu filter (like marq) because the same mutex was used for spu->p stuff and sub filter chain (p_spu->p->p_chain)." I implemented the creation/destruction of the chain outside the sub-filter callback.
-