]> git.sesse.net Git - vlc/history - bin/vlc.c
win32: do not straddle on POSIX threads symbols
[vlc] / bin / vlc.c
2013-06-16 Rémi Denis-Courmontvlc: use libvlc_set_app_id()
2013-02-23 Rémi Denis-CourmontRemove old Nokia N900 hacks
2012-12-03 Rafaël CarréRewrite inhibit.c as an "inhibit" interface
2012-11-30 Rémi Denis-Courmontvlc: return non-zero exit code if starting failed
2012-11-01 Rémi Denis-Courmontvlc: start hotkeys interface explicitly
2012-10-20 KO Myung-Hunvlc: Convert command line arguments to UTF-8 on OS/2
2012-05-07 Rémi Denis-CourmontCall libvlc_set_exit_handler() first
2012-03-20 Rémi Denis-CourmontUse environment variable for data directory
2012-03-20 Rémi Denis-Courmontvlc: fix regression with command line arguments
2012-03-19 Rémi Denis-Courmontvlc: assume UTF-8 and drop dependency on libvlccore
2012-02-06 Rémi Denis-CourmontStart dbus always, move inhibit and dbus startup to vlc
2012-01-19 Rémi Denis-CourmontRemove the now broken Maemo 5 poll hack
2011-12-15 KO Myung-HunFix compilation error due to pthread on OS/2
2011-11-15 Rafaël Carréspelling
2011-10-11 KO Myung-HunUse kill() instead of pthread_kill() on OS/2.
2011-10-10 KO Myung-HunDisable globalhotkeys, none interface on OS/2
2011-10-10 KO Myung-HunFix the problem to free an invalid memory object.
2011-07-16 Rémi Denis-CourmontDo not print start banner if stderr is not a TTY.
2011-02-12 Rémi Denis-CourmontAssume we ahve setenv() and unsetenv()
2011-02-12 Rémi Denis-CourmontOverride the plugins path with an environment variable...
2011-02-03 Rémi Denis-Courmontvlc: use signal handlers rather than sigwait() for...
2011-02-03 Rémi Denis-Courmontvlc: use SETMASK instead of BLOCK
2011-01-30 Rémi Denis-CourmontRestore correct SIGCHLD handling
2011-01-30 Rémi Denis-CourmontDo run exit handlers, fix a few leaks
2011-01-23 Rémi Denis-CourmontWork around QProcess bug (KDE bug #260719)
2010-10-31 Rémi Denis-CourmontRemove useless #includes
2010-10-20 Rafaël CarréDisable media-library by default
2010-09-17 Rémi Denis-CourmontRestore LibVLC/VERSION at the end of the HTTP user...
2010-08-08 Rémi Denis-CourmontAlways call _exit() at end to avoid buggy exit handlers
2010-08-02 Rémi Denis-CourmontRevert "Call libvlc_set_exit_handler() before the inter...
2010-08-01 Rémi Denis-CourmontCall libvlc_set_exit_handler() before the interfaces...
2010-08-01 Rémi Denis-CourmontCosmetic fix
2010-07-24 Rémi Denis-CourmontAfter 3 seconds, allow SIGINT to kill the process
2010-07-08 Rémi Denis-CourmontAdd a proper API to set the user agent
2010-07-08 Rémi Denis-CourmontRemove the --user-agent hack
2010-06-26 Jean-Baptiste KempfApple: do not try to run a non existing globalhotkey...
2010-06-01 Rémi Denis-CourmontDo not disable X11 ARGB visuals (fixes: #3581)
2010-05-30 Rémi Denis-CourmontDo signal handling in the main() thread
2010-05-29 Rémi Denis-CourmontFix invalid free at exit on non-UTF-8 systems
2010-05-29 Rémi Denis-CourmontAdd a secret --user-agent option to pass the applicatio...
2010-05-27 Rémi Denis-CourmontForce SIGCHLD to default handler
2010-05-15 Rémi Denis-CourmontUse setenv(), safer and cleaner than putenv()
2010-05-09 Rémi Denis-CourmontMaemo: work-around segmentation fault when poll() unwinds
2010-05-05 Rémi Denis-CourmontFix the KDE open file dialog KIO scheduler crash avoida...
2010-05-02 Rémi Denis-CourmontRevert "Remove the Xlib no-ARGB hack"
2010-05-01 Rémi Denis-CourmontRemove the Xlib no-ARGB hack
2010-04-12 Rémi Denis-CourmontAvoid a call to unsetenv/putenv on Qt4.6
2010-04-11 Rémi Denis-CourmontVLC: infrastructure to detect and/or work-around thread...
2010-04-11 Rémi Denis-CourmontSet debug environment variable earlier
2010-04-11 Rémi Denis-CourmontAlways use the SIGPIPE hack even if not needed, it...
2010-04-11 Rémi Denis-CourmontQt4: use putenv() before any thread is created
2010-03-27 Rémi Denis-CourmontWork around cleanup handler bug in kfile plugin
2010-03-13 Rémi Denis-CourmontPrint exact revision in addition to version number...
2010-02-20 Rémi Denis-CourmontRevert "Ugly hack to enable really quiet running of...
2010-02-20 Antoine CellerierFix spelling.
2010-02-20 Antoine CellerierUgly hack to enable really quiet running of VLC.
2010-01-31 Rémi Denis-CourmontLibVLC core: remove exceptions
2010-01-24 Rémi Denis-Courmontlibvlc_playlist_play: remove unused exception
2010-01-23 Rémi Denis-CourmontVLC: exit if the requested interface could not be started
2010-01-04 Rémi Denis-CourmontDead code
2010-01-04 Rémi Denis-Courmontlibvlc_add_intf: remove dummy exception parameter
2009-12-21 Antoine CellerierAdd --data-path option. Access the src share directory...
2009-11-26 Rafaël CarréOSX specific hack to remove "-psnXXX" from args
2009-10-19 Rémi Denis-CourmontMaemo: globalhotkeys wouldn't make much sense
2009-10-05 Rémi Denis-CourmontFix invalid free on non-UTF-8 locales
2009-10-04 Rémi Denis-Courmontignore-config defaults to true
2009-09-09 Rémi Denis-Courmontvlc: only print error message if LibVLC is initialized
2009-09-04 Felix Paul KühneFixed major crash on Snow Leopard pointed by Pierre
2009-08-09 Rémi Denis-CourmontReplace libvlc_exception_get_message with libvlc_errmsg
2009-08-08 Rémi Denis-CourmontAvoid late extra error message if globalhoykeys fail...
2009-07-22 Rémi Denis-CourmontWork-around yet another bug of hopelessly broken MacOS X
2009-05-06 Rémi Denis-CourmontOnly load globalhotkeys if requested by caller
2009-03-01 Rémi Denis-CourmontRevert "Call XInitThreads early enough"
2009-03-01 Rémi Denis-CourmontCall XInitThreads early enough
2009-02-28 Rémi Denis-CourmontHard code plugin path and http path in static VLC
2009-02-22 Rémi Denis-CourmontDon't use repeat the same adverb twice
2008-09-25 Rémi Denis-CourmontUnblock death signals if signals interface is absent
2008-09-25 Rémi Denis-CourmontSpelling
2008-09-19 Antoine CellerierAdd --enable-run-as-root option to configure.
2008-08-25 Rémi Denis-CourmontRemove left over
2008-08-24 Rémi Denis-CourmontRevert "Don't mess with the build system a single day...
2008-08-24 Felix Paul KühneDon't mess with the build system a single day (git...
2008-08-23 Rémi Denis-CourmontMove the executables out of src/