]> git.sesse.net Git - vlc/history - src/misc
Oops.
[vlc] / src / misc /
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
2008-07-06 Pierre d'Herbemontupdate: Include libvlc.h for vlc_custom_create().
2008-07-06 Pierre d'HerbemontRevert "messages: Prefer the object name over the objec...
2008-07-06 Pierre d'Herbemontmessages: Use psz_object_type.
2008-07-06 Rémi Denis-Courmontcore: set meaningful object type names
2008-07-06 Pierre d'Herbemontmessages: Prefer the object name over the object type...
2008-07-06 Pierre d'HerbemontRevert "libvlc: Add a --verbose-objects option to selec...
2008-07-06 Pierre d'Herbemontlibvlc: Add a --verbose-objects option to select which...
2008-07-06 Felix Paul KühneTypo
2008-07-06 Felix Paul Kühnel10n string fixes
2008-07-05 Rémi Denis-CourmontSlightly improve the warning
2008-07-05 Rémi Denis-Courmontvlc_object_alive: lock-less and inlined
2008-07-03 Rémi Denis-CourmontUnused variable
2008-06-30 Rémi Denis-CourmontWarn in case of dangerous thread join patterns
2008-06-28 Rémi Denis-CourmontVLC_OBJECT_FILTER: remove
2008-06-28 Rémi Denis-CourmontVLC_OBJECT_DIALOGS: remove
2008-06-28 Rémi Denis-Courmontvlc_object_create: assert that the object type is known
2008-06-28 Rémi Denis-Courmontvout: use vlc_custom_create
2008-06-28 Rémi Denis-Courmontvlc_pthread_fatal: fix error message
2008-06-28 Rémi DuraffortWe don't need the vlc_mutex_lock here.
2008-06-26 Ilkka OllakkaMerge branch 'master' of git@git.videolan.org:vlc
2008-06-25 Rémi DuraffortFix the update system now we can't close vlc and stop...
2008-06-25 Rémi DuraffortFix the update system, based on funman patch + some...
2008-06-24 Yohann Martineaufixed compilation on debian etch.
2008-06-22 Antoine CellerierDon't print (null) when we don't have a filter name.
2008-06-22 Rémi Denis-CourmontRemove dead code
2008-06-22 Rémi Denis-Courmontvlc_object_kill: remove the libvlc-specific hack
2008-06-22 Antoine CellerierAdd support for format changes inside a video filter2...
2008-06-22 Rémi Denis-CourmontFix deadlock in vlc_object_kill (should fix #1543)
2008-06-22 Rémi Denis-CourmontLibVLC: wait until all threads are terminated
2008-06-21 Rémi Denis-CourmontRemove VLC_OBJECT_INTERACTION
2008-06-19 Rémi DuraffortRemove msg_Err about memory allocation.
2008-06-17 Rémi Denis-CourmontMove object lock and condition into the internals
2008-06-17 Rémi Denis-CourmontUse vlc_object_lock and vlc_object_unlock
2008-06-15 Pierre d'Herbemontupdate: It's not allowed to vlc_object_release() from...
2008-06-15 Pierre d'Herbemontupdate: Use const char * for psz_destdir.
2008-06-15 Rémi Denis-CourmontRemove VLC_OBJECT_(ACCESS|DEMUX|STREAM) types
2008-06-15 Rémi Denis-CourmontRemove unused VLC_EBADOBJ
2008-06-15 Antoine CellerierUse filter chain in mosaic bridge too.
2008-06-14 Pierre d'Herbemontinput: Send vlc_InputSelectedStreamChanged.
2008-06-14 Rémi Denis-Courmontvlc_object_find(playlist) is an error
2008-06-14 Pierre d'Herbemontinput: Send vlc_InputItemInfoChanged, and vlc_InputItem...
2008-06-14 Pierre d'Herbemontinput: Register vlc_InputStateChanged event.
2008-06-14 Pierre d'Herbemontevents: Add wrappers around vlc_event_manager_init...
2008-06-12 Rémi Denis-CourmontDon't block all signals.
2008-06-11 Rémi Denis-Courmontvlc_object_attach: do not kill an object within the...
2008-06-10 Antoine CellerierPartially fix sub picture filter chain handling. Still...
2008-06-09 Antoine CellerierAdd new var_Change action: VLC_VAR_SETISCOMMAND. Previo...
2008-06-06 Rémi Denis-CourmontForce thread priorities in the supported range
2008-06-06 Rémi Denis-CourmontRescale POSIX realtime priorities within a portable...
2008-06-06 Rémi Denis-CourmontDo not set a priority for non-realtime threads
2008-06-06 Rémi Denis-CourmontSet the thread priority before its creation
2008-06-04 Rafaël CarréTypo: use debug code only when wanted (and defined)
2008-06-04 Rémi Denis-CourmontRemove VLC_OBJECT_SOUT
next