]> git.sesse.net Git - vlc/history - src/misc
test code fix
[vlc] / src / misc /
2008-04-17 Michael Ploujnikovfixed misc/stats.c:399: warning: comparison between...
2008-04-16 Jean-Paul SamanProperly initialize psz_name in PrintObject(). Fixes...
2008-04-16 Pierre d'Herbemontobjects: Also dump leaked objects.
2008-04-16 Pierre d'Herbemontobjects: Dump libvlc object when aborting because of...
2008-04-15 Rafaël CarréFix MacOSX update checking - inverted behavior
2008-04-15 Pierre d'Herbemontstats: Support per object timer. (and implement stats_T...
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-04-11 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-11 Jean-Paul SamanCheck malloc return value
2008-04-04 Pierre d'Herbemontobjects: Dump libvlc when we have some leak related...
2008-03-30 Rémi Denis-CourmontDocument object memory layoyt
2008-03-29 Pierre d'Herbemontinput: retain the input item.
2008-03-29 Pierre d'Herbemontobjects: Export vlc_object_dump() to debug.
2008-03-29 Rémi Denis-CourmontRemove some global object-specific hacks
2008-03-29 Rémi Denis-Courmontroot object: use vlc_custom_create
2008-03-29 Rémi Denis-CourmontInput and playlist: use custom object
2008-03-29 Rémi Denis-CourmontAssert that allocate object size makes sense
2008-03-29 Rémi Denis-CourmontRemove unused #include
2008-03-29 Rémi Denis-CourmontCreate OSD menu as a custom object
2008-03-29 Rémi Denis-CourmontCreate VLM as a custom object
2008-03-29 Rémi Denis-CourmontRemove useless #include
2008-03-29 Rémi Denis-CourmontMissing #include
2008-03-29 Rémi Denis-CourmontFix warnings
2008-03-29 Rémi Denis-CourmontRemove META_ENGINE object type
2008-03-29 Rémi Denis-CourmontRemove XML object type
2008-03-29 Rémi Denis-CourmontRemove SD object type
2008-03-29 Rémi Denis-CourmontRemove SPU type
2008-03-29 Rémi Denis-CourmontRemove useless #include
2008-03-29 Rémi Denis-CourmontRemove VOD object type - not actually needed
2008-03-27 Rémi Denis-CourmontAdd key-action variable - automatically mapped action...
2008-03-26 Pierre d'Herbemontobjects: Allow certain operations when the object refco...
2008-03-26 Pierre d'Herbemontthreads: Make sure we vlc_thread_join() won't block...
2008-03-25 Rémi Denis-CourmontStore the object type name rather than object type...
2008-03-24 Rémi Denis-CourmontRealloc block if a large extent of the footer becomes...
2008-03-24 Rémi Denis-CourmontAdd some comments
2008-03-23 Pierre d'Herbemontobjects: Call vlc_object_join() automatically from...
2008-03-22 Pierre d'Herbemontobjects: Send a vlc_object_kill from vlc_object_destroy...
2008-03-21 Sam HocevarVarious spelling fixes.
2008-03-19 Sam HocevarUse LoadLibrary instead of LoadLibraryA.
2008-03-19 Pierre d'Herbemontobjects.c: Automatically detach from the parent.
2008-03-18 Pierre d'Herbemontblock.c: Remove a warning about unused argument.
2008-03-18 Pierre d'Herbemontobjects.c: Add an assert_locked() in vlc_object_yield_l...
2008-03-18 Pierre d'Herbemontvlc_objects.h: Export and implement vlc_object_set_dest...
2008-03-18 Rémi Denis-CourmontRemove the short-lived security-policy parameter.
2008-03-17 Rémi Denis-CourmontProvide the trust value to var_OptionParse
2008-03-16 Rafaël CarréInteraction are controlled by a dedicated thread
2008-03-13 André Weberfixed warning about wrong datatypes (mdate(), pf_GetSys...
2008-03-13 Jean-Baptiste KempfShut a Windows warning.
2008-03-13 Jean-Baptiste KempfShut a few unused parameters for Windows compiling.
2008-03-12 Rémi DuraffortRemove useless test before freeing something.
2008-03-09 Rafaël Carrécheck if the binary signature was issued by the public...
2008-03-09 Jean-Baptiste KempfWindows compile fix.
2008-03-09 Jean-Baptiste KempfUse GetWindowLongPtr instead of GetWindowLong to be...
2008-03-08 Antoine CellerierFix spelling in comment.
2008-03-08 Jean-Baptiste KempfInclude vlc_network.h in misc/messages for win32 for...
2008-03-08 Jean-Baptiste KempfGetLastError throws a DWORD, IIRC, not a char*
2008-03-03 Pierre d'Herbemontmisc/objects.c:
2008-03-03 Rémi Denis-CourmontRemove the unneeded vlc_object_destroy logger hack...
2008-03-03 Faustino OsunaMake sure there is a new-line at the end of the .gitign...
2008-03-03 Faustino OsunaAdd more ignores.
2008-03-03 Pierre d'Herbemontdarwin_specific.c: unused warning fix.
2008-03-02 Pavlov KonstantinFix $Id$ (probably)
2008-03-02 Pierre d'Herbemontmisc/events.c: Removing an comment that does not belong...
2008-02-27 Pierre d'Herbemontmisc/objects: No need to do atomic list-release when...
2008-02-27 Pierre d'Herbemontmisc/objects.c: Make sure vlc_object_get won't return...
2008-02-27 Jean-Baptiste KempfSrc: change Windows Timer Precision, ref #264. Patch...
2008-02-27 Pierre d'Herbemontmisc/objects.c: Print more info about what was the...
2008-02-26 Pierre d'Herbemontsvn nightmare is ending... (Fix previous commit).
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-02-25 Rémi Denis-CourmontUgly hack to prevent crash when logging an error while...
2008-02-25 Rémi Denis-Courmont - Don't put private system_* header in public
2008-02-25 Pierre d'Herbemontmisc/events.c: Fix a case about a callback non being...
2008-02-25 Rémi Denis-CourmontTypo
2008-02-25 Rémi Denis-CourmontUse %m on GLIBC to work-around strerror_r prototype...
2008-02-25 Rafaël Carréuse strerror_r() which is guaranteed to be thread safe...
2008-02-25 Pierre d'Herbemontmisc/threads.c: Fix error description printing in vlc_p...
2008-02-25 Jean-Baptiste KempfUpdate - avoid a segfault if the error is triggered...
2008-02-24 Rafaël Carrédon't duplicate sha1 hashes with strdup() (not \0 termi...
2008-02-21 Rémi Denis-CourmontDon't use char * to point to const char *, fix a memlea...
2008-02-21 Rémi Denis-CourmontRemove no-ops
2008-02-21 Rémi Denis-CourmontFix linking
2008-02-21 Rémi Denis-CourmontRemove useless check
2008-02-20 Rémi DuraffortWrap and typo
2008-02-20 Rémi DuraffortCheck the return value of vlc_object_create
2008-02-17 Rémi Denis-CourmontRemove unused object pointer from condition vars, mutex...
2008-02-17 Rémi Denis-CourmontRework threading:
2008-02-13 Rémi Denis-CourmontWinsock seems to timeout half-closed TCP sockets.
2008-02-13 Rémi DuraffortCheck asprintf return value.
2008-02-12 Rémi DuraffortCheck for the return value of fwrite.
2008-02-10 Rémi Denis-CourmontWin32 threads: Set priority on success rather than...
2008-02-10 Rémi Denis-CourmontAdd some debug
2008-02-09 Rémi Denis-Courmontthreads: Consistenly use NDEBUG
2008-02-08 Pierre d'Herbemontvlc_os_specific.h: Use const for argv.
2008-02-08 Pierre d'Herbemontmisc/darwin_specific.c: Fix compilation where MAXPATHLE...
2008-02-07 Pierre d'Herbemontsrc/darwin_specific.c: Get a better executable path...
2008-02-02 Antoine CellerierSome more of the same.
2008-02-02 Antoine CellerierFix error in gpg signature verification function. Gcryp...
2008-01-31 Rémi Denis-CourmontAllocate message queues mutexes against NULL instead...
2008-01-28 Rémi Denis-CourmontOnly use waitpipe for _kill, rather than _signal, which...
next