]> git.sesse.net Git - vlc/history - bin/vlc.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / bin / vlc.c
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/