]> git.sesse.net Git - vlc/history - src/misc
macosx: Use a toolbar to display controls. (Doesn't look like a toolbar though)
[vlc] / src / misc /
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
2008-06-04 Rémi Denis-Courmontvlc_threadobj under NDEBUG and refcheck under LIBVLC_RE...
2008-06-04 Antoine CellerierUgly hack to make the filter chain work correctly for...
2008-06-04 Antoine CellerierFix a few compilation warnings.
2008-06-04 Antoine CellerierUse filter chain in subpicture core.
2008-06-04 Antoine CellerierNew filter chain handling API. This should make it...
2008-06-02 Antoine CellerierSetting a local var to NULL right before exiting the...
2008-06-01 Rafaël CarréBinary updates: support arbitrarily long descriptions
2008-06-01 Rémi Denis-CourmontLook for reference leaks. I found none, though.
2008-06-01 Rémi Denis-CourmontFix
2008-05-31 Rémi Denis-CourmontThe not-so-dumb references checker
2008-05-31 Rémi Denis-CourmontKeep track of object held by threads
2008-05-31 Rémi Denis-CourmontRemove unused static (oops)
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-31 Rémi Denis-CourmontKill LibVLC children without the libvlc lock
2008-05-31 Rémi Denis-Courmontvlc_object_timedwait: same change as vlc_object_wait
2008-05-31 Rémi Denis-CourmontHave vlc_object_wait() to "return" void.
2008-05-31 Pierre d'HerbemontWork around the fact that autosh..tools does only check...
2008-05-31 Pierre d'HerbemontTypo.
2008-05-31 Pierre d'Herbemontconfigure: Check for HAVE_BACKTRACE and HAVE_EXECINFO_H.
2008-05-31 Rémi Denis-CourmontRemove bogus old code in tree dump.
2008-05-31 Rémi Denis-CourmontWarn about vlc_object_get
2008-05-31 Rémi Denis-CourmontFix typo
2008-05-30 Rémi Denis-Courmontblock_Realloc: shortcut the release case
2008-05-30 Pierre d'Herbemontlibvlccore: Also print a backtrace on Mac OS X.
2008-05-30 Rémi Denis-CourmontPrint backtrace in vlc_pthread_fatal
2008-05-30 Rémi Denis-CourmontImprove the still really dumb reference checker
2008-05-30 Pierre d'Herbemontgit commit --amend src/misc/objects.c. Ahum.
2008-05-30 Pierre d'Herbemontobjects: Don't lock parent in vlc_object_attach()....
2008-05-30 Pierre d'Herbemontobjects: Make sure that we don't loose a vlc_object_kil...
2008-05-29 Rémi Denis-CourmontBlock all signals in VLC threads
next