]> git.sesse.net Git - vlc/history - src
Directsound 7.1 support and some debug messages...
[vlc] / src /
2008-05-20 Rafaël CarréFix memleak
2008-05-20 Rafaël CarréUse reference counting for pictures
2008-05-20 Rafaël CarréRemove not used allocation added in [bc650c59ca6d2edbf5...
2008-05-20 Rafaël CarréDon't change pf_release() to a dummy function
2008-05-19 Rémi Denis-CourmontUse TIMER_ABSTIME when it's available
2008-05-19 Rémi Denis-Courmontmwait/mdate: remove cached_time - not thread-safe
2008-05-19 Rémi Denis-Courmontmprec: thread-safety
2008-05-19 Rémi Denis-CourmontRemove useless volatile keyword
2008-05-19 Rafaël CarréDestroy the playlist AFTER looking for a sout attached...
2008-05-18 Jean-Paul SamanRemove trailing whitespace, add checks for malloc retur...
2008-05-18 Tanguy Krotofflibvlc: when calling libvlc_media_player_stop() check...
2008-05-17 Rafaël CarréUpdate: supports file v4 signatures
2008-05-17 Rémi Denis-CourmontRemove the children leak detection which is not working...
2008-05-17 Rémi Denis-CourmontAlso remove the link fromn dead objects toward their...
2008-05-17 Rémi Denis-Courmontvlc_object_get sucks, document it
2008-05-16 Rémi Denis-CourmontSimplification
2008-05-16 Rémi Denis-CourmontMake vlc_object_detach a no-op if the object is not...
2008-05-16 Rémi Denis-CourmontHide i_children and pp_children away
2008-05-16 Rémi Denis-Courmontvlc_list_children: list children _safely_
2008-05-16 Rafaël CarréRevert "vlc_object_release: cleanup"
2008-05-16 Rafaël CarréRevert "Detach the children at object destruction"
2008-05-16 Rafaël CarréDetach the children at object destruction
2008-05-16 Rafaël Carrévlc_object_release: cleanup
2008-05-16 Rafaël CarréGives the correct arguments to libvlc_new()
2008-05-16 Rafaël CarréInitialise input memory
2008-05-16 Rafaël Carrés/libvlc/libvlccore/
2008-05-16 Rafaël CarréFix a very unlikely memleak
2008-05-15 Pierre d'HerbemontRevert "vlc: Make sure we call libvlc_release() when...
2008-05-15 Pierre d'Herbemontvlc: Code conventions.
2008-05-15 Pierre d'Herbemontvlc: Make sure we call libvlc_release() when we are...
2008-05-15 Rémi Denis-CourmontRemove a bunch of unused deprecated APIs
2008-05-15 Rémi Denis-CourmontFix unit tests linking
2008-05-15 Rémi Denis-Courmontvlc using libvlc
2008-05-15 Rémi Denis-Courmontlibvlc_run_interface: start and wait for an interface
2008-05-15 Rémi Denis-CourmontDo not allow variable substitution in MRL path schemas
2008-05-15 Rémi Denis-CourmontUse libvlc_InternalAddIntf instead of VLC_AddIntf
2008-05-15 Rémi Denis-CourmontRename the shared libraries
2008-05-14 Rafaël CarréUse vlc_object_release() to release the playlist
2008-05-14 Rafaël CarréRevert "Remove playlist destructor"
2008-05-14 Rémi Denis-CourmontWe may still have children when destroyed...
2008-05-14 Rafaël CarréRemove playlist destructor
2008-05-14 Rémi Denis-CourmontDebug code to prevent FIND_PARENT from crashing.
2008-05-14 Rémi Denis-CourmontHmm, there was a simpler solution
2008-05-14 Rémi Denis-CourmontInline DetachObject
2008-05-14 Rémi Denis-CourmontGet rid of b_attached
2008-05-14 Rémi Denis-CourmontRecurse through the object tree instead of using the...
2008-05-14 Rémi Denis-CourmontDetach dying objects atomically, so FIND_CHILDREN is...
2008-05-14 Rémi Denis-CourmontRemove useless constant
2008-05-14 Rafaël CarréRevert [42a0d047849f391a75432dfdf5d71523d6ec08c7]
2008-05-12 Rémi Denis-CourmontTry to split the mind boggingly big vlm.c
2008-05-12 Rémi DuraffortAvoid a potential segfault as vlc_object_create can...
2008-05-10 Rémi Denis-CourmontThe TLS also needs to be cleaned up... should fix ...
2008-05-10 Rémi Denis-CourmontSimplification
2008-05-10 Rémi Denis-CourmontDon't assert that something that can fail won't fail...
2008-05-10 Pierre d'Herbemontvlm: Fix a warning about a non initialized pointer...
2008-05-10 Tanguy Krotofflibvlc: add subtitle file (*.srt...) handling
2008-05-10 Rémi Denis-CourmontDon't look for plugins from CWD. Also don't leak in...
2008-05-10 Rafaël CarréFix compilation on != darwin, beos, win32, linux
2008-05-10 Rémi Denis-CourmontRemove message unused "queue" parameter
2008-05-10 Rémi Denis-CourmontMove some internal message stuff to src/
2008-05-10 Rémi Denis-CourmontCompile fix
2008-05-10 Rémi Denis-CourmontBuild (linux|not)_specific.c as appropriate
2008-05-10 Rémi Denis-CourmontAdd linux_specific.c + disabled code for libvlc path...
2008-05-09 Rémi Denis-Courmontsystem_VLCPath does not exist
2008-05-09 Rémi Denis-CourmontThe normal include dir is also needed for vlc/vlc.h...
2008-05-09 Rémi Denis-CourmontUgly fix for httpd deadlock
2008-05-09 Rémi Denis-CourmontQueueMsg: assert p_this
2008-05-09 Rémi Denis-CourmontWe also need to check the non "conf::" case. Oops.
2008-05-08 Rémi Denis-CourmontVLC_VariableSet: assume unsafe variable settings. Fixes...
2008-05-08 Rémi Denis-CourmontWin32: kill the Win64-induced warning
2008-05-08 Rémi Denis-CourmontWin32 compile fix
2008-05-08 Rémi Denis-CourmontDeleteModule cannot fail * don't handle impossible...
2008-05-08 Rémi Denis-Courmontmodule bank: use vlc_custom_create
2008-05-08 Rémi Denis-CourmontWin32 compile fixes
2008-05-08 Rémi Denis-CourmontMerge vlc_threads.h and vlc_threads_funcs.h
2008-05-08 Rémi Denis-CourmontFix the kludge for old glibc
2008-05-08 Rémi Denis-CourmontMove pthread to the front.
2008-05-08 Rémi Denis-CourmontMutexes cannot be error-checking and recursive at the...
2008-05-08 Rémi Denis-CourmontFix a bunch of warnings (error handling)
2008-05-08 Rémi Denis-CourmontFix yesterday's VLM bug
2008-05-08 Rémi Denis-Courmontvlc_modules_macros.h -> vlc_plugin.h
2008-05-08 Rémi Denis-Courmontvlc_module_set: use vararg, more flexible
2008-05-08 Rémi Denis-CourmontFix warning
2008-05-08 Rafaël CarréDon't use the playlist if it has been destroyed
2008-05-07 Rémi Denis-CourmontNo need to take the structure lock when finding oneself
2008-05-07 Rémi Denis-CourmontFix the same race condition as in
2008-05-07 Rémi Denis-CourmontUse a per-object spin around the reference count.
2008-05-07 Rémi Denis-CourmontOnly insert new object into the table one initialized
2008-05-07 Rémi Denis-CourmontDon't check for 0 refcount.
2008-05-07 Rémi Denis-Courmontvlc_object_find*: don't check that refcount is zero
2008-05-07 Rémi Denis-CourmontRemove useless i_refcount == 0 case and fix a tiny...
2008-05-07 Rémi Denis-CourmontRemove p_playlist from p_libvlc
2008-05-07 Rémi Denis-CourmontFix incorrect printf argument
2008-05-07 Rémi Denis-CourmontFix missing #include
2008-05-07 Rémi Denis-CourmontTag a bug so that I don't forget about it
2008-05-07 Rémi Denis-Courmontset_destructor has no need for the structure lock
2008-05-07 Rémi Denis-CourmontRemove pl_Get. This endorsed unyielded playlist access.
2008-05-07 Rémi Denis-Courmontlibvlc_stats: use VLC_OBJECT to remove a bunch of warnings
2008-05-07 Rémi Denis-CourmontWe know where VLM is, no need to find it.
2008-05-07 Rémi Denis-CourmontRemove the glibc libintl kludge.
next