]> git.sesse.net Git - vlc/history - src/libvlc.h
NEWS.
[vlc] / src / libvlc.h
2009-05-06 Rémi Denis-CourmontMake the config file lock per process rather than per...
2009-05-06 Rémi Denis-CourmontNo need to keep the config file around all the time
2009-04-15 Rémi Denis-CourmontThread-safe and more compact hotkeys initialization
2009-04-13 Rémi Denis-CourmontDe-inline vlc_assert_locked()
2009-03-08 Rémi Denis-CourmontRemove interaction core
2009-03-05 Rémi Denis-CourmontHopefully thread-safer replacement for intf_UserFatal
2009-03-05 Rémi Denis-CourmontRemove unused vlc_object_lock and vlc_object_unlock
2009-02-28 Rémi Denis-CourmontPrivatize input stats internals
2009-02-28 Rémi Denis-CourmontRemove uninitialized and unsynchronized global stats
2009-02-08 Rémi Denis-CourmontRemove dummy VLC_EXPORT
2009-02-08 Rémi Denis-CourmontAdd module_find_by_short() (internal only)
2009-01-24 Rémi Denis-CourmontRemove unused vlc_object_wait()
2009-01-24 Rémi Denis-Courmontlibvlc_InternalWait, libvlc_Quit: wait and signal libvl...
2009-01-19 Rémi Denis-CourmontPrivatize packetize and interface object types
2009-01-19 Rémi Denis-CourmontUnexport vlc_list_find
2009-01-17 Rémi Denis-CourmontPrivatize vlc_object_t.i_object_type
2009-01-17 Rémi Denis-CourmontSimplify waitpipe.
2009-01-14 Rémi Denis-CourmontRemove vlc_thread_create
2009-01-11 Rémi Denis-CourmontCleanup interaction-capable interface registration
2009-01-05 Rémi Denis-CourmontRemove vlc_object_signal and unexport vlc_object_signal...
2009-01-05 Rémi Denis-CourmontUse a proper condition variable for variable callback...
2008-10-14 Rémi Denis-CourmontCount message references and get rid of the global...
2008-10-12 Rémi Denis-CourmontSanitize/rewrite the message subscription API
2008-10-12 Rémi Denis-CourmontMerge msg bank and queue, remove duplicated lock
2008-10-05 Rémi Denis-CourmontMake the instance lock static
2008-10-05 Rémi Denis-CourmontAnother useless parameter
2008-10-05 Rémi Denis-CourmontBury the module pointer inside modules.c
2008-10-05 Rémi Denis-CourmontTentative link fix
2008-10-05 Rémi Denis-CourmontUse static mutexes
2008-10-05 Rémi Denis-CourmontRemove vlc_threads_(init|end), fix thread-safety on...
2008-10-04 Rémi Denis-CourmontFix vlc_thread_ready invalid use of object_wait
2008-09-30 Rémi Denis-CourmontUnexport vlc_object_waitpipe
2008-09-28 Rémi Denis-CourmontRemove vlc_global()
2008-09-28 Rémi Denis-CourmontMove psz_vlcpath out of p_root
2008-09-28 Rémi Denis-CourmontPer-instance structure lock
2008-09-28 Rémi Denis-Courmontvlc_assert_locked is private
2008-09-27 Rémi Denis-CourmontStill allocate unique input item IDs
2008-09-20 Rémi Denis-CourmontRemove the unsafe input item array
2008-09-19 Rémi Denis-CourmontFactor variable operations, as they're always the same...
2008-09-18 Rémi Denis-Courmontvlc_object_internals_t is internal
2008-09-14 Rémi Denis-CourmontRemove the useless announce handler object
2008-09-04 Rémi Denis-CourmontProvide backtrace function within libvlccore
2008-09-01 Pierre d'Herbemontlibvlc: Add a --verbose-objects option to select which...
2008-08-31 Rémi Denis-CourmontMove kept sout instance to playlist private data
2008-08-30 Rémi Denis-Courmontp_module_bank: move out of vlc_global
2008-08-30 Rémi Denis-CourmontInitialize messages stacks inside the message bank
2008-08-30 Rémi Denis-CourmontRemove vlc_threadobj (did not work properly anymore)
2008-08-30 Rémi Denis-CourmontRemove the broken reference checker
2008-08-28 Rémi Denis-CourmontRemove unneeded vlc_signal_object_maybe hack
2008-08-27 Rémi Denis-Courmontlibvlccore: vlc_thread_cancel() tangled object API
2008-08-19 Rémi Denis-Courmontlibvlccore: the object counter is specific so misc...
2008-08-17 Rémi Denis-Courmontlibvlccore: remove the threads count
2008-08-13 Rémi Denis-CourmontFix libvlc private data alignment (untested)
2008-08-09 Rémi Denis-CourmontDo not use vlc_thread_create for the IPC helper
2008-08-06 Derk-Jan HartmanRevert "poll(): ifndef HAVE_POLL means we don't use...
2008-08-06 Derk-Jan Hartmanpoll(): ifndef HAVE_POLL means we don't use poll()...
2008-08-02 Rémi Denis-CourmontDo not leak the IPC helper - might fix #1598
2008-07-06 Rémi Denis-Courmontcore: set meaningful object type names
2008-07-06 Pierre d'HerbemontRevert "libvlc: Add a --verbose-objects option to selec...
2008-07-06 Pierre d'Herbemontlibvlc: Add a --verbose-objects option to select which...
2008-07-05 Rémi Denis-CourmontDead code
2008-06-22 Rémi Denis-CourmontLibVLC: wait until all threads are terminated
2008-06-21 Rémi Denis-Courmontinteraction: no need for vlc_object_find()
2008-06-17 Rémi Denis-CourmontMove object lock and condition into the internals
2008-06-17 Rémi Denis-CourmontRemove the last direct use of object_wait
2008-06-12 Rémi Denis-CourmontRemove services discovery tasks before the playlist
2008-06-04 Rémi Denis-CourmontHandle sout-keep from the playlist engine
2008-06-04 Rémi Denis-Courmontvlc_threadobj under NDEBUG and refcheck under LIBVLC_RE...
2008-05-31 Rémi Denis-Courmontvlc_current_object: remove, vlc_object_get does the...
2008-05-30 Rémi Denis-CourmontImprove the still really dumb reference checker
2008-05-28 Rémi Denis-CourmontThe totally dumb reference checker
2008-05-28 Rémi Denis-Courmontvlc_threadobj(): returns the object nesting the current...
2008-05-28 Rémi Denis-CourmontUse a doubly-linked list for objects instead of a flat...
2008-05-28 Rémi Denis-Courmontvlc_internals: use VLC_OBJECT, kill a bunch of warnings
2008-05-28 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-05-28 Rémi Denis-Courmontvlc_dgettext: remove
2008-05-27 Pierre d'Herbemontlibvlccore: Add vlc_wclosedir to the exported symbols.
2008-05-27 Pierre d'Herbemontlibvlccore: Make sure all symbol listed in libvlccore...
2008-05-24 Rémi Denis-Courmontvlc_wclosedir is still needed on Windows
2008-05-24 Rémi Denis-CourmontWin32 vlc_w.*dir: declare internally
2008-05-24 Rémi Denis-Courmontvlc_.*dir: declare internally, as it's only used with...
2008-05-24 Rémi Denis-Courmontvlc_current_charset: declare internally
2008-05-24 Rémi Denis-Courmontvlc_fix_readdir: declare internally
2008-05-22 Rémi Denis-CourmontCosmetic
2008-05-16 Rémi Denis-CourmontHide i_children and pp_children away
2008-05-14 Rémi Denis-CourmontGet rid of b_attached
2008-05-10 Rémi Denis-CourmontThe TLS also needs to be cleaned up... should fix ...
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-CourmontBuild (linux|not)_specific.c as appropriate
2008-05-09 Rémi Denis-Courmontsystem_VLCPath does not exist
2008-05-07 Rémi Denis-CourmontUse a per-object spin around the reference count.
2008-05-07 Rémi Denis-CourmontRemove p_playlist from p_libvlc
2008-05-07 Rémi Denis-Courmontlibvlc_stats: use VLC_OBJECT to remove a bunch of warnings
2008-05-06 Rémi Denis-CourmontUse config_GetUserDataDir() internally
2008-05-06 Rémi Denis-CourmontUse config_GetUserConfDir internally too
2008-05-06 Rémi Denis-CourmontUse config_GetCacheDir internally
2008-05-05 Rémi Denis-CourmontHide psz_(cache|config|data)dir
2008-05-05 Rémi Denis-CourmontThe input_items array is private data.
2008-05-04 Rémi Denis-CourmontPrivatize the stats computer
next