]> git.sesse.net Git - vlc/history - src/misc
* Honor --color with --list.
[vlc] / src / misc /
2006-11-21 Rémi Denis-CourmontRevert broken [17908:17910]
2006-11-21 Rafaël CarréUnicode support in directory access on windows. Patch...
2006-11-20 Christophe MutricyAdd a flag for config option to mark it as unsaveable...
2006-11-19 Clément Stenac* Documentation belongs to the .h, step 1
2006-11-13 Marian DurkovicMove unicode argv[] fetching into system_Init
2006-11-12 Clément StenacMight fix compile
2006-11-12 Rémi Denis-CourmontDon't use void * for utf8_(l)?stat() as it hinders...
2006-11-12 Rémi Denis-CourmontAnother Win32 FromLocale -> FromWide
2006-11-12 Rémi Denis-CourmontMore warning fixes
2006-11-11 Clément Stenac* Remove some unneeded complexity in playlist and directory
2006-11-11 Rémi Denis-CourmontInline FromUTF16 and use Win32 API
2006-11-11 Rémi Denis-CourmontSuppress unused UTF-32 conversion functions
2006-11-11 Rémi Denis-Courmont(From|To)Locale code factorization
2006-11-10 Rémi Denis-CourmontFix warnings
2006-11-10 Rémi Denis-CourmontMissing #include
2006-11-10 Rémi Denis-CourmontHide vlc_fix_readdir_charset. It is now integrated...
2006-11-10 Rémi Denis-CourmontTypo
2006-11-10 Rémi Denis-CourmontFix vlm pause
2006-11-10 Rémi Denis-CourmontFix error return value of utf8_open
2006-11-10 Rémi Denis-CourmontUse free() instead of LocaleFree() for utf8_readdir...
2006-11-10 Rémi Denis-CourmontFix leak
2006-11-10 Rémi Denis-CourmontDon't rely on an object in fix_readdir_charset
2006-11-10 Antoine CellerierRemove msecseek command. Now seek works differently...
2006-11-10 Antoine CellerierAdd msecseek command in VLM to seek to a position given...
2006-11-10 Antoine CellerierReturn syntax error message when issuing invalid instan...
2006-11-09 Rémi Denis-Courmont- Do not attach libvlc to the global data
2006-11-09 Rémi Denis-CourmontCosmetic fix
2006-11-08 Marian DurkovicFix one instance mode for Win32 in trunk
2006-11-06 Antoine CellerierMove string formating functions used in marq to the...
2006-11-04 Rémi Denis-CourmontAdd utf8_open wrapper
2006-11-02 Rémi Denis-CourmontDon't use a configure constant that we don't actually...
2006-10-27 Damien Fouilleulmessages.c: added msg_GetObjectTypeName
2006-10-27 Rafaël CarréAdd Slovenian translation
2006-10-25 Damien Fouilleul- fixed changes in [17146], [17234]
2006-10-21 Rémi Denis-Courmont- Remove useless global variable
2006-10-21 Rémi Denis-CourmontCleanup
2006-10-21 Rémi Denis-CourmontFix a bunch of warning.
2006-10-21 Rémi Denis-CourmontFix many warnings
2006-10-21 Jean-Paul SamanFix compiler warning: missing initializer
2006-10-18 Antoine CellerierReal fix for time/length issues in VLM ([17130] didn...
2006-10-17 Rafaël CarréAdded Malay translation
2006-10-08 Christophe MutricyAdd Slovak l10n (Forward port of [16989], [16990] and...
2006-10-05 Gildas Bazin* modules/demux/mpeg/m4v.c,h264.c: fixed detection...
2006-10-05 Sam Hocevar * Spelling fixes here and there.
2006-10-04 Clément StenacFix a few bugs
2006-10-01 Antoine Celleriersrc/input/item.c: if we don't have an item name and...
2006-10-01 Antoine CellerierRename all sout_Cfg* stuff to config_Chain* (as it...
2006-10-01 Jean-Paul SamanFix for ticket #752 by ye zhang (yzhang90003 _at_ gmail...
2006-09-24 Clément Stenac* Split download function in find/download
2006-09-24 Antoine CellerierDefine DIR_SEP only once
2006-09-24 Clément StenacRename vlc_input_item_* functions to input_Item* for...
2006-09-23 Antoine CellerierStart of meta engine stuff. src/input/input.c needs...
2006-09-18 Clément StenacClean up a bit queues handling. Do not use dynamic...
2006-09-18 Clément StenacUse a separate message bank for each libvlc instance
2006-09-15 Christophe MutricyThose files where forgoten in [16658]
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-09-12 Rémi Denis-CourmontAhem: (v)asprintf requires stdio.h; strndup requires...
2006-09-03 Rémi Denis-CourmontYou shall not pass NULL to IsUTF8().
2006-09-03 Pavlov Konstantinwrite comments in config file in user locale instead...
2006-08-31 Rémi Denis-CourmontExport utf8_vfprintf and utf8_fprintf
2006-08-19 Clément Stenac* B-search macro
2006-08-17 Gildas Bazin* src/misc/messages.c, src/input/input.c: revert 16279...
2006-08-16 Gildas Bazin* src/misc/messages.c: if OBJECT_FLAGS_NODBG is specifi...
2006-08-06 Jean-Paul SamanPut just deleted objects to NULL.
2006-08-06 Clément StenacThis should fix the locking problems with stats
2006-08-03 Clément StenacFix duplicate definitions of FREE
2006-08-02 Clément StenacInteraction cleanup, remove some unused functions,...
2006-07-30 Felix Paul Kühne* forgot these in the previous commit (updated to curre...
2006-07-29 Felix Paul Kühne* improved some error messages
2006-07-29 Felix Paul Kühne* enhanced the interaction core with some method additi...
2006-07-29 Clément StenacSome old stats fixes
2006-07-12 Jean-Paul SamanRTSP rewind and fastforward support (Scale option)...
2006-07-08 Clément StenacFix some crashes
2006-07-05 Christophe Mutricyunicode.c: Fix MB2MB() by removing spurious ';'. Thanks...
2006-06-22 Clément StenacBah, who really needs this ?
2006-06-20 Rémi Denis-CourmontThere is no such a thing as Winsock 2.0. Use version...
2006-06-19 Clément StenacSmall stats improvements
2006-06-17 Christophe Mutricysrc/misc/stats.c: avoid buffer underflow.
2006-06-16 Christophe MutricyFix a bunch of segfaults. It may be heavy handed and...
2006-06-15 Clément StenacPartial rewrite of stats to avoid lookups (Closes:...
2006-06-12 Gildas Bazin* src/misc/stats.c: don't forget to call vlc_object_rel...
2006-06-11 Gildas Bazin* src/misc/stats.c: fix no-stats mode.
2006-05-27 Rémi Denis-Courmontsrc/misc/mtime.c:
2006-05-25 Rémi Denis-CourmontFix overflows
2006-05-25 Rémi Denis-CourmontAlso implement msleep() wrt _POSIX_MONOTONIC_CLOCK
2006-05-24 Rémi Denis-CourmontFix monotonic clock POSIX option detection
2006-05-24 Rémi Denis-CourmontUse the monotonic clock from POSIX real time extension...
2006-05-18 Christophe MutricyAdd Czech translation. Many thaks to Miroslav Oujesky
2006-05-15 Clément StenacLast fix for win32 ?
2006-05-14 Rémi Denis-CourmontSome users reported problems with subtitles encoding...
2006-05-11 Christophe MutricySynchronise the po file from the 0.8.5 branch.
2006-05-07 Rémi Denis-CourmontCompile fix
2006-05-02 Rémi Denis-CourmontAvoid code duplication
2006-05-01 Antoine CellerierWin95/98/Me file opening and stat "fix". Thanks to...
2006-05-01 Rémi Denis-Courmont- Save one malloc()
2006-05-01 Antoine CellerierHum
2006-05-01 Antoine CellerierAdd some more debug (this is easier than compiling...
2006-05-01 Antoine CellerierFix tabs and add some debug.
2006-05-01 Damien Fouilleul- unicode.c: possible fix for UTF8 filename support...
next