- 17 May, 2012 12 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
disabling this option will get you a separate video output window without any visible playback controls or window border. resizing is supported through hotkeys and Lion's native mechanism if available. Control the playback through menu and main window controller. Note that 'embedded' is obviously ignored in this mode.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Jon Stacey authored
Defaults to OSX_VERSION=10.6 Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
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 19 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
-