]> git.sesse.net Git - vlc/history - src/interface/interface.c
decoder: do not wait for buffering when there is no data
[vlc] / src / interface / interface.c
2014-09-09 Hannes Domaniinterface: fix memory leak
2014-02-08 Rémi Denis-CourmontWin32: avoid warning about "pidfile"
2014-01-07 Rémi Denis-Courmontsrc: simplify and inline pl_Get()
2014-01-07 Rémi Denis-Courmontplaylist: create instance only when needed
2014-01-07 Rémi Denis-Courmontlib: add helper for playlist startup
2014-01-07 Rémi Denis-Courmontsrc: helper for command line item handling
2014-01-07 Rémi Denis-Courmontinterface: create the playlist first and use it as...
2014-01-07 Rémi Denis-Courmontplaylist: merge interface and playlist locks as one
2014-01-01 Rémi Denis-Courmontintf-add: small simplification
2014-01-01 Rémi Denis-Courmontlibvlc: look the value of intf up only once when used
2014-01-01 Rémi Denis-CourmontRemove stray comment
2013-12-30 Rémi Denis-CourmontMissing #includes
2013-12-29 Rémi Denis-CourmontRemove inconsistently used HAVE_UNISTD_H
2013-06-05 Rafaël CarréUse _WIN32 rather than WIN32 (same for WIN64)
2013-03-24 Rémi Denis-Courmontcore: intf: simplify intf_DestroyAll()
2012-12-18 Rémi Denis-CourmontFix warning
2012-11-27 Rémi Denis-CourmontRemove pf_run
2012-05-09 Felix Paul Kühnemacosx: replaced dated threading hacks with the latest...
2012-05-09 Felix Paul Kühnesrc/interface: compilation fix
2012-05-09 Rémi Denis-CourmontRemove non-sensical condition
2012-05-09 Rémi Denis-CourmontStray declaration
2012-05-09 Rémi Denis-CourmontRevert "Remove b_should_run_on_first_thread"
2012-05-07 Rémi Denis-CourmontRemove b_should_run_on_first_thread
2012-05-07 Rémi Denis-CourmontRemove useless MonitorLibVLCDeath() contorsion
2012-02-14 Felix Paul Kühnemacosx: since Cocoa expects the main thread to quit...
2011-11-27 Jean-Baptiste KempfLGPL
2011-10-14 KO Myung-HunInclude missing unistd.h and time.h for OS/2
2011-08-31 Felix Paul Kühnesrc/interface: compilation fix
2011-08-30 Rémi Denis-CourmontMove src/control/ to lib/
2011-08-19 Rémi Denis-CourmontReduce interface lock scope
2011-07-11 Rémi Denis-CourmontRemove object type field
2011-06-26 Rafaël Carréinterface: fix memleak
2011-06-21 Pierre Ynardintf-add: list CLI on win32 regardless of stdin
2011-06-21 Pierre YnardRevert "intf-add: update cli interface name"
2011-06-21 Rémi Denis-CourmontRemove unused intf_thread_t.psz_intf
2011-06-20 Rémi Denis-Courmontintf-add: update cli interface name
2011-06-20 Rémi Denis-Courmontintf-add: do not list CLI if stdin is not a TTY (fix...
2011-05-31 Rémi Denis-CourmontCancel interface thread on exit
2011-05-25 Rémi Denis-CourmontRemove vlc_object_attach()
2011-05-25 Rémi Denis-CourmontFix a prototype warning
2011-05-23 Laurent AimarUsed vlc_clone for interface threads.
2011-03-24 Francois Cartegnieinterfaces: "Add interface" subitems: being interface...
2011-02-12 Rémi Denis-CourmontRemove useless parameters
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
next