]> git.sesse.net Git - vlc/history - src/input/resource.c
decoder: reorder to avoid forward declation, no functional changes
[vlc] / src / input / resource.c
2014-12-18 Ludovic FauvetFix broken NowPlaying (close #9960, #11796, #12850)
2014-03-10 Rémi Denis-Courmontresource: add input_resource_ResetAout()
2014-03-10 Rémi Denis-Courmontresource: simplify & reduce aout locking
2014-03-04 Felix Paul Kühnesrc/input: fix compilation warnings
2013-04-25 Rémi Denis-CourmontFix spelling
2012-12-08 Rémi Denis-CourmontRevert "input: create an aout if UI wants to configure...
2012-11-29 Rémi Denis-Courmontinput: create an aout if UI wants to configure audio...
2012-11-01 Rémi Denis-Courmontinput: remove obsolete assertion
2012-10-31 Rémi Denis-Courmontinput: simplify/inline aout resource handling
2012-05-13 Rémi Denis-Courmontinput: count references directly
2011-11-27 Jean-Baptiste KempfLGPL
2011-08-10 Rémi Denis-Courmontaout: introduce aout_Destroy()
2011-07-25 Rémi Denis-CourmontRename aout_instance_t to audio_output_t
2011-04-07 Rémi Denis-CourmontSpawn one audio output instance per audio input
2011-04-04 Rémi Denis-CourmontInput resource: allow operation without input
2010-06-17 Laurent AimarAdded a ref count on input_resource_t.
2010-05-25 Laurent AimarMade object created by input_resource attached to a...
2010-05-23 Laurent AimarFixed vout reuse regression.
2010-05-23 Laurent AimarGives the needed DPB size when requesting a vout.
2010-05-21 Laurent AimarGives the input_thread_t to use to vout_Request().
2010-05-21 Laurent AimarModified the prototype of vout_Request and unexport...
2010-05-10 Laurent AimarMade SPU commands go through vout.
2010-05-10 Laurent AimarRemoved useless vlc_osd.h includes.
2010-05-04 Laurent AimarCleaned up a bit spu_t API.
2010-01-28 Rémi Denis-CourmontResource attach/detach requires the lock. Add vlc_asser...
2009-09-03 Rafaël Carrésrc/ : missing assert.h include
2009-08-15 Rémi Denis-Courmontget vout: use size_t for the counter
2009-06-18 Laurent AimarReally used a weaker lock for input_ressource_HoldAout.
2009-06-18 Laurent AimarUsed a weaker lock scheme for input_resource_HoldAout.
2009-06-18 Laurent AimarFixed a potential race condition in input_resource_Hold...
2009-06-18 Laurent AimarRenamed lock_vout in lock_hold in resource (No function...
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-31 Laurent AimarDo not access vout_thread_t fields when it can be avoided.
2009-03-01 Laurent AimarFixed race condition with input ressource and input_Con...
2009-03-01 Rémi Denis-CourmontSpell resource the English way