]> git.sesse.net Git - vlc/history - src/misc
Bug fixed in the "recently played" functionnality
[vlc] / src / misc /
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.
2008-08-12 Pierre d'Herbemontcpu: Don't warn if we don't support altivec.
2008-08-12 Pierre d'Herbemontimage: Removed unused function.
2008-08-10 Derk-Jan Hartmanmtime: we might as well assert for real
2008-08-10 David FlynnFix date_Increment when i_divider_den > 1
2008-08-10 Pierre d'Herbemontupdate: Various fixes to make it work on Mac OS X.
2008-08-10 Pierre d'Herbemontupdate: Don't release the thread object from this preci...
2008-08-09 Rémi Denis-CourmontWin32: fix unlikely Sleep() overflow
2008-08-09 Rémi Denis-CourmontWin32 condition variable: remove write-only counter
2008-08-09 Rémi Denis-CourmontDo not use vlc_thread_create for the IPC helper
2008-08-09 Derk-Jan HartmanMerge branch '0.9.0-libass' of git://git.videolan.org/vlc
2008-08-07 Rémi DuraffortFix threaded function declaration.
2008-08-03 Pierre d'Herbemontupdate: Correctly compare the version number.
2008-08-03 Rémi DuraffortFix memleak and bad use of a const variable.
2008-08-03 Rémi Denis-CourmontDo not hide many (all?) thread function having an incor...
2008-08-03 Laurent AimarFixed filter_chain_GetFmtOut to really return the outpu...
2008-08-03 Justus PiaterDeclared many static variables const
2008-08-02 Rémi Denis-CourmontFix previous commit
2008-08-02 Rémi Denis-CourmontIn debug builds, update thread waiting message for...
2008-08-02 Laurent AimarFixed regression introduced in [8ffbd86ab31339eea0c36d2...
2008-08-02 Rémi Denis-CourmontDo not leak the IPC helper - might fix #1598
2008-08-01 Pierre d'Herbemontinput: Expose input_ItemHasErrorWhenReading.
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-31 Pierre d'Herbemontthreads: Make sure we don't re-create a thread if the...
2008-07-31 Pierre d'Herbemontlibvlccore: Don't set the priority on first thread...
2008-07-24 Rémi Denis-Courmontvlc_thread_set_priority: don't mess up the thread_id
2008-07-24 Laurent AimarFixed completely broken video filter 2 chain in vout...
2008-07-24 Rémi Denis-CourmontDo not ResumeThread an invalid thread handle
2008-07-23 Pierre d'Herbemontvariables: Don't sort the choice list here. Because...
2008-07-23 Laurent AimarFixed filter_chain for vout hack.
2008-07-21 Laurent AimarUse picture_New.
2008-07-21 Laurent AimarUse picture_New/Delete/Release.
2008-07-21 Rémi DuraffortUse pl_Locked and pl_Unlocked
2008-07-18 Laurent AimarAdded new picture helpers (picture_Yield, picture_Release,
2008-07-17 Laurent AimarDo not increase refcount when the release callback...
2008-07-17 Laurent AimarRevert "Fixed image_Convert by properly overriding...
2008-07-17 Laurent AimarFixed image_Convert by properly overriding release...
2008-07-11 Rémi Denis-CourmontRemove dead code
next