]> git.sesse.net Git - vlc/history - src/misc
Less information when compiling with compile
[vlc] / src / misc /
2008-05-05 Rafaël CarréDo not leak 1 byte per variable created
2008-05-05 Rafaël CarréDo not leak the global libvlc pointer
2008-05-04 Rémi Denis-CourmontPrivatize msg_bank
2008-05-04 Rémi Denis-CourmontAdd long overdue private libvlc object pointer...
2008-05-04 Rémi Denis-Courmontp_root->p_probe: unused, remove
2008-05-04 Rémi Denis-CourmontRemove p_root->b_ready. Duplicated state.
2008-05-04 Rémi Denis-CourmontBeOS app thread: only used in one file
2008-05-04 Rémi Denis-Courmonticonv_macosx: never used, removed
2008-05-04 Rémi Denis-CourmontRemove VLC_OBJECT_GLOBAL
2008-05-04 Rémi Denis-Courmontupdate check: Initialize gcrypt threading - fixes ...
2008-05-04 Rémi Denis-CourmontFix linking error
2008-05-04 Rémi Denis-Courmontvlc_mutex_init_recursive: remove useless parameter
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-05-03 Rémi Denis-Courmontblock_FifoNew: remove un-needed parameter
2008-05-03 Rémi Denis-CourmontProcess-wide memcpy/memset accelarations
2008-05-03 Rémi Denis-Courmontvlc_object_t.p_internals is not needed anymore
2008-05-03 Rémi Denis-CourmontAllocate global object as the others - not statically...
2008-05-03 Rémi Denis-CourmontHide global object within the thread and object subsystem
2008-05-03 Rémi Denis-Courmontobject: use vlc_internals()
2008-05-03 Rémi Denis-Courmontvariables: use vlc_internals()
2008-05-03 Rémi Denis-Courmontthreads: use vlc_internals()
2008-05-03 Rémi Denis-CourmontRemove some global object-specific code
2008-05-03 Rémi Denis-CourmontSimplify threads init
2008-05-01 Rémi Denis-CourmontPut msg_context_global_key to the internal header.
2008-05-01 Rémi Denis-CourmontRemove I64C as well
2008-05-01 Rémi Denis-CourmontRemnants of I64F.
2008-05-01 Rémi Denis-CourmontNIH desyndromization
2008-04-30 Jean-Baptiste KempfWin64 compatible modifications around set/getWindowLong
2008-04-23 Rémi Denis-CourmontWin32: Simplify mutex
2008-04-23 Rémi Denis-CourmontWin32: remove (now dead) old mutex/cv implementation
2008-04-23 Rémi Denis-CourmontWin32: don't use spin locks^W^Wfast mutexes instead...
2008-04-23 Rémi Denis-CourmontSimplify threading code a bit
2008-04-23 Rémi Denis-CourmontWin32: don't use weak linking for SignalObjectAndWait
2008-04-22 Antoine Cellerierpsz_object_name should not be const! (else module name...
2008-04-22 Pierre d'Herbemontblock: Remove a no-op introduced by me and spotted...
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...
next