cec: close the connection when a comm error was detected, and notify the client via...
[deb_libcec.git] / src / lib / CECProcessor.cpp
2012-04-23  Lars Op den Kampcec: close the connection when a comm error was detecte...
2012-04-20  Mark KendallDon't send commands if we know them to be unsupported...
2012-04-20  Mark KendallAdd a default menu language to libcec_configuration...
2012-04-18  Lars Op den Kampcec: updated changelog and bumped version numbers for...
2012-04-16  Lars Op den Kampcec: validate the input in CCECProcessor::IsActiveSourc...
2012-04-16  Lars Op den Kampcec: persist settings directly when they're changed...
2012-04-15  Lars Op den KampMerge branch 'adaptercomm'. bugzid: 654
2012-04-15  Lars Op den Kampwin32: sync vs2010 projects and wrong param when starti...
2012-04-15  Lars Op den Kampcec: refactor USB adapter communication. less locks...
2012-04-12  Mark KendallAdd bShutdownOnStandby to libcec_configuration. bugzid...
2012-04-03  Lars Op den Kampcec: don't send an active source command when the physi...
2012-04-02  Mark KendallCEC Configuration: Only update the physical address...
2012-04-02  Lars Op den Kampcec: added a new setting to control whether to put...
2012-03-29  Mark KendallAdd some bounds checking to the HDMI port number. bugzi...
2012-03-28  Lars Op den Kampcec: give priority to messages from the TV. removed...
2012-03-27  Lars Op den Kampcec: bUseTVMenuLanguage from libcec_configuration wasn...
2012-03-23  Lars Op den Kampcec: fixed - CUSBCECAdapterCommunication::SendCommand...
2012-03-23  Lars Op den Kampcec: fix crash on exit after GetDeviceInformation()
2012-03-23  Lars Op den Kampcec: added the firmware version to cec-client's -l...
2012-03-23  Lars Op den Kampcec: added the firmware version to libcec_configuration...
2012-03-19  Lars Op den Kampcec: don't log polls and don't cut off messages that...
2012-03-19  Lars Op den Kampcec: poll doesn't have an opcode. bugzid: 591
2012-03-15  Lars Op den Kampcec: m_iLineTimeout was never initialised and used...
2012-03-09  Lars Op den Kampcec: read the persisted settings from the ROM, and...
2012-03-08  Lars Op den Kampcec: persist the configuration before closing the conne...
2012-03-08  Lars Op den Kampcec: included the logical addresses in the persisted...
2012-03-03  Lars Op den KampMerge pull request #27 from Fneufneu/master
2012-03-03  Lars Op den Kampupdated changelog and bumped version numbers for v1.5.2
2012-02-28  Lars Op den Kampadded changelog for v1.5.1
2012-02-28  Lars Op den Kampcec: use the correct Sleep() method in CCECProcessor...
2012-02-27  Lars Op den Kampcec: added a command to the interface to start the...
2012-02-27  Lars Op den Kampcec: added an 'send inactive source' option to libcec_c...
2012-02-27  Lars Op den Kampcec: ensure that the connection is really closed before...
2012-02-27  Lars Op den Kampcec: don't wait for the full timeout to pass in CCECPro...
2012-02-27  Lars Op den Kampcec: fix configuration updates from libCEC. bugzid...
2012-02-27  Lars Op den Kampcec: don't send an updated configuration back when...
2012-02-27  Lars Op den Kampcec: don't try to transmit when the processor is being...
2012-02-21  Lars Op den Kampcec: added Toshiba's vendor id, and set the device...
2012-02-19  Lars Op den Kampcec: don't send an updated configuration when the conne...
2012-02-18  Lars Op den Kampcec: wait for multiple responses, not just for one...
2012-02-17  Lars Op den Kampcec: don't keep the mutex locked while opening/closing...
2012-02-17  Lars Op den Kampcec: don't transmit in CCECProcessor while keeping...
2012-02-17  Lars Op den Kampcec: fixed - directly process commands that have been...
2012-02-16  Lars Op den Kampcec: added RescanDevices()/cec_rescan_devices() to...
2012-02-16  Lars Op den Kampcec: check whether the port is open, not whether libCEC...
2012-02-16  Lars Op den Kampcec: ensure that the ackmask is always set to 0 when...
2012-02-16  Lars Op den Kampcec: moved the autodetect address api call to libcec_co...
2012-02-16  Lars Op den Kampcec: removed unneeded client version from the CCECProce...
2012-02-16  Lars Op den Kampcec: fix active source switches for the standard CEC...
2012-02-15  Lars Op den Kampcec: don't do a full reinit when not needed
2012-02-15  Lars Op den Kampcec-config-gui: read/write the vendor id override setting
2012-02-15  Lars Op den Kampcec: added poweroff devices parameter to the config...
2012-02-15  Lars Op den Kampcec: added a callback that is called when libCEC's...
2012-02-14  Lars Op den Kampcec: added SetConfiguration()/cec_set_configuration...
2012-02-14  Lars Op den Kampcec: ensure that there always is at least one device...
2012-02-14  Lars Op den Kampcec: add an option to wake multiple devices via the...
2012-02-14  Lars Op den Kampcec: allow to override the TV vendor id via the initial...
2012-02-13  Lars Op den Kampcec: cleanups in ActivateSource() and CSLCommandHandler
2012-02-13  Lars Op den Kampcec: fix the initial hdmi port setting
2012-02-13  Lars Op den Kampcec: also send 'image view on' before setting the activ...
2012-02-13  Lars Op den Kampcec: don't send 'image view on' when calling SetActiveS...
2012-02-13  Lars Op den Kampcec: only replace handlers in the background thread...
2012-02-12  Lars Op den Kampcec: don't send 'image view on' to LG unless needed...
2012-02-10  Lars Op den Kampcec: fix linux compilation and warning after the recent...
2012-02-10  Lars Op den Kampcec: added CanPersistConfiguration()/cec_can_persist_co...
2012-02-09  Lars Op den Kampcec: added GetCurrentConfiguration()/cec_get_current_co...
2012-02-09  Lars Op den Kampcec: added a new initialiser method: CecInitialise...
2012-02-09  Lars Op den Kampcec: allow HDMI port changes after the physical address...
2012-02-08  Lars Op den Kampcec: add a physical address override parameter to libCE...
2012-02-08  Lars Op den Kampcec: removed deprecated CECCreate() method
2012-02-08  Lars Op den Kampcec: extracted a Close() method in CCECProcessor
2012-02-06  Lars Op den Kampcec: added SetStreamPath()/cec_set_stream_path_logical...
2012-02-06  Lars Op den Kampcec: keep the mutex locked when calling ReplaceHandlers...
2012-02-02  Lars Op den Kampcec: don't replace handlers when not initialised, or...
2012-02-02  Lars Op den Kampcec: ping the adapter and request the firmware version...
2012-02-02  Lars Op den Kampcec: added an IAdapterCommunicationCallback interface...
2012-02-02  Lars Op den Kampcec: dropped no longer needed start condition and state...
2012-02-02  Lars Op den Kampcec: close and delete the connection when the processor...
2012-02-01  Bob van Loosenadded: set controlled mode on after opening a connectio...
2012-02-01  Lars Op den Kampcec: receive and send full cec_commands, not CCECAdapte...
2012-01-31  Lars Op den Kampcec: clean up lib/platform
2012-01-30  Lars Op den Kampcec: wait 500 ms before trying to retransmit a command...
2012-01-30  Lars Op den Kampchanged the year in copyright notices to 2011-2012
2012-01-29  Lars Op den Kampcec: keep trying to reconnect to the com port until...
2012-01-29  Lars Op den Kampcec: clean ups and only include what we need from lib...
2012-01-27  Lars Op den Kampcec: try to ping the device and grab the firmware versi...
2012-01-25  Lars Op den Kampcec: retry to get the firmware version when it failed...
2012-01-25  Lars Op den Kampcec: retry the ping adapter command when starting libCE...
2012-01-25  Lars Op den Kampcec: don't request the firmware version when the adapte...
2012-01-25  Lars Op den Kampcec: fixed - only the key release events were sent...
2012-01-25  Lars Op den Kampcec: simplified AddLog() method
2012-01-25  Lars Op den Kampcec: fixed return value from CAdapterCommunication...
2012-01-25  Lars Op den Kampcec: check whether the adapter responds when connecting...
2012-01-24  Lars Op den Kampcec: move WaitForTransmissionSucceeded() to CAdapterCom...
2012-01-24  Lars Op den Kampcec: moved WaitForTransmitSucceeded() to CAdapterCommun...
2012-01-24  Lars Op den Kampcec: moved all adapter related code to src/lib/adapter...
2012-01-23  Lars Op den Kampcec: fixed - don't keep the mutex locked in CCECProcess...
2012-01-23  Lars Op den Kampcec: fixed reconnect after standby
2012-01-17  Lars Op den Kampcec: refactored threading/locking - added windows nativ...
2012-01-11  Lars Op den Kampcec: added the vendor id for Sony
next