]> git.sesse.net Git - vlc/history - src/vlc.c
The last but not least of this serie of memleaks.
[vlc] / src / vlc.c
2008-06-06 Rémi Denis-CourmontBring back reckless user proofing.
2008-06-04 Rémi Denis-CourmontIgnore exceptions correctly - don't let libvlc assert
2008-06-04 Rémi Denis-CourmontVLC: start the playlist at start
2008-05-31 Christophe MutricyBe more verbose about the failure if we return a non...
2008-05-29 Rémi Denis-CourmontUse the signal interface and fix signal handling
2008-05-29 Rémi Denis-Courmontlibvlc_run_interface -> libvlc_add_intf (non-blocking)
2008-05-29 Rémi Denis-CourmontSpelling
2008-05-23 Rémi Denis-CourmontVLC: remove win32 stuff
2008-05-16 Rafaël CarréGives the correct arguments to libvlc_new()
2008-05-15 Pierre d'HerbemontRevert "vlc: Make sure we call libvlc_release() when...
2008-05-15 Pierre d'Herbemontvlc: Code conventions.
2008-05-15 Pierre d'Herbemontvlc: Make sure we call libvlc_release() when we are...
2008-05-15 Rémi Denis-Courmontvlc using libvlc
2008-05-07 Rémi Denis-CourmontRemove the glibc libintl kludge.
2008-05-03 Rémi Denis-CourmontNo need to kill VLC if it's exiting already.
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-19 Rémi Denis-CourmontUse NDEBUG
2008-03-03 Rémi Denis-CourmontRevert "Don't test for buggy libintl when NLS is disabled"
2008-03-03 Christophe MutricyDon't test for buggy libintl when NLS is disabled
2008-02-24 Rafaël Carréfix previous commit
2008-02-24 Rafaël Carrémake incorrect uses of free() and malloc() call abort...
2008-02-23 Pierre d'Herbemontvlc.c: Attempt to kill VLC again if Ctrl-C is hit again...
2008-02-23 Pierre d'Herbemontvlc.c: Make sure exiting after two Ctrl-C is instantane...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-12-09 Rémi Denis-CourmontPrevent gettext bug on glibc 2.5 too
2007-11-28 Rémi Denis-CourmontLets assume glibc 2.8 will work properly when it's...
2007-11-27 Rémi Denis-CourmontHorrific kludge to prevent awfully crappy glibc from...
2007-10-31 Rafaël CarréYes, sigwait() can fail, so don't ignore its return...
2007-10-21 Rémi Denis-CourmontChanging the order of parameters may be needed, but...
2007-09-23 Rémi Denis-CourmontDo not force set VLC_VERBOSE.
2007-08-31 Rémi Denis-CourmontDequeue "dummy" signals
2007-08-31 Rémi Denis-CourmontDocument signal handling
2007-08-25 Rémi Denis-CourmontFix typo
2007-08-20 Christophe MutricyFix warnings
2007-08-20 Rafaël CarréFixes compilation(2)
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-05-23 Damien Fouilleulvlc.c: small fix in use of __wgetmainargs
2007-05-17 Antoine Cellerier* src/vlc.c: remove tabs.
2007-03-25 Rémi Denis-CourmontRename sigset_t variables. No run-time change.
2007-03-25 Rémi Denis-CourmontBlock SIGCHLD so we don't get polluted by system()...
2007-03-14 Rémi Denis-CourmontConvert from locale before passing to LibVLC - closes...
2007-03-14 Rémi Denis-CourmontCompile, err, fix
2007-03-14 Rémi Denis-CourmontCode simplification
2007-03-06 Rémi Denis-Courmontsetlocale() (very) early, so we may have a chance to...
2007-03-03 Pierre d'HerbemontMac OS X: Make "Force Quit" works the first time it...
2007-03-03 Rémi Denis-CourmontReally fix race VLC_Die condition
2007-03-01 Pierre d'HerbemontFix a hang when quitting vlc on Mac OS X. This hang...
2007-03-01 Rémi Denis-CourmontFix race condition and simplify SigHandler
2007-03-01 Rémi Denis-CourmontFix abortion if killing signals are re-used.
2007-02-13 Rémi Denis-CourmontRework signal handling so that it is async-safe
2007-02-12 Damien Fouilleul- src/vlc.c: compile fix for win32
2007-02-12 Marian DurkovicMove __wgetmainargs into VLC's main.
2007-02-05 Damien Fouilleul- vlc.c: commented out rootwrap() till it is properly...
2007-02-03 Damien Fouilleul- added controlled symbol export support for win32...
2006-11-13 Rémi Denis-CourmontFix warnings
2006-03-10 Rémi Denis-CourmontSame as previous commit - for VLC
2006-02-26 Rémi Denis-CourmontMove vlc.c to . to fix distclean (Automake limitation)
2006-02-01 Sam Hocevar * Got rid of SYS_DARWIN everywhere.
2006-01-12 Antoine CellerierFSF address change.
2005-12-16 Rémi Denis-CourmontImplement root wrapper to allow using privileged TCP...
2005-11-12 Sam Hocevar * src/vlc.c: do not exit the program with an error...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-02-15 Gildas Bazin* configure.ac, src/vlc.c: WinCE build fixes.
2004-11-12 Gildas Bazin* toolbox, src/vlc.c: use src/vlc.c in the WinCE projec...
2004-11-12 Gildas Bazin* src/vlc.c: ported to WinCE.
2004-09-26 Gildas Bazin* src/libvlc.c: use dameon() instead of fork() when...
2004-07-27 Derk-Jan Hartman-
2004-07-05 Derk-Jan Hartman* OSX lowlevel work
2004-06-05 Derk-Jan HartmanNOTE: libvlc API changes
2004-04-20 Gildas Bazin* include/vlc/vlc.h: added a b_play parameter to the...
2004-01-25 Clément Stenac* String review, round one
2004-01-06 Clément StenacUpdated copyrights in libvlc
2002-12-25 Sam Hocevar * ./src/libvlc.c: added a debug message to test the...
2002-11-13 Sam Hocevar * ./msvc/*, ./evc/*: moved eMbedded Visual Studio...
2002-11-10 Sam Hocevar * ALL: libvlc now compiles and run under WinCE. I...
2002-11-10 Sam Hocevar * ALL: WinCE compilation fixes (mostly nonexistent...
2002-10-14 Sam Hocevar * ./include/vlc/vlc.h, ./src/libvlc.c: added VLC_Erro...
2002-10-11 Sam HocevarChanges to the libvlc API:
2002-10-08 Sam Hocevar * ./src/libvlc.c, ./src/misc/messages.c: due to horri...
2002-10-03 Sam Hocevar * ./configure.ac.in: duplicated arguments to AM_INIT_...
2002-09-29 Sam Hocevar * ./src/playlist/playlist.c: don't run the playlist...
2002-08-20 Sam Hocevar * ./modules/misc/gtk_main.c: created the gtk_main...
2002-08-19 Sam Hocevar * ./src/misc/cpu.c: libvlc now plays nice with SIGILL...
2002-08-08 Sam Hocevar * ./modules/audio_output/oss.c: compilation fixes.
2002-07-23 Sam Hocevar * ALL: decoders now use a fourcc as a probe value.
2002-07-20 Sam Hocevar * ALL: changed "struct foo_s" into "struct foo_t...
2002-07-18 Sam Hocevar * ./src/vlc.c, ./src/libvlc.c: added more robust...
2002-07-11 Sam Hocevar * ./src/vlc.c: reduced the amount of default simultan...
2002-07-03 Sam Hocevar * ./src/misc/modules.c: module_Need accepts a comma...
2002-06-27 Sam Hocevar * ./src/misc/modules.c: added the --plugin-path optio...
2002-06-01 Sam Hocevar * ALL: the first libvlc commit.