- 27 Oct, 2009 10 commits
-
-
Jakob Leben authored
-
Felix Paul Kühne authored
-
Marian Ďurkovič authored
As reported on forum, Powercam Pro returns 38 system IDs
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Jakob Leben authored
-
Jakob Leben authored
Hypothesis: The bug stems from a thread concurrency problem. A PLModel::rebuild() happens just between SD inserting items into the core playlist and Qt playlist receiving item-added callback. Thus, the items referred to the callback are inserted twice into the Qt playlist. Solution: check if item already inserted at callback processing.
-
Jakob Leben authored
This reverts commit 0adb9ceb.
-
- 26 Oct, 2009 18 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
The changes needed are not the same.
-
Jean-Baptiste Kempf authored
This makes the plugin stay at a reasonable size (120kB vs 1090kB stripped) This might not be optimal though...
-
Jean-Baptiste Kempf authored
-
Laurent Aimar authored
This reverts commit b8dc2568. In the case of SDL, the actual resize is done in VOUT_DISPLAY_CHANGE_DISPLAY_SIZE without any risk of infinite loop.
-
Laurent Aimar authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This is now working since the previous "--static" commit
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Libcddb doesn't work as advertised, you need regex to make it work. Regex is supposed to be in your libc, but isn't in mingw... Great... So, add a regex target and patch libcddb to not build tests and examples Also, don't use AC_FUNC_MALLOC and REALLOC when crosscompiling and change the .pc file
-
Rémi Denis-Courmont authored
Then we don't need to process all root window property events.
-
Rémi Denis-Courmont authored
This reverts commit bcfa778f.
-
Pierre Ynard authored
-
Rafaël Carré authored
Reported-by: Konstantin Pavlov (thresh)
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Christophe Mutricy authored
Else we have troubles executing $FOO when FOO=prog --some-options Should fix [5d6f80f2]
-
Marian Ďurkovič authored
-
- 25 Oct, 2009 12 commits
-
-
Christophe Mutricy authored
-
Christophe Mutricy authored
Only tested on a minimal win32 build. Please report configure/linking failure
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Christophe Mutricy authored
Patch taken from upstream svn
-
Benjamin authored
The widget is hidden by default, no need to call hide in the constructor. The widget reparentable already has the layout. Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
Benjamin Poulain authored
The QPalette of the widget is already stored in QWidget, there is no need to have an attribute for it. Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
Ilkka Ollakka authored
should fix #3112 again ;) . Playlist still has issue to crash if current item is destroyed, but thats different issue
-
Rémi Denis-Courmont authored
This reverts commit edcc45df. This causes segmentation faults and breaks SD categories.
-
Rémi Denis-Courmont authored
Of xcb-utils, we only use xcb-keysms at the moment. xcb-keysyms is only needed for the globalhotkeys and xcb_window plugins. If there is another window provider plugin, we can do without them so long as the user does not set --no-embedded-video. Note: xcb-utils is still needed for the LibVLC embedded video as it depends on xcb_window. We could #ifdef the key press support in xcb_window if this is an issue (I didn't bother).
-
Ilkka Ollakka authored
Should fix #3112 and maybe make it littlebit cleaner (hopefully)
-
Ilkka Ollakka authored
This seems to fix #3114 maybe some other tickets too
-