repositories
/
deb_libcec.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
cec: don't request the physical address from the tv (it's always 0x0000). just set...
2011-11-03
Lars Op den Kamp
cec: added GetLibVersionMinor()/cec_get_lib_version_minor...
commit
|
commitdiff
|
tree
2011-11-03
Lars Op den Kamp
removed boost dep from the README
commit
|
commitdiff
|
tree
2011-11-03
Lars Op den Kamp
cec: removed no longer needed cleanup code in ~CLibCEC
commit
|
commitdiff
|
tree
2011-11-03
Lars Op den Kamp
cec: samsung's vendor specific remote keypresses don...
commit
|
commitdiff
|
tree
2011-11-03
Lars Op den Kamp
cec: always reset the button press time in CLibCEC...
commit
|
commitdiff
|
tree
2011-11-03
Lars Op den Kamp
win32: removed download-deps.cmd
commit
|
commitdiff
|
tree
2011-11-02
Lars Op den Kamp
cec: and reverted the previous commit again (partially...
commit
|
commitdiff
|
tree
2011-11-02
Lars Op den Kamp
cec: replaced Sleep() in CAdapterCommunication::Process...
commit
|
commitdiff
|
tree
2011-11-02
Lars Op den Kamp
cec: always wait for a signal in CCECProcessor::Transmit()
commit
|
commitdiff
|
tree
2011-11-02
Lars Op den Kamp
cec: drop shared_ptr and use a normal pointer. removed...
commit
|
commitdiff
|
tree
2011-11-01
Lars Op den Kamp
Merge branch 'release'
commit
|
commitdiff
|
tree
2011-11-01
Lars Op den Kamp
updated changelog
commit
|
commitdiff
|
tree
2011-11-01
Lars Op den Kamp
added libboost-dev to the build dependencies for debian...
commit
|
commitdiff
|
tree
2011-11-01
Lars Op den Kamp
Merge branch 'release'
commit
|
commitdiff
|
tree
2011-11-01
Lars Op den Kamp
fixed typo in changelog
commit
|
commitdiff
|
tree
2011-11-01
Lars Op den Kamp
Merge branch 'master' into release
commit
|
commitdiff
|
tree
2011-11-01
Lars Op den Kamp
updated changelog for v0.8
commit
|
commitdiff
|
tree
2011-11-01
Lars Op den Kamp
cosmetics in README
commit
|
commitdiff
|
tree
2011-11-01
Lars Op den Kamp
README updated
commit
|
commitdiff
|
tree
2011-11-01
Lars Op den Kamp
cec: re-enabled AddCommand(). debug leftover
commit
|
commitdiff
|
tree
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: 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
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-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
next