deb_libcec.git
12 years agocec: add a Close() method to the interface
Lars Op den Kamp [Thu, 29 Sep 2011 21:27:28 +0000 (23:27 +0200)] 
cec: add a Close() method to the interface

12 years agocec: fix the command buffer
Lars Op den Kamp [Thu, 29 Sep 2011 20:31:13 +0000 (22:31 +0200)] 
cec: fix the command buffer

12 years agocec: forgot to initialise m_maxSize in CecBuffer
Lars Op den Kamp [Thu, 29 Sep 2011 20:03:07 +0000 (22:03 +0200)] 
cec: forgot to initialise m_maxSize in CecBuffer

12 years agocec: added CEC command that were received by the adapter in a buffer that can be...
Lars Op den Kamp [Thu, 29 Sep 2011 19:53:47 +0000 (21:53 +0200)] 
cec: added CEC command that were received by the adapter in a buffer that can be read by a client with GetNextCommand()/cec_get_next_command(). added a 'help' command to the test client, that displays all available commands

12 years agocec: fix compilation on windows after interface changes
Lars Op den Kamp [Thu, 29 Sep 2011 16:57:31 +0000 (18:57 +0200)] 
cec: fix compilation on windows after interface changes

12 years agocec: fixed setting the ackmask. deprecated SetAckMask()/cec_set_ack_mask(). use SetLo...
Lars Op den Kamp [Thu, 29 Sep 2011 15:44:15 +0000 (17:44 +0200)] 
cec: fixed setting the ackmask. deprecated SetAckMask()/cec_set_ack_mask(). use SetLogicalAddress()/cec_set_logical_address() instead. add 'la' command to the testclient to set the logical address of the cec adapter

12 years agocec: added optional logical and physical address parameters to LoadLibCec()/cec_init...
Lars Op den Kamp [Thu, 29 Sep 2011 12:32:04 +0000 (14:32 +0200)] 
cec: added optional logical and physical address parameters to LoadLibCec()/cec_init() on the interface. fixed wrongly placed namespace close tag in CECExports.h. updated interface documentation. bumped interface version to 2.

12 years agocec: fix hardcoded ackmask in SetAckMast(). set a shorter display name in the test...
Lars Op den Kamp [Wed, 28 Sep 2011 23:42:46 +0000 (01:42 +0200)] 
cec: fix hardcoded ackmask in SetAckMast(). set a shorter display name in the test client. the previous one was too long and being rejected

12 years agoinitial commit containing libcec v0.1. see README for details.
Lars Op den Kamp [Wed, 28 Sep 2011 22:52:53 +0000 (00:52 +0200)] 
initial commit containing libcec v0.1. see README for details.