]> git.sesse.net Git - vlc/history - src/misc
Remove excess whitespace
[vlc] / src / misc /
2007-06-03 Laurent Aimar- Added support for embeded cover. Demuxer just need...
2007-05-30 Laurent AimarCosmetic.
2007-05-25 Laurent AimarCompilation warning fix.
2007-05-23 Damien Fouilleul- win32: retire --fast-mutex and --win-cv-method completely
2007-05-21 Damien Fouilleul- bye, bye "fast-mutex" and "win9x-cv-method" variables
2007-05-20 Antoine Cellerier* libvlc.h: hopefully fix a few warnings.
2007-05-20 Antoine Cellerier* add missing includes (trying to fix compilation error...
2007-05-20 Antoine Cellerier* Yet another p_libvlc_global compile fix (BeOS)
2007-05-20 Antoine Cellerier* Some more fixes (+ don't redefine a function that...
2007-05-20 Antoine Cellerier* Fix non linux compilation round 2.
2007-05-20 Rémi Denis-CourmontHide libvlc_global_data_t from plugins
2007-05-19 Christophe MutricyFix compilation.
2007-05-19 Rémi Denis-CourmontUse a vlc_CPU() wrapper instead of (ab)using libvlc_global
2007-05-19 Rémi Denis-CourmontWindows compile fix
2007-05-19 Rémi Denis-CourmontUse static storage rather than libvlc_global for stuff...
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-05-19 Rémi Denis-CourmontFollowing vlc_object_kill(), add vlc_object_dying()
2007-04-26 Jean-Paul SamanSpecifying --fake-file-reload 5 reloads the image file...
2007-04-18 Rémi Denis-CourmontUuinline functions and hide stream_t (it's not used...
2007-04-14 Rémi Denis-CourmontInclude modules.h whenever needed
2007-04-14 Rémi Denis-CourmontMove libvlc module stuff to their own subdirectory
2007-04-14 Rémi Denis-CourmontClean header file
2007-04-12 Antoine CellerierInvalidate old caches (cf [19742]).
2007-04-07 Antoine CellerierModules have a psz_help string. This is currently used...
2007-04-06 Rafaël Carréadds sanity check to module_Exists()
2007-04-05 Rémi Denis-CourmontRevert [19092] and really fix the variable naming probl...
2007-04-05 Rémi Denis-CourmontCompiler warnings rampage
2007-04-05 Rémi Denis-CourmontHandle I/O errors
2007-04-04 Antoine Cellerier* Core: add var_Command function. This is used to execu...
2007-03-29 Yoann Peronneau* fix a segfault
2007-03-25 Antoine CellerierWe want to check the main type only (& 0x00f0).
2007-03-24 Pierre d'HerbemontCore: Prefer ANSI-C style comments over C++ comments.
2007-03-24 Antoine CellerierUse the module's name as object name if none was explic...
2007-03-24 Antoine Cellerierif we var_Create with DOINHERIT|ISCOMMAND and ISCOMMAND...
2007-03-24 Antoine CellerierAllow using an object's psz_object_name as id for the...
2007-03-24 Antoine Cellerier* Make it possible to give names to vlc objects (psz_ob...
2007-03-24 Laurent AimarFixed memory leak when we cannot save the configuration...
2007-03-24 Laurent AimarFixed 2 segfaults in config_OpenConfigFile.
2007-03-21 Damien Fouilleul- getopt: use optind==0 for reentrency support and...
2007-03-10 Jean-Paul SamanFix compiler warning
2007-03-10 Jean-Paul SamanDon't check return value of getopt_long against EOF...
2007-03-03 Rémi Denis-CourmontMissing include
2007-03-02 Rémi Denis-CourmontFix handling of EINTR in sleeping functions.
2007-03-01 Christophe MutricyCompile fix
2007-03-01 Laurent AimarStart cleaning up VLM + fixed vlm_New() race condition.
2007-03-01 Rémi Denis-CourmontCache system clock in userland to save a few avoidable...
2007-02-28 Sigmund Augdal Helbergdisable clock_nanosleep for mwait for now. Fixes dvd...
2007-02-25 Antoine CellerierGraa.
2007-02-25 Antoine CellerierCleaner fix to the "object is not attached" issue with...
2007-02-25 Antoine CellerierSimplify.
2007-02-25 Antoine CellerierOops ?
2007-02-25 Antoine CellerierFix "object is not attached" error when quiting VLC...
2007-02-23 Felix Paul Kühne* renamed it, since it's plain C now and doesn't contai...
2007-02-23 Felix Paul Kühne* fixed minor typo
2007-02-23 Felix Paul Kühne* patch by Pierre d'Herbemont which cleans up our local...
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
2007-02-15 Rémi Denis-Courmonts/vlc_object_die/vlc_object_kill/
2007-02-15 Rémi Denis-Courmontvlc_object_die() opaque wrapper to set b_die, so we...
2007-02-12 Christophe MutricyCompile fix. In mingw32 there is a sys/time.h with...
2007-02-12 Marian DurkovicMove __wgetmainargs into VLC's main.
2007-02-11 Christophe Mutricygettimeofday() implementaion for Win32. Leverage from...
2007-02-09 Rémi Denis-CourmontNTPtime64() returns an NTP timestamp
2007-02-04 Jean-Baptiste KempfAdd a module_Exists() function for Simple_Prefs. Don...
2007-01-30 Jean-Paul SamanFixed crash on vlc exit/quit and added sanity checking...
2007-01-23 Sam Hocevar * Win32 timer bug (0x100000000 * 1000 != 0x100000000000).
2007-01-14 Rémi Denis-CourmontOups (again)
2007-01-14 Rémi Denis-CourmontFix out-of-bound read uncovered by sam
2007-01-10 Damien Fouilleulmtime.c: previous codepath prevented RTC from ever...
2007-01-03 Rémi Denis-CourmontSome cleanup. Use strlen().
2006-12-24 Clément StenacA bit of cleanup here and there
2006-12-22 Clément StenacAdd facilities to report and enrich error messages.
2006-12-18 Clément StenacUntested states thread and gnu portable threads impleme...
2006-12-18 Clément StenacAdded initial support for TLS (Thread Local Storage...
2006-12-15 Clément StenacRework dicts as macros for type-independance
2006-12-14 Derk-Jan Hartman* Fix a couple of const, static and other warnings
2006-12-10 Clément StenacSimplify a bit strings handling
2006-12-10 Clément StenacFix wrong object release
2006-12-10 Clément Stenac* Do not take and release the structure lock for each...
2006-12-03 Antoine Cellerier* vlc_variables.h: remove unused VLC_VAR_ISCONFIG define
2006-12-03 Antoine CellerierTweaks vars command a bit.
2006-12-03 Antoine CellerierAdd "vars" command to display the list of variables...
2006-12-03 Rémi Denis-CourmontFix memleaks
2006-12-03 Antoine CellerierAlso print the object's parent id (makes it easier...
2006-12-03 Rémi Denis-CourmontMake module_LoadMain static
2006-12-03 Antoine CellerierBuffer was too small.
2006-12-03 Rémi Denis-CourmontUndo unintended changeset
2006-12-03 Rémi Denis-Courmont- fix input memleak
2006-12-03 Rémi Denis-Courmont- Only unescape VLM parameter when quoted with " "...
2006-12-03 Rémi Denis-CourmontSave a few allocations
2006-12-03 Rémi Denis-CourmontNew VLM quoting and escaping logic that is more like...
2006-12-01 Rémi Denis-CourmontHide httpd_t and httpd_host_t within httpd.c
2006-12-01 Rémi Denis-CourmontRemove unused variable
2006-12-01 Rémi Denis-CourmontSupport for creating object with custom type name and...
2006-12-01 Rémi Denis-CourmontHide some httpd structures from modules
2006-11-26 Clément StenacDid I loose the count ?
2006-11-26 Clément StenacRound 2
2006-11-26 Clément StenacCompile fixes, round 1
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-26 Rafaël CarréFixes order of operands in a substraction.
2006-11-25 Rémi Denis-CourmontSplit Win32 performance timer frequency adjustment...
next