]> git.sesse.net Git - vlc/history - src
Be more verbose about the failure if we return a non-null exit code
[vlc] / src /
2008-05-31 Christophe MutricyBe more verbose about the failure if we return a non...
2008-05-31 Pierre d'HerbemontRevert "Preparser: yield the playlist (NSDRCID 1)"
2008-05-31 Pierre d'Herbemontlibvlccore: Don't do vout destruction before destroying...
2008-05-31 Rémi Denis-CourmontPreparser: yield the playlist (NSDRCID 1)
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-Courmontvlc_current_object: remove, vlc_object_get does the...
2008-05-31 Rémi Denis-CourmontFix memory leak (legacy of CID 92)
2008-05-31 Rémi Denis-CourmontFix memory leak (CID 95)
2008-05-31 Rémi Denis-CourmontRemove VLC_* dead APIs
2008-05-31 Rémi Denis-CourmontRemove vlc_int64_t. Was not even correctly defined.
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-31 Rémi Denis-CourmontDo not use VLC_AddTarget internally
2008-05-31 Rémi Denis-CourmontMove non-deprecated version functions out of the deprec...
2008-05-31 Rémi Denis-CourmontSeparate libvlccore and libvlc headers
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 Rémi Denis-CourmontIgnore vlc_object_wait return value
2008-05-31 Rémi Denis-CourmontDo not use b_die directly, and simplify
2008-05-31 Rémi Denis-Courmontinteraction: fix signal leak
2008-05-31 Rémi Denis-CourmontRemove unused variable
2008-05-31 Rémi Denis-CourmontFix make race condition
2008-05-31 Jean-Paul SamanFix CID 103: resource leak in EsOutAdd and check malloc...
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-Courmontintf_Create: remove unused parameters
2008-05-31 Rémi Denis-Courmontlibvlc_InternalAddIntf: remove useless options
2008-05-31 Rémi Denis-CourmontDo not use interface parameters
2008-05-31 Rémi Denis-Courmontlibvlc_InternalAddInft: Remove unused b_block parameter
2008-05-31 Rémi Denis-CourmontSimplify
2008-05-31 Rémi Denis-CourmontFix typo
2008-05-30 Jean-Baptiste KempfSet style in mediacontrol_showtext()
2008-05-30 Jean-Baptiste KempfFix a warning.
2008-05-30 Rémi Denis-CourmontWhen checking for filters overflow, actually handle...
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-CourmontFix NULL pointer deferences (CID 120 & 121)
2008-05-30 Pierre d'Herbemontlibvlc: Don't wait if p_libvlc is dying in libvlc_wait().
2008-05-30 Pierre d'Herbemontplaylist: Make sure fetcher and preparser won't miss...
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'Herbemontaudio_output: Typo.
2008-05-30 Rafaël CarréRemove dead code - CID 9
2008-05-30 Antoine CellerierFix stupid logic (CID 13).
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 Antoine CellerierFix image handler leak. (CID 102)
2008-05-30 Pierre d'Herbemontobjects: Make sure that we don't loose a vlc_object_kil...
2008-05-30 Rafaël CarréFix double (or up to 2^sizeof(int) times)
2008-05-29 Rémi Denis-CourmontUse the signal interface and fix signal handling
2008-05-29 Rémi Denis-Courmontlibvlc_run_interface -> libvlc_add_intf (non-blocking)
2008-05-29 Rémi Denis-Courmontlibvlc_wait: wait until libvlc is killed by an interface
2008-05-29 Rémi Denis-CourmontBlock all signals in VLC threads
2008-05-29 Rémi Denis-CourmontFix infinite loop
2008-05-29 Rémi Denis-CourmontSpelling
2008-05-29 Rémi Denis-CourmontCleanup handling of thread-less interfaces
2008-05-29 Rémi Denis-CourmontSimplification
2008-05-28 Adrien MagloNew vu meter visualization.
2008-05-28 Rémi Denis-CourmontThe totally dumb reference checker
2008-05-28 Rémi Denis-Courmontvlc_threadobj(): returns the object nesting the current...
2008-05-28 Rémi Denis-Courmontintf_Destroy(): use vlc_object_release() and a destruct...
2008-05-28 Rémi Denis-Courmontvlc_object_get() sucks badly enough, no need to add...
2008-05-28 Rémi Denis-CourmontFix unlikely lock leak
2008-05-28 Rémi Denis-CourmontUse a doubly-linked list for objects instead of a flat...
2008-05-28 Rémi Denis-Courmontvlc_internals: use VLC_OBJECT, kill a bunch of warnings
2008-05-28 Rémi Denis-CourmontDo not serialize DNS queries on Win32, that's slooow!
2008-05-28 Rémi Denis-CourmontFix gai_strerror replacement
2008-05-28 Rafaël CarréFix [95e3bb2eaf22929dac3e2c37a26a23e9a0619333]
2008-05-28 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-05-28 Rémi Denis-CourmontSimplify, and remove racy IDN code
2008-05-28 Rafaël CarréRevert "Avoid using vlc_object_find() when not needed"
2008-05-28 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-05-28 Rémi Denis-Courmontvlc_dgettext: remove
2008-05-28 Pierre d'Herbemontaudio_output: Use a destructor.
2008-05-28 Pierre d'Herbemontvideo_output: Make sure we check p_vout->b_die inside...
2008-05-28 Pierre d'Herbemontlibvlccore: Add update_GetRelease to the exported symbo...
2008-05-27 Pierre d'Herbemontupdate: Include vlc_update.h even if UPDATE_CHECK is...
2008-05-27 Pierre d'Herbemontlibvlccore: Add vlc_wclosedir to the exported symbols.
2008-05-27 Pierre d'Herbemontvideo_output: Don't use vlc_object_find to look for...
2008-05-27 Rafaël CarréAvoid using vlc_object_find() when not needed
2008-05-27 Rafaël CarréPrivatise some structs and enumerations of PGP update
2008-05-27 Pierre d'Herbemontlibvlccore: Don't attempt to use vlc_thread_set_priorit...
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-27 Rémi Denis-CourmontSpare a few relocs
2008-05-27 Rémi Denis-CourmontResolve git race condition
2008-05-27 Rémi Denis-Courmontlibvlc depends on its exports list
2008-05-27 Rémi Denis-CourmontRemove DecodeLanguage (dead code)
2008-05-27 Pierre d'Herbemontlibvlc: Use a symbol list for exported symbols.
2008-05-27 Pierre d'Herbemontlibvlccore: Make sure all symbol listed in libvlccore...
2008-05-27 Rémi Denis-CourmontCleanup previous commit
2008-05-27 Rémi Denis-CourmontWork around the mingw linker
2008-05-27 Rémi Denis-CourmontVLC_PRIVATE_API: no-op, removed
2008-05-27 Rémi Denis-CourmontWarn when pl_Yield() is not used
2008-05-27 Rémi Denis-CourmontSimplify vlc_object_find(FIND_ANYWHERE)
2008-05-26 bl4mms/tcp: hanging or unexpected seeking after the end...
next