- 05 Aug, 2015 1 commit
-
-
Steve Lhomme authored
-- that's what we use everywhere else Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 25 Jul, 2015 1 commit
-
-
Felix Paul Kühne authored
cachegen: remove force option and always reset the cache when the helper tool is executed (refs #14519)
-
- 21 Jun, 2015 1 commit
-
-
David Fuhrmann authored
-
- 20 Jun, 2015 2 commits
-
-
David Fuhrmann authored
This moves the main loop out of the macosx interface module. Instead, the open callback only initializes the interface and the close callback cleans up stuff. The mainloop is now started in darwinvlc.m. In case the mac interface is not used, a CoreFoundation mainloop is solely started to wait for termination events. Additionally, this cleans up darwinvlc.m, and fixes signal handling, which was dead code so far (in case the interface was used). Now, GCD is used to catch SIGINT and SIGTERM in order to allow ordinary shutdown. refs #14362 close #6354
-
David Fuhrmann authored
As we do not want to break other os versions, the only way to select the proper linker is to use another target for osx. Still, "make install" should produce a binary named "vlc" in the end, thus the binary is renamed at install stage.
-
- 05 Jun, 2015 1 commit
-
-
KO Myung-Hun authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 21 May, 2015 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 17 May, 2015 1 commit
-
-
Rémi Denis-Courmont authored
This avoids SIGPIPE firing when writing to a remote-closed connection- oriented socket (it is useless for datagram sockets or on Windows though). SIGPIPE is blocked ins VLC, but not necessarily in LibVLC. The problem remains for write() on broken pipe and sockets.
-
- 11 Apr, 2015 1 commit
-
-
David Fuhrmann authored
This is still racy, but it should reduce the time between playlist and interface start.
-
- 09 Mar, 2015 1 commit
-
-
Rémi Denis-Courmont authored
This reverts commit c24ea5fb. Signed-off-by:
Rafaël Carré <funman@videolan.org>
-
- 28 Nov, 2014 1 commit
-
-
Jean-Baptiste Kempf authored
Close #12856
-
- 21 Nov, 2014 1 commit
-
-
Hugo Beauzée-Luyssen authored
STDIN_FILENO isn't defined by MSVC
-
- 24 Oct, 2014 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 20 Oct, 2014 1 commit
-
-
Hannes Domani authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 15 Aug, 2014 1 commit
-
-
Hannes Domani authored
Close #8168 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 13 Aug, 2014 1 commit
-
-
Hannes Domani authored
Signed-off-by:
Rafaël Carré <funman@videolan.org>
-
- 11 Aug, 2014 1 commit
-
-
Hannes Domani authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 22 Apr, 2014 1 commit
-
-
Rémi Denis-Courmont authored
-
- 23 Feb, 2014 1 commit
-
-
KO Myung-Hun authored
--stats was added at commit c24ea5fb. So free arguments after this. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 12 Feb, 2014 1 commit
-
-
David Fuhrmann authored
-
- 07 Feb, 2014 1 commit
-
-
Rémi Denis-Courmont authored
(This is required by MSDN.)
-
- 06 Feb, 2014 1 commit
-
-
Felix Paul Kühne authored
-
- 03 Feb, 2014 2 commits
-
-
David Fuhrmann authored
This is the only supported way to terminate an cocoa application and also ensure that the gui settings are getting saved. Adapted from similar code in the qt module.
-
David Fuhrmann authored
close #8353
-
- 28 Jan, 2014 2 commits
-
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
- 24 Nov, 2013 1 commit
-
-
Felix Paul Kühne authored
-
- 10 Nov, 2013 1 commit
-
-
Felix Paul Kühne authored
-
- 09 Nov, 2013 2 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 07 Sep, 2013 2 commits
-
-
Jean-Baptiste Kempf authored
Suggestion from funman
-
Jean-Baptiste Kempf authored
-
- 16 Jun, 2013 1 commit
-
-
Rémi Denis-Courmont authored
-
- 05 Jun, 2013 1 commit
-
-
Rafaël Carré authored
http://msdn.microsoft.com/en-us/library/b0084kay(v=vs.80).aspx only mentions the _ prefixed variable. gcc will always define the _ prefixed variable, like Visual Studio. The prefixless one is defined in some language standards, e.g. gnu99 but not c99.
-
- 14 Mar, 2013 1 commit
-
-
Jean-Baptiste Kempf authored
One might want to handle libvlc creation errors in a different way
-
- 23 Feb, 2013 1 commit
-
-
Rémi Denis-Courmont authored
These were broken since 6270a4c7.
-
- 15 Jan, 2013 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 05 Dec, 2012 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 03 Dec, 2012 1 commit
-
-
Rafaël Carré authored
Remove libvlc hack, and fixes missing input state changes
-