]> git.sesse.net Git - vlc/history - src/interface/interface.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / interface / interface.c
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
2010-07-25 Rémi Denis-CourmontWin32: run on first thread is not needed
2010-06-03 Rémi Denis-CourmontFix missing lock in 440126cfb7322950d14f7029dd424c4f4bd41ad
2010-05-30 Rémi Denis-Courmontlibvlc_Quit: support using a callback
2010-05-30 Rémi Denis-Courmontintf_Create: do not fail if libvlc is exiting
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontKill VLC_OBJECT_INTF
2009-05-23 Rémi Denis-CourmontKeep a thread-safe list of interfaces
2009-05-23 Rémi Denis-CourmontReplace intf_StopThread() with intf_DestroyAll()
2009-05-23 Rémi Denis-Courmontfix intf_c
2009-05-23 Rémi Denis-CourmontDo not create an interface thread if not needed
2009-05-23 Rémi Denis-CourmontSet intf-add before loading the interface module
2009-05-23 Rémi Denis-CourmontMerge intf_Create() and intf_RunThread()
2009-03-17 Rémi Denis-CourmontRemove intf_thread_t.change_lock
2009-03-17 Rémi Denis-CourmontUnload interface plugin in StopThread rather than destroy
2009-01-26 Jean-Paul Samaninterface: fix building on MacOS X
2009-01-26 Jean-Baptiste KempfWin32: Fix build.
2009-01-24 Rémi Denis-CourmontUse libvlc_InternalWait
2009-01-19 Antoine CellerierAdd support for config chain for interface modules
2009-01-19 Rémi Denis-CourmontFix OSX misuses of vlc_list_*
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2009-01-11 Rémi Denis-CourmontCleanup interaction-capable interface registration
2009-01-05 Rémi Denis-CourmontDo not use vlc_object_signal
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-10-28 Rémi DuraffortClean up coments.
2008-10-28 Rémi DuraffortUse asprintf and check it.
2008-09-25 Rémi Denis-CourmontProbe interface plugis strictly
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-13 Antoine Cellerier\o/ skins2 work on win32 \o/ <(°v°<)
2008-09-03 Rémi Denis-CourmontDe-inhibit cancellation in interface threads
2008-08-30 Rémi Denis-CourmontUnused variable
2008-08-28 Rémi Denis-CourmontRemove unneeded include
2008-08-28 Rémi Denis-CourmontIf the thread does nothing, we might as well exit
2008-08-28 Rémi Denis-Courmontpsz_intf_switch was read-only: remove dead code
2008-08-27 Rémi Denis-Courmontlibvlccore: push threads cancellation down vlc_thread_c...
2008-08-12 Pierre d'Herbemontinterface: Warning fixes on Mac OS X.
2008-08-09 Derk-Jan HartmanMerge branch '0.9.0-libass' of git://git.videolan.org/vlc
2008-08-07 Rémi DuraffortFix threaded function declaration.
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-30 Jean-Baptiste KempfTranslate Console.
2008-07-24 Rémi Denis-CourmontRemove the main thread hack on platforms with non-idiot...
2008-07-05 Pierre d'Herbemontinterface: Make sure the MonitorLibVLCDeath thread...
2008-07-05 Pierre d'Herbemontinterface: Make sure that when b_should_run_on_first_th...
2008-06-30 Rémi Denis-Courmontsignal si redumdant after kill
2008-06-20 Rémi Denis-CourmontRemove the broken window embedding core code
2008-06-19 Rémi DuraffortRemove msg_Err about memory allocation.
2008-06-17 Rémi Denis-CourmontUse vlc_object_signal
2008-06-17 Rémi Denis-CourmontUse vlc_object_lock and vlc_object_unlock
2008-06-04 Rémi Denis-CourmontRemove redumdant b_play code
2008-06-01 Rémi Denis-CourmontFix deadlock when quitting the dummy interface
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-31 Rémi Denis-CourmontRemove unused variable
2008-05-31 Rémi Denis-Courmontintf_Create: remove unused parameters
2008-05-29 Rémi Denis-CourmontCleanup handling of thread-less interfaces
2008-05-28 Rémi Denis-Courmontintf_Destroy(): use vlc_object_release() and a destruct...
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-17 Rémi Denis-CourmontProvide the trust value to var_OptionParse
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-02-24 Rafaël Carréremove buggy and inconsistent intf-switch
2008-02-21 Rémi Denis-CourmontUnexport var_OptionParse
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-11-04 Antoine CellerierAdd a psz_intf member to intf_thread_t. This holds...
2007-09-20 Pierre d'Herbemontinterface.c: Default b_should_run_on_first_thread to...
2007-09-20 Pierre d'HerbemontRevert Previous commit.
2007-09-20 Pierre d'Herbemontinterface.c: Default b_should_run_on_first_thread to...
2007-09-20 Pierre d'Herbemontinterface.c: Better comment.
2007-09-20 Pierre d'Herbemontinterface.c: Support execution of the interface Run...
2007-09-15 Rémi Denis-CourmontAnother MacOS compile fix
2007-09-15 Rémi Denis-CourmontRemove interface b_block property.
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-04-14 Rémi Denis-CourmontInclude modules.h whenever needed
2007-04-05 Rémi Denis-CourmontCompiler warnings rampage
2007-03-03 Derk-Jan Hartman* Fix blocking intf launching without pf_run on OSX
2007-03-03 Pierre d'HerbemontMac OS X: Remove dead code. Make sure terminate: calls...
2007-02-14 Rémi Denis-CourmontRemove seemingly misleading comment
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-13 Rémi Denis-CourmontFix another bunch of warnings
2006-10-09 Christophe Mutricyforward port [17012] and make update-po
2006-10-05 Sam Hocevar * Spelling fixes here and there.
2006-09-24 Clément StenacConvert hotkeys to using cond_wait/cond_signal
2006-09-24 Clément Stenac* Get rid of the Manager thread by making blocking...
2006-09-17 Clément StenacInterfaces are now allowed not to have a Run function.
2006-09-16 Clément StenacShould fix OS X build
2006-09-15 Clément StenacHopefully fix OS X
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-05-07 Clément StenacForward-port and adapt [15500]
2006-04-28 Benjamin Pracht* Revert 15357, as it would make vlc crash if you try...
next