]> git.sesse.net Git - vlc/history - src
vasprintf: stop HEAP exceptions
[vlc] / src /
2009-01-07 Laurent AimarFixed undefined behavior with integer overflow.
2009-01-07 Laurent AimarSet default item name on input_item_SetURI.
2009-01-07 Laurent AimarAdded missing const to input_item_SetURI.
2009-01-07 Christophe MutricyDistribute headers
2009-01-06 Filippo Caronelibvlc, jvlc: media_player_is_playing method added
2009-01-06 Laurent AimarFixed typo in es_out.
2009-01-06 Laurent AimarStop the playlist when it is killed.
2009-01-06 Laurent AimarFix potential deadlock between ressource and interface.
2009-01-06 Laurent AimarDo not wait for SPU buffering.
2009-01-06 Rémi Denis-CourmontPlaylist thread is not cancellable as of now, no point...
2009-01-06 Rémi Denis-CourmontUse a custom condition variable for the playlist engine
2009-01-06 Rémi Denis-CourmontRemove un-needed vlc_testcancel()
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 Rémi Denis-CourmontMinor memory layout optimization
2009-01-05 Rémi Denis-CourmontRemove vlc_object_signal and unexport vlc_object_signal...
2009-01-05 Rémi Denis-CourmontDo not use vlc_object_signal
2009-01-05 Laurent AimarFixed order after merge in libvlccore.sym
2009-01-05 Laurent AimarFix OS-X build (PATH_MAX defined in limits.h)
2009-01-05 Laurent AimarFixed vout_FixLeaks logic.
2009-01-05 Laurent AimarFlush vout on release.
2009-01-05 Laurent AimarSend input dead event only once.
2009-01-05 Laurent AimarFix deadlock in decoders because of input ObjectKillChi...
2009-01-05 Laurent AimarImproved osd title display in vout.
2009-01-05 Laurent AimarAllows requesting active aout/vout from an input with...
2009-01-05 Laurent AimarActivated vout/aout recycling with playlist inputs.
2009-01-05 Laurent AimarPrepare for safe (sout)/vout/aout recycling.
2009-01-05 Laurent AimarFixed audio played/lost statistics.
2009-01-05 Laurent AimarFixed preparsing/art fetching locking.
2009-01-05 Laurent AimarClean up main playlist thread.
2009-01-05 Laurent AimarAdded INPUT_EVENT_DEAD event.
2009-01-05 Laurent AimarSimplify a bit playlist loop.
2009-01-05 Laurent AimarNo functionnal changes.
2009-01-05 Laurent AimarSimplify a bit main playlist loop.
2009-01-05 Laurent AimarFast decoder thread cancellation.
2009-01-05 Laurent AimarEnsure fast fetcher/preparser thread cancelation.
2009-01-05 Laurent AimarFixed too soon playlist items destruction.
2009-01-05 Laurent AimarSplit creation/destruction and activation/deactivation...
2009-01-05 Laurent AimarClean up/document a bit art fetcher code.
2009-01-05 Laurent AimarDo not access internal fetcher data from playlist and...
2009-01-05 Laurent AimarClean up/document a bit preparser code.
2009-01-05 Laurent AimarClean up preparser/fetcher code.
2009-01-05 Laurent AimarClean up a bit unused playlist functions and added...
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-CourmontUse var_TriggerCallback as appropriate
2009-01-05 Rémi Denis-CourmontDo not reinvent the wheel^W^Wbsearch
2009-01-04 Rémi Denis-CourmontUnexport slightly unsafe block_FifoSize
2009-01-04 Antoine CellerierFix symbol order.
2009-01-04 Joseph Tulouchanges Ext2Fourcc into image_Ext2Fourcc and exports...
2009-01-04 Antoine CellerierFix --stop-time.
2009-01-03 Antoine CellerierRevert "Allow use of inputs without DEMUX_GET/SET_...
2009-01-03 Rémi Denis-CourmontEWOULDBLOCK may be used instead of EAGAIN for read...
2009-01-03 Geoffroy CouprieWinCE: use -avoid-version for libvlc and libvlccore
2009-01-02 Ilkka Ollakkaplaylist: Don't assume that psz_name != NULL as GetName...
2008-12-30 Jean-Baptiste KempfHelper to get the capability of a module and its score.
2008-12-30 basOS GSnapshot naming: fix thread safety
2008-12-29 basOS GChanged snapshot naming format to be prefix-YYMMDD...
2008-12-29 Rémi Denis-CourmontMove variable type assertions into the core
2008-12-29 Rémi Denis-CourmontMissing <assert.h>
2008-12-28 Rémi Denis-CourmontPrint early debug messages only after verbosity is...
2008-12-28 Rémi Denis-CourmontGet proper verbosity setting ASAP
2008-12-22 Felix Paul KühneCompilation fix
2008-12-22 Filippo Caronelibvlc: on stop, fire a stopped event, not end reached
2008-12-21 Rémi Denis-CourmontTentative hack for OSX msleep/mwait cancellation
2008-12-21 Rémi Denis-CourmontInline strsep
2008-12-21 Ilkka Ollakkause MetaMatch in search instead compare to possible...
2008-12-21 Rémi Denis-CourmontVLC_OBJECT_PLAYLIST: remove unused type
2008-12-21 Rémi Denis-CourmontMove libvlccore into the global symbol namespace if...
2008-12-17 Ilkka OllakkaCheck itemtype if uri is changed
2008-12-16 Rémi Denis-Courmontb_menu: remove unused variable
2008-12-16 Rémi Denis-Courmontb_menu_change: remove write-only variable
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-15 Rémi DuraffortRemove a varaible never really used (only writen one...
2008-12-15 Rémi Duraffortnetwork/poll: non initialized variable.
2008-12-15 Rémi DuraffortFix compilation warning on Win CE.
2008-12-15 Rémi DuraffortUnused variable.
2008-12-15 Rémi Duraffortcontrol/media_control: fix a memleak (we don't need...
2008-12-15 Rémi DuraffortUse const char* when needed (easier to understand if...
2008-12-15 Basos GAdded vlc_get_libvlc_object to libvlccore
2008-12-14 Rémi Duraffortvlm: don't remove quotes around name in
2008-12-14 Rémi DuraffortRemove unused variables.
2008-12-14 Laurent AimarImproved detection of multi-part files for rar.
2008-12-14 Laurent AimarImproved the way input-list is given to stream_AccessNew.
2008-12-14 Laurent AimarRemoved useless b_quick parameter in stream_AccessNew.
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-12 Rémi DuraffortUse calloc instead of malloc+memset.
2008-12-12 Rémi DuraffortUse calloc instead of malloc+memset.
2008-12-12 Sébastien EscudierUse NULL for pointer
2008-12-11 Laurent AimarDo not use 2 event manager in input.
2008-12-11 Laurent AimarCosmetics.
2008-12-11 Rémi Denis-CourmontFix warning
2008-12-11 basoslibvlc_MediaPlayerSnapshotTaken Event creation
2008-12-11 Pierre YnardFix typo in comment
2008-12-11 Sébastien Escudiertypo in event manager
2008-12-09 Laurent AimarFixed make check.
2008-12-09 Laurent AimarRemove access-filter support.
next