- 08 Aug, 2008 3 commits
-
-
Olivier Aubert authored
-
Jean-Paul Saman authored
-
Ilkka Ollakka authored
this should fix #1778, because with ts-files you don't allways have info about video-tracks when input is started (and qt4 interface only called controls->updateInput when status changed). I didn't create new callback/signal for this one, but it could be cleaner that way.
-
- 07 Aug, 2008 24 commits
-
-
Jean-Baptiste Kempf authored
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Duraffort authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
poll() : Define HAVE_POLL on darwin. native poll() on 10.4 and 10.5 is good enough for usage in VLC. I tested both the rc interface and the SAP module on a G4 with Mac OS X 10.4
-
Rémi Denis-Courmont authored
(And I claim the right to remove vlc_poll without SO version bump)
-
Rémi Denis-Courmont authored
I would rather we move all the replacement functions to a dedicated static import library (in future versions) though. It kinda sucks to clutter libvlccore with such symbols.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Try to allocate the DShow device list and the buttons ONLY when switching to it and not all the time you open a file.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Lukas Durfina authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 06 Aug, 2008 13 commits
-
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Jean-Baptiste Kempf authored
Remove the progressBar in the interface to show more clearly the bug in AVI fixing. Add debug too...
-
Jean-Baptiste Kempf authored
-
Pauline Castets authored
Enable translation for Win32 installer. French translation is provided. New translation files need to be created in order to translate other languages. Translated strings are: - strings displayed in installer pages, other than the NSI standard ones (section names, section descriptions, installation types, VLC already installed massage) - context menu entries (Open With VLC, Add to VLC's playlist) - name of actions displayed in Windows autorun dialog, for DVD and CD (Play With VLC) Add translation files for english and french (english.nsh and french.nsh) Add header file to declare translation variables (declaration.nsh) Include declaration.nsh in NSI file Replace every displayed string in installer by the variable defined in language file. Modify Makefile to copy translation files for Win32 installer Language is chosen by NSI, with a dialog at the beginning of the installer (which was already there). Translated string are copied into the variables according to which language was chosen. Default is English. Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Christophe Mutricy authored
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
Especially POLLHUP makes no sense in events.
-
Rémi Denis-Courmont authored
-
Derk-Jan Hartman authored
Revert "poll(): ifndef HAVE_POLL means we don't use poll(), not that it doesn't exist. In OSX poll() is broken for sockets, so we don't use it. Since poll is a kernel function in OSX however, the kernel implementation was used whenever we used poll(), instead of VLCs private poll() which was the intended behaviour. Renamed poll() to vlc_poll() to prevent this." This reverts commit d934fc52.
-
Derk-Jan Hartman authored
poll(): ifndef HAVE_POLL means we don't use poll(), not that it doesn't exist. In OSX poll() is broken for sockets, so we don't use it. Since poll is a kernel function in OSX however, the kernel implementation was used whenever we used poll(), instead of VLCs private poll() which was the intended behaviour. Renamed poll() to vlc_poll() to prevent this. This fixes #1687, receiving SAPs on Mac OS X.
-
Felix Paul Kühne authored
-