cec: added a new setting to control whether to put the TV in standby when the player...
[deb_libcec.git] / src /
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...
2012-03-28  Lars Op den Kampcec: removed no longer needed sleep in CUSBCECAdapterCo...
2012-03-28  Lars Op den Kampcec: always signal in CCECInputBuffer::Push when there...
2012-03-28  Lars Op den Kampcec: removed the message processor thread in CUSBCECAda...
2012-03-28  Lars Op den Kampcec: give priority to messages from the TV. removed...
2012-03-27  Lars Op den Kampcec: request the vendor id of a device if needed when...
2012-03-27  Lars Op den Kampcec: added power on command for Samsung AVR devices...
2012-03-27  Lars Op den Kampcec: bUseTVMenuLanguage from libcec_configuration wasn...
2012-03-27  Lars Op den KampMerge branch 'master' of github.com:Pulse-Eight/libcec
2012-03-26  Lars Op den Kampcec: return false from CUSBCECAdapterCommunication...
2012-03-26  Lars Op den Kampcec: check whether the destination is valid before...
2012-03-26  Lars Op den Kampcec: fixed compiler warning in cec-client
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-23  Lars Op den Kampcec: always wait for thread exit in CThread's desctructor
2012-03-22  Lars Op den Kampcec: call Close() when the connection could not be...
2012-03-22  Lars Op den Kampcec: don't return from the Close() method in CUSBCECAda...
2012-03-22  Lars Op den Kampcec: reset m_socket to INVALID_SERIAL_SOCKET_VALUE...
2012-03-22  Lars Op den Kampcec: added guards in CSerialPort
2012-03-22  Lars Op den Kampcec: fixed - the destructor of CSerialSocket didn't...
2012-03-22  Lars Op den Kampcec: update m_iLineTimeout correctly in CUSBCECAdapterC...
2012-03-21  Lars Op den Kampcec: fixed - frequency wasn't checked in GetTimeMs...
2012-03-21  Mark Kendallcec: Correct handling CEC_USER_CONTROL_CODE_POWER
2012-03-20  Lars Op den Kampcec: fixed possible crash when in CLibCEC::IsLibCECActi...
2012-03-19  Lars Op den Kampcec: ensure that the vendor ID is sent before trying...
2012-03-19  Lars Op den Kampcec: mark the correct device as active source after...
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: fix ACK handling after d297cbd4fc30bc93836532a9a31...
2012-03-19  Lars Op den Kampcec: wait for MSGEND when data was received when openin...
2012-03-19  Lars Op den Kampcec: poll doesn't have an opcode. bugzid: 591
2012-03-19  Lars Op den Kampcec: fix gcc 4.7 compilation
2012-03-16  Bob van Loosenadded: -o/--osdname argument for cec-client to set...
2012-03-16  Bob van Loosenfixed: physical address was not printed correctly in...
2012-03-16  Lars Op den Kampbumped version numbers to 1.5.3 and updated changelogs
2012-03-15  Lars Op den Kampcec: set controlled mode and retry to send the previous...
2012-03-15  Lars Op den Kampcec: m_iLineTimeout was never initialised and used...
2012-03-14  Lars Op den Kampcec-config-gui: fixed application exit when the user...
2012-03-10  Lars Op den Kampcec: fixed compiler warning on win32
2012-03-09  Lars Op den Kampcec: sizes corrected. bugzid: 553
2012-03-09  Lars Op den Kampcec-client: only read persisted EEPROM settings when...
2012-03-09  Lars Op den Kampcec-client: set bGetSettingsFromROM to 1 in cec-client...
2012-03-09  Lars Op den Kampcec: read the correct packet length when requesting...
2012-03-09  Lars Op den Kampcec: read the persisted settings from the ROM, and...
2012-03-09  Lars Op den Kampcec: added GetSetting() to CUSBCECAdapterCommunication...
2012-03-09  Lars Op den Kampcec: fixed the log message when sending a command faile...
2012-03-09  Lars Op den Kampcec: more cleanups in CUSBCECAdapterCommunication,...
2012-03-08  Lars Op den Kampcec: set the correct logical address mask before switch...
2012-03-08  Lars Op den Kampcec: cleanups. bugzid: 543
2012-03-08  Lars Op den Kampcec: only wait for multiple 'command accepted' response...
2012-03-08  Lars Op den Kampcec: set the device type in the firmware too for v2...
2012-03-08  Lars Op den Kampcec: try to set the other settings of one fails. bugzid...
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-08  Lars Op den Kampcec: implemented the write methods for the v2 configura...
2012-03-08  Lars Op den Kampcec: added v2 msgcodes. bugzid: 543
2012-03-08  Lars Op den Kampcec: ping the adapter every 15 seconds. bugzid: 541
2012-03-08  Lars Op den Kampcec: call SetControlledMode(false) as last command...
2012-03-06  Bob van Loosenfixed: CUSBCECAdapterCommunication::SetControlledMode...
2012-03-04  Lars Op den Kampos-x: don't add 0.5 before dividing in GetTimeMs()
2012-03-03  Bob van Loosenfixed: compile
2012-03-03  Bob van Loosenfixed: struct timespec now values weren't set correctly...
2012-03-03  Lars Op den Kampos-x: fixed GetTimeMs() on OS-X (hopefully). credits...
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-03-03  Lars Op den Kampwin32: removed StdString::Trim() call in cec-config...
2012-03-03  Lars Op den Kampcec: default to firmware version 1 after 3 tries. some...
2012-02-29  Lars Op den Kampfix OS-X compilation
2012-02-29  Lars Op den Kampcec: fix linux compilation after the last commit
2012-02-28  Lars Op den Kampcec: fix access violation when starting the bootloader...
2012-02-28  Lars Op den Kampadded changelog for v1.5.1
2012-02-28  Lars Op den Kampcec: check the adapter ping and firmware before startin...
2012-02-28  Lars Op den Kampcec: use the correct Sleep() method in CCECProcessor...
2012-02-28  Fneufneucosmetic replace tab by space
2012-02-28  Lars Op den Kampcec-config-gui: added support for the new 'send inactiv...
2012-02-28  Lars Op den KampLibCecSharp: implemented support for the new 'send...
2012-02-28  Lars Op den KampLibCecSharp: recreate the delegates properly when ...
2012-02-28  Lars Op den KampLibCecSharp: more cosmetics
2012-02-28  Lars Op den Kampcec-config-gui: set cbPortNumber enabled when the physi...
2012-02-28  Lars Op den Kampcec-config-gui: cosmetics
2012-02-28  Lars Op den Kampcec-config-gui: fix 'enabled' status of cbPortNumber...
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: set the server version in the LibCEC's constructor...
2012-02-27  FneufneuInitial FreeBSD support
2012-02-27  Lars Op den Kampplatform: use gettimeofday() on darwin in GetAbsTime...
2012-02-27  Lars Op den Kampcec: don't send an updated configuration back when...
2012-02-27  Lars Op den Kampcec: don't send an updated configuration when libCEC...
next