repositories
/
deb_libcec.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
cec: don't block when clearing input and no data is received
2011-11-01
Lars Op den Kamp
cec: only mark error messages as error when waiting...
commit
|
commitdiff
|
tree
2011-11-01
Lars Op den Kamp
cec: signal as started after setting the ackmask
commit
|
commitdiff
|
tree
2011-11-01
Lars Op den Kamp
cec: moved SetAckMask() back to CCECProcessor, so the...
commit
|
commitdiff
|
tree
2011-11-01
Lars Op den Kamp
cec: pass unexpected replies to ParseMessage() in WaitForTra...
commit
|
commitdiff
|
tree
2011-11-01
Lars Op den Kamp
cec: only send unhandled and selected commands to the...
commit
|
commitdiff
|
tree
2011-11-01
Lars Op den Kamp
cec: operator= for cec_datapacket and cec_command
commit
|
commitdiff
|
tree
2011-10-31
Lars Op den Kamp
cec: fixed typo which led to a wrong return value in...
commit
|
commitdiff
|
tree
2011-10-31
Lars Op den Kamp
cec: show the command as string instead of int when...
commit
|
commitdiff
|
tree
2011-10-31
Lars Op den Kamp
cec: renamed WaitForAck() to WaitForTransmitSucceeded...
commit
|
commitdiff
|
tree
2011-10-31
Lars Op den Kamp
cec: cleaned up logging
commit
|
commitdiff
|
tree
2011-10-31
Lars Op den Kamp
cec: removed framebuffer in CCECProcessor. any other...
commit
|
commitdiff
|
tree
2011-10-30
Lars Op den Kamp
cec: don't use shared_ptr when not needed in CCECProcessor
commit
|
commitdiff
|
tree
2011-10-30
Lars Op den Kamp
win32: don't include the .pdb in the installer. only...
commit
|
commitdiff
|
tree
2011-10-30
Lars Op den Kamp
win32: bump version numbers to 8
commit
|
commitdiff
|
tree
2011-10-30
Lars Op den Kamp
win32: create Release type installer
commit
|
commitdiff
|
tree
2011-10-30
Lars Op den Kamp
cec: only log new power status when it actually changed
commit
|
commitdiff
|
tree
2011-10-30
Lars Op den Kamp
cec: refresh device statuses by default
commit
|
commitdiff
|
tree
2011-10-30
Lars Op den Kamp
cec: make the vendor name available on the interface
commit
|
commitdiff
|
tree
2011-10-30
Lars Op den Kamp
cec: fixec - don't deadlock when a command wasn't sent
commit
|
commitdiff
|
tree
2011-10-30
Lars Op den Kamp
cec: fixed - ensure that the ackmask is set
commit
|
commitdiff
|
tree
2011-10-30
Lars Op den Kamp
cec: added some guards
commit
|
commitdiff
|
tree
2011-10-30
Lars Op den Kamp
win32: fix build
commit
|
commitdiff
|
tree
2011-10-30
Lars Op den Kamp
win32: fix boost download
commit
|
commitdiff
|
tree
2011-10-30
Lars Op den Kamp
win32: download boost deps from xbmc.org
commit
|
commitdiff
|
tree
2011-10-30
Lars Op den Kamp
cec: check for enable_shared_from_this.hpp
commit
|
commitdiff
|
tree
2011-10-30
Lars Op den Kamp
cec: don't set the physical address to 0
commit
|
commitdiff
|
tree
2011-10-30
Lars Op den Kamp
cec: added GetDevicePowerStatus()/cec_get_device_power_status()
commit
|
commitdiff
|
tree
2011-10-30
Lars Op den Kamp
cec: added GetDeviceVendorId()/cec_get_device_vendor_id()
commit
|
commitdiff
|
tree
2011-10-30
Lars Op den Kamp
cec: store all commands in the command buffer, so they...
commit
|
commitdiff
|
tree
2011-10-30
Lars Op den Kamp
cec: added GetDeviceMenuLanguage()/cec_get_device_menu_langu...
commit
|
commitdiff
|
tree
2011-10-30
Lars Op den Kamp
cec: add GetDeviceCecVersion()/cec_get_device_cec_version...
commit
|
commitdiff
|
tree
2011-10-30
Lars Op den Kamp
cec: fixed - wait for ack while keeping a lock
commit
|
commitdiff
|
tree
2011-10-30
Lars Op den Kamp
cec: fixed - wait for the processor thread to start...
commit
|
commitdiff
|
tree
2011-10-30
Lars Op den Kamp
cec: set the correct ackmask on startup
commit
|
commitdiff
|
tree
2011-10-30
Lars Op den Kamp
cec: include the ack timeout in the cec_command struct
commit
|
commitdiff
|
tree
2011-10-30
Lars Op den Kamp
cec: set a message state in CCECAdapterMessage and...
commit
|
commitdiff
|
tree
2011-10-30
Lars Op den Kamp
cec: wait for messages to be transmitted before continueing...
commit
|
commitdiff
|
tree
2011-10-30
Lars Op den Kamp
cec: made = operator private for CCECAdapterMessage...
commit
|
commitdiff
|
tree
2011-10-30
Lars Op den Kamp
cec: store CCECAdapterMessagePtr in the framebuffer
commit
|
commitdiff
|
tree
2011-10-30
Lars Op den Kamp
cec: fixed - mutex in CAdapterCommunication::Close...
commit
|
commitdiff
|
tree
2011-10-30
Lars Op den Kamp
cec: process buffered messages too
commit
|
commitdiff
|
tree
2011-10-29
Lars Op den Kamp
cec: use boost::shared_ptr for messages
commit
|
commitdiff
|
tree
2011-10-29
Lars Op den Kamp
cosmetics
commit
|
commitdiff
|
tree
2011-10-29
Lars Op den Kamp
cec: only set the logical address once when it hasn...
commit
|
commitdiff
|
tree
2011-10-29
Lars Op den Kamp
cec: dropped second mutex in CAdapterCommunication...
commit
|
commitdiff
|
tree
2011-10-29
Lars Op den Kamp
cec: simplified WaitForAck() call. no longer needs...
commit
|
commitdiff
|
tree
2011-10-29
Lars Op den Kamp
cec: removed TransmitFormatted()
commit
|
commitdiff
|
tree
2011-10-29
Lars Op den Kamp
cec: moved cec_adapter_message to CCECAdapterMessage
commit
|
commitdiff
|
tree
2011-10-29
Lars Op den Kamp
cec: make all reads and write in CAdapterCommunication...
commit
|
commitdiff
|
tree
2011-10-29
Lars Op den Kamp
cec: use CecBuffer as input buffer in CAdapterCommunication
commit
|
commitdiff
|
tree
2011-10-28
Lars Op den Kamp
cec: split up WaitForAck() and ParseMessage(). currently...
commit
|
commitdiff
|
tree
2011-10-28
Lars Op den Kamp
cec: fixed - use the correct source device for broadcasts
commit
|
commitdiff
|
tree
2011-10-28
Lars Op den Kamp
cec: wait a bit longer to clear previous input
commit
|
commitdiff
|
tree
2011-10-28
Lars Op den Kamp
cec: fixed - correct source for broadcast messages
commit
|
commitdiff
|
tree
2011-10-28
Lars Op den Kamp
win32: sync visual studio project files
commit
|
commitdiff
|
tree
2011-10-28
Lars Op den Kamp
cec: moved device specific logic from CCECProcessor...
commit
|
commitdiff
|
tree
2011-10-28
Lars Op den Kamp
cec: moved CECBusDevice.cpp to devices/CECBusDevice.cpp
commit
|
commitdiff
|
tree
2011-10-28
Lars Op den Kamp
cec: set the physical address in CCECBusDevice
commit
|
commitdiff
|
tree
2011-10-28
Lars Op den Kamp
cec: add -la and --logical-address to the command line...
commit
|
commitdiff
|
tree
2011-10-27
Lars Op den Kamp
cec: added -d and --log-level params to cec-client
commit
|
commitdiff
|
tree
2011-10-27
Lars Op den Kamp
cec: cleaned up command line param parsing
commit
|
commitdiff
|
tree
2011-10-27
Lars Op den Kamp
cec: added -sf and --short-log-file, which only log...
commit
|
commitdiff
|
tree
2011-10-27
Lars Op den Kamp
cec: added -f and --log-file parameters to cec-client
commit
|
commitdiff
|
tree
2011-10-27
Lars Op den Kamp
cec: added option to change the log level to cec-client
commit
|
commitdiff
|
tree
2011-10-27
Lars Op den Kamp
cec: make CEC_LOG levels powers of 2
commit
|
commitdiff
|
tree
2011-10-27
Lars Op den Kamp
cec: introduced CEC_LOG_TRAFFIC log level and log all...
commit
|
commitdiff
|
tree
2011-10-27
Lars Op den Kamp
cec: fixed - c+p'd copyright contained #pragma once
commit
|
commitdiff
|
tree
2011-10-27
Lars Op den Kamp
cec: fixed vendorid. it should be uint64_t after all :)
commit
|
commitdiff
|
tree
2011-10-27
Lars Op den Kamp
win32: sync visual studio project file. use uint32_t...
commit
|
commitdiff
|
tree
2011-10-26
Lars Op den Kamp
cec: poll for a vendor id when an active device is...
commit
|
commitdiff
|
tree
2011-10-26
Lars Op den Kamp
cec: moved CEC handlers to implementations/
commit
|
commitdiff
|
tree
2011-10-26
Lars Op den Kamp
cec: fixed crash on exit after the last commit.
commit
|
commitdiff
|
tree
2011-10-26
Lars Op den Kamp
cec: refactor CEC command handling. split up standard...
commit
|
commitdiff
|
tree
2011-10-26
Lars Op den Kamp
cec: also parse the vendor id if it's sent to the broadcast...
commit
|
commitdiff
|
tree
2011-10-25
Lars Op den Kamp
cec: handle samsung remote command 'return'
commit
|
commitdiff
|
tree
2011-10-25
Lars Op den Kamp
cec: fixed - log the parameter too when there's only 1
commit
|
commitdiff
|
tree
2011-10-25
Lars Op den Kamp
cec: fixed - break break break
commit
|
commitdiff
|
tree
2011-10-25
Lars Op den Kamp
cec: changed log format of transmitted commands
commit
|
commitdiff
|
tree
2011-10-25
Lars Op den Kamp
cec: added hooks for vendor specific cec handling for...
commit
|
commitdiff
|
tree
2011-10-25
Lars Op den Kamp
cec: added vendor id detection for LG. changed vendorid...
commit
|
commitdiff
|
tree
2011-10-25
Lars Op den Kamp
cec: added SwitchMonitoring()/cec_switch_monitoring...
commit
|
commitdiff
|
tree
2011-10-25
Lars Op den Kamp
cec: changed format of the log message with the frames...
commit
|
commitdiff
|
tree
2011-10-25
Lars Op den Kamp
cec: store the vendor ID when it's sent via CEC_OPCODE_DEVIC...
commit
|
commitdiff
|
tree
2011-10-14
Lars Op den Kamp
Merge branch 'master' into release
commit
|
commitdiff
|
tree
2011-10-14
Lars Op den Kamp
added changelog for v0.7
commit
|
commitdiff
|
tree
2011-10-14
Lars Op den Kamp
cec: send a keypress with 0 duration when a key is...
commit
|
commitdiff
|
tree
2011-10-14
Lars Op den Kamp
cec: add SetOSDString() to the interface (not supported...
commit
|
commitdiff
|
tree
2011-10-14
Lars Op den Kamp
cec: fixed - 'routing change' is a broadcast message...
commit
|
commitdiff
|
tree
2011-10-14
Lars Op den Kamp
cec: log keypresses in the debug log
commit
|
commitdiff
|
tree
2011-10-14
Lars Op den Kamp
cec: added 'pa' command to cec-client, to change the...
commit
|
commitdiff
|
tree
2011-10-14
Lars Op den Kamp
cec: add SetPhysicalAddress()/cec_set_physical_address...
commit
|
commitdiff
|
tree
2011-10-14
Lars Op den Kamp
cec: put the message processing code from WaitForAck...
commit
|
commitdiff
|
tree
2011-10-14
Lars Op den Kamp
cec: add 'txn' command to cec-client. same as 'tx'...
commit
|
commitdiff
|
tree
2011-10-14
Lars Op den Kamp
cec: set initiator and destination first in cec_command...
commit
|
commitdiff
|
tree
2011-10-14
Lars Op den Kamp
cec: keep trying to connect while iTimeout isn't reached...
commit
|
commitdiff
|
tree
2011-10-14
Lars Op den Kamp
cec: don't call SetActiveView() when reporting the...
commit
|
commitdiff
|
tree
2011-10-13
Lars Op den Kamp
cec: eom was not being parsed when receiving MSGCODE_FRAME_D...
commit
|
commitdiff
|
tree
2011-10-13
Lars Op den Kamp
cec: add the device type as parameter when sending...
commit
|
commitdiff
|
tree
2011-10-13
Lars Op den Kamp
cec: fixed typo in libcec.pc.in
commit
|
commitdiff
|
tree
2011-10-13
Lars Op den Kamp
cec: add optional strLib parameter to LoadLibCec()...
commit
|
commitdiff
|
tree
next