]> git.sesse.net Git - vlc/history - src
mouseReleaseEvent was not correctly dispatched under certain circumstance
[vlc] / src /
2008-10-15 Laurent AimarRemoved unused i_matrix_coefficients picture_t field.
2008-10-15 Laurent AimarMerged vout_DatePicture into vout_DisplayPicture.
2008-10-15 Laurent AimarAdded a comment about seek while paused issue.
2008-10-15 Laurent AimarFactorized forced vout picture releases.
2008-10-15 Laurent AimarImproved vout picture locking scheme.
2008-10-15 Laurent AimarMoved vout helpers out of decoder.c.
2008-10-15 Laurent AimarCosmetics.
2008-10-15 Rémi Denis-Courmontmsg_Unsubscribe: race condition memory leak
2008-10-15 Rémi Denis-CourmontAlloc memory later, remove non-compilable goto
2008-10-15 Derk-Jan Hartmanmessages: we have a vasprintf replacement now, remove...
2008-10-15 Derk-Jan Hartmanlibvlc: fix printf warning
2008-10-14 Rémi DuraffortCleaning (don't a message when the system runs out...
2008-10-14 Rémi Denis-CourmontFix message leak
2008-10-14 Rémi Denis-CourmontCount message references and get rid of the global...
2008-10-14 Jean-Paul SamanDon't start the file logger when syslog is specified.
2008-10-14 Geoffroy CouprieWinCE: can't duplicate a thread handle
2008-10-14 Geoffroy CouprieWinCE: header fix
2008-10-13 Laurent AimarCosmetics.
2008-10-13 Laurent AimarCosmetics.
2008-10-13 Laurent AimarMoved stream_Access* to stream.h
2008-10-13 Laurent AimarSanitize input headers (pass 4).
2008-10-13 Laurent AimarSanitize input headers (pass 3).
2008-10-13 Laurent AimarSanitize input headers (pass 2).
2008-10-13 Laurent AimarSanitize input headers (pass 1).
2008-10-12 Rémi Denis-CourmontPort the libvlc log APIs to the new internal messages API
2008-10-12 Rémi Denis-CourmontSanitize/rewrite the message subscription API
2008-10-12 Rémi Denis-CourmontInvent unique pointer values properly
2008-10-12 Rémi Denis-CourmontRemove dead functions
2008-10-12 Rémi Denis-CourmontUnused variable
2008-10-12 Rémi Denis-CourmontMerge msg bank and queue, remove duplicated lock
2008-10-12 Rémi Denis-Courmontnet_Write: fix polling
2008-10-12 Ilkka Ollakkastats-change variable for statistics/removing stats...
2008-10-12 Rémi Denis-Courmontnet_Read, net_Write use void pointer for data
2008-10-11 Rémi Denis-CourmontAllow unspecified demux with stream_DemuxNew().
2008-10-11 Rémi Denis-CourmontFix crash
2008-10-11 Lukas Durfinalibvlc: better title/chapter handling
2008-10-10 Rémi DuraffortFix potential segfault (CID 252)
2008-10-10 Rémi DuraffortPlaylist: Simplification and fix CID 151
2008-10-10 Laurent AimarChange ES_OUT_SET_NEXT_DISPLAY_TIME parameters.
2008-10-10 Laurent AimarPartially fixed preroll support.
2008-10-10 Laurent AimarDo not assert on non 0 divider in aout_DateInit.
2008-10-10 Laurent AimarDisplay first frame after a seek as soon as possible.
2008-10-10 Laurent AimarPrefer new frames over flushed one (vout).
2008-10-09 Laurent AimarAdded vout_Flush .
2008-10-09 Laurent AimarFixed spu destruction order.
2008-10-09 Rémi Denis-Courmontassert that audio date divider is non-nul, refs #2169
2008-10-09 Laurent AimarRemoved dead code in spu core (CID 249).
2008-10-09 Rémi Denis-CourmontProvide replacement for CMSG_LEN and CMSG_SPACE
2008-10-09 Laurent AimarFixed possible NULL deference in teletext path (CID...
2008-10-09 Derk-Jan Hartmanpotential NULL deref (CID 150)
2008-10-09 Derk-Jan HartmanAnother typo: SPU_ES mixed up with AUDIO_ES. (CID 250)
2008-10-09 Derk-Jan HartmanFix NULL dereference (CID 254)
2008-10-09 Derk-Jan HartmanFix potential memleak (CID 196)
2008-10-08 Laurent AimarFixed decoder_GetDisplayDate while buffering.
2008-10-08 Laurent AimarObsoleted minimize-threads option.
2008-10-08 Laurent AimarFixed a potential deadlock.
2008-10-08 Laurent AimarImplemented buffering manipulation at the es_out level.
2008-10-08 Laurent AimarFactorize (decoder).
2008-10-08 Laurent AimarNo functional changes (decoder).
2008-10-08 Laurent AimarCosmetics.
2008-10-08 Laurent AimarProtect a few whiles againts possible broken decoder.
2008-10-08 Laurent AimarObsolete auto-adjust-pts-delay.
2008-10-08 Laurent AimarCosmetics (decoder)
2008-10-08 Laurent AimarImplemented audio flushing.
2008-10-08 Laurent AimarMore accurate decoder flush.
2008-10-08 Laurent AimarCosmetics (decoder)
2008-10-08 Laurent AimarAdded vout flush.
2008-10-08 Laurent AimarFactorize preroll code and prepare for correct flush.
2008-10-08 Laurent AimarSplit up DecoderDecode function.
2008-10-08 Rémi DuraffortFix potential memleaks (CID 255)
2008-10-08 Rémi DuraffortFix use of unitialised value (CID 262)
2008-10-08 Laurent AimarFixed support for negative module priority.
2008-10-06 Rémi Denis-CourmontFix logic.
2008-10-06 Geoffroy CouprieWinCE: do an ugly thread cancellation without using...
2008-10-06 Geoffroy CouprieWinCE: compile vlm
2008-10-05 Adrien MagloRedefine vlc_dictionary_clear() and vlc_dictionary_remo...
2008-10-05 Rémi DuraffortFix resource leak when loadsave fail (CID 94)
2008-10-05 Rémi Denis-CourmontDo not check for the same error twice (CID#147)
2008-10-05 Rémi Denis-CourmontFix NULL dereference (CID#181)
2008-10-05 Rémi Denis-CourmontFix NULL dereference (CID#149)
2008-10-05 Rémi Denis-CourmontFix dangling pointer use when shrinking a non-standard...
2008-10-05 Rémi Denis-CourmontMake the instance lock static
2008-10-05 Rémi Denis-CourmontFix some race conditions in the module bank
2008-10-05 Rémi Denis-CourmontAnother useless parameter
2008-10-05 Rémi Denis-CourmontFix warning
2008-10-05 Rémi Denis-Courmontmodule_find, module_exists, module_get_main: remove...
2008-10-05 Rémi Denis-CourmontFix missing declaration (supposedly crash on amd64)
2008-10-05 Rémi Denis-CourmontFix warning
2008-10-05 Rémi DuraffortFix potential memleak (CID 198)
2008-10-05 Rémi DuraffortFix one potential memleak (CID 195)
2008-10-05 Rémi Denis-CourmontBury the module pointer inside modules.c
2008-10-05 Rémi Denis-CourmontUnneeded #include
2008-10-05 Rémi Denis-CourmontCleanup b_cache_delete
2008-10-05 Rémi Denis-CourmontRemove b_cache_delete
2008-10-05 Rémi Denis-CourmontRemove one core dependency upon the module bank
2008-10-05 Rémi Denis-CourmontTentative link fix
2008-10-05 Rémi Denis-CourmontRemove slow and leaking var_AcquireMutex
2008-10-05 Rémi Denis-CourmontUse static mutexes
2008-10-05 Rémi Denis-CourmontStatic mutexes
2008-10-05 Rémi Denis-CourmontRemove vlc_threads_(init|end), fix thread-safety on...
next