cec: added buttoncode for 'channels list' on samsung (0x96)
[deb_libcec.git] / src / lib /
2012-04-07  Lars Op den Kampcec: added buttoncode for 'channels list' on samsung...
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  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-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 Loosenfixed: physical address was not printed correctly in...
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-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: 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 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-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...
2012-02-27  Lars Op den Kampcec: don't try to transmit when the processor is being...
2012-02-26  Lars Op den Kampcosmetics
2012-02-26  Lars Op den Kampcec: also add commands to unsupported features when...
2012-02-26  Lars Op den Kampcec: link to rt. fixes compilation after c4609291c334e2...
2012-02-26  Lars Op den Kampcec: and now correct
2012-02-26  Lars Op den Kampcec: fixed return value of CUSBCECAdapterCommunication...
2012-02-26  Bob van Loosenfixed: the timeout value of pthread_cond_timedwait...
2012-02-26  Bob van Loosenfixed: use CLOCK_MONOTONIC for timing info, since getti...
2012-02-26  Lars Op den Kampcec: added a timeout to StopThread()
2012-02-26  Lars Op den Kampcec: don't add data to the input buffer in CUSBCECAdapt...
2012-02-26  Lars Op den Kampcec: lock in SyncedBuffer
2012-02-25  Lars Op den Kampcec: fixed invalid forward decl after changing struct...
next