deb_libcec.git
2012-03-29  Lars Op den... Revert "win32: implemented timeouts in serial socket...
2012-03-29  Lars Op den... cec: sleep 5 ms in CUSBCECAdapterCommunication::Process...
2012-03-29  Lars Op den... cec: use a 5ms read timeout in CUSBCECAdapterCommunication
2012-03-29  Lars Op den... win32: implemented timeouts in serial socket reads
2012-03-29  Lars Op den... cec: 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... cec: removed no longer needed sleep in CUSBCECAdapterCo...
2012-03-28  Lars Op den... cec: always signal in CCECInputBuffer::Push when there...
2012-03-28  Lars Op den... cec: removed the message processor thread in CUSBCECAda...
2012-03-28  Lars Op den... cec: give priority to messages from the TV. removed...
2012-03-27  Lars Op den... cec: request the vendor id of a device if needed when...
2012-03-27  Lars Op den... cec: added power on command for Samsung AVR devices...
2012-03-27  Lars Op den... cec: bUseTVMenuLanguage from libcec_configuration wasn...
2012-03-27  Lars Op den... Merge branch 'master' of github.com:Pulse-Eight/libcec
2012-03-26  Lars Op den... cec: return false from CUSBCECAdapterCommunication...
2012-03-26  Lars Op den... cec: check whether the destination is valid before...
2012-03-26  Lars Op den... cec: fixed compiler warning in cec-client
2012-03-23  Lars Op den... cec: fixed - CUSBCECAdapterCommunication::SendCommand...
2012-03-23  Lars Op den... cec: fix crash on exit after GetDeviceInformation()
2012-03-23  Lars Op den... cec: added the firmware version to cec-client's -l...
2012-03-23  Lars Op den... cec: added the firmware version to libcec_configuration...
2012-03-23  Lars Op den... cec: always wait for thread exit in CThread's desctructor
2012-03-22  Lars Op den... cec: call Close() when the connection could not be...
2012-03-22  Lars Op den... cec: don't return from the Close() method in CUSBCECAda...
2012-03-22  Lars Op den... cec: reset m_socket to INVALID_SERIAL_SOCKET_VALUE...
2012-03-22  Lars Op den... cec: added guards in CSerialPort
2012-03-22  Lars Op den... cec: fixed - the destructor of CSerialSocket didn't...
2012-03-22  Lars Op den... cec: update m_iLineTimeout correctly in CUSBCECAdapterC...
2012-03-21  Lars Op den... cec: 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... cec: fixed possible crash when in CLibCEC::IsLibCECActi...
2012-03-19  Lars Op den... cec: ensure that the vendor ID is sent before trying...
2012-03-19  Lars Op den... cec: mark the correct device as active source after...
2012-03-19  Lars Op den... cec: don't log polls and don't cut off messages that...
2012-03-19  Lars Op den... cec: fix ACK handling after d297cbd4fc30bc93836532a9a31...
2012-03-19  Lars Op den... cec: wait for MSGEND when data was received when openin...
2012-03-19  Lars Op den... cec: poll doesn't have an opcode. bugzid: 591
2012-03-19  Lars Op den... cec: 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... bumped version numbers to 1.5.3 and updated changelogs
2012-03-15  Martin Ellisupdated: OS-X installation requirements and pointer
2012-03-15  Martin Ellisfixed: cleaned up configure, trying to once again recom...
2012-03-15  Lars Op den... cec: set controlled mode and retry to send the previous...
2012-03-15  Lars Op den... cec: m_iLineTimeout was never initialised and used...
2012-03-15  Martin Ellisfixed: mac configure compile bugzid: 157
2012-03-14  Lars Op den... cec-config-gui: fixed application exit when the user...
2012-03-10  Lars Op den... cec: fixed compiler warning on win32
2012-03-09  Lars Op den... cec: sizes corrected. bugzid: 553
2012-03-09  Lars Op den... cec-client: only read persisted EEPROM settings when...
2012-03-09  Lars Op den... cec-client: set bGetSettingsFromROM to 1 in cec-client...
2012-03-09  Lars Op den... cec: read the correct packet length when requesting...
2012-03-09  Lars Op den... cec: read the persisted settings from the ROM, and...
2012-03-09  Lars Op den... cec: added GetSetting() to CUSBCECAdapterCommunication...
2012-03-09  Lars Op den... cec: fixed the log message when sending a command faile...
2012-03-09  Lars Op den... cec: more cleanups in CUSBCECAdapterCommunication,...
2012-03-08  Lars Op den... cec: set the correct logical address mask before switch...
2012-03-08  Lars Op den... cec: cleanups. bugzid: 543
2012-03-08  Lars Op den... cec: only wait for multiple 'command accepted' response...
2012-03-08  Lars Op den... cec: set the device type in the firmware too for v2...
2012-03-08  Lars Op den... cec: try to set the other settings of one fails. bugzid...
2012-03-08  Lars Op den... cec: persist the configuration before closing the conne...
2012-03-08  Lars Op den... cec: included the logical addresses in the persisted...
2012-03-08  Lars Op den... cec: implemented the write methods for the v2 configura...
2012-03-08  Lars Op den... cec: added v2 msgcodes. bugzid: 543
2012-03-08  Lars Op den... cec: ping the adapter every 15 seconds. bugzid: 541
2012-03-08  Lars Op den... cec: call SetControlledMode(false) as last command...
2012-03-06  Bob van Loosenfixed: CUSBCECAdapterCommunication::SetControlledMode...
2012-03-04  Lars Op den... os-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... os-x: fixed GetTimeMs() on OS-X (hopefully). credits...
2012-03-03  Lars Op den... Merge pull request #27 from Fneufneu/master
2012-03-03  Lars Op den... updated changelog and bumped version numbers for v1.5.2
2012-03-03  Lars Op den... win32: removed StdString::Trim() call in cec-config...
2012-03-03  Lars Op den... cec: default to firmware version 1 after 3 tries. some...
2012-03-01  Lars Op den... added 'libtool' to the prereq's for linux
2012-02-29  Lars Op den... fix OS-X compilation
2012-02-29  Lars Op den... changelog cosmetics
2012-02-29  Lars Op den... cec: fix linux compilation after the last commit
2012-02-28  Lars Op den... cec: fix access violation when starting the bootloader...
2012-02-28  Lars Op den... added changelog for v1.5.1
2012-02-28  Lars Op den... cec: check the adapter ping and firmware before startin...
2012-02-28  Lars Op den... cec: use the correct Sleep() method in CCECProcessor...
2012-02-28  Fneufneucosmetic replace tab by space
2012-02-28  Lars Op den... cec-config-gui: added support for the new 'send inactiv...
2012-02-28  Lars Op den... LibCecSharp: implemented support for the new 'send...
2012-02-28  Lars Op den... LibCecSharp: recreate the delegates properly when ...
2012-02-28  Lars Op den... LibCecSharp: more cosmetics
2012-02-28  Lars Op den... cec-config-gui: set cbPortNumber enabled when the physi...
2012-02-28  Lars Op den... cec-config-gui: cosmetics
2012-02-28  Lars Op den... cec-config-gui: fix 'enabled' status of cbPortNumber...
2012-02-27  Lars Op den... cec: just dlclose()/FreeLibrary() after starting the...
2012-02-27  Lars Op den... cec: added a command to the interface to start the...
2012-02-27  Lars Op den... cec: added an 'send inactive source' option to libcec_c...
2012-02-27  Lars Op den... cec: ensure that the connection is really closed before...
2012-02-27  Lars Op den... cec: don't wait for the full timeout to pass in CCECPro...
2012-02-27  Lars Op den... cec: fix configuration updates from libCEC. bugzid...
2012-02-27  Lars Op den... cec: set the server version in the LibCEC's constructor...
next