deb_libcec.git
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...
2012-02-27  FneufneuInitial FreeBSD support
2012-02-27  Lars Op den... platform: use gettimeofday() on darwin in GetAbsTime...
2012-02-27  Lars Op den... cec: don't send an updated configuration back when...
2012-02-27  Lars Op den... cec: don't send an updated configuration when libCEC...
2012-02-27  Lars Op den... cec: don't try to transmit when the processor is being...
2012-02-26  Lars Op den... cosmetics
2012-02-26  Lars Op den... cec: also add commands to unsupported features when...
2012-02-26  Lars Op den... cec: link to rt. fixes compilation after c4609291c334e2...
2012-02-26  Lars Op den... cec: and now correct
2012-02-26  Lars Op den... cec: 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... cec: added a timeout to StopThread()
2012-02-26  Lars Op den... cec: don't add data to the input buffer in CUSBCECAdapt...
2012-02-26  Lars Op den... cec: lock in SyncedBuffer
2012-02-25  Lars Op den... cec: fixed invalid forward decl after changing struct...
2012-02-25  Lars Op den... osx compiler was complaining about non-virtual destruct...
2012-02-25  Lars Op den... fixed two more accidental double derefs
2012-02-22  Lars Op den... cec: fixed c+p monster - CRLCommandHandler is for Toshi...
2012-02-21  Lars Op den... platform: fixed accidental double deref. the method...
2012-02-21  Lars Op den... cec: added Toshiba's vendor id, and set the device...
2012-02-21  Lars Op den... win32: moved all the code signing data into support...
2012-02-19  Lars Op den... fixed tabs -> spaces in the changelog
2012-02-19  Lars Op den... cec: also send deck status 0x20 when no active source...
2012-02-19  Lars Op den... cec-config-gui: ask the user whether he wants to try...
2012-02-19  Lars Op den... cec: don't send an updated configuration when the conne...
2012-02-19  Lars Op den... cec-config-gui: make overriding the physical address...
2012-02-19  Lars Op den... updated changelog for 1.5.0
2012-02-18  Lars Op den... cec: fixed crash when replacing handlers - std::map...
2012-02-18  Lars Op den... win32: don't install libcec to the system directory...
2012-02-18  Lars Op den... cec: wait for multiple responses, not just for one...
2012-02-17  Lars Op den... cec: don't keep the mutex locked while opening/closing...
2012-02-17  Lars Op den... cec: fixed compilation warning on win32 (possibly unini...
2012-02-17  Lars Op den... cec: don't transmit in CCECProcessor while keeping...
2012-02-17  Lars Op den... cec: fixed typo in GetStatus()
2012-02-17  Lars Op den... cec: process messages that were received async, or...
2012-02-17  Lars Op den... cec: ensure that the vendor id is requested first when...
2012-02-17  Lars Op den... cec: cleaned up CCECBusDevice::GetStatus()
2012-02-17  Lars Op den... cec: LG devices don't respond to CEC version requests...
2012-02-17  Lars Op den... cec: fixed 'unsupported command' marking in CCECBusDevice
2012-02-17  Lars Op den... cec: fixed - directly process commands that have been...
next