deb_libcec.git
2012-07-27  Lars Op den... Merge branch 'master' into release
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... Merge branch 'master' into release
2012-06-27  Lars Op den... fix OS-X build
2012-06-27  Lars Op den... Merge branch 'master' into release
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 'master' into release
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...
2012-06-10  Lars Op den... cec: open libcec.so.1 instead of libcec.so in cecloader...
2012-06-10  Lars Op den... updated changelog
2012-06-10  Lars Op den... debian: build source v1 packages to simplify test builds
2012-06-10  Lars Op den... cec: TransmitImageViewOn() and TransmitActiveSource...
2012-06-10  Lars Op den... cec: get the vendor id of the TV before allocating...
2012-06-05  Lars Op den... cec: don't respond with a feature abort to opcode play...
2012-06-04  Lars Op den... updated README
2012-06-04  Lars Op den... cec: also send a menu state update when activating...
2012-06-04  Lars Op den... bump version numbers to 1.7.0 and updated changelog
2012-06-04  Lars Op den... cec: changed - libcec_configuration.bAutodetectAddress...
2012-06-04  Lars Op den... cec: attempt to get the edid from nvidia's driver on...
2012-06-02  Lars Op den... cec: added PA detection via ADL for AMD, and attempt...
2012-06-01  Lars Op den... cec-client: only active the source when reconnecting...
2012-06-01  Lars Op den... cec: don't unregister clients in CLibCEC when disconnec...
2012-05-31  Lars Op den... cec: MSGCODE_TIMEOUT_ERROR is a response to a transmission
2012-05-31  Lars Op den... cec: hold a lock when changing the ackmask in CUSBCECAd...
2012-05-31  Lars Op den... cec: retry 'activate source' every 10 seconds if it...
2012-05-31  Lars Op den... cec: don't respond with a poll from the broadcast addre...
2012-05-31  Lars Op den... cec: moved ToString() methods and some other type relat...
2012-05-31  Lars Op den... cec: safe deletes for members
2012-05-31  Lars Op den... LibCecSharp: don't use an int but a CecUserControlCode...
2012-05-31  Lars Op den... platform: added tcp server sockets for posix
2012-05-26  Lars Op den... Merge branch 'master' into release
2012-05-26  Lars Op den... updated debian/control to replace libcec (<< 1.6)
2012-05-17  Lars Op den... Merge branch 'master' into release
2012-05-17  Lars Op den... platform: fix win32 compilation error
2012-05-17  Lars Op den... Merge branch 'master' into release
2012-05-17  Lars Op den... added missing hardy rules and source version
2012-05-17  Lars Op den... Merge branch 'master' into release
2012-05-17  Lars Op den... Merge branch 'development'
2012-05-17  Lars Op den... sync changelog for build
2012-05-17  Lars Op den... cec: fixed - correct initiator for keypresses
2012-05-16  Lars Op den... sync the /debian dir with the one in precise (with...
2012-05-15  Lars Op den... Merge remote branch 'libcec-public/master'
2012-05-15  Lars Op den... Merge branch 'master' into release
2012-05-15  Lars Op den... updated README
next