deb_libcec.git
2012-01-24  Lars Op den... cec: moved WaitForTransmitSucceeded() to CAdapterCommun...
2012-01-24  Lars Op den... cec: moved all adapter related code to src/lib/adapter...
2012-01-23  Lars Op den... cec: fixed - don't keep the mutex locked in CCECProcess...
2012-01-23  Lars Op den... cec: fixed reconnect after standby
2012-01-23  Lars Op den... cec: make sure we're not trying to unlock the mutex...
2012-01-23  Lars Op den... cec: reset m_bStop to false in CreateThread()
2012-01-20  Lars Op den... completely removed AM_SILENT_RULES
2012-01-20  Lars Op den... don't use AM_SILENT_RULES on darwin
2012-01-18  Lars Op den... cec: put the assembly key in AssemblyInfo.cpp
2012-01-18  Lars Op den... cec: move create-installer.cmd to support/
2012-01-18  Lars Op den... cec: only target .net 2.0, include all the new stuff...
2012-01-17  Lars Op den... cec: refactored threading/locking - added windows nativ...
2012-01-14  Lars Op den... win32: fix compilation after the last commit
2012-01-13  Lars Op den... cec: stick some interfaces before the pthread stuff...
2012-01-13  Lars Op den... win32: sign .net 2.0 assemblies with a default key
2012-01-13  Lars Op den... win32: removed unneeded Stdafx. cleaned up targets
2012-01-13  Lars Op den... cec: added a .NET framework 2.0 version of LibCecSharp...
2012-01-12  Lars Op den... fixed typo in the changelog
2012-01-12  Lars Op den... cec: updated changelog and version numbers for v1.4.0
2012-01-12  Lars Op den... cec: fix win32 compilation (new parameter)
2012-01-12  Lars Op den... cec: add a void* parameter to the callback methods...
2012-01-12  Lars Op den... cec: fix linux compilation
2012-01-12  Lars Op den... cec: use callback methods in CecSharpClient
2012-01-12  Lars Op den... cec: fixed typo in AssemblyInfo.cs that prevented CecSh...
2012-01-12  Lars Op den... cec: added callbacks to LibCecSharp
2012-01-12  Lars Op den... cec: added typedefs for the callback methods
2012-01-12  Lars Op den... cec: rewrote an assignment within a condition, so the...
2012-01-12  Lars Op den... cec: use callback methods in cec-client
2012-01-12  Lars Op den... cec: added callback methods to libCEC. enable them...
2012-01-11  Lars Op den... cec: use the given timeout when trying to open a connec...
2012-01-11  Lars Op den... cec: added the vendor id for Sony
2012-01-11  Lars Op den... cec: don't transmit physical addresses while holding...
2012-01-11  Lars Op den... cec: always refresh the power state of a device when...
2012-01-11  Lars Op den... cec: don't hold a lock when sending an active source...
2012-01-10  Lars Op den... cec: unload libCEC when the lib version is invalid
2012-01-10  Lars Op den... disable debug output of package builds
2012-01-10  Lars Op den... cec: enable automake silent rules by default
2012-01-10  Lars Op den... cec: add -Wno-missing-field-initializers to CXXFLAGS
2012-01-10  Lars Op den... cec: silence all 'unused' compiler warnings
2012-01-08  Lars Op den... Merge pull request #16 from finson/65894f58514a9ab61ae2...
2012-01-04  Doug JohnsonRename LibCECC implementation of GetMinLibVersion call...
2012-01-03  Lars Op den... updated changelog and bumped version numbers to 1.3.2
2012-01-03  Lars Op den... cec: don't send deck status updates when sending an...
2012-01-03  Lars Op den... cec: don't send deck status updates when sending an...
2012-01-03  Lars Op den... cec: get the physical address of the target device...
2012-01-03  Lars Op den... Revert "cec: use CCECCommandHandler::ActivateSource...
2012-01-03  Lars Op den... cec: forgot to save before committing
2012-01-03  Lars Op den... cec: hold a lock in CCECProcessor::SetHDMIPort()
2012-01-03  Lars Op den... cec: use CCECCommandHandler::ActivateSource() instead...
2012-01-03  Lars Op den... revert the previous commit. CCECCommandHandler::Activat...
2012-01-03  Lars Op den... cec: transmit the menu state when activating the panaso...
2012-01-03  Lars Op den... cec: don't make libCEC the active source when changing...
2012-01-03  Lars Op den... cec: don't switch handlers when not needed
2012-01-03  Lars Op den... cec: only switch handlers once when using the generic...
2012-01-01  Lars Op den... cec: don't send a deck status update when sending an...
2012-01-01  Lars Op den... cec: replace the command handler directly after receivi...
2011-12-30  Lars Op den... cec: added a script that tests some basic functions...
2011-12-30  Lars Op den... added pkg-config to the dependencies list. issue #15
2011-12-30  Lars Op den... updated README. closes #14
2011-12-30  Lars Op den... cec: place in libudev include in an extern C block...
2011-12-29  Lars Op den... cec: added changelog for v1.3.1
2011-12-29  Lars Op den... cec: update the power status of a device when it's...
2011-12-29  Lars Op den... cec: set the expectedResponse parameter in all the...
2011-12-29  Lars Op den... cec: add an 'expectedResponse' parameter to CCECCommand...
2011-12-29  Lars Op den... cec: clean up and fix the LG command handler
2011-12-28  Lars Op den... cec: move some stuff that doesn't transmit messages...
2011-12-28  Lars Op den... cec: fixed typo in CCECCommandHandler::Transmit()
2011-12-28  Lars Op den... cec: put a call to ReplaceHandlers() back in CCECProces...
2011-12-28  Lars Op den... cec: don't wait for a response when not needed
2011-12-28  Lars Op den... cec: don't hold a lock while waiting for a response...
2011-12-27  Lars Op den... cec: fix win32 build
2011-12-27  Lars Op den... cec: let CCECProcessor replace the command handlers
2011-12-27  Lars Op den... cec: cleanups/fixes in the LG command handler
2011-12-27  Lars Op den... cec: don't replace a command handler when it's being...
2011-12-27  Lars Op den... cec: add a bRecursive parameter to the constructor...
2011-12-23  Lars Op den... Revert "cec: fixed typo which prevented LG TVs from...
2011-12-23  Lars Op den... cec: remove m_writeMutex in CCECBusDevice
2011-12-23  Lars Op den... cec: use a recursive mutex
2011-12-22  Lars Op den... cec: fixed typo which prevented LG TVs from connecting...
2011-12-22  Lars Op den... cec: cleaned up processor thread start
2011-12-22  Lars Op den... cec: forgot the return value in HanldeFeatureAbort()
2011-12-21  Lars Op den... cec: fix handler init
2011-12-21  Lars Op den... cec: simplify CCECProcessor::SetHDMIPort()
2011-12-21  Lars Op den... cec: don't try to do anything before the processor...
2011-12-21  Lars Op den... cec: don't keep trying the same command/request after...
2011-12-21  Lars Op den... cec: disable background polling. let the client request...
2011-12-21  Lars Op den... cec: pass bWait in CCECProcessor::TransmitKeypress...
2011-12-21  Lars Op den... cosmetics
2011-12-21  Buildservercec: copy libcec.dll to the XBMC installation dir when...
2011-12-20  Lars Op den... cec: missing return statement in CCECCommandHandler...
2011-12-20  Lars Op den... cec: transmit an active source message when transmittin...
2011-12-20  Lars Op den... cec: don't transmit active source messages when the...
2011-12-20  Lars Op den... cec: don't init the default handler before the physical...
2011-12-20  Lars Op den... cec: set the power state to 'powered on' by default
2011-12-20  Lars Op den... cec: init the default handler after starting up. sets...
2011-12-20  Lars Op den... cec: don't send the power up/down keypress to listeners...
2011-12-20  Lars Op den... cec: handle the bWait parameter in TransmitKeypress...
2011-12-20  Lars Op den... cec: send a 'menu state activated' command when startin...
2011-12-20  Lars Op den... cec: change the previously unused boolean parameter...
2011-12-09  Lars Op den... fixed typo in the changelog version
next