]> git.sesse.net Git - vlc/history - src/misc
Check that keys are sorted properly
[vlc] / src / misc /
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
2009-02-20 Derk-Jan Hartmanllvm seems to solve our cancellation issues. Revert...
2009-02-20 Derk-Jan Hartmanllvm seems to solve our cancellation issues. Revert...
2009-02-20 Derk-Jan Hartmanllvm seems to solve our cancellation issues. Revert...
2009-02-19 Jean-Paul Samandarwin_specific: put psz_vlcpath to null after it being...
2009-02-19 Felix Paul Kühnemacosx-port: removed compatibility code for outdated...
2009-02-14 Rémi Denis-CourmontRemove VLC_Changeset, src/misc/revision.c, fixes make
2009-02-14 Rémi DuraffortNo need to add a '\n' at the end of messages passed...
2009-02-11 Rémi Denis-CourmontStop spamming the debug logs
2009-02-05 Rémi Denis-CourmontDo not reinvent eventfd. Won't work if syscall.h is...
2009-02-02 basos GVariable inheritance hints
2009-01-31 Christophe MutricyTypo
2009-01-31 Rémi Denis-CourmontProgress interaction: remove useless parameter
2009-01-31 Rémi Denis-CourmontInteraction: remove (buggy and useless) dialog IDs
2009-01-31 Rémi Denis-CourmontLinux: re-implement eventfd() against old glibc versions
2009-01-31 Rémi Denis-CourmontLinux: vlc_threadid() returns TID instead of kludging...
2009-01-31 Rémi Denis-CourmontSuperfluous #includes
2009-01-30 Jean-Paul Samanobjects: check for HAVE_SYS_EVENTFD_H it is more reliab...
2009-01-27 Geoffroy CouprieWinCE: reduce stack size
2009-01-27 Rémi Denis-CourmontWin32 cancel assert fixes
2009-01-27 Rémi Denis-Courmontvlc_savecancel: missing return value on main thread
2009-01-27 Rémi Denis-Courmontvlc_restorecancel: add an assertion
2009-01-25 Rémi Denis-CourmontMerge commit 'videolan/master'
2009-01-25 Rémi Denis-CourmontDe-inline vlc_(test|save|restore)cancel, add some asser...
2009-01-24 Rémi Denis-CourmontRemove unused vlc_object_wait()
2009-01-24 Rémi Denis-CourmontUse libvlc_Quit
2009-01-24 Rémi Denis-CourmontFix warning
2009-01-24 Rémi Denis-CourmontRemove dead code
2009-01-19 Rémi Denis-CourmontRemove VLC_OBJECT_ENCODER
2009-01-19 Rémi Denis-Courmontsout_EncoderCreate: create an encoder module
2009-01-19 Rémi Denis-CourmontUnexport vlc_list_find
2009-01-18 Rémi Denis-CourmontFix warning
2009-01-18 Laurent AimarChanged playlist_AddExt to be more consistant with...
2009-01-18 Rémi Denis-Courmontwaitpipe: fix missing initializer from earlier commit
2009-01-18 Rémi Denis-CourmontInclude <sys/eventfd.h> as needed
next