added CCECDeviceMap::GetChildrenOf()
[deb_libcec.git] / src / lib /
2012-10-18  Lars Op den Kampadded CCECDeviceMap::GetChildrenOf()
2012-10-18  Lars Op den Kampadded CCECTypeUtils::PhysicalAddressIsIncluded()
2012-10-15  Lars Op den KampMerge branch 'development'. closes #67
2012-10-15  Lars Op den Kampbumped version and updated changelog
2012-10-15  Lars Op den Kampupdate the device status to CEC_POWER_STATUS_IN_TRANSIT...
2012-10-15  Lars Op den Kampbit less bus and log spamming while waiting for the...
2012-10-15  Lars Op den Kampfixed - reset CVLCommandHandler::m_bCapabilitiesSent...
2012-10-15  Lars Op den Kampfixed - don't keep spamming the bus with a vendor comma...
2012-10-15  Lars Op den Kampless debug logging by default
2012-10-15  Lars Op den Kampfixed - updating the device status after a poll was...
2012-10-11  Lars Op den KampMerge branch 'development'
2012-10-11  Lars Op den Kampbump to 2.0.1 and updated changelog
2012-10-11  Lars Op den Kamplog what we received exactly when logging FIXME
2012-10-11  Lars Op den Kampfixed - typo in CVLCommandHandler::VendorPreActivateSou...
2012-10-11  Lars Op den Kampfixed - if we failed to get the physical address of...
2012-10-11  Lars Op den Kampfixed - don't update the device status of unregistered...
2012-10-11  Lars Op den Kampfixed - log all device status changes
2012-10-11  Lars Op den Kampfixed - CCECClient::IsLibCECActiveSource returns false...
2012-10-11  Lars Op den Kampfixed - log failed acks and other errors in the debug...
2012-10-11  Lars Op den Kamprequest the power status of the TV directly after regis...
2012-10-11  Lars Op den Kampfixed - don't send 'image view on' when the TV is alrea...
2012-10-11  Lars Op den Kampfixed - don't keep waiting for an updated power status...
2012-10-11  Lars Op den Kampfixed - reset the delayed source switch timeout properl...
2012-10-11  Lars Op den Kampfixed - don't change the device status when sending...
2012-10-11  Lars Op den Kampdon't send out commands to a device that is marked...
2012-10-11  Lars Op den Kampfixed - don't keep trying to send 'image view on' comma...
2012-10-09  Lars Op den KampMerge branch 'development' into release
2012-10-09  Lars Op den KampMerge pull request #62 from Fneufneu/freebsd_fix
2012-10-09  Fneufneu[FreeBSD] fix unused strDevicePath variable
2012-10-08  Lars Op den KampMerge branch 'master' into release
2012-10-08  Lars Op den KampMerge branch 'development'
2012-10-08  Lars Op den KampMerge remote-tracking branch 'warped-rudi/cubox-stable...
2012-10-08  Lars Op den Kampdon't get caught in a loop in CVLCommandHandler when...
2012-10-08  Lars Op den Kampfixed - always send image view on to the tv, don't...
2012-10-08  Lars Op den Kampadded iDoubleTapTimeoutMs to libcec_configuration
2012-10-08  Lars Op den Kampfixed - only respond to vendor commands for panasonic...
2012-10-08  Lars Op den Kampremove all pre-v2.0 compatibility checks
2012-10-08  Lars Op den Kampcosmetics: format physical address as %x.%x.%x.%x inste...
2012-10-07  Lars Op den Kampsilence signed overflow warning
2012-10-07  Lars Op den Kampsync StdString.h
2012-10-07  Lars Op den Kampfixed - no more delay up to 2 seconds when exiting...
2012-10-07  Lars Op den Kampfall back to the primary client when CCECProcessor...
2012-10-07  Lars Op den Kamprpi: current firmware first sends a change to logical...
2012-10-07  Lars Op den Kampprevent double taps by not sending the same key press...
2012-10-07  Lars Op den Kampchanged some log levels from NOTICE to DEBUG, so the...
2012-10-07  Lars Op den Kampfixed return values of cec_get_adapter_vendor_id()...
2012-10-06  Lars Op den Kampadded GetAdapterProductId()+GetAdapterVendorId()/cec_ge...
2012-10-03  Lars Op den Kampdon't log every frame, unless debugging was enabled...
2012-10-03  Lars Op den Kampfixed - message response signaling and logging
2012-10-03  Lars Op den Kamplog the exact data for failed transmissions, not the...
2012-10-03  Lars Op den Kampprevent sending directly addressed commands from being...
2012-10-03  Lars Op den Kampfixed - don't wait for a response when sending a reply...
2012-10-03  Lars Op den Kampremoved unused maxTries from CCECAdapterMessage
2012-10-03  Lars Op den Kampfixed - some messages from the adapter were marked...
2012-10-02  Lars Op den Kampbump to v2.0.0
2012-10-02  Lars Op den Kampremoved deprecated constructor. cosmetics
2012-10-02  Lars Op den Kampbump to v2.0.0-pre. don't build cec-config.exe on windo...
2012-09-28  Lars Op den Kampremoved deprecated methods and fields
2012-09-28  Lars Op den Kampfixed windows compilation after b3972c3eb3de18cc9380b14...
2012-09-26  warped-rudiAdd support for Solid-Run CuBox (TDA995x)
2012-09-21  Lars Op den Kampfixed - set the message state to ADAPTER_MESSAGE_STATE_...
2012-09-21  Lars Op den Kampsilence some warnings. closes #47
2012-09-21  Lars Op den Kampadded combo key handling, based on the implementation...
2012-09-21  Lars Op den Kampmoved code that handles the previous keypress
2012-09-19  Lars Op den KampMerge pull request #51 from warped-rudi/master-updates
2012-09-17  warped-rudicec: added vendor id Loewe
2012-09-17  warped-rudiadded support for CuBox (http://www.solid-run.com)
2012-09-11  Lars Op den KampMerge branch 'master' into release
2012-09-11  Lars Op den KampMerge branch 'development'
2012-09-08  Lars Op den Kamptransmit an active source message after <set stream...
2012-09-08  Lars Op den Kampbump version numbers to 1.9.0
2012-09-08  Lars Op den Kamppanasonic: send out an active source message when the...
2012-09-05  Lars Op den Kamprpi: only notify libCEC that we lost our LA when the...
2012-09-05  Lars Op den Kampstall outgoing messages when the logical address was...
2012-09-05  Lars Op den Kampallocate a new address in a background thread when...
2012-09-05  Lars Op den Kampextract logical address assignment from CCECProcessor...
2012-09-05  Josef FruehwirthRetry m_port->Read(..) if an EINTR errror occurs instea...
2012-09-05  Lars Op den Kamprpi: handle vendor specific remote control presses...
2012-09-05  Lars Op den Kamprpi: handle VC_CEC_LOGICAL_ADDR_LOST in the rpi communi...
2012-09-03  Lars Op den Kamprpi: handle VC_CEC_LOGICAL_ADDR_LOST. re-register the...
2012-09-03  Lars Op den Kampadded HandleLogicalAddressLost() callback to IAdapterCo...
2012-08-31  Lars Op den Kampfixed duplicate entries check in CUSBCECAdapterDetectio...
2012-08-30  Lars Op den Kampadded device detection support for composite usb device...
2012-08-29  Lars Op den Kamponly match one interface, not all three when detecting...
2012-08-29  Lars Op den Kampalso match to pid 0x1002 in CUSBCECAdapterDetection
2012-08-10  Lars Op den Kampadded the type of adapter to libcec_configuration,...
2012-08-10  Lars Op den Kampmoved cec_adapter_messagecode from cectypes.h to USBCEC...
2012-08-06  Lars Op den KampMerge branch 'master' into release
2012-08-06  Lars Op den KampMerge branch 'development'
2012-08-03  Lars Op den Kampwin32: fixed signed/unsigned warning
2012-08-03  Lars Op den Kampbumped version numbers to 1.8.1, updated changelog
2012-08-02  Lars Op den Kampwindows: update the error message when an error occurs...
2012-08-02  Lars Op den Kampfixed - deleted a couple of lines too many in 045b2e29d...
2012-08-02  Lars Op den Kampcec: fixed - null ptr deref after 'cec-client -l'
2012-08-02  Lars Op den Kampcec: fixed - delayed source switch time was reset,...
2012-08-02  Lars Op den Kampp8: don't disable controlled mode when switching to...
2012-08-02  Lars Op den Kampcec: fixed - ensure that the vendor commands are always...
2012-08-02  Lars Op den Kampcec: added guard so ReplaceHandler() doesn't accidently...
2012-08-02  Lars Op den Kampcec: wait until the commandhandler is replaced before...
2012-08-02  Lars Op den Kampcec: ensure that the command handler of the tv is repla...
next