]> git.sesse.net Git - vlc/history - src/misc
- Call dgettext directly with shared libvlc and libtool
[vlc] / src / misc /
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...
2006-01-27 Clément Stenac* Improve timers (Refs:#473)
2006-01-27 Antoine Cellerieradd "export" command. It behaves exactly like "save...
2006-01-26 Sam Hocevar * src/misc/cpu.c: do not assume SYS_DARWIN means...
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 Antoine CellerierIf one schedule was disabled, all the folowing schedule...
2006-01-22 Clément Stenac* Make ParseOption (from input) a global service (var_O...
2006-01-21 Clément StenacAudio - Refs:#473
2006-01-18 Christophe MutricyCopyright dates and svn properties
2006-01-15 Clément StenacFix
2006-01-15 Clément StenacFix some memleaks
2006-01-15 Clément StenacFree
2006-01-15 Clément StenacAdd ability to prepend headers to messages (object...
2006-01-15 Clément StenacFix calculation for demux bitrate (Refs:#473)
2006-01-15 Clément StenacShow stats in interface (Refs:#473)
2006-01-14 Clément StenacAdd an option to disable stats (Refs:#473)
2006-01-13 Clément StenacFix stats crash
2006-01-12 Antoine CellerierFSF address change.
2006-01-12 Clément StenacSupport for moving averages (Refs:#473)
2006-01-11 Clément StenacFix a corner case
2006-01-11 Clément StenacMisc stats work (Refs:#473)
2006-01-11 Sigmund Augdal Helbergvlm.c: Print an error message about what went wrong...
2006-01-09 Antoine CellerierOccitan localization. Many thanks to laurent jonqueres
2006-01-09 Christophe MutricyAdd Georgian localization. Thanks to Alexander Didebulidze.
2006-01-08 Clément StenacMerge 0.8.5-api changes
2006-01-08 Clément StenacSome more stats preliminary work
2006-01-05 Clément StenacRemove extra debug
2006-01-05 Damien Fouilleulmessages.c: message bank lock is still in use and still...
2006-01-05 Derk-Jan HartmanMore message queue WinCE fixes
2006-01-05 Derk-Jan Hartmanmessage queues WinCE compile fix
2006-01-04 Clément StenacAdd support for several message queues - please test
2006-01-02 Sam Hocevar * src/misc/image.c: don't forget to free the temporar...
2005-12-18 Christophe MutricyRemove unusefull variable and test
2005-12-15 Clément StenacMinor cleanup
2005-12-07 Rémi Denis-CourmontAdded a bunch of "const" - should fix warning in VLM...
next