cec: persist the configuration before closing the connection. only try to persist...
[deb_libcec.git] / src /
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...
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-config-gui: ask the user whether he wants to try...
2012-02-19  Lars Op den Kampcec: don't send an updated configuration when the conne...
2012-02-19  Lars Op den Kampcec-config-gui: make overriding the physical address...
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-config-gui: fixed typo that saved the incorrect...
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-config-gui: make the progress bar invisible 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-config-gui: added implementations for "wake devices...
2012-02-16  Lars Op den KampLibCecSharp: pass correctly formatted logical address...
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-config-gui: added an update button on the device...
2012-02-15  Lars Op den Kampcec-config-gui: open the connection in the background...
2012-02-15  Lars Op den Kampcec-config-gui: no longer showing modal device info...
2012-02-15  Lars Op den Kampcec-config-gui: don't update the log window all the...
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 KampLibCecSharp: delete the internal callback struct when...
2012-02-15  Lars Op den Kampcec-config-gui: cosmetics
2012-02-15  Lars Op den Kampcec-config-gui: read/write the vendor id override setting
2012-02-15  Lars Op den Kampcec-config-gui: added the new parameters. cleanup round.
2012-02-15  Lars Op den KampLibCecSharp: added the new parameters
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...
next