]> git.sesse.net Git - vlc/history - src/misc
Fix pointer-int casts warnings
[vlc] / src / misc /
2007-09-03 Damien Fouilleulmisc/rand.c: cleanup and fix a stupid bug
2007-09-02 Damien Fouilleulmisc/rand.c: actually, windows comes with a particulari...
2007-09-02 Rémi Denis-Courmont! It did say NON-PREDICTIBLE at the top of the file...
2007-09-01 Christophe Mutricyrand_s() is only in Win XP and latest. so use rand...
2007-09-01 Antoine CellerierFix the use of commands list, tree and vars in the...
2007-09-01 Rémi Denis-CourmontUse HMAC-MD5 rather than plain MD5
2007-09-01 Rémi Denis-CourmontAdd nonce generator vlc_rand_bytes
2007-09-01 Rémi Denis-CourmontFixup AddMD5 prototype
2007-09-01 Rémi Denis-CourmontDo not export DigestMD5; it's an internal subprocedure
2007-08-27 Pierre d'Herbemontmisc/events.c: Avoid leaking the array.
2007-08-27 Pierre d'Herbemontmisc/events.c: Remove unwanted code.
2007-08-27 Pierre d'Herbemontmisc/events.c: (Thanks to ileoo) Fix a crash.
2007-08-27 Pierre d'Herbemontmisc/events.c: Fix previous commit.
2007-08-27 Pierre d'Herbemontmisc/events.c: Fix a leak in debug mode.
2007-08-27 Pierre d'Herbemontmisc/events.c: Proper callback caching to avoid the...
2007-08-25 Pierre d'Herbemontmisc/events.c: Here we really would need a recursive...
2007-08-25 Pierre d'Herbemontmisc/events.c: Remove a trailing \n in debug log.
2007-08-25 Pierre d'Herbemontmisc/events.c: Fix event debugging.
2007-08-25 Pierre d'Herbemontmisc/events.c: Add some debug code. (turnable on and...
2007-08-20 Rémi Denis-CourmontSomething went wrong here
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-08-19 Rémi Denis-CourmontHide b_attached.
2007-08-19 Rémi Denis-CourmontFix warning
2007-08-19 Rémi Denis-CourmontFix use of undefined variable
2007-08-19 Rémi Denis-CourmontCode factor
2007-08-18 Damien Fouilleulthreads: win32, make sure only object owning a thread...
2007-08-17 Damien Fouilleulupdate.c: win32, previous commit helps fixing this one
2007-08-17 Damien Fouilleulthreads.c: win32, changed the way thread handle is...
2007-08-17 Pierre d'Herbemontmisc/events.c: We do want to send events to multiple...
2007-08-17 Pierre d'Herbemontmisc/events.c: Avoid a warning.
2007-08-17 Pierre d'Herbemontmisc/events.c: Don't call an invalid ptr (oops).
2007-08-17 Pierre d'Herbemontmisc/events.c: Avoid a couple of warning and move the...
2007-08-16 Rémi Denis-CourmontHide thread ID out of VLC_COMMON_MEMBERS
2007-08-16 Rémi Denis-CourmontCosmetic
2007-08-16 Rémi Denis-CourmontDo not free which has not been malloc'd - fixes #1263
2007-08-16 Rémi Denis-CourmontHide internal variables state
2007-08-16 Rémi Denis-CourmontCompile fix
2007-08-16 Rémi Denis-CourmontRemove redumdant parameter to vlc_global
2007-08-16 Rémi Denis-CourmontFix character set
2007-08-16 Rémi Denis-CourmontCompile fix
2007-08-16 Rémi Denis-Courmontvar_GetGlobalMutex() creates and gets a global mutex
2007-08-16 Damien Fouilleullibtool: added support for libtool executable wrapper...
2007-08-16 Rémi Denis-CourmontPrepare to privatize some members of VLC_COMMON_MEMBERS
2007-08-15 Pierre d'Herbemontinclude/vlc_input.h: Emit vlc_InputItemMetaChanged...
2007-08-15 Damien Fouilleulwxwidgets: meta fixes, constify update_download
2007-08-15 Damien Fouilleulmisc/mtime.c: warning fixes, latest MinGW has gettimeof...
2007-08-13 Pierre d'Herbemontmisc/events.c: Add a new way to send receive events...
2007-07-25 Antoine CellerierFix memleak.
2007-06-08 Rémi Denis-CourmontFix compiler warnings
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 ?
next