]> git.sesse.net Git - vlc/history - src/misc
Win32 old crappy poll replacement: misc fixes
[vlc] / src / misc /
2009-01-18 Rémi Denis-CourmontFix warning
2009-01-18 Laurent AimarChanged playlist_AddExt to be more consistant with...
2009-01-18 Rémi Denis-Courmontwaitpipe: fix missing initializer from earlier commit
2009-01-18 Rémi Denis-CourmontInclude <sys/eventfd.h> as needed
2009-01-18 Rémi Denis-CourmontFlawed logic
2009-01-17 Rémi Denis-CourmontDon't leak message contexts at end of threads
2009-01-17 Rémi Denis-CourmontPrivatize vlc_object_t.i_object_type
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2009-01-17 Rémi Denis-CourmontLinux: use an eventfd instead of pipe for waking up...
2009-01-17 Rémi Denis-CourmontSimplify waitpipe.
2009-01-16 Rémi Duraffortvlc_object_dump is used only when debuging.
2009-01-16 Rémi Duraffortcalloc( nb_elmnt, size ) instead of calloc( size, nb_el...
2009-01-14 Rémi Denis-CourmontRemove vlc_thread_create
2009-01-10 Rémi Denis-CourmontCosmetic
2009-01-10 Rémi Denis-CourmontFix trivial syntax errors
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
next