]> git.sesse.net Git - vlc/history - src/misc
QT4 wineventfilter for Win32, allows WM_APPCOMMAND stuff
[vlc] / src / misc /
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)
2008-09-08 Rémi Denis-CourmontImprove documentation
2008-09-07 Rémi Denis-CourmontRemove the run-time tick warning - too many false posit...
2008-09-07 Laurent AimarFixed vlc_cond*wait on win32.
2008-09-07 Rémi Denis-CourmontWin32: assert against recursive mutex in vlc_cond_...
2008-09-07 Rémi Denis-CourmontWin32: fix recursive locking imbalance
2008-09-07 Rémi Denis-CourmontBroadcast when the object is killed
2008-09-07 Rémi Denis-CourmontManually reset the events
2008-09-07 Rémi Denis-CourmontWin32: rework mutex/condition implementation.
2008-09-07 Rémi Denis-CourmontUnexport vlc_thread_fatal (short lived)
2008-09-07 Rémi Denis-CourmontDe-inline mutex and condition functions. Document them.
2008-09-07 Rémi Denis-Courmontvlc_cond_broadcast: broadcast signal on a condition...
2008-09-07 Laurent AimarFixed VLC_CANCEL_INIT value.
2008-09-07 Rémi Denis-CourmontFix use of vlc_object_wait()
2008-09-07 Rémi Denis-Courmontvar_AcquireMutex: enforce constant mutex name
2008-09-07 Rémi Denis-CourmontRework delay checking, use it for net_Accept, add deadl...
2008-09-06 Rémi Denis-Courmont__thread is ignored on Windows :(
2008-09-06 Rémi Denis-CourmontUse NULL rather than 0
2008-09-06 Rémi Denis-Courmontvlc_cond_init: really remove useless parameter
2008-09-06 Rémi Denis-Courmontvlc_object_find_name: return vlc_object_t *
2008-09-06 Rémi Denis-Courmontvlc_control_cancel: va_start iif va_end
2008-09-05 Rémi Denis-CourmontRemove old BeOS thread support
2008-09-04 Rémi Denis-CourmontWarn about ticks at compile-time
2008-09-04 Laurent AimarFixed mwait for windows.
2008-09-04 Rémi Denis-CourmontAdd msleep misuse warning
2008-09-04 Rémi Denis-CourmontWin32: strerror won't work
2008-09-04 Rémi Denis-CourmontWin32: restore accidentally removed variable
2008-09-04 Rémi Denis-CourmontWin32: fix warning
2008-09-04 Rémi Denis-Courmontuse backtrace with vlc_object_get warning
2008-09-04 Rémi Denis-CourmontThread fatal errors: add function name, and some Win32...
2008-09-02 Laurent AimarDo not filter the same picture multiple times (close...
2008-09-02 Rémi Denis-CourmontShrink overly large blocks
2008-09-02 Pierre d'Herbemontmessages: Fix a warning.
2008-09-02 Antoine CellerierAlso allow filtering based on module names.
2008-09-01 Pierre d'Herbemontlibvlc: Add a --verbose-objects option to select which...
2008-09-01 Pierre d'Herbemontupdate: Make sure we don't leak.
2008-09-01 Rémi Denis-CourmontWin32: fix malloc when creating a thread
2008-08-31 Rémi Denis-CourmontTypo
2008-08-31 Rémi Denis-CourmontUnexport vlc_object_dump
2008-08-31 Rémi Denis-CourmontCheck for leaked objects while we still can
2008-08-31 Christophe MutricyFix i18n in update.c
next