deb_libcec.git
2012-09-17  warped-rudiadded support for CuBox (http://www.solid-run.com)
2012-09-11  Lars Op den... Merge branch 'development'
2012-09-08  Lars Op den... updated changelog
2012-09-08  Lars Op den... transmit an active source message after <set stream...
2012-09-08  Lars Op den... removed support/cec-flash-device.sh
2012-09-08  Lars Op den... bump version numbers to 1.9.0
2012-09-08  Lars Op den... updated changelog for 1.9.0
2012-09-08  Lars Op den... panasonic: send out an active source message when the...
2012-09-08  Lars Op den... make cec-client include cecloader.h from our project...
2012-09-05  Lars Op den... rpi: only notify libCEC that we lost our LA when the...
2012-09-05  Lars Op den... stall outgoing messages when the logical address was...
2012-09-05  Lars Op den... allocate a new address in a background thread when...
2012-09-05  Lars Op den... extract 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... rpi: handle vendor specific remote control presses...
2012-09-05  Lars Op den... rpi: handle VC_CEC_LOGICAL_ADDR_LOST in the rpi communi...
2012-09-03  Lars Op den... rpi: handle VC_CEC_LOGICAL_ADDR_LOST. re-register the...
2012-09-03  Lars Op den... added HandleLogicalAddressLost() callback to IAdapterCo...
2012-08-31  Lars Op den... updated driver installer
2012-08-31  Lars Op den... fixed duplicate entries check in CUSBCECAdapterDetectio...
2012-08-30  Lars Op den... added device detection support for composite usb device...
2012-08-29  Lars Op den... updated windows driver inf
2012-08-29  Lars Op den... only match one interface, not all three when detecting...
2012-08-29  Lars Op den... also match to pid 0x1002 in CUSBCECAdapterDetection
2012-08-29  Lars Op den... restrict the cdc part in the driver inf file to interfa...
2012-08-10  Lars Op den... added the type of adapter to libcec_configuration,...
2012-08-10  Lars Op den... moved cec_adapter_messagecode from cectypes.h to USBCEC...
2012-08-06  Lars Op den... Merge branch 'development'
2012-08-03  Lars Op den... win32: fixed signed/unsigned warning
2012-08-03  Lars Op den... bumped version numbers to 1.8.1, updated changelog
2012-08-02  Lars Op den... windows: update the error message when an error occurs...
2012-08-02  Lars Op den... fixed - deleted a couple of lines too many in 045b2e29d...
2012-08-02  Lars Op den... cec: fixed - null ptr deref after 'cec-client -l'
2012-08-02  Lars Op den... cec: fixed - delayed source switch time was reset,...
2012-08-02  Lars Op den... p8: don't disable controlled mode when switching to...
2012-08-02  Lars Op den... cec: fixed - ensure that the vendor commands are always...
2012-08-02  Lars Op den... cec: added guard so ReplaceHandler() doesn't accidently...
2012-08-02  Lars Op den... cec: wait until the commandhandler is replaced before...
2012-08-02  Lars Op den... cec: ensure that the command handler of the tv is repla...
2012-08-02  Lars Op den... p8: match to the response provided by the firmware...
2012-07-27  Lars Op den... Merge branch 'development'
2012-07-27  Lars Op den... p8: updated 'last firmware date' version so users see...
2012-07-27  Lars Op den... added support for the Raspberry Pi. this needs a recent...
2012-07-25  Lars Op den... updated changelog (release)
2012-07-25  Lars Op den... updated README with a link to the FAQ page
2012-07-25  Lars Op den... sync LibCecSharp
2012-07-25  Lars Op den... fixed typo in CUSBCECAdapterCommunication
2012-07-25  Lars Op den... p8: fixed - always set controlled mode to false when...
2012-07-25  Lars Op den... p8: fixed - updated the cached device type setting...
2012-07-25  Lars Op den... LibCecSharp: fixed - set the primary LA in CecLogicalAd...
2012-06-27  Lars Op den... fix OS-X build
2012-06-27  Lars Op den... Merge branch 'development'
2012-06-27  Lars Op den... updated changelog
2012-06-26  Lars Op den... cec: fixed - copy the class member values of the old...
2012-06-26  Lars Op den... cec: replace the handler directly after getting the...
2012-06-26  Lars Op den... fixed: XBMC Eden for Windows has been built against...
2012-06-26  Lars Op den... updated changelog
2012-06-26  Lars Op den... cec: abi fixes (binary compat with v1.2)
2012-06-26  Lars Op den... cec: fixed - old client versions didn't always provide...
2012-06-26  Lars Op den... cec: corrected Vizio's vendor id
2012-06-26  Lars Op den... cec: added vendor ids for Akai, AOC, Benq, Daewoo,...
2012-06-25  Lars Op den... cec: mark the tv as powered up for panasonic once it...
2012-06-25  Lars Op den... updated changelog
2012-06-25  Lars Op den... cec: don't forward the standby opcode more than once...
2012-06-25  Lars Op den... cec: fixed - commands that were forwarded to clients...
2012-06-25  Lars Op den... fixed unused var warning
2012-06-24  Lars Op den... updated changelog
2012-06-23  Lars Op den... LibCecSharp: better handling of callbacks
2012-06-23  Lars Op den... added a callback for clients that is called when a...
2012-06-22  Lars Op den... cec: fixed - windows could get stuck in a loop in case...
2012-06-22  Lars Op den... cec: fixed missing param
2012-06-22  Lars Op den... cec: fixed - set the physical address of each device...
2012-06-22  Lars Op den... LibCecSharp: bump client versions to 1.7.1
2012-06-22  Lars Op den... LibCecSharp: update the local configuration after conne...
2012-06-22  Lars Op den... LibCecSharp: added missing client and server version...
2012-06-21  Lars Op den... pin libcec to the same version as libcec1
2012-06-21  Lars Op den... fixed compiler warning in CCECCommandHandler
2012-06-21  Lars Op den... updated changelog for 1.7.1 and bumped remaining versio...
2012-06-21  Lars Op den... Makefile cleanups. don't link cec-client and cec-config...
2012-06-21  Lars Op den... cec: removed dupe code around delayed activate source...
2012-06-21  Lars Op den... cec: reset m_bPowerUpEventReceived in CVLCommandHandler...
2012-06-21  Lars Op den... cec: set the power status of a device to 'powered on...
2012-06-21  Lars Op den... cec: get the cached power status of a device in CVLComm...
2012-06-21  Lars Op den... cec: don't send active source commands when the physica...
2012-06-20  Lars Op den... cec: bump interface version numbers to 1.7.1
2012-06-20  Lars Op den... cec: added a vendor command for panasonic that will...
2012-06-20  Lars Op den... cec: reply with abort reason 'invalid operand' to vendo...
2012-06-20  Lars Op den... cec: added cec_command::PushArray()
2012-06-20  Lars Op den... cec-client: don't display debug output by default in...
2012-06-20  Lars Op den... changed 'couldn't change the ackmask: the connection...
2012-06-20  Lars Op den... silence 'unused' warnings
2012-06-19  Lars Op den... cec: changed all Handle...() commands to return a cec_a...
2012-06-19  Lars Op den... cec: fixed - send a feature abort as reply to vendor...
2012-06-19  Lars Op den... cec: fixed - get the current power status of the TV...
2012-06-19  Lars Op den... cec-client: fixed - wrong client version
2012-06-19  Lars Op den... cec: fixed missing virtual keyword in CCECCommandHandle...
2012-06-13  Lars Op den... cec: display a warning message if libCEC was not compil...
2012-06-11  Lars Op den... Merge branch 'development'
2012-06-10  Lars Op den... updated changelog
2012-06-10  Lars Op den... cec: fixed missing firmware version and build date...
next