]> git.sesse.net Git - vlc/history - include
* ALL: extention -> extension
[vlc] / include /
2006-04-06 Christophe Massiot * include/vlc_url.h: Fixed vlc_UrlEncode to return...
2006-04-03 Rémi Denis-Courmont- Do not rewrite “+” as a white space when unescaping...
2006-04-02 Rémi Denis-CourmontBig cleanup and fix hundreds of extra warnings
2006-04-02 Rémi Denis-CourmontForgot memset() to actually fix the problem... shame...
2006-04-02 Rémi Denis-Courmont- Fix use of undefined (static) memory
2006-04-02 Rémi Denis-CourmontFix a few warnings
2006-03-31 Christophe Mutricytypo
2006-03-31 Clément Stenacvlc_config_cat.h 2nd round (Refs:#438)
2006-03-30 Rémi Denis-CourmontCosmetic, Fix my name
2006-03-29 Christophe Mutricyinclude/* : Relecture. refs #438
2006-03-28 Christophe Mutricyinclude: first part of the relecture. refs #438
2006-03-28 Clément StenacStrings in include/ (Refs:#438)
2006-03-27 Rémi Denis-CourmontOops
2006-03-27 Rémi Denis-CourmontSupport URL-escape non-ASCII characters properly as...
2006-03-27 Rémi Denis-Courmontutf8_scandir: Unicode wrapper for scandir()
2006-03-25 Clément Stenac* Remove Advanced/Misc
2006-03-25 Felix Paul Kühne* 1st string review, refs #438
2006-03-22 Rémi Denis-Courmontinclude:
2006-03-22 Rémi Denis-CourmontIsUTF8: check if a string is a valid UTF8 sequence...
2006-03-22 Rémi Denis-CourmontClean up vlc_iconv prototype
2006-03-21 Rémi Denis-Courmont- FromWide(): converts a wchar_t * to UTF-8 char *
2006-03-18 Clément StenacDisplay IP of client in debug
2006-03-12 Rémi Denis-Courmont* Use uint32_t instead of wchar_t to represent UTF32...
2006-03-12 Rémi Denis-CourmontAlways link libintl through libvlc on Win32
2006-03-12 Rémi Denis-CourmontPropagate changes from previous commit
2006-03-11 Antoine Celleriersrc/playlist/loadsave.c, modules/demux/playlist/*,...
2006-03-10 Rémi Denis-CourmontRemove broken lldiv check and only use lldiv replacemen...
2006-03-10 Rémi Denis-CourmontSomeone forgot to add an exported symbol
2006-03-09 Rémi Denis-CourmontCommon socket error handling
2006-03-08 Eric Petit Force lldiv emulation on BeOS
2006-03-08 Eric Petit Emulate C99's lldiv() if necessary
2006-03-08 Antoine Celleriermodules/misc/rtsp.c is using us_strtod
2006-03-08 Rémi Denis-CourmontMissing export
2006-03-08 Rémi Denis-Courmont * i18n_strtod: locale-agnostic strtod() (accepts both...
2006-03-08 Rémi Denis-Courmonti18n_atof(): locale-agnostic atof()
2006-03-06 Rémi Denis-CourmontWxWidgets: use wraptext in UTF-8 mode as that is the...
2006-03-05 Rémi Denis-Courmont- Call dgettext directly with shared libvlc and libtool
2006-03-05 Rémi Denis-CourmontAdd some “const”s
2006-03-05 Rémi Denis-Courmontconfig_GetDataDir(): returns path to VLC installed...
2006-03-04 Jean-Paul SamanCoding Style fixes
2006-03-04 Jean-Paul SamanFix wrong define, luckily this one wasn't used yet.
2006-03-04 Antoine CellerierCode the playlist_TreeMove function.
2006-03-02 Rémi Denis-CourmontCode reuse
2006-03-02 Rémi Denis-CourmontRemove outdated comment
2006-03-02 Rémi Denis-CourmontMinor clean up
2006-02-27 Rémi Denis-CourmontSeparate socket/resolv stuff (network.h) from url stuff...
2006-02-26 Clément StenacCosmetics.
2006-02-23 Filippo CaroneHeader modified to include libvlc audio control functions
2006-02-21 Rémi Denis-CourmontOups, forgot this file
2006-02-19 Rémi Denis-CourmontFix linking of C++ plugins
2006-02-19 Clément Stenac* Show meta-information separately
2006-02-19 Clément StenacFix a warning
2006-02-18 Antoine CellerierComment lines now fit on a 80 char wide screen
2006-02-18 Rémi Denis-CourmontRemove ugly usage of vlc_symbols.h when building libvlc...
2006-02-18 Jean-Paul SamanRemove whitespace
2006-02-17 Derk-Jan Hartman* Don't use alloca for audio buffers on OSX and BSD...
2006-02-17 Derk-Jan Hartman* This change should be better then the one in [14346]
2006-02-17 Derk-Jan Hartman* stricter aout_BufferFree
2006-02-17 Clément StenacFix some bugs
2006-02-16 Antoine Cellerier[patch] unifying meta-information access, the 2nd by...
2006-02-15 Clément StenacMore VLM API stuff
2006-02-14 Clément Stenac* Beginning of VLM API
2006-02-12 Rémi Denis-Courmont- mkdir Unicode wrapper (refs #543)
2006-02-12 Rémi Denis-CourmontExport FromLocaleDup()
2006-02-12 Rémi Denis-Courmont- UF8 wrappers for stat, lstat
2006-02-12 Rémi Denis-Courmont- Attempt to implement (To|From)Locale on MSVC
2006-02-11 Rémi Denis-CourmontFix previous commit
2006-02-11 Rémi Denis-CourmontUnicode wrappers for opendir/readdir
2006-02-11 Rémi Denis-Courmontvlc_fopen() wrapper including required file name conver...
2006-02-07 Clément Stenac* get/set/toggle fullscreen
2006-02-07 Antoine Cellerierlooks like this was retrocommited :)
2006-02-07 Derk-Jan Hartman* Introduced a new text_style_t
2006-02-07 Derk-Jan Hartman* dos2unix of vlc_osd.h
2006-02-05 Antoine Celleriersout-standard-url is deprecated
2006-02-04 Clément StenacDon't fail with no-debug
2006-02-04 Clément StenacMissing file
2006-02-04 Clément StenacStop using strings to index stats, use integers. The...
2006-02-04 Clément Stenac* Avoid useless stats_Get calls
2006-02-04 Clément StenacAccessOutWrite is called very often, especially for...
2006-02-03 Clément StenacUse a hash for stats. Not finished
2006-02-03 Clément StenacPlay and add (Refs:#457)
2006-02-02 Antoine Cellerierinclude/* : fix doxygen comments
2006-02-02 Antoine Celleriersrc/*, include/* : update core functions. (Should make...
2006-02-01 Rémi Denis-CourmontMore UTF8ication
2006-02-01 Rémi Denis-CourmontFixed some warnings
2006-02-01 Sam Hocevar * Got rid of SYS_DARWIN everywhere.
2006-01-31 Sigmund Augdal Helbergfixed the smallest and most elusive leak yet
2006-01-29 Clément StenacFix a crasher in exception handling
2006-01-28 Clément StenacCompute global input/output stats (Refs:#473)
2006-01-27 Clément StenacDon't print debug messages and don't do interaction...
2006-01-26 Sigmund Augdal Helbergsrc/misc/messages.c: Fixed a nasty memleak recently...
2006-01-24 Clément StenacAdd a timing facility (Refs:#473)
2006-01-23 Clément StenacGather some sout stats (Refs:#473)
2006-01-22 Clément Stenac* Make ParseOption (from input) a global service (var_O...
2006-01-22 Clément StenacAdd a psz_help field to module_t (Refs:#413)
2006-01-21 Clément StenacEnqueue the item ID instead of pointer for preparse
2006-01-21 Clément StenacAudio - Refs:#473
2006-01-18 Christophe MutricyCopyright dates and svn properties
2006-01-17 Olivier Aubertmediacontrol_internal.h: oops. Superfluous typedef...
2006-01-17 Olivier Aubertmediacontrol API: proper fix for mediacontrol_Instance...
next