Lars Op den Kamp [Wed, 20 Jun 2012 13:33:36 +0000 (15:33 +0200)]
cec: added a vendor command for panasonic that will enable routing of some more buttons on the remote (guide, text, ...)
Lars Op den Kamp [Wed, 20 Jun 2012 13:32:46 +0000 (15:32 +0200)]
cec: reply with abort reason 'invalid operand' to vendor commands that we don't understand
Lars Op den Kamp [Wed, 20 Jun 2012 13:31:46 +0000 (15:31 +0200)]
cec: added cec_command::PushArray()
Lars Op den Kamp [Wed, 20 Jun 2012 09:38:27 +0000 (11:38 +0200)]
cec-client: don't display debug output by default in 'cec-client -l'
Lars Op den Kamp [Wed, 20 Jun 2012 09:30:18 +0000 (11:30 +0200)]
changed 'couldn't change the ackmask: the connection is closed' into a debug message
Lars Op den Kamp [Wed, 20 Jun 2012 09:28:00 +0000 (11:28 +0200)]
silence 'unused' warnings
Lars Op den Kamp [Tue, 19 Jun 2012 20:32:43 +0000 (22:32 +0200)]
cec: changed all Handle...() commands to return a cec_abort_reason and send the correct abort reason to the initiator as a response to directly addressed messages
Lars Op den Kamp [Tue, 19 Jun 2012 18:54:35 +0000 (20:54 +0200)]
cec: fixed - send a feature abort as reply to vendor commands
Lars Op den Kamp [Tue, 19 Jun 2012 15:19:53 +0000 (17:19 +0200)]
cec: fixed - get the current power status of the TV when activating the source on panasonic, not the cached power status. fixes active source messages not being sent, or being delayed
Lars Op den Kamp [Tue, 19 Jun 2012 14:59:43 +0000 (16:59 +0200)]
cec-client: fixed - wrong client version
Lars Op den Kamp [Tue, 19 Jun 2012 14:59:12 +0000 (16:59 +0200)]
cec: fixed missing virtual keyword in CCECCommandHandler::GetReplacementDeviceType(). replace the handler (if needed) in GetHandler()
Lars Op den Kamp [Wed, 13 Jun 2012 08:02:01 +0000 (10:02 +0200)]
cec: display a warning message if libCEC was not compiled with adapter detection for the target platform
Lars Op den Kamp [Mon, 11 Jun 2012 13:30:12 +0000 (15:30 +0200)]
Merge branch 'development'
Lars Op den Kamp [Sun, 10 Jun 2012 11:40:25 +0000 (13:40 +0200)]
updated changelog
Lars Op den Kamp [Sun, 10 Jun 2012 11:34:08 +0000 (13:34 +0200)]
cec: fixed missing firmware version and build date in cec-client -l / GetDeviceInformation()
Lars Op den Kamp [Sun, 10 Jun 2012 10:42:41 +0000 (12:42 +0200)]
cec: open libcec.so.1 instead of libcec.so in cecloader.h. credits @coling. github issue #30. cosmetics: dlerror() already shows the name of the lib it tried to load. removed dupe log entry
Lars Op den Kamp [Sun, 10 Jun 2012 09:45:09 +0000 (11:45 +0200)]
updated changelog
Lars Op den Kamp [Sun, 10 Jun 2012 09:42:55 +0000 (11:42 +0200)]
debian: build source v1 packages to simplify test builds
Lars Op den Kamp [Sun, 10 Jun 2012 09:40:37 +0000 (11:40 +0200)]
cec: TransmitImageViewOn() and TransmitActiveSource() always returned true, even if sending the command failed, so the retry for failed source activations was never triggered
Lars Op den Kamp [Sun, 10 Jun 2012 09:14:45 +0000 (11:14 +0200)]
cec: get the vendor id of the TV before allocating logical addresses, so we can determine if the TV supports the requested device type directly. for panasonic, this means that a playback device will be allocated directly, instead of allocating a recording device first and switching to playback device afterwards, which may possibly confuse the tv
Lars Op den Kamp [Tue, 5 Jun 2012 09:55:07 +0000 (11:55 +0200)]
cec: don't respond with a feature abort to opcode play messages. bugzid: 873
Lars Op den Kamp [Mon, 4 Jun 2012 08:58:50 +0000 (10:58 +0200)]
updated README
Lars Op den Kamp [Mon, 4 Jun 2012 08:49:23 +0000 (10:49 +0200)]
cec: also send a menu state update when activating the source in CVLCommandHandler. should fix keypress routing for panasonic
Lars Op den Kamp [Mon, 4 Jun 2012 08:35:28 +0000 (10:35 +0200)]
bump version numbers to 1.7.0 and updated changelog
Lars Op den Kamp [Mon, 4 Jun 2012 08:16:29 +0000 (10:16 +0200)]
cec: changed - libcec_configuration.bAutodetectAddress is now read-only, and will be set to 1 by libCEC if the PA was autodetected. changed the order in CCECClient::SetPhysicalAddress() so it first checks whether a PA override is set in libcec_configuration.iPhysicalAddress, then checks whether the address can be detected, and if both failed it'll use the HDMI port + base device setting
Lars Op den Kamp [Mon, 4 Jun 2012 07:38:31 +0000 (09:38 +0200)]
cec: attempt to get the edid from nvidia's driver on linux via /proc/acpi/video/NGFX/HDMI/EDID
Lars Op den Kamp [Fri, 1 Jun 2012 16:01:16 +0000 (18:01 +0200)]
cec: added PA detection via ADL for AMD, and attempt to get the PA from the registry on windows if it fails.
Lars Op den Kamp [Fri, 1 Jun 2012 08:29:06 +0000 (10:29 +0200)]
cec-client: only active the source when reconnecting if libcec was the active source before closing the connection
Lars Op den Kamp [Fri, 1 Jun 2012 08:27:37 +0000 (10:27 +0200)]
cec: don't unregister clients in CLibCEC when disconnecting, but only in CCECProcessor. fixes reconnect after close
Lars Op den Kamp [Thu, 31 May 2012 22:31:49 +0000 (00:31 +0200)]
cec: MSGCODE_TIMEOUT_ERROR is a response to a transmission
Lars Op den Kamp [Thu, 31 May 2012 22:30:07 +0000 (00:30 +0200)]
cec: hold a lock when changing the ackmask in CUSBCECAdapterCommunication::Open
Lars Op den Kamp [Thu, 31 May 2012 21:06:42 +0000 (23:06 +0200)]
cec: retry 'activate source' every 10 seconds if it failed
Lars Op den Kamp [Thu, 31 May 2012 20:51:38 +0000 (22:51 +0200)]
cec: don't respond with a poll from the broadcast address when receiving in CSLCommandHandler::HandleDeviceVendorId(), but use the primary LA of the client as source instead
Lars Op den Kamp [Thu, 31 May 2012 20:34:22 +0000 (22:34 +0200)]
cec: moved ToString() methods and some other type related methods to CCECTypeUtils
Lars Op den Kamp [Thu, 31 May 2012 19:50:48 +0000 (21:50 +0200)]
cec: safe deletes for members
Lars Op den Kamp [Wed, 30 May 2012 09:39:53 +0000 (11:39 +0200)]
LibCecSharp: don't use an int but a CecUserControlCode in a CecKeypress
Lars Op den Kamp [Mon, 21 May 2012 12:45:39 +0000 (14:45 +0200)]
platform: added tcp server sockets for posix
Lars Op den Kamp [Sat, 26 May 2012 09:23:50 +0000 (11:23 +0200)]
updated debian/control to replace libcec (<< 1.6)
Lars Op den Kamp [Thu, 17 May 2012 12:30:19 +0000 (14:30 +0200)]
platform: fix win32 compilation error
Lars Op den Kamp [Thu, 17 May 2012 11:35:54 +0000 (13:35 +0200)]
added missing hardy rules and source version
Lars Op den Kamp [Thu, 17 May 2012 11:01:15 +0000 (13:01 +0200)]
Merge branch 'development'
Lars Op den Kamp [Thu, 17 May 2012 11:00:16 +0000 (13:00 +0200)]
sync changelog for build
Lars Op den Kamp [Thu, 17 May 2012 10:56:08 +0000 (12:56 +0200)]
cec: fixed - correct initiator for keypresses
Lars Op den Kamp [Wed, 16 May 2012 08:38:00 +0000 (10:38 +0200)]
sync the /debian dir with the one in precise (with a couple of changes), because the package name was changed in debian/ubuntu, and the upgrades we provide weren't pulled because of that. provides a transitional libcec -> libcec1 package
Lars Op den Kamp [Tue, 15 May 2012 12:18:03 +0000 (14:18 +0200)]
Merge remote branch 'libcec-public/master'
Lars Op den Kamp [Tue, 15 May 2012 10:31:07 +0000 (12:31 +0200)]
updated README
Lars Op den Kamp [Tue, 15 May 2012 10:04:43 +0000 (12:04 +0200)]
platform: fixed initial value of m_thread in CThread
Lars Op den Kamp [Mon, 14 May 2012 20:39:50 +0000 (22:39 +0200)]
added changelog and bumped version numbers for 1.6.3
Lars Op den Kamp [Mon, 14 May 2012 20:26:12 +0000 (22:26 +0200)]
cec: don't use the pid in dev_lock()/dev_unlock() calls
Lars Op den Kamp [Mon, 14 May 2012 20:06:33 +0000 (22:06 +0200)]
replaced 2 more occurences of Close() by m_port->Close()
Lars Op den Kamp [Mon, 14 May 2012 20:04:12 +0000 (22:04 +0200)]
close the port connection if a command couldn't be written. this will trigger an alert in the reader thread, and exit that thread
Lars Op den Kamp [Mon, 14 May 2012 19:53:01 +0000 (21:53 +0200)]
cec: some optimisations/cosmetics in CCECCommandHandler after the latest changes.
Lars Op den Kamp [Mon, 14 May 2012 18:32:28 +0000 (20:32 +0200)]
Merge remote branch 'libcec-public/master'
Conflicts:
src/lib/platform/threads/threads.h
Lars Op den Kamp [Mon, 14 May 2012 17:59:03 +0000 (19:59 +0200)]
cec: documentation for the new CCECClient and made methods protected that are only called by CCECProcessor
Bob van Loosen [Mon, 14 May 2012 17:54:53 +0000 (19:54 +0200)]
fixed: somenow not initializing this pointer crashes us in libpthread
Lars Op den Kamp [Mon, 14 May 2012 14:57:46 +0000 (16:57 +0200)]
cec: serial port locking on linux
Lars Op den Kamp [Mon, 14 May 2012 13:57:43 +0000 (15:57 +0200)]
cec: display an alert message in case the connection couldn't be opened because of permission errors, or if the port is busy
Lars Op den Kamp [Mon, 14 May 2012 13:26:34 +0000 (15:26 +0200)]
cec: set the ackmask to 0 when starting, so the earlier mask is cleared when starting a monitor-only client
Lars Op den Kamp [Mon, 14 May 2012 13:06:20 +0000 (15:06 +0200)]
cec-client: added -m/--monitor startup options, which will start a monitor-only client. use 'mon 0' to switch to a normal client
Lars Op den Kamp [Mon, 14 May 2012 13:05:34 +0000 (15:05 +0200)]
cec: bump version to 1.6.3. check the client version, not the server version in libcec_configuration::operator==(). added a new setting, bMonitorOnly, which will start a monitor-only client.
Lars Op den Kamp [Mon, 14 May 2012 12:45:17 +0000 (14:45 +0200)]
cec: always persist a changed configuration when possible
Lars Op den Kamp [Mon, 14 May 2012 11:53:15 +0000 (13:53 +0200)]
cec: check if the processor thread is marked as initialised, not if the thread is running. check if the thread is running too, not just if the port is open in CUSBCECAdapterCommunication
Lars Op den Kamp [Mon, 14 May 2012 11:46:39 +0000 (13:46 +0200)]
cec-config: fix physical address detection
Lars Op den Kamp [Mon, 14 May 2012 09:13:47 +0000 (11:13 +0200)]
cec: also reset the device status itself in CCECBusDevice::ResetDeviceStatus()
Lars Op den Kamp [Mon, 14 May 2012 09:12:14 +0000 (11:12 +0200)]
cec: per-client monitoring mode (which is just a call to (Un)RegisterClient()
Lars Op den Kamp [Mon, 14 May 2012 08:47:10 +0000 (10:47 +0200)]
cec: don't allow client registrations when the processor thread isn't running
Lars Op den Kamp [Mon, 14 May 2012 08:37:16 +0000 (10:37 +0200)]
cosmetics
Lars Op den Kamp [Mon, 14 May 2012 08:35:01 +0000 (10:35 +0200)]
cec: use the correct source when transmitting an abort message as a reposonse to a vendor command with id
Lars Op den Kamp [Mon, 14 May 2012 08:25:21 +0000 (10:25 +0200)]
cec: cleanups, documentation and some fixes for the last commits
Lars Op den Kamp [Fri, 11 May 2012 08:09:44 +0000 (10:09 +0200)]
win32: sync project files and fixed compilation warnings.
Lars Op den Kamp [Fri, 11 May 2012 07:54:37 +0000 (09:54 +0200)]
cec: don't send a 'disconnected' alert when the close method is called
Lars Op den Kamp [Fri, 11 May 2012 07:16:06 +0000 (09:16 +0200)]
cec: fixed abi
Lars Op den Kamp [Thu, 10 May 2012 22:30:16 +0000 (00:30 +0200)]
cec: fixed - ensure that the correct libCEC version is set after initialising the adapter. ensure that we don't crash out when trying to stop a thread that hasn't been started yet
Lars Op den Kamp [Wed, 9 May 2012 00:16:20 +0000 (02:16 +0200)]
cec: send a feature abort again for all unhandled commands, removed statics, refactored CLibCEC so a client registers itself within CCECProcessor, which then allocates one or more logical addresses for it. This is needed for multi-client support later. bugzid: 466
Lars Op den Kamp [Tue, 8 May 2012 10:25:04 +0000 (12:25 +0200)]
cec: display an alert message when the firmware of the adapter can be upgraded. bugzid: 778
Lars Op den Kamp [Tue, 8 May 2012 09:15:55 +0000 (11:15 +0200)]
LibCecSharp: fixed buffer overrun when copying libcec_configuration. fixes crash when trying to save the configuration in the config gui.
Lars Op den Kamp [Thu, 3 May 2012 18:18:38 +0000 (20:18 +0200)]
cec: added CEC 1.4 opcodes
Lars Op den Kamp [Sat, 28 Apr 2012 00:03:41 +0000 (02:03 +0200)]
Merge branch 'development'
Lars Op den Kamp [Sat, 28 Apr 2012 00:02:48 +0000 (02:02 +0200)]
cec: don't reset the power state to powered off when not the active source, or the TV will can a power keypress, which will switch off the pc instead of making it the active source
Lars Op den Kamp [Fri, 27 Apr 2012 23:44:37 +0000 (01:44 +0200)]
cec: persist the configuration after switching sources
Lars Op den Kamp [Fri, 27 Apr 2012 22:57:36 +0000 (00:57 +0200)]
cec: check the correct value in the PA override
Lars Op den Kamp [Fri, 27 Apr 2012 19:33:32 +0000 (21:33 +0200)]
cec: more magic numbers. use the default CEC timeout of 1000ms instead of 2000ms. fix port changes after the physical address has been set
Lars Op den Kamp [Fri, 27 Apr 2012 17:16:31 +0000 (19:16 +0200)]
cec: don't suppress physical address updates of a device in CCECProcessor::SetHDMIPort()
Lars Op den Kamp [Fri, 27 Apr 2012 16:44:00 +0000 (18:44 +0200)]
cec: don't exit libCEC if the physical address couldn't be set when initialising, but revert to the default physical address and display a warning instead
Lars Op den Kamp [Fri, 27 Apr 2012 14:09:22 +0000 (16:09 +0200)]
cec: set the power status to 'on' of a device that requests the currently active source
Lars Op den Kamp [Fri, 27 Apr 2012 13:01:27 +0000 (15:01 +0200)]
cec-client: fixed entering bootloader mode
Lars Op den Kamp [Fri, 27 Apr 2012 11:43:47 +0000 (13:43 +0200)]
cec: return false when SetHDMIPort() is called with invalid arguments
Lars Op den Kamp [Fri, 27 Apr 2012 11:37:34 +0000 (13:37 +0200)]
replaced some more magic numbers
Lars Op den Kamp [Fri, 27 Apr 2012 10:22:47 +0000 (12:22 +0200)]
bump win32 assembly version numbers to 1.6.2
Lars Op den Kamp [Fri, 27 Apr 2012 10:17:00 +0000 (12:17 +0200)]
updated changelog for 1.6.2
Lars Op den Kamp [Thu, 26 Apr 2012 15:47:32 +0000 (17:47 +0200)]
cec: read the build date while connecting
Lars Op den Kamp [Thu, 26 Apr 2012 15:40:19 +0000 (17:40 +0200)]
cec: don't just set the server version, but get the full configuration in CECInitialise()
Lars Op den Kamp [Thu, 26 Apr 2012 15:31:51 +0000 (17:31 +0200)]
cec: added operator == and != for libcec_configuration
Lars Op den Kamp [Thu, 26 Apr 2012 12:50:41 +0000 (14:50 +0200)]
cec: fixed serverVersion assignment that went out of scope in CECInitialise()
Lars Op den Kamp [Thu, 26 Apr 2012 12:37:07 +0000 (14:37 +0200)]
cec-client: show the firmware build date if it's available in cec-client -l. fixed double delete on exit in cec-client -l
Lars Op den Kamp [Thu, 26 Apr 2012 12:32:31 +0000 (14:32 +0200)]
cec: replaced a load of magic numbers
Lars Op den Kamp [Thu, 26 Apr 2012 12:13:05 +0000 (14:13 +0200)]
cec: fixed CCECProcessor::IsActiveSource() - TV was never checked
Lars Op den Kamp [Thu, 26 Apr 2012 12:11:57 +0000 (14:11 +0200)]
cec: don't call the deprecated SetActiveView() method in cec-client
Lars Op den Kamp [Thu, 26 Apr 2012 12:08:16 +0000 (14:08 +0200)]
cec: request the active source if it's unknown in CCECProcessor::GetActiveSource()
Lars Op den Kamp [Thu, 26 Apr 2012 11:59:12 +0000 (13:59 +0200)]
cec: don't suppress PA updates when called via CCECProcessor::GetDevicePhysicalAddress()