cec: return false when SetHDMIPort() is called with invalid arguments
[deb_libcec.git] / src /
2012-04-27  Lars Op den Kampcec: return false when SetHDMIPort() is called with...
2012-04-27  Lars Op den Kampbump win32 assembly version numbers to 1.6.2
2012-04-26  Lars Op den Kampcec: read the build date while connecting
2012-04-26  Lars Op den Kampcec: don't just set the server version, but get the...
2012-04-26  Lars Op den Kampcec: fixed serverVersion assignment that went out of...
2012-04-26  Lars Op den Kampcec-client: show the firmware build date if it's availa...
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: don't call the deprecated SetActiveView() method...
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-client: don't activate the source when starting
2012-04-26  Lars Op den Kampcec-client: group up the output of the 'scan' command...
2012-04-26  Lars Op den Kampcec: set the initial stream path to PA 0xFFFF instead...
2012-04-26  Lars Op den Kampcec: don't set the power status to 'powered off' when...
2012-04-26  Lars Op den Kampcec: fixed potential segfault in CCECProcessor::GetDevi...
2012-04-26  Lars Op den Kampcec: fixed stream path changes when changed to the...
2012-04-26  Lars Op den Kampcec: clear the unsupported features list in CCECBusDevi...
2012-04-26  Lars Op den Kampcec: never mark vendor commands as unsupported (only...
2012-04-26  Lars Op den Kampcec: changed the log level of the 'unsupported feature...
2012-04-26  Lars Op den Kampcec: drop no longer needed parameters for CCECCommandHa...
2012-04-26  Lars Op den Kampcec: signal waiting threads when receiving a feature...
2012-04-26  Lars Op den Kampcec: don't retry in CCECCommandHandler if the command...
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: don't retry MSGCODE_GET_BUILDDATE if it was reject...
2012-04-25  Lars Op den Kampcec: optimisation - strip unneeded virtual keywords...
2012-04-24  Lars Op den Kamponly request the build date once
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: use the vlcommandhandler for the primary device...
2012-04-24  Lars Op den Kampcosmetics
2012-04-24  Lars Op den Kampcec: set the power status of device controlled by libCE...
2012-04-24  Lars Op den Kampcec: async writes for CUSBCECAdapterCommunication....
2012-04-24  Lars Op den Kampcec: delay the 'active source' command for panasonic...
2012-04-24  Mark KendallOnly respond to Give Physical Address with Report Physi...
2012-04-24  Mark KendallLibCecSharp: Update for 1.6.2
2012-04-24  Lars Op den Kampcec: added the new menu state changed callback to LibCe...
2012-04-24  Lars Op den Kampcec: added v1.6.2 enum values to LibCecSharp
2012-04-23  Lars Op den Kampcec: added some more logging about what was received...
2012-04-23  Lars Op den Kampcec: log the previous value when changing a setting...
2012-04-23  Lars Op den Kampcec: check whether callback methods are set to a valid ptr
2012-04-23  Lars Op den Kampcec: use client version 1.6.2 for cec-client
2012-04-23  Lars Op den Kampcec: fixed - number of retries for polls
2012-04-23  Lars Op den Kampcec: log the response message when receiving a response...
2012-04-23  Lars Op den Kampcec: fixed compiler warning on non-windows
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-23  Lars Op den Kampcec: added static CLibCEC::Alert() method and CEC_ALERT...
2012-04-23  Lars Op den Kampcosmetics
2012-04-23  Lars Op den Kampposix: don't segfault when calling ThreadsWait() withou...
2012-04-21  Lars Op den Kampwin32: fixed "unreferenced local variable" warning
2012-04-20  Lars Op den Kamplib/platform: fixed memleak
2012-04-20  Lars Op den Kampcec: fixed leak in CCECAdapterMessageQueue::Write
2012-04-20  Mark KendallDon't send commands if we know them to be unsupported...
2012-04-20  Lars Op den Kampcec: changed the name of the new menu state callback...
2012-04-20  Lars Op den Kampcosmetics
2012-04-20  Lars Op den Kampcec: added a callback to handle menu state changes...
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-18  Lars Op den Kampcec: fixed typo in CUSBCECAdapterCommands::RequestSetti...
2012-04-17  Lars Op den Kampcec: fixed typo in the log message when the physical...
2012-04-16  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-config-gui: persist settings both in the eeprom...
2012-04-16  Lars Op den Kampcec: persist settings directly when they're changed...
2012-04-16  Lars Op den Kampcec: only delete m_port in CUSBCECAdapterCommunication...
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: fixed - transmissions can come in while waiting...
2012-04-15  Lars Op den Kampcec: don't wait 1 second when clearing input when there...
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-12  Lars Op den Kampcec: don't read without a timeout in CUSBCECAdapterComm...
2012-04-11  Lars Op den Kampcec: don't call ReadFromDevice() separately in CUSBCECA...
2012-04-11  Lars Op den Kampcec: moved the timed ping to a separate thread. bugzid...
2012-04-11  Lars Op den Kampcec: removed m_outBuffer in CUSBCECAdapterCommunication...
2012-04-11  Lars Op den Kampcec: extra guard so no commands are transmitted without...
2012-04-11  Lars Op den Kampcec: fixed possible crash when trying to request a...
2012-04-11  Lars Op den Kampwin32: serial socket timeouts. bugzid: 654
2012-04-10  Mark KendallRespond to Get Menu Language. bugzid: 547
2012-04-07  Lars Op den Kampcec: added buttoncode for 'channels list' on samsung...
2012-04-06  Mark KendallFix LibCecSharp build. bugzid: 462
2012-04-05  Mark KendallAdd an Alert callback. bigzid: 462
2012-04-03  Lars Op den Kampcec: don't send an active source command when the physi...
2012-04-03  Lars Op den Kampplatform/win32: moved the static variables in os-thread...
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  Lars Op den Kampcec: sync C and .NET interfaces with C++
2012-03-29  Lars Op den KampRevert "win32: implemented timeouts in serial socket...
2012-03-29  Lars Op den Kampcec: sleep 5 ms in CUSBCECAdapterCommunication::Process...
2012-03-29  Lars Op den Kampcec: use a 5ms read timeout in CUSBCECAdapterCommunication
2012-03-29  Lars Op den Kampwin32: implemented timeouts in serial socket reads
2012-03-29  Lars Op den Kampcec: fixed - atoi returns an int, not an int8_t
2012-03-29  Mark KendallFix a typo in cec-config.
2012-03-29  Mark KendallAdd some bounds checking to the HDMI port number. bugzi...
next