Add bShutdownOnStandby to libcec_configuration. bugzid: 660
[deb_libcec.git] / src / lib / implementations /
2012-04-11  Lars Op den Kampcec: extra guard so no commands are transmitted without...
2012-04-10  Mark KendallRespond to Get Menu Language. bugzid: 547
2012-04-07  Lars Op den Kampcec: added buttoncode for 'channels list' on samsung...
2012-03-28  Lars Op den Kampcec: give priority to messages from the TV. removed...
2012-03-27  Lars Op den Kampcec: added power on command for Samsung AVR devices...
2012-03-21  Mark Kendallcec: Correct handling CEC_USER_CONTROL_CODE_POWER
2012-03-19  Lars Op den Kampcec: ensure that the vendor ID is sent before trying...
2012-03-19  Lars Op den Kampcec: poll doesn't have an opcode. bugzid: 591
2012-02-26  Lars Op den Kampcec: also add commands to unsupported features when...
2012-02-22  Lars Op den Kampcec: fixed c+p monster - CRLCommandHandler is for Toshi...
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-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: LG devices don't respond to CEC version requests...
2012-02-17  Lars Op den Kampcec: fixed 'unsupported command' marking in CCECBusDevice
2012-02-16  Lars Op den Kampcec: fix active source switches for the standard CEC...
2012-02-15  Lars Op den Kampcec: transmit a keypress and key release as power on...
2012-02-14  Lars Op den Kampcec: return the anynet return keycode directly instead...
2012-02-14  Lars Op den Kampcec: send power state 'standby->on' before 'on' for SL
2012-02-13  Lars Op den Kampcec: cleanups in ActivateSource() and CSLCommandHandler
2012-02-13  Lars Op den Kampcec: fix SL reconnect when the source has been switched...
2012-02-13  Lars Op den Kampcec: also send 'image view on' before setting the activ...
2012-02-13  Lars Op den Kampcec: added defines for SL vendor command 02
2012-02-13  Lars Op den Kampcec: implemented power up for LG devices other than...
2012-02-13  Lars Op den Kampcec: just send the vendor id in InitHandler()
2012-02-13  Lars Op den Kampcec: replace the handler for the primary device directl...
2012-02-13  Lars Op den Kampcec: protect the SL state vars with a mutex
2012-02-13  Lars Op den Kampcec: added a couple of debug lines
2012-02-13  Lars Op den Kampcec: send the physical address before sending the vendo...
2012-02-13  Lars Op den Kampcec: send power state 'standby->on' to the tv when...
2012-02-13  Lars Op den Kampcec: don't send menu state updates to LG
2012-02-13  Lars Op den Kampcec: only let SL bug out when the power state is reques...
2012-02-13  Lars Op den Kampcec: send LG's vendor id to broadcast, not the tv
2012-02-12  Lars Op den Kampcec: reconnect SL after TV standby
2012-02-12  Lars Op den Kampcec: vendor command 05 -> TransmitVendorCommandSetDevic...
2012-02-12  Lars Op den Kampcec: more SL hacks
2012-02-12  Lars Op den Kampcec: more LG loop fix hacks
2012-02-12  Lars Op den Kampcec: stop replying to power status requests from LG...
2012-02-12  Lars Op den Kampcec: fix loop when initialising LG
2012-02-12  Lars Op den Kampcec: don't send 'image view on' to LG unless needed...
2012-02-11  Lars Op den Kampcec: lg expects the device type on 89:05. set deck...
2012-02-11  Lars Op den Kampcec: send feature abort to LG devices when they send...
2012-02-11  Lars Op den Kampcec: don't try to lock the transmit mutex when deleting...
2012-02-11  Lars Op den Kampcec: fix 104125dc8316fb58253c34f417ded1e85b22c9f8
2012-02-11  Lars Op den Kampcec: keep the 'busy state' of the command handler in...
2012-02-11  Lars Op den Kampcec: and now proper predicates
2012-02-08  Lars Op den Kampcec: use the local cec.h/cectypes.h instead of system...
2012-02-06  Lars Op den Kampcec: added SetStreamPath()/cec_set_stream_path_logical...
2012-02-02  Lars Op den Kampcec: fixed possible crash when command handler were...
2012-02-02  Lars Op den Kampcec: dropped no longer needed start condition and state...
2012-01-31  Lars Op den Kampcec: clean up lib/platform
2012-01-30  Lars Op den Kampcec: wait 500 ms before trying to retransmit a command...
2012-01-30  Lars Op den Kampchanged the year in copyright notices to 2011-2012
2012-01-29  Lars Op den Kampcec: transmit 'menu state activated' after the stream...
2012-01-29  Lars Op den Kampcec: clean ups and only include what we need from lib...
2012-01-25  Lars Op den Kampcec: fixed - only the key release events were sent...
2012-01-25  Lars Op den Kampcec: simplified AddLog() method
2012-01-17  Lars Op den Kampcec: refactored threading/locking - added windows nativ...
2012-01-13  Lars Op den Kampcec: stick some interfaces before the pthread stuff...
2012-01-10  Lars Op den Kampcec: silence all 'unused' compiler warnings
2012-01-08  Lars Op den KampMerge pull request #16 from finson/65894f58514a9ab61ae2...
2012-01-03  Lars Op den Kampcec: don't send deck status updates when sending an...
2012-01-03  Lars Op den Kampcec: don't send deck status updates when sending an...
2012-01-03  Lars Op den KampRevert "cec: use CCECCommandHandler::ActivateSource...
2012-01-03  Lars Op den Kampcec: use CCECCommandHandler::ActivateSource() instead...
2012-01-03  Lars Op den Kamprevert the previous commit. CCECCommandHandler::Activat...
2012-01-03  Lars Op den Kampcec: transmit the menu state when activating the panaso...
2012-01-03  Lars Op den Kampcec: don't make libCEC the active source when changing...
2012-01-03  Lars Op den Kampcec: don't switch handlers when not needed
2012-01-03  Lars Op den Kampcec: only switch handlers once when using the generic...
2012-01-01  Lars Op den Kampcec: don't send a deck status update when sending an...
2012-01-01  Lars Op den Kampcec: replace the command handler directly after receivi...
2011-12-29  Lars Op den Kampcec: set the expectedResponse parameter in all the...
2011-12-29  Lars Op den Kampcec: add an 'expectedResponse' parameter to CCECCommand...
2011-12-29  Lars Op den Kampcec: clean up and fix the LG command handler
2011-12-28  Lars Op den Kampcec: move some stuff that doesn't transmit messages...
2011-12-28  Lars Op den Kampcec: fixed typo in CCECCommandHandler::Transmit()
2011-12-28  Lars Op den Kampcec: don't wait for a response when not needed
2011-12-27  Lars Op den Kampcec: fix win32 build
2011-12-27  Lars Op den Kampcec: cleanups/fixes in the LG command handler
2011-12-27  Lars Op den Kampcec: don't replace a command handler when it's being...
2011-12-23  Lars Op den KampRevert "cec: fixed typo which prevented LG TVs from...
2011-12-22  Lars Op den Kampcec: fixed typo which prevented LG TVs from connecting...
2011-12-22  Lars Op den Kampcec: forgot the return value in HanldeFeatureAbort()
2011-12-21  Lars Op den Kampcec: fix handler init
2011-12-21  Lars Op den Kampcec: don't keep trying the same command/request after...
2011-12-21  Lars Op den Kampcosmetics
2011-12-20  Lars Op den Kampcec: missing return statement in CCECCommandHandler...
2011-12-20  Lars Op den Kampcec: transmit an active source message when transmittin...
2011-12-20  Lars Op den Kampcec: set the power state to 'powered on' by default
2011-12-20  Lars Op den Kampcec: init the default handler after starting up. sets...
2011-12-20  Lars Op den Kampcec: don't send the power up/down keypress to listeners...
2011-12-20  Lars Op den Kampcec: handle the bWait parameter in TransmitKeypress...
2011-12-09  Lars Op den Kampcec: fixed - set power state to powered off when a...
2011-12-09  Lars Op den Kampcec: fixed - transmit an active source message when...
2011-12-09  Lars Op den Kampcec: fixed - don't change the active device when the...
2011-12-09  Lars Op den Kampcec: fixed - mark a device as active source before...
2011-12-08  Lars Op den Kampcec: removed 'retries' from cec_command, to avoid stack...
2011-12-07  Lars Op den KampMerge branch 'master' of github.com:Pulse-Eight/libcec
next