]> git.sesse.net Git - vlc/history - src/misc
NEWS.
[vlc] / src / misc /
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
2009-01-18 Rémi Denis-CourmontFlawed logic
2009-01-17 Rémi Denis-CourmontDon't leak message contexts at end of threads
2009-01-17 Rémi Denis-CourmontPrivatize vlc_object_t.i_object_type
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2009-01-17 Rémi Denis-CourmontLinux: use an eventfd instead of pipe for waking up...
2009-01-17 Rémi Denis-CourmontSimplify waitpipe.
2009-01-16 Rémi Duraffortvlc_object_dump is used only when debuging.
2009-01-16 Rémi Duraffortcalloc( nb_elmnt, size ) instead of calloc( size, nb_el...
2009-01-14 Rémi Denis-CourmontRemove vlc_thread_create
2009-01-10 Rémi Denis-CourmontCosmetic
2009-01-10 Rémi Denis-CourmontFix trivial syntax errors
2009-01-06 Rémi Denis-Courmontblock_Fifo(Wake|Get|Show): always cancellation points
2009-01-06 Rémi Denis-Courmontblock_FifoShow: fix condition variable usage
2009-01-05 Laurent AimarAdded vlc_object_assert_locked utility.
2009-01-05 Rémi Denis-CourmontUse a proper condition variable for variable callback...
2009-01-05 Rémi Denis-CourmontRemove duplicated variable callback code
2009-01-05 Rémi Denis-CourmontDo not reinvent the wheel^W^Wbsearch
2009-01-04 Joseph Tulouchanges Ext2Fourcc into image_Ext2Fourcc and exports...
2008-12-29 Rémi Denis-CourmontMove variable type assertions into the core
2008-12-22 Felix Paul KühneCompilation fix
2008-12-21 Rémi Denis-CourmontTentative hack for OSX msleep/mwait cancellation
2008-12-21 Rémi Denis-CourmontVLC_OBJECT_PLAYLIST: remove unused type
2008-12-16 Rémi Denis-CourmontWin32: fix race condition initializing static mutexes
2008-12-16 Rémi Denis-CourmontRobustify Win32 mutex assertions
2008-12-13 Rémi Duraffortmodule_need wants pointers and boolean so give NULL...
2008-12-12 Rémi DuraffortUse calloc when needed.
2008-12-11 Pierre YnardFix typo in comment
next