]> git.sesse.net Git - vlc/history - src/misc
free(NULL) is legal.
[vlc] / src / misc /
2009-06-09 Pierre d'Herbemontmessages: Make sure banks is never == 0 before --;
2009-06-07 Rémi Denis-Courmontblock_heap_Alloc(): create a block from an existing...
2009-06-06 Laurent AimarAdded a new "video splitter" module type.
2009-06-05 Laurent AimarAdded video_format/es_format_IsSimilar helper.
2009-06-05 Laurent AimarAdded amissing const to filter_Blend.
2009-06-05 Laurent AimarAdded blend filter helpers.
2009-06-04 Pierre d'Herbemonttimer: Dummy work around for darwin. (dummy stub).
2009-06-03 Laurent AimarAdded mouse support to filter_t and filter_chain_t.
2009-06-03 Rémi Denis-CourmontRemove useless timer parameter
2009-06-02 Rémi Denis-CourmontTimer: fallback to realtime if monotonic clock is not...
2009-06-02 Rémi Denis-CourmontAsynchronous timer API
2009-06-02 Rémi Denis-CourmontWin32: fix warnings
2009-06-01 Derk-Jan Hartmanmtime: grah, compile before thou commits.
2009-06-01 Derk-Jan Hartmanmtime: ifdef vs if defined()
2009-06-01 Derk-Jan Hartmanmac PPC: don't use mach absolute_time()
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-29 Pierre YnardWinCE: typo
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi DuraffortAvoid \n in error messages.
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontKill VLC_OBJECT_INTF
2009-05-23 Rémi Denis-CourmontMerge VLC_OBJECT_PACKETIZER with VLC_OBJECT_DECODER
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontAhem
2009-05-23 Rémi Denis-CourmontSupport for older xcb-xv
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontRemove error value from locks and condvar initialization
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi DuraffortCreate a function to free the memory allocated when...
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-19 Rémi DuraffortFix previous commit.
2009-05-19 Rémi Duraffortvariables: fix a potential crash/double free.
2009-05-17 Rémi Denis-CourmontAvoid ?: GCC-ism
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Laurent AimarAdded video_format_Setup to replace vout_InitFormat.
2009-05-16 Rémi Denis-CourmontSplit pthread and Win32 code into separate files
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-15 Laurent AimarAdded a small vlc_fourcc_GetCodecAudio helper.
2009-05-15 Laurent AimarAdded a small vlc_fourcc_GetCodecFromString helper.
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Jean-Baptiste KempfFourCC v210
2009-05-13 Jean-Baptiste KempfMore FourCCs
2009-05-13 Laurent AimarMerged mp1v/mp2v codecs.
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarFixed copyright.
2009-05-13 Laurent Aimarfourcc.c TSQ.
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-05-13 Laurent AimarAdded a i_original_fourcc field to es_format_t.
2009-05-13 Laurent AimarAdded fourcc helpers and defines to centralize them.
2009-05-07 Laurent AimarMoved date_Decrement to libvlc core from dirac.
2009-05-07 David FlynnDisable glibc runtime check if configure passed due...
2009-05-07 Rémi Denis-CourmontWe need both priority scheduling and thread priority...
2009-04-27 Rémi Denis-CourmontWin32: watch for bugs in vlc_cond_(timed)?wait
2009-04-25 Laurent AimarRenamed BLOCK_TS_INVALID to VLC_TS_INVALID and put...
2009-04-25 Laurent AimarAdded BLOCK_TS_INVALID define to check against unset...
2009-04-21 Rémi Denis-CourmontUse POSIX TPS option only if present
2009-04-18 Rémi Denis-CourmontTypo
2009-04-18 Rémi Denis-Courmontx264: handle obsolete parameters (fix #2667)
2009-04-15 Rémi Denis-CourmontMerge branch 'master' of git@git.videolan.org:vlc
2009-04-15 Laurent AimarFixed win32 compilation.
2009-04-15 Rémi Denis-CourmontRevert "Win32: use the destructor function for TLS...
2009-04-13 Rémi Denis-CourmontDon't try to lock locked mutexes under valgrind
2009-04-13 Rémi Denis-CourmontDe-inline vlc_assert_locked()
2009-04-11 Rémi Denis-CourmontWin32: use the destructor function for TLS (fixes ...
2009-04-11 Rémi Denis-Courmontvlc_thread_fatal is not needed on production builds
2009-04-11 Rémi Denis-CourmontDeinline vlc_threadvar_(|s)get and kill useless indirection
2009-04-10 Rémi Denis-CourmontRemove useless check for (C89) <signal.h>
2009-04-06 Antoine CellerierDon't reinvent strcasecmp().
2009-04-06 Antoine CellerierAdd image_Mime2Fourcc() function and use in image_ReadUrl()
2009-04-06 Rémi Denis-CourmontBring the glibc detection back, not using dlopen()...
2009-04-03 Laurent AimarRemoved unused block_t->p_prev field.
2009-03-31 Christophe CourtautFixed bug in snapshot format
2009-03-22 Laurent AimarFixed a crash in video filter_chain_t code when closing...
2009-03-22 Laurent AimarClean up a bit filter_chain_* code.
2009-03-17 Laurent AimarMake sure that var_Get on a string will return a non...
2009-03-16 Rémi Duraffortupdate: fix objects leak.
2009-03-11 Rémi Denis-CourmontAdd vlc_mutex_trylock
2009-03-10 Rémi Denis-CourmontFix progress dialog scale
2009-03-09 Rémi Denis-Courmontdialog_ProgressSet: add an optional string parameter
2009-03-09 Jean-Paul Samanstats: Add stream quality counters to Qt4 stastics...
2009-03-08 Rémi Denis-CourmontUse dialog_Progress
2009-03-07 Rémi Denis-CourmontUse dialog_FatalWait
2009-03-06 Rémi Denis-CourmontSerialize vlc_object_set_destructor() against vlc_objec...
2009-03-05 Rémi Denis-CourmontHack to get the leaked object tree back
2009-03-05 Rémi Denis-CourmontRemove unused vlc_object_lock and vlc_object_unlock
2009-03-05 Rémi Denis-CourmontPrivatize the object pipe lock
2009-03-05 Rémi Denis-Courmontvlc_object_alive does not need the object lock
2009-03-04 Rémi Denis-CourmontKill unused vlc_object_assert_locked
2009-03-01 Rémi Denis-CourmontSpell resource the English way
2009-02-28 Rémi Denis-CourmontRemove remaining global stats code
2009-02-20 Pierre d'HerbemontForwardport 5ead92ffd58088828ed802173d963b2571f0cd69
next