- 17 May, 2012 5 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Mirsal Ennaime authored
Closes: #6802
-
Felix Paul Kühne authored
macosx: fixed corner case, which could lead to an empty main window in case the video output closes prematurely
-
- 16 May, 2012 9 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This should keep the volume latency under 20 ms. This will break amplification as DirectSound is only capable of attenuation. Tested-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
These interfaces must be released on the interface that created them.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
It can fail in rare circumstances such as context failures (in other words, PulseAudio daemon crash or exit).
-
Rémi Denis-Courmont authored
They are in src/os2/filesystem.c.
-
- 15 May, 2012 21 commits
-
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This currently assumes that VLC uses QueryPerformanceTimer() in its implementation of mdate(). This is currently true but... ?
-
David Fuhrmann authored
Time can be greater than duration, when you scroll right to much. Furthermore, this commit moves the duplicated code into a own method.
-
Rémi Denis-Courmont authored
-
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 5 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.
-