- 15 May, 2012 15 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The stream must be stopped before it can be flushed (reset).
-
Felix Paul Kühne authored
-
Karlheinz Wohlmuth authored
Support for the NSDistributedNotificationCenter based methods was removed in Growl 1.3. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Patch by VlcVelope
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
These patches now should integrate better into the StandardPanel etc. Parts had to be rearranged to be able to merge some code from libqxt into the source. Fix bugs due to PL/ML change Patch by VlcVelope Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
On Windows playing items like dvd:// or screen:// causes strange shortcuts in the user recently used folder. See http://social.technet.microsoft.com/Forums/nb-NO/w7itprogeneral/thread/02a71215-e308-408c-94a6-81f5a8e564a6 for some information. The solution calls SHAddToRecentDocs only if make_path returns a valid path. Patch by anonymous VlcVelope Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
This is not fully fixed, but it works after a state change Patch from anonymous VlcVelope
-
Jean-Baptiste Kempf authored
Close #6812
-
Francois Cartegnie authored
PlaylistDialog::getInstance was duplicating the playlist widget instanciated in main interface. This explains the empty playlist bug of the popup dialogs replacing the current playlist by parenting their menu using getInstance(). To avoid further mistakes, PlaylistWiget's constructor is now only available to playlistdialog, which also manages the widget through the different configurations (embedded or floating). Dialog also now saves and restores geometry, which only happened when the widget was on its side.
-
Jean-Baptiste Kempf authored
Close #6813
-
- 14 May, 2012 10 commits
-
-
Felix Paul Kühne authored
an option to switch the modes is in the works
-
Rémi Denis-Courmont authored
This is _very_ incomplete and buggy: - no time synchronization, - no sample format, sample rate and channels mask negotiation, - no channels reordering, - no S/PDIF and HDMI pass-through, - no volume control, - no device selection, - no fail-over to another device when needed, - leaking COM thread data at exit (missing dedicated thread), - incomplete build system integration. But it compiles (with mingw-w64) and outputs working audio.
-
Rémi Denis-Courmont authored
This fixes console logs on Wine for me.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This avoids leaking the Unix socket to child processes.
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Francois Cartegnie authored
-
Pierre Ynard authored
This is just a partial fix. Fixes #6148
-
Pierre Ynard authored
The scope of cookies without a domain is limited to the current server. The current logic is always wrong because either it's the same server and the new cookie should supersede the old one, or it's a different server and the old cookie should not be sent. This logic is still far from RFC-compliant, but at least it should get it right some of the time.
-
- 13 May, 2012 15 commits
-
-
Rémi Denis-Courmont authored
This plugin is unmaintained, unused and quite buggy.
-
Rémi Denis-Courmont authored
Outdated and probably broken since version 1.1.0.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This plugin can cause VLC to crash or exit prematurely. Sicne it is mostly useless and mostly superseded by the coloured variant, lets disable it unless explicitly selected. This should fix LP#971106.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(And remove an useless constant function pointer.)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The function pointer (in vlc_gc_*) was useless here.
-
Rémi Denis-Courmont authored
(This saves one function pointer.)
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
-