]> git.sesse.net Git - vlc/history - src/libvlc.c
src/input/item.c: if we don't have an item name and item is a file, then only use...
[vlc] / src / libvlc.c
2006-10-01 Antoine Celleriersrc/input/item.c: if we don't have an item name and...
2006-09-23 Clément Stenac* Add switch to skins
2006-09-18 Clément StenacFix spurious release at end
2006-09-15 Clément StenacHopefully fix OS X
2006-09-15 Clément StenacSplit libvlc.c:
2006-09-15 Clément StenacStore playlist object in instance-specific object
2006-09-15 Clément StenacMove stats stuff to the per-instance object
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-08-27 Damien Fouilleulall: rewrite of mozilla plugin
2006-07-16 Sam Hocevar * src/libvlc.c: fixed comment.
2006-07-01 Pavlov Konstantinfix indentation and memory leak introduced in 19564.
2006-06-30 Pavlov Konstantinsupport for creating pid files when going daemon mode.
2006-06-15 Clément StenacPartial rewrite of stats to avoid lookups (Closes:...
2006-05-20 Jean-Paul SamanCompiler warnings
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-05-04 Damien Fouilleullibvlc.c: removed debug
2006-04-28 Benjamin Pracht* Revert 15357, as it would make vlc crash if you try...
2006-04-15 Rémi Denis-CourmontDo not provide a broken language option on Linux and...
2006-04-14 Rémi Denis-CourmontDo not alter LC_NUMERIC (refs #581).
2006-04-04 Antoine CellerierRemove useless code (or its use was really cryptic)
2006-03-12 Rémi Denis-Courmont * Revert my [14546] that doesn't work
2006-03-05 Rémi Denis-CourmontDon't call textdomain - it is not only useless but...
2006-02-21 Rémi Denis-CourmontConvert to local encoding before printing on console...
2006-02-12 Rémi Denis-Courmont- Attempt to implement (To|From)Locale on MSVC
2006-02-11 Clément StenacShould fix vlc-help.txt problem (untested) (Refs:#517)
2006-02-11 Rémi Denis-CourmontUse more common CP1252 rather than Latin-9 as fallback...
2006-02-04 Clément Stenac* Avoid useless stats_Get calls
2006-02-01 Rémi Denis-CourmontSimpler use of HAVE_ASSERT
2006-02-01 Christophe MutricyTest for assert() in configure.
2006-02-01 Sam Hocevar * Replaced "SYS_DARWIN" with either __APPLE__ (meanin...
2006-01-31 Derk-Jan Hartman* Changed the defined( SYS_DARWIN ) of the --altivec...
2006-01-30 Rémi Denis-CourmontFix error handling in (From|To)Locale
2006-01-28 Clément StenacDon't check syslog value if we don't have syslog.h
2006-01-27 Clément Stenac* Improve timers (Refs:#473)
2006-01-23 Clément StenacAdd global options for netsync and showintf and hide...
2006-01-22 Clément Stenac* Make ParseOption (from input) a global service (var_O...
2006-01-15 Clément StenacFix some memleaks
2006-01-14 Clément StenacAdd an option to disable stats (Refs:#473)
2006-01-12 Antoine CellerierFSF address change.
2006-01-08 Clément StenacSome more stats preliminary work
2005-12-15 Clément StenacWho said I'm bored ?
2005-11-27 Clément StenacBah.. Fix HAL in libvlc
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...
next