- 16 Feb, 2009 4 commits
-
-
Rémi Duraffort authored
-
Ilkka Ollakka authored
This reverts commit 394a9e2c. This doesn't really fix the issues, so better to revert and rework it.
-
Jean-Baptiste Kempf authored
This doesn't solve the fact that ItemChanged_Type is called WAY too often... Fenrir, ILEoo, ideas?
-
Jean-Baptiste Kempf authored
Revert "Qt: deinline createStatusBar() and explicit statusBar creation." and Fix StatusBar - close #2523 This reverts commit f509b90d.
-
- 15 Feb, 2009 26 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
Qt: toolbar-profile, provide 4 profiles, one being close to 0.8.6 interface, the other one close to 0.9.0 and too smaller ones. Default can be changed, please give ideas.
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
Close #2521
-
Rémi Denis-Courmont authored
...and it is probably no use considering vout thread already has the informations.
-
Jean-Baptiste Kempf authored
-
Jean-Philippe Andre authored
-
Jean-Philippe Andre authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
This reverts gullible commit 54b43fae. vout_Control() cannot be called from another thread. Full point.
-
Jean-Baptiste Kempf authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It was broken after being privatized.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Ilkka Ollakka authored
input: send inputEvent when length if input changes This one should fix #2435
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
- 14 Feb, 2009 10 commits
-
-
Laurent Aimar authored
It fixes a logical bug as the input and output format could be different. (Not plugin that does that yet).
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
If an interface exits "early" it should reparent (although reparenting is no safer). Otherwise, the core will ensure that the video output was safely closed before it terminates the interface.
-
Rémi Denis-Courmont authored
Calling vout_Control() after vlc_object_find() or input_GetVouts is not valid. It cannot be. There is no warranty that pf_control is valid (the video output plugin could be initializing or deinitializing). Even if there were a lock without the pf_control implementation (as with X11), it still wouldn't work. Anyway, in this particular case, we already have video-snapshot to do the exact same thing in a safe manner. There remain some issues with snapshots: - there is no synchronization of b_snapshoy with the video thread, - there is no/incomplete error handling, - there is no protection against multiple concurrent snapshot reqs.
-
Rémi Denis-Courmont authored
-