]> git.sesse.net Git - vlc/history - src/misc
- I422 to YUY2 now works (due to previous commit)
[vlc] / src / misc /
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
2006-02-21 Rémi Denis-CourmontFix minor typo
2006-02-21 Rémi Denis-CourmontConvert to local encoding before printing on console...
2006-02-21 Rémi Denis-CourmontUse //translit when converting to an non-Unicode charset
2006-02-21 Rémi Denis-CourmontA few utf8 *printf wrappers (refs #556)
2006-02-18 Jean-Paul SamanUse #include <vlc_vlm.h> instead of local include directive
2006-02-18 Antoine Cellerierdo everything with the stream functions (no more fopen)
2006-02-18 Antoine Cellerierimage.c: ImageReadUrl now tries to open the image using...
2006-02-17 Clément StenacFix compilation when VLM is disabled
2006-02-14 Clément Stenac* Beginning of VLM API
2006-02-14 Rémi Denis-Courmont(Win32) Support stat() for file names outside ANSI...
2006-02-14 Rémi Denis-CourmontSafer Win32 code page translation
2006-02-14 Rémi Denis-CourmontUse return value of EnsureUTF8() to specify whether...
2006-02-13 Antoine Cellerierattempt to fix the winCE build
2006-02-13 Rémi Denis-CourmontUndo erronously commited debug preprocessing directives
2006-02-13 Christophe Mutricyunicode.c: Fix WinCE build (well for this file only)
2006-02-13 Christophe Mutricyunicode.c: Fix logic to set use_iconv
2006-02-13 Rémi Denis-CourmontFix (From|To)Locale (closes #546)
2006-02-13 Rémi Denis-CourmontSome WinCE fixes
2006-02-13 Rémi Denis-CourmontAll Unicode fixes for fopen() (refs #528)
2006-02-12 Rémi Denis-Courmont- mkdir Unicode wrapper (refs #543)
2006-02-12 Rémi Denis-Courmontutfeightize psz_homedir
2006-02-12 Rémi Denis-CourmontCosmetic fix
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-CourmontRemove always true condition
2006-02-11 Rémi Denis-CourmontUnicode wrappers for opendir/readdir
2006-02-11 Rémi Denis-CourmontSupport opening of non ANSI filenames on Win32
2006-02-11 Rémi Denis-Courmontvlc_fopen() wrapper including required file name conver...
2006-02-11 Rémi Denis-CourmontDon't compile dead code on Win32
2006-02-08 Antoine CellerierAdd comment about the fact that lines begining with...
2006-02-04 Antoine Cellerierdisplay downloaded size / total size when downloading
2006-02-04 Christophe MutricyRemove C++ism to please gcc2.95 and BeOS
2006-02-04 Clément StenacMemleak
2006-02-04 Clément StenacStop using strings to index stats, use integers. The...
2006-02-04 Clément StenacFix stupid bug
2006-02-04 Clément StenacDon't read uninitialized values
2006-02-04 Clément Stenac* Avoid useless stats_Get calls
2006-02-04 Clément StenacDon't check the full string
2006-02-03 Clément StenacUse a hash for stats. Not finished
2006-02-02 Antoine Cellerierfix download (it didn't download the last (file size...
2006-02-02 Antoine Cellerieruse VLC threads instead of wxWidgets threads.
2006-02-02 Antoine Cellerierremove old uneeded #include
2006-02-02 Antoine Celleriersrc/*, include/* : update core functions. (Should make...
2006-02-01 Rémi Denis-CourmontUniformize source files encoding
2006-02-01 Sam Hocevar * Replaced "SYS_DARWIN" with either __APPLE__ (meanin...
2006-01-31 Sigmund Augdal Helbergvlm.c: fixed minor memleak
2006-01-30 Antoine Cellerier* Add "Stream and media info panel" ( http/dialogs...
2006-01-30 Sigmund Augdal Helbergvlm.c: changed quite a few free() into vlm_MessageDelet...
2006-01-30 Sigmund Augdal Helbergmessages.c: fixed one more leak related to vlm prefix...
2006-01-29 Antoine Celleriersrc/misc/vlm.c : export the current playlist item's...
2006-01-29 Clément StenacFix warnings
2006-01-29 Antoine Celleriermodules/control/http/mvar.c : explore vlm_message_t...
2006-01-28 Antoine Cellerier misc/vlm.c : export some p_input variables (state...
2006-01-28 Sigmund Augdal Helbergvlm.c: Add some asyncronity to schedule execution.
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...
next