]> git.sesse.net Git - vlc/history - src/misc
Use a custom condition variable for the playlist engine
[vlc] / src / misc /
2009-01-06 Rémi Denis-Courmontblock_Fifo(Wake|Get|Show): always cancellation points
2009-01-06 Rémi Denis-Courmontblock_FifoShow: fix condition variable usage
2009-01-05 Laurent AimarAdded vlc_object_assert_locked utility.
2009-01-05 Rémi Denis-CourmontUse a proper condition variable for variable callback...
2009-01-05 Rémi Denis-CourmontRemove duplicated variable callback code
2009-01-05 Rémi Denis-CourmontDo not reinvent the wheel^W^Wbsearch
2009-01-04 Joseph Tulouchanges Ext2Fourcc into image_Ext2Fourcc and exports...
2008-12-29 Rémi Denis-CourmontMove variable type assertions into the core
2008-12-22 Felix Paul KühneCompilation fix
2008-12-21 Rémi Denis-CourmontTentative hack for OSX msleep/mwait cancellation
2008-12-21 Rémi Denis-CourmontVLC_OBJECT_PLAYLIST: remove unused type
2008-12-16 Rémi Denis-CourmontWin32: fix race condition initializing static mutexes
2008-12-16 Rémi Denis-CourmontRobustify Win32 mutex assertions
2008-12-13 Rémi Duraffortmodule_need wants pointers and boolean so give NULL...
2008-12-12 Rémi DuraffortUse calloc when needed.
2008-12-11 Pierre YnardFix typo in comment
2008-12-09 Laurent AimarAllow decoder/packetizer to output meta data.
2008-12-09 Pierre YnardWinCE: fix cancellation safety
2008-11-25 Pierre YnardThread cancellation on WinCE
2008-11-18 Laurent AimarFixed block_Realloc when block_t->p_buffer has changed.
2008-11-06 Rémi Denis-CourmontRemove thread ID.
2008-11-04 Rémi Denis-CourmontDon't lock the message queue until we need it
2008-11-02 Rémi DuraffortRemove MALLOC_NULL and use calloc when needed.
2008-10-29 Rémi DuraffortUse asprintf and check for the return value. (better...
2008-10-22 Rémi Denis-Courmontblock_FifoPace: proper waiting for overflowing queue
2008-10-22 Rémi Denis-CourmontAllow block_FifoPut(fifo,NULL)
2008-10-22 Rémi Denis-Courmontblock_FifoWake (deprecated): wake-up _all_ threads...
2008-10-15 Rémi Denis-Courmontmsg_Unsubscribe: race condition memory leak
2008-10-15 Rémi Denis-CourmontAlloc memory later, remove non-compilable goto
2008-10-15 Derk-Jan Hartmanmessages: we have a vasprintf replacement now, remove...
2008-10-14 Rémi Denis-CourmontFix message leak
2008-10-14 Rémi Denis-CourmontCount message references and get rid of the global...
2008-10-14 Geoffroy CouprieWinCE: can't duplicate a thread handle
2008-10-12 Rémi Denis-CourmontSanitize/rewrite the message subscription API
2008-10-12 Rémi Denis-CourmontInvent unique pointer values properly
2008-10-12 Rémi Denis-CourmontRemove dead functions
2008-10-12 Rémi Denis-CourmontMerge msg bank and queue, remove duplicated lock
2008-10-06 Rémi Denis-CourmontFix logic.
2008-10-06 Geoffroy CouprieWinCE: do an ugly thread cancellation without using...
2008-10-05 Adrien MagloRedefine vlc_dictionary_clear() and vlc_dictionary_remo...
2008-10-05 Rémi Denis-CourmontFix NULL dereference (CID#181)
2008-10-05 Rémi Denis-CourmontFix dangling pointer use when shrinking a non-standard...
2008-10-05 Rémi Denis-CourmontRemove slow and leaking var_AcquireMutex
2008-10-05 Rémi Denis-CourmontUse static mutexes
2008-10-05 Rémi Denis-CourmontStatic mutexes
2008-10-05 Rémi Denis-CourmontRemove vlc_threads_(init|end), fix thread-safety on...
2008-10-04 Rémi Denis-CourmontFix vlc_thread_ready invalid use of object_wait
2008-10-04 Rémi Denis-CourmontCritical section are internally recursive
2008-10-02 Derk-Jan Hartmanupdate: don't free the temp pointer, but free the origi...
2008-10-02 Derk-Jan Hartmanupdate: rename the variables so that it matches their...
2008-10-02 Derk-Jan Hartmanupdate: allow update_Download to accept: directory...
2008-10-01 Geoffroy CouprieWinCE: missing threading functions
2008-09-30 Rémi Denis-CourmontFix linking
2008-09-30 Geoffroy CouprieWinCE: more missing functions fixes
2008-09-28 Rémi Denis-CourmontRemove VLC_OBJECT_LIBVLC
2008-09-28 Rémi Denis-CourmontRemove p_root hacks
2008-09-28 Rémi Denis-CourmontGet rid of p_root object
2008-09-28 Rémi Denis-CourmontRemove vlc_global()
2008-09-28 Rémi Denis-CourmontDead #defines
2008-09-28 Rémi Denis-CourmontMove psz_vlcpath out of p_root
2008-09-28 Rémi Denis-CourmontPer-instance structure lock
2008-09-28 Rémi Denis-CourmontRemove VLC_OBJECT_OPENGL
2008-09-26 Rémi DuraffortFix memleak when parsing VLC_VAR_LIST.
2008-09-24 Rémi DuraffortAvoid potential memleak.
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-21 Rémi Denis-CourmontRemove the vlc_list_find/module hack
2008-09-21 Antoine CellerierFix a few bugs in update pgp code.
2008-09-20 Laurent AimarRemoved vout_CopyPicture in favor of picture_Copy.
2008-09-20 Antoine CellerierRemove last occurences of yield in the code and comments.
2008-09-20 Antoine Celleriers/picture_Yield/picture_Hold/
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-09-20 Antoine Celleriers/vlc_object_yield/vlc_object_release/
2008-09-20 Rémi Denis-CourmontOne child is one reference
2008-09-20 Pierre d'Herbemontmtime: Make nanosleep a bit more cancelable than what...
2008-09-20 Derk-Jan Hartmanvariables: don't use p_liblvc when we ARE p_libvlc
2008-09-20 Pierre d'Herbemontobjects: vlc_object_yield() returns the yield()-ed...
2008-09-20 Rémi Denis-CourmontRemove the object ID field
2008-09-20 Rémi Denis-CourmontFinally remove mis-designed vlc_object_get
2008-09-20 Rémi Denis-CourmontUse object address for logging - fixes uniqueness problems
2008-09-20 Rémi Denis-CourmontPrint object address - easier when debugging
2008-09-19 Derk-Jan Hartmanvariables: Inherit path is now parent->libvlc->saved...
2008-09-19 Derk-Jan Hartmanvariables: Set void_ops by default.
2008-09-19 Derk-Jan HartmanRevert "variables: Inherit path is now parent->libvlc...
2008-09-19 Rémi Denis-CourmontFactor variable operations, as they're always the same...
2008-09-19 Justus Piatercorrectly handle realloc() failure
2008-09-19 Rémi Denis-CourmontFix error message
2008-09-19 Derk-Jan Hartmanvariables: VAR_CLASS != VAR_TYPE
2008-09-19 Derk-Jan Hartmanvariables: Inherit path is now parent->libvlc->saved...
2008-09-17 Laurent AimarAssert variable type in var_Set/GetXYZ.
2008-09-17 Rémi Denis-CourmontFix flexible array usage gcc-ism
2008-09-16 Pierre d'Herbemontes_format: Robustification of es_format_copy to avoid...
2008-09-16 Geoffroy Coupriethere's no vlc_thread_create(p_helper)
2008-09-14 Rémi Denis-CourmontOnly input uses b_dead
2008-09-14 Rémi Denis-CourmontRemove the useless announce handler object
2008-09-13 Rémi Denis-CourmontSupport for (compile-time) custom stack size
2008-09-11 Geoffroy CouprieDon't try to close a handle already closed
2008-09-10 Rémi Denis-CourmontDo not heap free stack structure...
2008-09-10 Rémi Denis-CourmontGrmbl. Remove the stupid assert after merging commits.
2008-09-10 Geoffroy CouprieSet the owner to 0 while releasing a recursive mutex
2008-09-08 Rémi Denis-CourmontRemove dead code (vlc_object_timedwait)
next