]> git.sesse.net Git - vlc/history - src/misc
Don't forget to reset skipping when adding a new item
[vlc] / src / misc /
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...
2006-04-30 Rémi Denis-CourmontFix memleak
2006-04-29 Rémi Denis-CourmontRemove some unused configure checks
2006-04-20 Rémi Denis-CourmontFix overflow on UTF-16 strings with an odd characters...
2006-04-11 Antoine Cellerier"too"!=2=="two"
2006-04-11 Antoine CellerierFix indentation.
2006-04-11 Rémi Denis-CourmontLalala
2006-04-07 Antoine CellerierWin32 specific changes: Add --started-from-file option...
2006-04-07 Christophe Massiot * src/misc/strings.c: Missing break; in decode_URI().
2006-04-07 Rémi Denis-CourmontOops again
2006-04-06 Rémi Denis-Courmont- Reimplement URL component decoding separately from...
2006-04-06 Christophe MutricyFix if statement
2006-04-03 Christophe MutricyComple fix
2006-04-03 Rémi Denis-Courmont- Do not rewrite “+” as a white space when unescaping...
2006-04-03 Derk-Jan Hartman* Fix FindFallbackEncoding on Mac OS X.
2006-04-02 Rémi Denis-CourmontFix warning
2006-04-01 Felix Paul Kühne* 2nd review of /src/* \ libvlc.h (refs #438)
2006-04-01 Rémi Denis-CourmontMore useless code - at least at do try to understand...
2006-04-01 Rémi Denis-CourmontFixes are cool when they actually fix something
2006-04-01 Antoine CellerierHum, this isn't needed anymore.
2006-04-01 Antoine CellerierFix stat wrapper on windows... Wrappers are nice. Wrapp...
2006-03-31 Antoine CellerierPrevent segfault under windows. We now have to fix...
2006-03-29 Antoine CellerierFix windows drive listing. (We have wrappers arround...
2006-03-29 Antoine Celleriersrc/misc/vlm.c: fix FindEndCommand quote escaping
2006-03-29 Rémi Denis-CourmontFix warnings
2006-03-29 Felix Paul Kühne* fixed a few signedness warnings. Please shout if...
2006-03-28 Clément StenacString fixes in src (Refs:#438)
2006-03-27 Rémi Denis-CourmontFix lame encoded URL decoder (closes #613)
2006-03-27 Rémi Denis-Courmontutf8_scandir: Unicode wrapper for scandir()
2006-03-25 Christophe Mutricymisc/configuration.c: Use the proper directory separator
2006-03-22 Rémi Denis-CourmontIsUTF8: check if a string is a valid UTF8 sequence...
2006-03-22 Rémi Denis-CourmontClean up
2006-03-21 Rémi Denis-Courmont- FromWide(): converts a wchar_t * to UTF-8 char *
2006-03-20 Antoine Cellerierfix #478.
2006-03-18 Clément StenacDisplay IP of client in debug
2006-03-18 Clément StenacDon't use %f in VLM, except for display (Closes:#588)
2006-03-15 Derk-Jan Hartman* Fix src/misc/charset on platforms without setlocale...
2006-03-14 Antoine CellerierLooks like we didn't malloc the right size. (If this...
2006-03-13 Rémi Denis-CourmontChange Russian charset selection
2006-03-13 Rémi Denis-CourmontCandidate language to likely non-UTF8 code page functions
2006-03-12 Rémi Denis-Courmont* Use uint32_t instead of wchar_t to represent UTF32...
2006-03-11 Antoine Celleriersrc/playlist/loadsave.c, modules/demux/playlist/*,...
2006-03-09 Derk-Jan Hartman* Don't crash if we want to msg_Dbg on an object that...
2006-03-09 Rémi Denis-CourmontAs a work-around, accept both decimal separators when...
2006-03-08 Rémi Denis-Courmont * i18n_strtod: locale-agnostic strtod() (accepts both...
2006-03-08 Rémi Denis-CourmontAvoid ugly non-const cast
2006-03-08 Rémi Denis-Courmonti18n_atof(): locale-agnostic atof()
2006-03-05 Antoine CellerierFix build on Mac (i hope)
2006-03-05 Rémi Denis-Courmontconfig_GetDataDir(): returns path to VLC installed...
2006-03-02 Rémi Denis-CourmontMinor clean up
2006-02-28 Antoine CellerierUse VLC stream functions to load vlm configs. Refs...
2006-02-25 Antoine CellerierRevert [14452] as it broke the mozilla plugin. We need...
2006-02-23 Rémi Denis-CourmontRecurse within hidden directories for module search
2006-02-21 Antoine CellerierFix running vlc from path in windows (see http://forum...
2006-02-21 Rémi Denis-CourmontFavor libiconv over Win32 API for *Locale
next