deb_libcec.git
9 years agoFixed CCECCommandHandler::HasSpecificHandler implementation to include vendor TOSHIBA...
Kai Sommerfeld [Sat, 21 Jun 2014 21:25:12 +0000 (23:25 +0200)] 
Fixed CCECCommandHandler::HasSpecificHandler implementation to include vendor TOSHIBA, TOSHIBA2, ONKYO.

9 years agoMerge pull request #27 from kingosticks/fix/export-cec_set_configuration
Lars Op den Kamp [Fri, 13 Jun 2014 10:33:52 +0000 (12:33 +0200)] 
Merge pull request #27 from kingosticks/fix/export-cec_set_configuration

Added missing const for cec_set_configuration argument

9 years agoAdded missing const for cec_set_configuration argument
kingosticks [Mon, 9 Jun 2014 21:48:22 +0000 (22:48 +0100)] 
Added missing const for cec_set_configuration argument

Method now matches prototype and is correctly exported for C.

10 years agobump package to 2.4.1-2
Lars Op den Kamp [Wed, 18 Dec 2013 01:14:49 +0000 (02:14 +0100)] 
bump package to 2.4.1-2

10 years agodon't add -Wno-psabi to mac builds. fixes xbmc build
Lars Op den Kamp [Wed, 18 Dec 2013 01:11:51 +0000 (02:11 +0100)] 
don't add -Wno-psabi to mac builds. fixes xbmc build

10 years agobump to 2.1.4
Lars Op den Kamp [Fri, 13 Dec 2013 11:34:26 +0000 (12:34 +0100)] 
bump to 2.1.4

10 years agoguard against the screensaver failing to be activated. don't disconnect from libCEC...
Lars Op den Kamp [Fri, 13 Dec 2013 14:35:13 +0000 (15:35 +0100)] 
guard against the screensaver failing to be activated. don't disconnect from libCEC when away mode is activated, but just send standby. bugzid: 1375

10 years agoadded ActivateSource action to cectray
Lars Op den Kamp [Fri, 13 Dec 2013 14:17:41 +0000 (15:17 +0100)] 
added ActivateSource action to cectray

10 years agofixed potential crash when SendCommand returns NULL
Lars Op den Kamp [Fri, 13 Dec 2013 13:43:40 +0000 (14:43 +0100)] 
fixed potential crash when SendCommand returns NULL

10 years agofixed crash when CCECProcessor::Transmit was called after CCECProcessor::Close
Lars Op den Kamp [Fri, 13 Dec 2013 12:40:14 +0000 (13:40 +0100)] 
fixed crash when CCECProcessor::Transmit was called after CCECProcessor::Close

10 years agolisten to screensaver events in cectray. bugzid: 1375
Lars Op den Kamp [Fri, 13 Dec 2013 12:36:37 +0000 (13:36 +0100)] 
listen to screensaver events in cectray. bugzid: 1375

10 years agomoved class declarations other than the main form below the main form's declaration...
Lars Op den Kamp [Fri, 13 Dec 2013 11:18:35 +0000 (12:18 +0100)] 
moved class declarations other than the main form below the main form's declaration, or the app may crash with a MissingManifestResourceException. this bug in vs is present since .net 2003...

10 years agostill locking up when disposing, because the log callback is trying to write to the...
Lars Op den Kamp [Fri, 13 Dec 2013 10:51:41 +0000 (11:51 +0100)] 
still locking up when disposing, because the log callback is trying to write to the disposing ui. disconnect from a background thread instead when disposing

10 years agosuppress sending some commands when the tv is not present/responding to polls
Lars Op den Kamp [Fri, 13 Dec 2013 10:26:20 +0000 (11:26 +0100)] 
suppress sending some commands when the tv is not present/responding to polls

10 years agodon't lock up on exit in cectray when receiving log messages while the window is...
Lars Op den Kamp [Fri, 13 Dec 2013 10:23:36 +0000 (11:23 +0100)] 
don't lock up on exit in cectray when receiving log messages while the window is disposing

10 years agodon't crash LibCecSharp when receiving an alert with a NULL param (like the connectio...
Lars Op den Kamp [Fri, 13 Dec 2013 10:22:46 +0000 (11:22 +0100)] 
don't crash LibCecSharp when receiving an alert with a NULL param (like the connection lost alert)

10 years agodisplay the "tv not responding" warning on top of other windows
Lars Op den Kamp [Fri, 13 Dec 2013 09:52:46 +0000 (10:52 +0100)] 
display the "tv not responding" warning on top of other windows

10 years agodon't crash on exit in cectray by preventing a new action from being started
Lars Op den Kamp [Fri, 13 Dec 2013 09:50:11 +0000 (10:50 +0100)] 
don't crash on exit in cectray by preventing a new action from being started

10 years agodo not wake the system when exiting away mode
Lars Op den Kamp [Fri, 13 Dec 2013 00:56:32 +0000 (01:56 +0100)] 
do not wake the system when exiting away mode

10 years agohandle windows away mode in cectray. treated like standby
Lars Op den Kamp [Fri, 13 Dec 2013 00:32:52 +0000 (01:32 +0100)] 
handle windows away mode in cectray. treated like standby

10 years agoalways call the SourceActivated() callback in CCECBusDevice::MarkAsActiveSource(...
Lars Op den Kamp [Thu, 12 Dec 2013 02:38:03 +0000 (03:38 +0100)] 
always call the SourceActivated() callback in CCECBusDevice::MarkAsActiveSource(), even when we were already active, and let clients handle dupes. this prevented the screensaver from being canceled in XBMC

10 years agoset the vendor id of devices handled by libCEC to our vendor id
Lars Op den Kamp [Thu, 12 Dec 2013 01:58:12 +0000 (02:58 +0100)] 
set the vendor id of devices handled by libCEC to our vendor id

10 years agoadded our vendor id
Lars Op den Kamp [Thu, 12 Dec 2013 01:57:24 +0000 (02:57 +0100)] 
added our vendor id

10 years agosend our vendor id when the tv sends it's vendor id
Lars Op den Kamp [Thu, 12 Dec 2013 01:55:09 +0000 (02:55 +0100)] 
send our vendor id when the tv sends it's vendor id

10 years agotransmit our physical address when the TV sends it's physical address
Lars Op den Kamp [Thu, 12 Dec 2013 01:48:04 +0000 (02:48 +0100)] 
transmit our physical address when the TV sends it's physical address

10 years agofixed: panasonic doesn't request the active source status when powered up, but it...
Lars Op den Kamp [Wed, 11 Dec 2013 13:27:03 +0000 (14:27 +0100)] 
fixed: panasonic doesn't request the active source status when powered up, but it does send a vendor command. send an active source message when we're marked as active source after receiving this command. issue #192

10 years agovendor command 06:05 was commented out for panasonic because it was reported to be...
Lars Op den Kamp [Tue, 10 Dec 2013 11:41:02 +0000 (12:41 +0100)] 
vendor command 06:05 was commented out for panasonic because it was reported to be sent on power off too. i don't see that in the field, and it prevented resume from standby from working correctly. issue #192

10 years agoSL clean up and attempt to fix issue #176
Lars Op den Kamp [Tue, 10 Dec 2013 00:48:08 +0000 (01:48 +0100)] 
SL clean up and attempt to fix issue #176

10 years agotry to reconnect in cec-client when the connection was lost
Lars Op den Kamp [Mon, 9 Dec 2013 22:29:42 +0000 (23:29 +0100)] 
try to reconnect in cec-client when the connection was lost

10 years agoseparate mutex for CUSBCECAdapterCommunication::MarkAsWaiting()
Lars Op den Kamp [Mon, 9 Dec 2013 22:22:17 +0000 (23:22 +0100)] 
separate mutex for CUSBCECAdapterCommunication::MarkAsWaiting()

10 years agoLG: newer firmwares don't send a second power status request after it's been requeste...
Lars Op den Kamp [Mon, 9 Dec 2013 19:21:49 +0000 (20:21 +0100)] 
LG: newer firmwares don't send a second power status request after it's been requested once and replied with 'standby -> on' like previous versions. send an active source message in an attempt to fix this. issue: #176

10 years agoadded protection against standby without a notification from XBMC and clock changes...
Lars Op den Kamp [Mon, 9 Dec 2013 18:00:34 +0000 (19:00 +0100)] 
added protection against standby without a notification from XBMC and clock changes. issue #186

10 years agosuppress mangling warning. credits @warped-rudi. closes #190
Lars Op den Kamp [Mon, 9 Dec 2013 15:56:25 +0000 (16:56 +0100)] 
suppress mangling warning. credits @warped-rudi. closes #190

10 years agofixed leak on exit in CWaitForResponse::Clear()
Lars Op den Kamp [Mon, 9 Dec 2013 15:38:53 +0000 (16:38 +0100)] 
fixed leak on exit in CWaitForResponse::Clear()

10 years agomoved CResponse and CWaitForResponse implementation from .h to .cpp
Lars Op den Kamp [Mon, 9 Dec 2013 15:31:04 +0000 (16:31 +0100)] 
moved CResponse and CWaitForResponse implementation from .h to .cpp

10 years agobuild libCEC and cec-client against toolset v100 (VS2010). lots of 3rd party libs...
Lars Op den Kamp [Mon, 9 Dec 2013 10:58:27 +0000 (11:58 +0100)] 
build libCEC and cec-client against toolset v100 (VS2010). lots of 3rd party libs/programs and their installers only install the previous C++ redist, which will make libCEC fail to load when not manually installing the redist. we can include the correct redist in libCEC's installer, but that will still lead to problems when users just install XBMC from xbmc.org/ which doesn't include the v110 version of the redist. users will get a crash with the CEC adapter connected, not telling them how to fix the issue (thanks MS)

10 years agofixed compilation on windows
Lars Op den Kamp [Mon, 9 Dec 2013 10:47:16 +0000 (11:47 +0100)] 
fixed compilation on windows

10 years agoalso transmit an active source message as response to a set stream path command when...
Lars Op den Kamp [Fri, 6 Dec 2013 11:10:18 +0000 (12:10 +0100)] 
also transmit an active source message as response to a set stream path command when we were already marked as active. bugzid: 3116

10 years agorespond to vendor command 89:10:01:03 for panasonic and send the same response as...
Lars Op den Kamp [Fri, 6 Dec 2013 10:04:42 +0000 (11:04 +0100)] 
respond to vendor command 89:10:01:03 for panasonic and send the same response as for 89:10:01:05. bugzid: 2604

10 years agofixed: only send an active source message when receiving a routing change to an addre...
Lars Op den Kamp [Thu, 17 Oct 2013 11:14:21 +0000 (13:14 +0200)] 
fixed: only send an active source message when receiving a routing change to an address handled by libCEC. issue #56

10 years agosync win32
Lars Op den Kamp [Thu, 5 Sep 2013 17:19:58 +0000 (19:19 +0200)] 
sync win32

10 years agosharp: check whether the 'auto power on' option is disabled and tell the user how...
Lars Op den Kamp [Thu, 5 Sep 2013 17:14:24 +0000 (19:14 +0200)] 
sharp: check whether the 'auto power on' option is disabled and tell the user how to enable it

10 years agoHandleVendorRemoteButtonUp -> HandleUserControlRelease for all vendors
Lars Op den Kamp [Fri, 21 Jun 2013 13:27:05 +0000 (15:27 +0200)] 
HandleVendorRemoteButtonUp -> HandleUserControlRelease for all vendors

10 years agoMerge pull request #180 from Fneufneu/freebsd
Lars Op den Kamp [Thu, 20 Jun 2013 10:18:12 +0000 (03:18 -0700)] 
Merge pull request #180 from Fneufneu/freebsd

FreeBSD: proper the adapter detection

10 years agosilence warning for xx:a0:00:09:b0:00:80:20. bugzid: 2559
Lars Op den Kamp [Wed, 19 Jun 2013 11:12:47 +0000 (13:12 +0200)] 
silence warning for xx:a0:00:09:b0:00:80:20. bugzid: 2559

10 years ago[FreeBSD] update adapter detection
Fneufneu [Wed, 12 Jun 2013 15:06:41 +0000 (17:06 +0200)] 
[FreeBSD] update adapter detection

10 years ago[FreeBSD] find cec devices with sysctl on dev.umodem tree
Fneufneu [Wed, 28 Nov 2012 16:11:15 +0000 (17:11 +0100)] 
[FreeBSD] find cec devices with sysctl on dev.umodem tree
find the usb path of the divice to be able to handle strDevicePath

10 years agoupdate system audio mode when audio system devices are activated
Lars Op den Kamp [Thu, 16 May 2013 11:32:53 +0000 (13:32 +0200)] 
update system audio mode when audio system devices are activated

10 years agosamsung: respond to vendor command 0x23 sent by samsung. attempt to fix bugzid: 2164
Lars Op den Kamp [Thu, 16 May 2013 11:32:07 +0000 (13:32 +0200)] 
samsung: respond to vendor command 0x23 sent by samsung. attempt to fix bugzid: 2164

10 years agopanasonic: silence 'unmapped code' warning. bugzid: 2375
Lars Op den Kamp [Wed, 15 May 2013 09:53:01 +0000 (11:53 +0200)] 
panasonic: silence 'unmapped code' warning. bugzid: 2375

10 years agofixed comboKeyTimeout=0. closes #168
Lars Op den Kamp [Tue, 14 May 2013 23:27:54 +0000 (01:27 +0200)] 
fixed comboKeyTimeout=0. closes #168

10 years agofixed possible crash when the tv does not respond to polls and the client isn't regis...
Lars Op den Kamp [Tue, 14 May 2013 23:15:22 +0000 (01:15 +0200)] 
fixed possible crash when the tv does not respond to polls and the client isn't registered yet. don't poll the tv in monitoring mode. closes #163 and fogbugz ticket

10 years agocosmetics
Lars Op den Kamp [Tue, 14 May 2013 13:49:49 +0000 (15:49 +0200)] 
cosmetics

10 years agoadded vendor id and name 'Harman/Kardon'
Lars Op den Kamp [Tue, 14 May 2013 13:48:52 +0000 (15:48 +0200)] 
added vendor id and name 'Harman/Kardon'

10 years agoadded vendor id and name 'Marantz'
Lars Op den Kamp [Tue, 14 May 2013 12:06:34 +0000 (14:06 +0200)] 
added vendor id and name 'Marantz'

10 years agoupdated changelog
Lars Op den Kamp [Sat, 11 May 2013 10:07:13 +0000 (12:07 +0200)] 
updated changelog

10 years agoMerge pull request #172 from warped-rudi/Pulse-Eight
Lars Op den Kamp [Sat, 11 May 2013 10:05:00 +0000 (03:05 -0700)] 
Merge pull request #172 from warped-rudi/Pulse-Eight

[TDA995x] avoid callback when already stopped

10 years agowindows: fixed installer (cp -> copy)
Lars Op den Kamp [Sat, 11 May 2013 09:54:40 +0000 (11:54 +0200)] 
windows: fixed installer (cp -> copy)

10 years agobump to v2.1.3
Lars Op den Kamp [Sun, 7 Apr 2013 09:40:48 +0000 (11:40 +0200)] 
bump to v2.1.3

10 years agotoshiba: fixed - toshiba handler wasn't initialised, and toshiba uses more than one...
Lars Op den Kamp [Fri, 10 May 2013 14:37:23 +0000 (16:37 +0200)] 
toshiba: fixed - toshiba handler wasn't initialised, and toshiba uses more than one vendor id

10 years agofixed - incorrect active source marking after 88d5d47fe5b37b8fab796e0ec563176bf05b3801
Lars Op den Kamp [Tue, 19 Mar 2013 11:25:01 +0000 (12:25 +0100)] 
fixed - incorrect active source marking after 88d5d47fe5b37b8fab796e0ec563176bf05b3801
libCEC marked itself as inactive source when the stream path changed to a device with a different physical address. bugzid: 2157

10 years ago[TDA995x] avoid callback when already stopped
Rudi [Thu, 9 May 2013 15:38:42 +0000 (17:38 +0200)] 
[TDA995x] avoid callback when already stopped

11 years agowindows: moved project files into separate directories, cleaned up project files...
Lars Op den Kamp [Sat, 6 Apr 2013 13:08:11 +0000 (15:08 +0200)] 
windows: moved project files into separate directories, cleaned up project files, updated README

11 years agowindows: fix resource files and backwards compat dll names
Lars Op den Kamp [Fri, 5 Apr 2013 11:54:18 +0000 (13:54 +0200)] 
windows: fix resource files and backwards compat dll names

11 years agoLibCecTray: power management
Lars Op den Kamp [Fri, 5 Apr 2013 08:51:19 +0000 (10:51 +0200)] 
LibCecTray: power management

11 years agowindows: solution cleanup
Lars Op den Kamp [Fri, 5 Apr 2013 08:50:36 +0000 (10:50 +0200)] 
windows: solution cleanup

11 years agofixed compilation errors
Lars Op den Kamp [Fri, 5 Apr 2013 08:50:06 +0000 (10:50 +0200)] 
fixed compilation errors

11 years agosplit up asyncform
Lars Op den Kamp [Fri, 15 Mar 2013 02:09:42 +0000 (03:09 +0100)] 
split up asyncform

11 years agoconverted to vs2012
Lars Op den Kamp [Fri, 15 Mar 2013 01:44:01 +0000 (02:44 +0100)] 
converted to vs2012

11 years agoalway log unhandled commands
Lars Op den Kamp [Mon, 18 Mar 2013 15:52:53 +0000 (16:52 +0100)] 
alway log unhandled commands

11 years agounused warning
Lars Op den Kamp [Mon, 18 Mar 2013 15:16:46 +0000 (16:16 +0100)] 
unused warning

11 years agoupdated log message for unmapped commands
Lars Op den Kamp [Mon, 18 Mar 2013 15:15:51 +0000 (16:15 +0100)] 
updated log message for unmapped commands

11 years agouse CCECCommandHandler::RequestEmailFromCustomer in CRLCommandHandler
Lars Op den Kamp [Mon, 18 Mar 2013 15:06:49 +0000 (16:06 +0100)] 
use CCECCommandHandler::RequestEmailFromCustomer in CRLCommandHandler

11 years agoadded CCECCommandHandler::RequestEmailFromCustomer
Lars Op den Kamp [Mon, 18 Mar 2013 15:06:18 +0000 (16:06 +0100)] 
added CCECCommandHandler::RequestEmailFromCustomer

11 years agouse CCECTypeUtils::ToString(const cec_command& command) in CCECProcessor
Lars Op den Kamp [Mon, 18 Mar 2013 15:05:25 +0000 (16:05 +0100)] 
use CCECTypeUtils::ToString(const cec_command& command) in CCECProcessor

11 years agoadded CCECTypeUtils::ToString(const cec_command& command)
Lars Op den Kamp [Mon, 18 Mar 2013 15:04:48 +0000 (16:04 +0100)] 
added CCECTypeUtils::ToString(const cec_command& command)

11 years agoadded operator == for cec_datapacket
Lars Op den Kamp [Mon, 18 Mar 2013 15:04:02 +0000 (16:04 +0100)] 
added operator == for cec_datapacket

11 years agotoshiba: ask users to send an email to support@pulse-eight.com when receiving an...
Lars Op den Kamp [Mon, 18 Mar 2013 14:19:13 +0000 (15:19 +0100)] 
toshiba: ask users to send an email to support@pulse-eight.com when receiving an unknown keycode

11 years agotoshiba: map top menu and dvd menu buttons. closes #148
Lars Op den Kamp [Mon, 18 Mar 2013 14:08:17 +0000 (15:08 +0100)] 
toshiba: map top menu and dvd menu buttons. closes #148
- top menu mapped to CEC root menu
- dvd menu mapped to CEC contents menu

11 years agoupdated .gitignore
Lars Op den Kamp [Tue, 12 Mar 2013 23:46:06 +0000 (00:46 +0100)] 
updated .gitignore

11 years agoCecTray: try/catch xml exceptions when reading the xml config. bugzid: 2082
Lars Op den Kamp [Tue, 12 Mar 2013 23:43:35 +0000 (00:43 +0100)] 
CecTray: try/catch xml exceptions when reading the xml config. bugzid: 2082

11 years agoCecSharpClient: use CurrentVersion instead of a hardcoded version
Lars Op den Kamp [Tue, 12 Mar 2013 23:40:19 +0000 (00:40 +0100)] 
CecSharpClient: use CurrentVersion instead of a hardcoded version

11 years agoCecTray: use CurrentVersion instead of a hardcoded version
Lars Op den Kamp [Tue, 12 Mar 2013 23:40:04 +0000 (00:40 +0100)] 
CecTray: use CurrentVersion instead of a hardcoded version

11 years agoLibCecSharp: added CurrentVersion to the version enum
Lars Op den Kamp [Tue, 12 Mar 2013 23:38:58 +0000 (00:38 +0100)] 
LibCecSharp: added CurrentVersion to the version enum

11 years agoCecTray: display a warning if we can't poll the TV
Lars Op den Kamp [Tue, 12 Mar 2013 23:37:10 +0000 (00:37 +0100)] 
CecTray: display a warning if we can't poll the TV

11 years agoCecTray: display alerts from libCEC
Lars Op den Kamp [Tue, 12 Mar 2013 23:31:39 +0000 (00:31 +0100)] 
CecTray: display alerts from libCEC

11 years agoLibCecSharp: sync alert types
Lars Op den Kamp [Tue, 12 Mar 2013 23:31:21 +0000 (00:31 +0100)] 
LibCecSharp: sync alert types

11 years agoCecTray: don't use lazy loading for the main controller, but pass the instance. bugzi...
Lars Op den Kamp [Tue, 12 Mar 2013 23:12:32 +0000 (00:12 +0100)] 
CecTray: don't use lazy loading for the main controller, but pass the instance. bugzid: 2082

11 years agoMerge pull request #145 from warped-rudi/Pulse-Eight
Lars Op den Kamp [Sun, 10 Mar 2013 19:47:45 +0000 (12:47 -0700)] 
Merge pull request #145 from warped-rudi/Pulse-Eight

[TDA995x] report proper firmware revision

11 years ago[TDA995x] report proper firmware revision
Rudi [Sun, 10 Mar 2013 13:36:51 +0000 (14:36 +0100)] 
[TDA995x] report proper firmware revision

11 years agocompiler warning on linux
Lars Op den Kamp [Fri, 8 Mar 2013 22:18:33 +0000 (23:18 +0100)] 
compiler warning on linux

11 years agotabs -> spaces
Lars Op den Kamp [Fri, 8 Mar 2013 22:11:33 +0000 (23:11 +0100)] 
tabs -> spaces

11 years agoversion bump to prepare for release 2.1.1
Lars Op den Kamp [Fri, 8 Mar 2013 17:05:20 +0000 (18:05 +0100)] 
version bump to prepare for release 2.1.1

11 years agoLibCecSharp: fixed 14 char long OSD name (wasn't \0 terminated)
Lars Op den Kamp [Fri, 8 Mar 2013 12:45:03 +0000 (13:45 +0100)] 
LibCecSharp: fixed 14 char long OSD name (wasn't \0 terminated)

11 years agoalways poll a device when the status is unknown, and don't try to determine whether...
Lars Op den Kamp [Fri, 8 Mar 2013 12:31:57 +0000 (13:31 +0100)] 
always poll a device when the status is unknown, and don't try to determine whether it needs to be polled by checking the status of other devices

11 years agoLibCecSharp: fixed return value of GetActiveDevices(). issue #131
Lars Op den Kamp [Fri, 8 Mar 2013 12:31:00 +0000 (13:31 +0100)] 
LibCecSharp: fixed return value of GetActiveDevices(). issue #131

11 years agosend an alert when the TV does not respond to polls
Lars Op den Kamp [Fri, 8 Mar 2013 10:55:06 +0000 (11:55 +0100)] 
send an alert when the TV does not respond to polls

11 years agofixed index out of range exception in CECSettingNumeric.cs. bugzid: 2082
Lars Op den Kamp [Fri, 8 Mar 2013 10:27:37 +0000 (11:27 +0100)] 
fixed index out of range exception in CECSettingNumeric.cs. bugzid: 2082

11 years agoensure that the tray app only initialises once. bugzid: 2082
Lars Op den Kamp [Fri, 8 Mar 2013 10:27:02 +0000 (11:27 +0100)] 
ensure that the tray app only initialises once. bugzid: 2082

11 years agorpi: don't set the physical address to 1.0.0.0 when receiving VC_HDMI_UNPLUGGED....
Lars Op den Kamp [Thu, 7 Mar 2013 23:38:50 +0000 (00:38 +0100)] 
rpi: don't set the physical address to 1.0.0.0 when receiving VC_HDMI_UNPLUGGED. it may wake up device when they were just sent to standby. issue #142