]> git.sesse.net Git - vlc/history - src/misc
Do not use pf_make_region as it leads to a horrible hack.
[vlc] / src / misc /
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
2008-08-30 Rémi Denis-CourmontWin32: fix vlc_control_cancel from main() task
2008-08-30 Rémi Denis-Courmontp_module_bank: move out of vlc_global
2008-08-30 Rémi Denis-CourmontInit the structure lock just once
2008-08-30 Rémi Denis-CourmontResync object leak check
2008-08-30 Rémi Denis-CourmontOne objects tree per instance rather than per process
2008-08-30 Rémi Denis-Courmontvlc_object_get: take instance as a parameter
2008-08-30 Rémi Denis-Courmontvlc_custom_create: no need to invoke the global root...
2008-08-30 Rémi Denis-CourmontInitialize messages stacks inside the message bank
2008-08-30 Rémi Denis-CourmontRemove vlc_threadobj (did not work properly anymore)
2008-08-30 Rémi Denis-CourmontRemove the broken reference checker
2008-08-28 Rémi Denis-Courmontvlc_thread_join: cannot join current thread
2008-08-28 Rémi Denis-Courmontvlc_join: check for deadlock
2008-08-28 Pavlov KonstantinFix typo.
2008-08-28 Pavlov KonstantinSpelling: mili -> milli.
2008-08-27 Pierre d'Herbemontupdate: vlc_savecancel now returns the cancel handle.
2008-08-27 Rémi Denis-CourmontWin32: allocate cancellation data on the stack (cannot...
2008-08-27 Rémi Denis-Courmont(Potentially) allow pthread without pthread native...
2008-08-27 Rémi Denis-Courmontblock: cancellation safety
2008-08-27 Rémi Denis-CourmontSupport for cancellation cleanup functions
2008-08-27 Rémi Denis-CourmontRevert "Disable cancellation everywhere (except in...
2008-08-27 Rémi Denis-Courmontlibvlccore: push threads cancellation down vlc_thread_c...
2008-08-27 Rémi Denis-Courmontvlc_object_kill: cancel the thread
2008-08-27 Rémi Denis-CourmontDisable cancellation everywhere (except in msg_Dbg...
2008-08-27 Rémi Denis-CourmontObject functions: cancellation safety
2008-08-27 Rémi Denis-Courmontmsg_(va)Generic: cancellation safety
2008-08-27 Rémi Denis-Courmontvlc_join is a cancellation point
2008-08-27 Rémi Denis-CourmontWin32: mwait and msleep are cancellation points
2008-08-27 Rémi Denis-CourmontWin32: support cancellation through Asynchronus Procedu...
2008-08-27 Rémi Denis-CourmontSupport for cancelling self and use normal thread variable
2008-08-27 Rémi Denis-CourmontStub cancellation support
2008-08-27 Rémi Denis-Courmontlibvlccore: vlc_thread_cancel() tangled object API
2008-08-27 Rémi Denis-Courmontvlc_cancel: POSIX thread cancellation
2008-08-27 Rémi Denis-CourmontFix f4ad7994761cd2463ad15254aa5569a444484c7c
2008-08-27 Rémi Denis-CourmontWin32: do not assume the thread is joined before it...
2008-08-26 Antoine CellerierAdd information about variables having choices to the...
2008-08-26 Rémi Denis-CourmontDo not shrink allocated blocks.
2008-08-25 Pierre d'Herbemontupdate: Don't release the object that created this...
2008-08-25 Rémi Denis-CourmontAn object must not have a thread when it is destroyed
2008-08-25 Rémi Denis-Courmontvlc_clone, vlc_join: untangle objects and threads
2008-08-23 Antoine CellerierFix error message.
2008-08-20 Laurent AimarUninlined es_format_t functions and added video_format_...
2008-08-19 Rémi DuraffortDon't call mdate too many times.
2008-08-19 Rémi Denis-Courmontlibvlccore: the object counter is specific so misc...
2008-08-17 Rémi Denis-Courmontlibvlccore: remove the threads count
2008-08-15 Pierre d'Herbemontvariables: Print the name of the maybe deadlocking...
2008-08-14 Rémi Denis-CourmontFix debug message
2008-08-14 Rémi Denis-CourmontDecrease thread count after join rather than before...
2008-08-14 Rémi Denis-CourmontAdd a FIXME
2008-08-14 Rémi Denis-CourmontAttach and join the IPC helper
2008-08-13 Jean-Baptiste KempfFix a warning on unused variable.
next