]> git.sesse.net Git - vlc/history - src/input/resource.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / input / resource.c
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