cec: fixed the log message when sending a command failed. bugzid: 543
[deb_libcec.git] / src / lib /
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...
2012-02-25  Lars Op den Kamposx compiler was complaining about non-virtual destruct...
2012-02-25  Lars Op den Kampfixed two more accidental double derefs
2012-02-22  Lars Op den Kampcec: fixed c+p monster - CRLCommandHandler is for Toshi...
2012-02-21  Lars Op den Kampplatform: fixed accidental double deref. the method...
2012-02-21  Lars Op den Kampcec: added Toshiba's vendor id, and set the device...
2012-02-19  Lars Op den Kampcec: also send deck status 0x20 when no active source...
2012-02-19  Lars Op den Kampcec: don't send an updated configuration when the conne...
2012-02-18  Lars Op den Kampcec: fixed crash when replacing handlers - std::map...
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: fixed compilation warning on win32 (possibly unini...
2012-02-17  Lars Op den Kampcec: don't transmit in CCECProcessor while keeping...
2012-02-17  Lars Op den Kampcec: fixed typo in GetStatus()
2012-02-17  Lars Op den Kampcec: process messages that were received async, or...
2012-02-17  Lars Op den Kampcec: ensure that the vendor id is requested first when...
2012-02-17  Lars Op den Kampcec: cleaned up CCECBusDevice::GetStatus()
2012-02-17  Lars Op den Kampcec: LG devices don't respond to CEC version requests...
2012-02-17  Lars Op den Kampcec: fixed 'unsupported command' marking in CCECBusDevice
2012-02-17  Lars Op den Kampcec: fixed - directly process commands that have been...
2012-02-17  Lars Op den Kamptabs -> spaces
2012-02-17  Lars Op den Kampplatform: fixed return value from CCondition::Wait()
2012-02-16  Lars Op den Kampcec: bump version numbers to 1.5, to prepare for the...
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-16  Lars Op den Kampcec: don't hold a lock in CCECBusDevice when calling...
2012-02-15  Lars Op den Kampcec: added GetPortName() to CUSBCECAdapterCommunication
2012-02-15  Lars Op den Kampcec: don't lock the mutex when checking for the poll...
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-15  Lars Op den Kampcec: don't reset the "adapter message sent" event
2012-02-15  Lars Op den Kampcec: transmit a keypress and key release as power on...
2012-02-14  Lars Op den Kampcec: return the anynet return keycode directly instead...
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 Kampplatform: added CCondition::Wait() without a timeout...
2012-02-14  Lars Op den Kampplatform: let CTimeout return uint32_t instead of uint6...
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-14  Lars Op den Kampcec: send power state 'standby->on' before 'on' for SL
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: fix SL reconnect when the source has been switched...
2012-02-13  Lars Op den Kampcec: also send 'image view on' before setting the activ...
2012-02-13  Lars Op den Kampcec: added defines for SL vendor command 02
next