35 Commits (b634e6a9c812ac2cdc01635e53e9ab1f82683e56)

Author SHA1 Message Date
Jean-Baptiste Kempf b634e6a9c8 Fix comments about Qt4 11 years ago
Ludovic Fauvet d4ccd7a5b4 Fix broken NowPlaying (close #9960, #11796, #12850) 12 years ago
Rémi Denis-Courmont b1ff0c7e29 resource: add input_resource_ResetAout() 13 years ago
Rémi Denis-Courmont bf62d22f2a resource: simplify & reduce aout locking 13 years ago
Felix Paul Kühne ceed4a8e58 src/input: fix compilation warnings 13 years ago
Rémi Denis-Courmont fb55232e13 Fix spelling 13 years ago
Rémi Denis-Courmont 3de8fd13f2 Revert "input: create an aout if UI wants to configure audio" 14 years ago
Rémi Denis-Courmont 4e57bd052e input: create an aout if UI wants to configure audio (fixes #7810) 14 years ago
Rémi Denis-Courmont 10b7533ae1 input: remove obsolete assertion 14 years ago
Rémi Denis-Courmont 21f3ef763f input: simplify/inline aout resource handling 14 years ago
Rémi Denis-Courmont 04146d87f2 input: count references directly 14 years ago
Jean-Baptiste Kempf 36ab287e77 LGPL 15 years ago
Rémi Denis-Courmont 32272ce535 aout: introduce aout_Destroy() 15 years ago
Rémi Denis-Courmont 2516061e58 Rename aout_instance_t to audio_output_t 15 years ago
Rémi Denis-Courmont 2b2af1ebb1 Spawn one audio output instance per audio input 16 years ago
Rémi Denis-Courmont f137e017a6 Input resource: allow operation without input 16 years ago
Laurent Aimar a8f019f230 Added a ref count on input_resource_t. 16 years ago
Laurent Aimar 211f72ff01 Made object created by input_resource attached to a high level object. 16 years ago
Laurent Aimar a61cb21fd6 Fixed vout reuse regression. 16 years ago
Laurent Aimar 3fd7fd49d2 Gives the needed DPB size when requesting a vout. 16 years ago
Laurent Aimar 4b9c63a36e Gives the input_thread_t to use to vout_Request(). 16 years ago
Laurent Aimar 7e7f8be16b Modified the prototype of vout_Request and unexport unused vout_Create. 16 years ago
Laurent Aimar 6e8939e496 Made SPU commands go through vout. 16 years ago
Laurent Aimar b57a4d9d1f Removed useless vlc_osd.h includes. 17 years ago
Laurent Aimar 776b826403 Cleaned up a bit spu_t API. 17 years ago
Rémi Denis-Courmont d20e98fbb1 Resource attach/detach requires the lock. Add vlc_assert_locked() 17 years ago
Rafaël Carré 6efc8da001 src/ : missing assert.h include 17 years ago
Rémi Denis-Courmont 71d32071ce get vout: use size_t for the counter 17 years ago
Laurent Aimar 1ba525b0c9 Really used a weaker lock for input_ressource_HoldAout. 17 years ago
Laurent Aimar 9ef7e90ea5 Used a weaker lock scheme for input_resource_HoldAout. 17 years ago
Laurent Aimar 01bec0077e Fixed a potential race condition in input_resource_HoldVout*. 17 years ago
Laurent Aimar fee7f059d7 Renamed lock_vout in lock_hold in resource (No functionnal changes). 17 years ago
Laurent Aimar cc4f67fe86 Do not access vout_thread_t fields when it can be avoided. 17 years ago
Laurent Aimar c58cece6eb Fixed race condition with input ressource and input_Control. 18 years ago
Rémi Denis-Courmont c5746ee26c Spell resource the English way 18 years ago