CEC_HDMI_PORT variable support for exynos hardware.
[deb_libcec.git] / src / lib / CECProcessor.cpp
2012-04-26  Lars Op den Kampcec: replaced a load of magic numbers
2012-04-26  Lars Op den Kampcec: fixed CCECProcessor::IsActiveSource() - TV was...
2012-04-26  Lars Op den Kampcec: request the active source if it's unknown in CCECP...
2012-04-26  Lars Op den Kampcec: don't suppress PA updates when called via CCECProc...
2012-04-26  Lars Op den Kampcec: don't try to match a device with PA 0xFFFF. don...
2012-04-26  Lars Op den Kampcec: set the initial stream path to PA 0xFFFF instead...
2012-04-26  Lars Op den Kampcec: fixed potential segfault in CCECProcessor::GetDevi...
2012-04-26  Lars Op den Kampcec: fixed - don't request the PA of devices when handl...
2012-04-25  Lars Op den Kampcec: fixed compilation warning on win64
2012-04-25  Lars Op den Kampcec: added the firmware build date to libcec_configurat...
2012-04-25  Lars Op den Kampcec: bump libCEC internal version number to 1.6.2....
2012-04-25  Lars Op den Kampcec: also log the libCEC version in the 'connected...
2012-04-25  Lars Op den Kampcec: optimisation - strip unneeded virtual keywords...
2012-04-24  Lars Op den Kampcec: show the build date for firmwares that have this...
2012-04-24  Lars Op den Kampcec: removed no longer used CCECBusScan
2012-04-24  Lars Op den Kampcec: delay the 'active source' command for panasonic...
2012-04-23  Lars Op den Kampcec: fixed - the wrong setting was being read when...
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 KampMerge branch 'master' into release
2012-04-18  Lars Op den Kampcec: updated changelog and bumped version numbers for...
2012-04-16  Lars Op den KampMerge branch 'master' into release
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 KampMerge branch 'master' into release
2012-03-03  Lars Op den Kampupdated changelog and bumped version numbers for v1.5.2
2012-02-29  Lars Op den KampMerge branch 'master' into release
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 KampMerge branch 'master' into release
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 KampMerge branch 'master' into release
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...
next