cec: don't hold a lock in CCECBusDevice when calling GetStatus()
[deb_libcec.git] / src / lib /
2012-02-16  Lars Op den Kampcec: don't hold a lock in CCECBusDevice when calling...
2012-02-15  Lars Op den Kampcec: added GetPortName() to CUSBCECAdapterCommunication
2012-02-15  Lars Op den Kampcec: don't lock the mutex when checking for the poll...
2012-02-15  Lars Op den Kampcec: don't do a full reinit when not needed
2012-02-15  Lars Op den Kampcec-config-gui: read/write the vendor id override setting
2012-02-15  Lars Op den Kampcec: added poweroff devices parameter to the config...
2012-02-15  Lars Op den Kampcec: added a callback that is called when libCEC's...
2012-02-15  Lars Op den Kampcec: don't reset the "adapter message sent" event
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: added SetConfiguration()/cec_set_configuration...
2012-02-14  Lars Op den Kampcec: ensure that there always is at least one device...
2012-02-14  Lars Op den Kampplatform: added CCondition::Wait() without a timeout...
2012-02-14  Lars Op den Kampplatform: let CTimeout return uint32_t instead of uint6...
2012-02-14  Lars Op den Kampcec: add an option to wake multiple devices via the...
2012-02-14  Lars Op den Kampcec: allow to override the TV vendor id via the initial...
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 the initial hdmi port setting
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: poll the next device when the current is handled...
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 'image view on' when calling SetActiveS...
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 Kampplatform: added an Init() method in CTimeout, so it...
2012-02-13  Lars Op den Kampcec: only replace handlers in the background thread...
2012-02-13  Lars Op den Kampcec: don't keep the mutex in CCECBusDevice locked in...
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: don't keep the mutex locked in CCECBusDevice when...
2012-02-11  Lars Op den Kampcec: prevent possible deadlock when closing the connect...
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-11  Lars Op den KampRevert "platform: added predicate in CCondition"
2012-02-11  Lars Op den Kampplatform: fixed return values of socket operations...
2012-02-11  Lars Op den Kampplatform: added predicate in CCondition
2012-02-10  Lars Op den Kampcec: fix linux compilation and warning after the recent...
2012-02-10  Lars Op den Kampcec: added a .net CEC configuration tool
2012-02-10  Lars Op den Kampcec: set the ackmask to 0 when closing the connection
2012-02-10  Lars Op den Kampcec: added CanPersistConfiguration()/cec_can_persist_co...
2012-02-09  Lars Op den Kampcec: added GetCurrentConfiguration()/cec_get_current_co...
2012-02-09  Lars Op den Kampcec: added a new initialiser method: CecInitialise...
2012-02-09  Lars Op den Kampplatform: fix tcp socket error handling and return...
2012-02-09  Lars Op den Kampcec: allow HDMI port changes after the physical address...
2012-02-09  Lars Op den Kampcec: use CTryLockObject when trying to replace handlers...
2012-02-09  Lars Op den Kampcec: added CTryLockObject
2012-02-09  Lars Op den Kampcec: include stdint.h in windows/os-types.h instead...
2012-02-08  Lars Op den Kampcec: add a physical address override parameter to libCE...
2012-02-08  Lars Op den Kampcec: removed deprecated CECCreate() method
2012-02-08  Lars Op den Kampcec: don't try to read or write in CUSBCECAdapterCommun...
2012-02-08  Lars Op den Kampcec: extracted a Close() method in CCECProcessor
2012-02-08  Lars Op den Kampcec: use the local cec.h/cectypes.h instead of system...
2012-02-07  Lars Op den Kampcec: don't broadcast but wake one thread in CProtectedS...
2012-02-07  Lars Op den Kampcec: moved the previously added OS-X ifdef to posix...
2012-02-07  Lars Op den Kampcec: fix OS-X compilation. credits: Dustin Cooper
2012-02-06  Lars Op den Kampcec: added GetLogicalAddresses()/cec_get_logical_addres...
2012-02-06  Lars Op den Kampcec: fixed typo in CUSBCECAdapterCommunication::Read()
2012-02-06  Lars Op den Kampcec: added SetStreamPath()/cec_set_stream_path_logical...
2012-02-06  Lars Op den Kampcec: keep the mutex locked when calling ReplaceHandlers...
2012-02-06  Lars Op den Kampcec: thread methods should be virtual, not inline....
2012-02-02  Lars Op den Kampcec: fixed possible crash when command handler were...
2012-02-02  Lars Op den Kampcec: don't replace handlers when not initialised, or...
2012-02-02  Lars Op den Kampcec: ping the adapter and request the firmware version...
2012-02-02  Lars Op den Kampcec: fixed compilation warnings
2012-02-02  Lars Op den Kampcec: added an IAdapterCommunicationCallback interface...
2012-02-02  Lars Op den Kampcec: dropped no longer needed start condition and state...
2012-02-02  Lars Op den Kampcosmetics
2012-02-02  Lars Op den Kampcosmetics: AddLog() has formatting params
2012-02-02  Lars Op den Kampcec: added the new msgcodes to MessageCodeAsString()
2012-02-02  Lars Op den Kamplinux: fix compilation
2012-02-02  Lars Op den Kampwin32: don't link to winsock
2012-02-02  Lars Op den Kampwin32: resolve condition methods at runtime
2012-02-02  Lars Op den Kampwin32: fix < vista compilation
2012-02-02  Lars Op den Kampcec: 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  Lars Op den Kampwin64: fixed compilation
2012-02-01  Lars Op den Kampcec: receive and send full cec_commands, not CCECAdapte...
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 Kampposix: fixed lib/platform/sockets/tcp.h compilation...
2012-01-30  Lars Op den Kampalso updated the copyright years in posix-only files
next