deb_libcec.git
2012-02-10  Lars Op den... cec: added CanPersistConfiguration()/cec_can_persist_co...
2012-02-09  Lars Op den... cec-config: added the other options from xbmc to the...
2012-02-09  Lars Op den... cec: added GetCurrentConfiguration()/cec_get_current_co...
2012-02-09  Lars Op den... cec-config: use the new LibCecInitialise()
2012-02-09  Lars Op den... cec: added a new initialiser method: CecInitialise...
2012-02-09  Lars Op den... cec-config: fixed typo
2012-02-09  Lars Op den... platform: fix tcp socket error handling and return...
2012-02-09  Lars Op den... cec: added cec-config, a libCEC configuration wizard...
2012-02-09  Lars Op den... cec: allow HDMI port changes after the physical address...
2012-02-09  Lars Op den... cec: use CTryLockObject when trying to replace handlers...
2012-02-09  Lars Op den... cec: added CTryLockObject
2012-02-09  Lars Op den... cec: include stdint.h in windows/os-types.h instead...
2012-02-08  Lars Op den... cec: add a physical address override parameter to libCE...
2012-02-08  Lars Op den... cec: removed deprecated CECCreate() method
2012-02-08  Lars Op den... cec: don't try to read or write in CUSBCECAdapterCommun...
2012-02-08  Lars Op den... cec: extracted a Close() method in CCECProcessor
2012-02-08  Lars Op den... LibCecSharp: added quotes to the linker statement for...
2012-02-08  Lars Op den... cec: use the local cec.h/cectypes.h instead of system...
2012-02-08  Lars Op den... cec: include the local cectypes.h in cec.h and cecc...
2012-02-07  Lars Op den... cec: don't broadcast but wake one thread in CProtectedS...
2012-02-07  Lars Op den... cec: moved the previously added OS-X ifdef to posix...
2012-02-07  Lars Op den... cec: fix OS-X compilation. credits: Dustin Cooper
2012-02-06  Lars Op den... cec: added GetLogicalAddresses()/cec_get_logical_addres...
2012-02-06  Lars Op den... cec: fixed typo in CUSBCECAdapterCommunication::Read()
2012-02-06  Lars Op den... updated changelog and bumped version numbers to 1.4.3
2012-02-06  Lars Op den... cec: fixed crash on exit in LibCecSharp
2012-02-06  Lars Op den... cec: don't sign development binaries with a temporary...
2012-02-06  Lars Op den... cec: added SetStreamPath()/cec_set_stream_path_logical...
2012-02-06  Lars Op den... cosmetics
2012-02-06  Lars Op den... cec: keep the mutex locked when calling ReplaceHandlers...
2012-02-06  Lars Op den... cec: thread methods should be virtual, not inline....
2012-02-05  Lars Op den... cec: created a separate driver installer, which is...
2012-02-04  Lars Op den... cec: added "driver only" and "driver + libcec" sections...
2012-02-04  Lars Op den... cec: let create-installer.cmd sign all binaries on...
2012-02-04  Lars Op den... cec: added a signed driver
2012-02-02  Lars Op den... cec: fixed possible crash when command handler were...
2012-02-02  Lars Op den... cec: don't replace handlers when not initialised, or...
2012-02-02  Lars Op den... cec: ping the adapter and request the firmware version...
2012-02-02  Lars Op den... cec: fixed compilation warnings
2012-02-02  Lars Op den... cec: added an IAdapterCommunicationCallback interface...
2012-02-02  Lars Op den... cec: dropped no longer needed start condition and state...
2012-02-02  Lars Op den... cosmetics
2012-02-02  Lars Op den... cosmetics: AddLog() has formatting params
2012-02-02  Lars Op den... cec: added the new msgcodes to MessageCodeAsString()
2012-02-02  Lars Op den... linux: fix compilation
2012-02-02  Lars Op den... win32: don't link to winsock
2012-02-02  Lars Op den... win32: resolve condition methods at runtime
2012-02-02  Lars Op den... win32: fix < vista compilation
2012-02-02  Lars Op den... cec: close and delete the connection when the processor...
2012-02-01  Bob van Loosenadded: set controlled mode on after opening a connectio...
2012-02-01  Bob van Loosenadded: new enum values
2012-02-01  Lars Op den... win64: fixed compilation
2012-02-01  Lars Op den... cec: receive and send full cec_commands, not CCECAdapte...
2012-01-31  Lars Op den... cec: clean up lib/platform
2012-01-30  Lars Op den... cec: wait 500 ms before trying to retransmit a command...
2012-01-30  Lars Op den... posix: fixed lib/platform/sockets/tcp.h compilation...
2012-01-30  Lars Op den... also updated the copyright years in posix-only files
2012-01-30  Lars Op den... changed the year in copyright notices to 2011-2012
2012-01-30  Lars Op den... win32: also timeout when data is received in SocketRead()
2012-01-30  Lars Op den... cec: added tcp client sockets to lib/platform
2012-01-29  Lars Op den... cec: fill in a couple of TODOs in lib/platform/windows...
2012-01-29  Lars Op den... cec: sync win32
2012-01-29  Lars Op den... cec: keep trying to reconnect to the com port until...
2012-01-29  Lars Op den... cec: transmit 'menu state activated' after the stream...
2012-01-29  Lars Op den... cec: clean ups and only include what we need from lib...
2012-01-27  Lars Op den... cec: add formating parameters to PrintToStdOut()
2012-01-27  Lars Op den... cec: set the ackmask to 0x0 when trying to find a free...
2012-01-27  Lars Op den... cec: bump version numbers for bugfix release 1.4.2
2012-01-27  Lars Op den... cec: try to ping the device and grab the firmware versi...
2012-01-25  Lars Op den... typo (tab/spaces) in the changelog
2012-01-25  Lars Op den... updated changelog and version numbers for v1.4.1
2012-01-25  Lars Op den... cec: retry to get the firmware version when it failed...
2012-01-25  Lars Op den... cec: renamed WaitForTransmitSucceeded() to WaitForAck...
2012-01-25  Lars Op den... cec: retry the ping adapter command when starting libCE...
2012-01-25  Lars Op den... cec: don't request the firmware version when the adapte...
2012-01-25  Lars Op den... cec: added a little extra warning in support/cec-flash...
2012-01-25  Lars Op den... cec: fixed - only the key release events were sent...
2012-01-25  Lars Op den... cec: fixed possible deadlock because of a negative...
2012-01-25  Lars Op den... cec: sync win32
2012-01-25  Lars Op den... cec: simplified AddLog() method
2012-01-25  Lars Op den... cec: fixed error message in cec-client (unable to open...
2012-01-25  Lars Op den... cec: added a firmware flash script for linux. usage...
2012-01-25  Lars Op den... cec: don't send any CEC commands after entering bootloa...
2012-01-25  Lars Op den... cec: fixed return value from CAdapterCommunication...
2012-01-25  Lars Op den... cec: exit cec-client after entering bootloader mode
2012-01-25  Lars Op den... cec: check whether the adapter responds when connecting...
2012-01-25  Lars Op den... cec: fixed - MSGCODE_START_BOOTLOADER doesn't respond...
2012-01-24  Lars Op den... cec: move WaitForTransmissionSucceeded() to CAdapterCom...
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...
next