]> git.sesse.net Git - vlc/history - src/misc
libvlccore: fix AUTO_ADJUST_PTS_DELAY short comment.
[vlc] / src / misc /
2008-05-28 Rémi Denis-Courmontvlc_object_get() sucks badly enough, no need to add...
2008-05-28 Rémi Denis-CourmontFix unlikely lock leak
2008-05-28 Rémi Denis-CourmontUse a doubly-linked list for objects instead of a flat...
2008-05-27 Pierre d'Herbemontupdate: Include vlc_update.h even if UPDATE_CHECK is...
2008-05-27 Rafaël CarréPrivatise some structs and enumerations of PGP update
2008-05-27 Rémi Denis-CourmontSpare a few relocs
2008-05-27 Rémi Denis-CourmontWarn when pl_Yield() is not used
2008-05-27 Rémi Denis-CourmontSimplify vlc_object_find(FIND_ANYWHERE)
2008-05-26 Rémi Denis-CourmontOnly allow VLC_OBJECT_MODULE outside of p_libvlc
2008-05-26 Rémi Denis-CourmontNo need for SYS_LINUX
2008-05-24 Rémi Denis-CourmontVLC update: provide stubs
2008-05-24 Rémi Denis-CourmontProvide default for vlc_pthread_fatal
2008-05-24 Rémi Denis-Courmontprovide default block_mmap_Alloc
2008-05-23 Pierre d'HerbemontRevert "stats: Don't crash if there is no timer to...
2008-05-23 Pierre d'Herbemontstats: Don't crash if there is no timer to dump.
2008-05-23 Rémi Denis-CourmontCode factorization
2008-05-23 Rafaël CarréBe lazy : let modules do what they want with stats...
2008-05-23 Rafaël CarréHelp to fight NULL pointer dereference in stats
2008-05-22 Rémi Denis-CourmontFix vlc_threadvar_delete
2008-05-20 Rémi Denis-Courmontblock_File: loads a file into a block_t
2008-05-20 Rémi Denis-Courmont(Almost) pread() for Win32
2008-05-20 Rafaël CarréUse reference counting for pictures
2008-05-20 Rafaël CarréDon't change pf_release() to a dummy function
2008-05-19 Rémi Denis-CourmontUse TIMER_ABSTIME when it's available
2008-05-19 Rémi Denis-Courmontmwait/mdate: remove cached_time - not thread-safe
2008-05-19 Rémi Denis-Courmontmprec: thread-safety
2008-05-17 Rafaël CarréUpdate: supports file v4 signatures
2008-05-17 Rémi Denis-CourmontRemove the children leak detection which is not working...
2008-05-17 Rémi Denis-CourmontAlso remove the link fromn dead objects toward their...
2008-05-17 Rémi Denis-Courmontvlc_object_get sucks, document it
2008-05-16 Rémi Denis-CourmontSimplification
2008-05-16 Rémi Denis-CourmontMake vlc_object_detach a no-op if the object is not...
2008-05-16 Rémi Denis-CourmontHide i_children and pp_children away
2008-05-16 Rémi Denis-Courmontvlc_list_children: list children _safely_
2008-05-16 Rafaël CarréRevert "vlc_object_release: cleanup"
2008-05-16 Rafaël CarréRevert "Detach the children at object destruction"
2008-05-16 Rafaël CarréDetach the children at object destruction
2008-05-16 Rafaël Carrévlc_object_release: cleanup
2008-05-14 Rémi Denis-CourmontWe may still have children when destroyed...
2008-05-14 Rémi Denis-CourmontDebug code to prevent FIND_PARENT from crashing.
2008-05-14 Rémi Denis-CourmontHmm, there was a simpler solution
2008-05-14 Rémi Denis-CourmontInline DetachObject
2008-05-14 Rémi Denis-CourmontGet rid of b_attached
2008-05-14 Rémi Denis-CourmontRecurse through the object tree instead of using the...
2008-05-14 Rémi Denis-CourmontDetach dying objects atomically, so FIND_CHILDREN is...
2008-05-14 Rémi Denis-CourmontRemove useless constant
2008-05-10 Rémi Denis-CourmontThe TLS also needs to be cleaned up... should fix ...
2008-05-10 Rémi Denis-CourmontSimplification
2008-05-10 Rémi Denis-CourmontDon't assert that something that can fail won't fail...
2008-05-10 Rémi Denis-CourmontRemove message unused "queue" parameter
2008-05-10 Rémi Denis-CourmontMove some internal message stuff to src/
2008-05-10 Rémi Denis-CourmontCompile fix
2008-05-10 Rémi Denis-CourmontAdd linux_specific.c + disabled code for libvlc path...
2008-05-09 Rémi Denis-CourmontQueueMsg: assert p_this
2008-05-08 Rémi Denis-CourmontWin32: kill the Win64-induced warning
2008-05-08 Rémi Denis-CourmontWin32 compile fix
2008-05-08 Rémi Denis-CourmontWin32 compile fixes
2008-05-08 Rémi Denis-CourmontFix the kludge for old glibc
2008-05-08 Rémi Denis-CourmontMove pthread to the front.
2008-05-08 Rémi Denis-CourmontMutexes cannot be error-checking and recursive at the...
2008-05-08 Rémi Denis-CourmontFix warning
2008-05-07 Rémi Denis-CourmontNo need to take the structure lock when finding oneself
2008-05-07 Rémi Denis-CourmontFix the same race condition as in
2008-05-07 Rémi Denis-CourmontUse a per-object spin around the reference count.
2008-05-07 Rémi Denis-CourmontOnly insert new object into the table one initialized
2008-05-07 Rémi Denis-CourmontDon't check for 0 refcount.
2008-05-07 Rémi Denis-Courmontvlc_object_find*: don't check that refcount is zero
2008-05-07 Rémi Denis-CourmontRemove useless i_refcount == 0 case and fix a tiny...
2008-05-07 Rémi Denis-CourmontRemove p_playlist from p_libvlc
2008-05-07 Rémi Denis-Courmontset_destructor has no need for the structure lock
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
next