- 17 Jul, 2008 4 commits
-
-
Felix Paul Kühne authored
Additionally, fixed an inconsistency in the nib-file.
-
Felix Paul Kühne authored
We shouldn't think that we are the only one who can change the pl ;-)
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
- 16 Jul, 2008 15 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
Anyway this is broken, qt4 shouldn't assume that the playlist_item_t can't be deleted. We need to implement refcounting here, or a sound garbage collection. Refcounting would be safer.
-
Pierre d'Herbemont authored
-
Christophe Mutricy authored
-
Pierre d'Herbemont authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
The borderless window is nicer IMO. Feel free to object, but this also saves some overhead with fullscreen changing.
-
Pierre d'Herbemont authored
qtcapture: Don't release objects when libvlc quit, else we may loose our main thread, and dead lock.
-
Pierre d'Herbemont authored
-
Derk-Jan Hartman authored
Don't send blocks from qtcapture Demux that we have already sent before. Avoid excessive CPU usage while there are no new blocks.
-
Derk-Jan Hartman authored
This works, but perhaps i'm loosing too much precission here. Are there better ways to change timevalue + scale into walltime ?
-
- 15 Jul, 2008 21 commits
-
-
Jonathan Rosser authored
naturally choose. With only an effective -O0 gcc 4.0.1 doesn't produce code as intented for copy_u8_altivec, causing liboil to fail at runtime. Summary, liboil really needs -O2 (always). Signed-off-by: David Flynn <davidf@rd.bbc.co.uk> Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Laurent Aimar authored
-
Felix Paul Kühne authored
-
Laurent Aimar authored
It is disabled by default, look for the two lines with //XXX uncomment for fullscreen controler to enable it. Please report success/failure in order to enable it by default (linux/win32).
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
Spotted by 3af47f42 and ivoire.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
macosx: Fix a deadlock in the broken -[VLCPlaylist isItem: inNode: checkItemExistence:]. Fixes #1711 (Deleting a playing item's parent item result in a trivial deadlock on Mac OS X.)
-
Christophe Mutricy authored
Kudoz to sam and Meuuh
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
Note, this commit may create some assert in previously working code. That does mean that this code wasn't properly working, and that it lacks a PL_LOCK. I prefer nice assert() over races.
-