- 02 Sep, 2009 29 commits
-
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Sébastien Escudier authored
Otherwise, the seek command would unpause the stream and that's not what vlc is expecting. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Christopher Rath authored
There is a bug in AStreamSeekStream that is causing all input modules that support CAN_SEEK to be treated as CAN_FASTSEEK. This in turn causes far too many seeks in slower seeking sources which results in performance problems when playing video. The fix is a simple change of CAN_SEEK to CAN_FASTSEEK. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Nick Pope authored
Window roles can be used when configuring window managers to help users place their windows and dialogs according to their preference. This is particularly useful for some of the *box window managers. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Dominique Martinet authored
Makes the configure throw an error when lua is not found and --enable-lua has been specified. Also checks for liblua with libmath, so it actually works when there is no pkgconfig file. Slightly modified by Rémi Denis-Courmont Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Note that this does not ensure that the SHM can be written to (we would need to handle an event for this).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Sébastien Escudier authored
live555 fix use of uninitialized variable. The b_bool variable has been replaced by p_sys->b_paused a while ago. Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Pierre d'Herbemont authored
-
Olivier Aubert authored
-
Jean-Baptiste Kempf authored
I thought the C priorities were clear on that kind of figure... Why through an error then? But, then, why not? It doesn't clutter the code that much and improves fast readability... Maybe Diego is right... I don't know.
-
Jean-Baptiste Kempf authored
Previous versions didn't seem to trigger an error here.
-
Rémi Duraffort authored
-
Rémi Duraffort authored
have an asynchronous fetch (not the case for the moment as the lock is taken during the complete fetch ).
-
Rémi Duraffort authored
used but it will be used soon).
-
- 01 Sep, 2009 11 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
framework/macosx: allow x86_64 as architecture and set the project file's compatibility target to Xcode 3.1 Older releases won't be able to compile the 'native' targets anyway
-
Felix Paul Kühne authored
As libiconv.la is no longer present on Snow Leopard, we need to remove any references to it.
-
Olivier Aubert authored
Code still works for both old and new versions of includes.
-
Olivier Aubert authored
-
JP Dinger authored
This breaks the new python bindings' trawling of the source.
-
JP Dinger authored
-
Jean-Baptiste Kempf authored
-