]> git.sesse.net Git - vlc/history - src/libvlc.c
libvlccore: Don't set the priority on first thread on Mac OS X.
[vlc] / src / libvlc.c
2005-11-27 Clément StenacFix new HAL interaction
2005-11-23 Antoine CellerierPut licensing terms instead of description in about...
2005-11-15 Damien Fouilleulplugin.cpp: don't mess up custom protocol when combinin...
2005-11-14 Damien Fouilleullibvlc.c: fixed object leak (playlist)
2005-11-12 Sam Hocevar * src/vlc.c: do not exit the program with an error...
2005-11-10 Gildas Bazin* src/libvlc.c: failing of bindtextdomain() does not...
2005-11-09 Clément StenacAdd a input_Read function that reads a stream in blocki...
2005-11-08 Clément StenacSupport new HAL API. Based on patch by Josselin Mouette
2005-11-03 Jean-Paul SamanForward port from revision 13127
2005-10-25 Rémi Denis-CourmontRevert heavily flawed commit 12959.
2005-10-25 Antoine Cellerierre fix the stupid float ","/"." error. Please don't...
2005-10-23 Gildas Bazin* src/libvlc.c: fixed --width/height.
2005-10-22 Scott Caudlemsw ShowConsole() - enable previously provided msg...
2005-09-21 Sam Hocevar * src/libvlc.c: cosmetic fix.
2005-09-17 Clément StenacDefault to disabling screensaver under X (Closes:#253)
2005-09-12 Antoine Cellerierfix daemon mode when HAVE_DAEMON is defined. fixes...
2005-09-10 Rémi Denis-CourmontFix psz_userdir memleak
2005-09-05 Christophe Massiot * src/libvlc.c: When the user dir is not available...
2005-09-05 Gildas Bazin* src/libvlc.c: on win32, redirect stdout to vlc-help...
2005-08-29 Christophe Massiot * ALL: New p_vlc->psz_userdir. This is different from...
2005-08-25 Christophe MutricyTypo
2005-08-23 Christophe Massiot * toolbox: Removed compilation information from versio...
2005-08-21 Damien Fouilleul- pre-create 'width' and 'height' in libvlc so that...
2005-08-17 Christophe Massiot * src/libvlc.c: Expand ~/ in --config-file.
2005-08-17 Christophe Massiot * Makefile.am: New file version.c, generated at each...
2005-08-15 Rémi Denis-CourmontUse Latin-9 rather than US-ASCII when there is no local...
2005-08-15 Rémi Denis-Courmont- Fix, clean up locale settings
2005-08-14 Rémi Denis-CourmontSet LC_NUMERIC to C once and for all.
2005-08-13 Antoine Cellerier * setlocale( LC_NUMERIC, "C" ). There still might...
2005-08-13 Rémi Denis-CourmontUndo LC_NUMERIC change
2005-08-13 Antoine CellerierDisclaimer : this commit would need to be checked by...
2005-08-10 Derk-Jan Hartman* Fixed VLC_IsPlaying (fixes #259)
2005-08-10 Christophe Mutricysize_t is unsigned and it's a bad idea to compare it...
2005-08-06 Cyril Deguet * charset.c: don't return a pointer to a buffer alloca...
2005-08-06 Cyril Deguet * libvlc.c: don't crash in vlc_iconv if vlc_iconv_open...
2005-08-04 Rémi Denis-CourmontInitialize iconv at The Right Times
2005-08-04 Christophe Massiot * src/libvlc.c: Fixed segfault introduced in #12010...
2005-08-04 Rémi Denis-CourmontFix question marks insertion
2005-08-04 Rémi Denis-CourmontDon't call vlc_current_charset and vlc_iconv_open at...
2005-08-04 Rémi Denis-Courmont * reimplement EnableUTF8 without iconv
2005-08-03 Gildas Bazin* src/libvlc.c: compilation fix.
2005-08-03 Rémi Denis-CourmontHandle NULL pointer properly in Unicode conversion...
2005-08-03 Rémi Denis-CourmontUse UTF-8 internally (closes #16 and introduces lots...
2005-08-03 Rémi Denis-CourmontFix the message queue memleak
2005-07-19 Cyril Deguet- libvlc.c: fixed broken build on cygwin...
2005-07-17 Cyril Deguet* all: compilation fix with vc7.1 compiler, and removed...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-21 Christophe Massiot * src/libvlc.*: New --open option to allow to permanen...
2005-06-06 Christophe Mutricylibvlc.c: Print --no-X in help to not confuse users...
2005-05-31 Damien Fouilleulall: activex plugin Set/GetVariable support all of...
2005-05-12 Gildas Bazin* src/libvlc.c, src/playlist/services_discovery.c:...
2005-05-11 Damien Fouilleulsrc/libvlc.c,include/vlc/vlc.h, include/variables.h...
2005-04-17 Sigmund Augdal Helbergminor memleak fixes
2005-04-15 Christophe Massiot * ALL: x86-64 fixes.
2005-03-29 Damien FouilleulVLC_TimeSet: fixed overflow conversion from seconds...
2005-03-16 Gildas Bazin* src/libvlc.[c,h]: new --(no-)fpu option (mainly for...
2005-03-14 Derk-Jan Hartman* More descriptions of the VLC commandline syntax when...
2005-02-15 Gildas Bazin* src/libvlc.c: fixed small memory leak.
2005-02-10 Gildas Bazin* src/libvlc.c,h: new --help-verbose option that activa...
2005-02-10 Gildas Bazin* src/libvlc.c: help now prints the list of integer...
2004-12-28 Clément Stenac* Do not search a visualizer in strict mode
2004-12-11 Clément StenacImprovements to preferences
2004-11-08 Clément StenacInitial Services discovery support
2004-10-24 Gildas Bazin* src/libvlc.c, src/misc/threads.c: couple of fixes...
2004-10-21 Gildas Bazin* src/libvlc.c: win32 fixes for the help output when...
2004-10-04 Gildas Bazin* src/*: got rid of the #ifdef HAVE_ERRNO_H.
2004-10-01 Gildas Bazin* src/libvlc.c, include/vlc_interface.h: don't open...
2004-09-28 Clément Stenac* Add hooks for getting/setting variables (not working...
2004-09-26 Gildas Bazin* src/libvlc.c: use dameon() instead of fork() when...
2004-08-27 Sam Hocevar * include/vlc_common.h:
2004-08-24 Jon Lech Johansen * ./src/libvlc.c: initialize dvd/vcd/cd-audio values...
2004-07-01 Gildas Bazin* src/libvlc.c:
2004-06-30 Derk-Jan Hartman* src/libvlc.c:
2004-06-30 Derk-Jan Hartman* first stab at vlc daemon mode (-d, --daemon )
2004-06-22 Laurent Aimar * all: rework of the input.
2004-06-12 Clément Stenac* Added new functions to the Mozilla plugin
2004-06-06 Derk-Jan Hartman* WARNING: Libvlc API change
2004-06-05 Derk-Jan Hartman* fix a compilation error
2004-06-05 Derk-Jan HartmanNOTE: libvlc API changes
2004-06-01 Gildas Bazin* ALL: brought back module_EndBank() from the dead...
2004-05-29 Gildas Bazin* include/*,src/*: New plugins cache feature for faster...
2004-04-20 Gildas Bazin* modules/gui/wxwindows/wxwindows.cpp: don't "play...
2004-04-20 Gildas Bazin* include/vlc/vlc.h: added a b_play parameter to the...
2004-04-18 Clément Stenac* ALL: Better announce system
2004-03-03 Gildas Bazin* ALL: changed the prototype of module_Need() to accept...
2004-02-22 Christophe Massiot* Updated contrib build system
2004-02-22 Gildas Bazin* configure.ac: added an --enable-utf8 option (default...
2004-01-29 Clément StenacOptions as infos were bad in several ways: it broke...
2004-01-29 Sigmund Augdal Helberginclude/vlc_common.h:
2004-01-25 Clément Stenac* String review, round one
2004-01-25 Gildas Bazin* src/libvlc.c: another couple of changes to the -...
2004-01-25 Gildas Bazin* src/libvlc.c: improved --help output.
2004-01-09 Derk-Jan Hartman* include/variables.h
2004-01-06 Clément StenacUpdated copyrights in libvlc
2004-01-06 Clément Stenac- src/misc/win32_specific: compilation fix for win32...
2004-01-05 Clément Stenac* Makefile.am : Added src/playlist/item-ext.c and src...
2003-12-24 Gildas Bazin* src/libvlc.c: small fixes to Usage().
2003-12-04 Sam Hocevar * modules/misc/dummy/renderer.c:
2003-11-25 Sam Hocevar * src/misc/modules.c: Allow for premature Ctrl-C...
next