- 30 Jan, 2012 1 commit
-
-
Script Kiddy authored
-
- 29 Jan, 2012 1 commit
-
-
Script Kiddy authored
-
- 18 Jan, 2012 1 commit
-
-
Script Kiddy authored
-
- 10 Nov, 2011 1 commit
-
-
Script Kiddy authored
-
- 21 Aug, 2011 1 commit
-
-
Script Kiddy authored
-
- 14 Aug, 2011 1 commit
-
-
Script Kiddy authored
-
- 04 Aug, 2011 1 commit
-
-
Script Kiddy authored
-
- 01 Aug, 2011 1 commit
-
-
Signed-off-by:
Harald Sitter <sitter@kde.org>
-
- 30 Jul, 2011 5 commits
-
-
Harald Sitter authored
-
Harald Sitter authored
-
Harald Sitter authored
do not segfault when accessing an unitialized libvlc... this prevents crashes in the backend ctor, thus allowing for apps to be used even if vlc is kaput
-
Harald Sitter authored
-
Harald Sitter authored
if we could not init LibVLC or the libvlc_instance itself, simply do not return any objects to the frontend, that way we cannot crash :P
-
- 26 Jul, 2011 2 commits
-
-
Harald Sitter authored
-
Harald Sitter authored
the only way to select an audio track at runtime in vlc is by selecting the appropriate subitem of the media, however currently this is one gigantic PITA, so we cannot do this until pvlc gets based on libcutevlc meanwhile only one scenario is supported: setting the track *before* play is called, this way we can simply inject the cdda-track option in playInternal and be done with it BUG: 276034 FIXED-IN: 0.4.1
-
- 19 Jul, 2011 1 commit
-
-
Script Kiddy authored
-
- 17 Jul, 2011 1 commit
-
-
Script Kiddy authored
-
- 09 Jul, 2011 1 commit
-
-
Script Kiddy authored
-
- 08 Jul, 2011 1 commit
-
-
Script Kiddy authored
-
- 06 Jul, 2011 1 commit
-
-
Script Kiddy authored
-
- 05 Jul, 2011 4 commits
-
-
Harald Sitter authored
-
-
-
Harald Sitter authored
BUG: 275312
-
- 05 Jun, 2011 4 commits
-
-
Harald Sitter authored
This reverts commit f941d163.
-
-
Harald Sitter authored
-
Harald Sitter authored
dont make pause start playing if the state is paused and there is a media, that is not the way it should work according to phonon api documentation
-
- 26 Apr, 2011 5 commits
-
-
Harald Sitter authored
-
Harald Sitter authored
-
Harald Sitter authored
-
Harald Sitter authored
-
Harald Sitter authored
-
- 25 Apr, 2011 3 commits
-
-
Harald Sitter authored
As no one complained about broken things I must assume it is working perfectly. :)
-
Harald Sitter authored
-
Script Kiddy authored
-
- 24 Apr, 2011 1 commit
-
-
Script Kiddy authored
-
- 22 Apr, 2011 3 commits
-
-
Harald Sitter authored
disconnect all signals of a videowidget upon disconnect as to avoid signal connection duplication etc.
-
Harald Sitter authored
Otherwise one could have a videowidget attached to one MO, try to set adjusts, disconnect the videowidget before video becomes available, connect to a MO with different source before video becomes available there and see settings applied to a wrong video.
-
Harald Sitter authored
Otherwise it could happen that a player tries to set the values so they end up in the pendings hash, then the user switches to another file before video is detected -> the settings are applied to the new video rather than the one they were targetting.
-