repositories
/
deb_libcec.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
cec: make sure we're not trying to unlock the mutex too many times
[deb_libcec.git]
/
src
/
2011-10-31
Lars Op den Kamp
cec: fixed typo which led to a wrong return value in...
tree
|
commitdiff
2011-10-31
Lars Op den Kamp
cec: show the command as string instead of int when...
tree
|
commitdiff
2011-10-31
Lars Op den Kamp
cec: renamed WaitForAck() to WaitForTransmitSucceeded...
tree
|
commitdiff
2011-10-31
Lars Op den Kamp
cec: cleaned up logging
tree
|
commitdiff
2011-10-31
Lars Op den Kamp
cec: removed framebuffer in CCECProcessor. any other...
tree
|
commitdiff
2011-10-30
Lars Op den Kamp
cec: don't use shared_ptr when not needed in CCECProcessor
tree
|
commitdiff
2011-10-30
Lars Op den Kamp
cec: only log new power status when it actually changed
tree
|
commitdiff
2011-10-30
Lars Op den Kamp
cec: refresh device statuses by default
tree
|
commitdiff
2011-10-30
Lars Op den Kamp
cec: make the vendor name available on the interface
tree
|
commitdiff
2011-10-30
Lars Op den Kamp
cec: fixec - don't deadlock when a command wasn't sent
tree
|
commitdiff
2011-10-30
Lars Op den Kamp
cec: fixed - ensure that the ackmask is set
tree
|
commitdiff
2011-10-30
Lars Op den Kamp
cec: added some guards
tree
|
commitdiff
2011-10-30
Lars Op den Kamp
win32: fix build
tree
|
commitdiff
2011-10-30
Lars Op den Kamp
cec: don't set the physical address to 0
tree
|
commitdiff
2011-10-30
Lars Op den Kamp
cec: added GetDevicePowerStatus()/cec_get_device_power_...
tree
|
commitdiff
2011-10-30
Lars Op den Kamp
cec: added GetDeviceVendorId()/cec_get_device_vendor_id()
tree
|
commitdiff
2011-10-30
Lars Op den Kamp
cec: store all commands in the command buffer, so they...
tree
|
commitdiff
2011-10-30
Lars Op den Kamp
cec: added GetDeviceMenuLanguage()/cec_get_device_menu_...
tree
|
commitdiff
2011-10-30
Lars Op den Kamp
cec: add GetDeviceCecVersion()/cec_get_device_cec_versi...
tree
|
commitdiff
2011-10-30
Lars Op den Kamp
cec: fixed - wait for ack while keeping a lock
tree
|
commitdiff
2011-10-30
Lars Op den Kamp
cec: fixed - wait for the processor thread to start...
tree
|
commitdiff
2011-10-30
Lars Op den Kamp
cec: set the correct ackmask on startup
tree
|
commitdiff
2011-10-30
Lars Op den Kamp
cec: include the ack timeout in the cec_command struct
tree
|
commitdiff
2011-10-30
Lars Op den Kamp
cec: set a message state in CCECAdapterMessage and...
tree
|
commitdiff
2011-10-30
Lars Op den Kamp
cec: wait for messages to be transmitted before continu...
tree
|
commitdiff
2011-10-30
Lars Op den Kamp
cec: made = operator private for CCECAdapterMessage...
tree
|
commitdiff
2011-10-30
Lars Op den Kamp
cec: store CCECAdapterMessagePtr in the framebuffer
tree
|
commitdiff
2011-10-30
Lars Op den Kamp
cec: fixed - mutex in CAdapterCommunication::Close...
tree
|
commitdiff
2011-10-30
Lars Op den Kamp
cec: process buffered messages too
tree
|
commitdiff
2011-10-29
Lars Op den Kamp
cec: use boost::shared_ptr for messages
tree
|
commitdiff
2011-10-29
Lars Op den Kamp
cosmetics
tree
|
commitdiff
2011-10-29
Lars Op den Kamp
cec: only set the logical address once when it hasn...
tree
|
commitdiff
2011-10-29
Lars Op den Kamp
cec: dropped second mutex in CAdapterCommunication...
tree
|
commitdiff
2011-10-29
Lars Op den Kamp
cec: simplified WaitForAck() call. no longer needs...
tree
|
commitdiff
2011-10-29
Lars Op den Kamp
cec: removed TransmitFormatted()
tree
|
commitdiff
2011-10-29
Lars Op den Kamp
cec: moved cec_adapter_message to CCECAdapterMessage
tree
|
commitdiff
2011-10-29
Lars Op den Kamp
cec: make all reads and write in CAdapterCommunication...
tree
|
commitdiff
2011-10-29
Lars Op den Kamp
cec: use CecBuffer as input buffer in CAdapterCommunication
tree
|
commitdiff
2011-10-28
Lars Op den Kamp
cec: split up WaitForAck() and ParseMessage(). currentl...
tree
|
commitdiff
2011-10-28
Lars Op den Kamp
cec: fixed - use the correct source device for broadcasts
tree
|
commitdiff
2011-10-28
Lars Op den Kamp
cec: wait a bit longer to clear previous input
tree
|
commitdiff
2011-10-28
Lars Op den Kamp
cec: fixed - correct source for broadcast messages
tree
|
commitdiff
2011-10-28
Lars Op den Kamp
cec: moved device specific logic from CCECProcessor...
tree
|
commitdiff
2011-10-28
Lars Op den Kamp
cec: moved CECBusDevice.cpp to devices/CECBusDevice.cpp
tree
|
commitdiff
2011-10-28
Lars Op den Kamp
cec: set the physical address in CCECBusDevice
tree
|
commitdiff
2011-10-28
Lars Op den Kamp
cec: add -la and --logical-address to the command line...
tree
|
commitdiff
2011-10-27
Lars Op den Kamp
cec: added -d and --log-level params to cec-client
tree
|
commitdiff
2011-10-27
Lars Op den Kamp
cec: cleaned up command line param parsing
tree
|
commitdiff
2011-10-27
Lars Op den Kamp
cec: added -sf and --short-log-file, which only log...
tree
|
commitdiff
2011-10-27
Lars Op den Kamp
cec: added -f and --log-file parameters to cec-client
tree
|
commitdiff
2011-10-27
Lars Op den Kamp
cec: added option to change the log level to cec-client
tree
|
commitdiff
2011-10-27
Lars Op den Kamp
cec: introduced CEC_LOG_TRAFFIC log level and log all...
tree
|
commitdiff
2011-10-27
Lars Op den Kamp
cec: fixed - c+p'd copyright contained #pragma once
tree
|
commitdiff
2011-10-27
Lars Op den Kamp
cec: fixed vendorid. it should be uint64_t after all :)
tree
|
commitdiff
2011-10-27
Lars Op den Kamp
win32: sync visual studio project file. use uint32_t...
tree
|
commitdiff
2011-10-26
Lars Op den Kamp
cec: poll for a vendor id when an active device is...
tree
|
commitdiff
2011-10-26
Lars Op den Kamp
cec: moved CEC handlers to implementations/
tree
|
commitdiff
2011-10-26
Lars Op den Kamp
cec: fixed crash on exit after the last commit.
tree
|
commitdiff
2011-10-26
Lars Op den Kamp
cec: refactor CEC command handling. split up standard...
tree
|
commitdiff
2011-10-26
Lars Op den Kamp
cec: also parse the vendor id if it's sent to the broad...
tree
|
commitdiff
2011-10-25
Lars Op den Kamp
cec: handle samsung remote command 'return'
tree
|
commitdiff
2011-10-25
Lars Op den Kamp
cec: fixed - log the parameter too when there's only 1
tree
|
commitdiff
2011-10-25
Lars Op den Kamp
cec: fixed - break break break
tree
|
commitdiff
2011-10-25
Lars Op den Kamp
cec: changed log format of transmitted commands
tree
|
commitdiff
2011-10-25
Lars Op den Kamp
cec: added hooks for vendor specific cec handling for...
tree
|
commitdiff
2011-10-25
Lars Op den Kamp
cec: added vendor id detection for LG. changed vendorid...
tree
|
commitdiff
2011-10-25
Lars Op den Kamp
cec: added SwitchMonitoring()/cec_switch_monitoring...
tree
|
commitdiff
2011-10-25
Lars Op den Kamp
cec: changed format of the log message with the frames...
tree
|
commitdiff
2011-10-25
Lars Op den Kamp
cec: store the vendor ID when it's sent via CEC_OPCODE_...
tree
|
commitdiff
2011-10-14
Lars Op den Kamp
Merge branch 'master' into release
tree
|
commitdiff
2011-10-14
Lars Op den Kamp
cec: send a keypress with 0 duration when a key is...
tree
|
commitdiff
2011-10-14
Lars Op den Kamp
cec: add SetOSDString() to the interface (not supported...
tree
|
commitdiff
2011-10-14
Lars Op den Kamp
cec: fixed - 'routing change' is a broadcast message...
tree
|
commitdiff
2011-10-14
Lars Op den Kamp
cec: log keypresses in the debug log
tree
|
commitdiff
2011-10-14
Lars Op den Kamp
cec: added 'pa' command to cec-client, to change the...
tree
|
commitdiff
2011-10-14
Lars Op den Kamp
cec: add SetPhysicalAddress()/cec_set_physical_address...
tree
|
commitdiff
2011-10-14
Lars Op den Kamp
cec: put the message processing code from WaitForAck...
tree
|
commitdiff
2011-10-14
Lars Op den Kamp
cec: add 'txn' command to cec-client. same as 'tx'...
tree
|
commitdiff
2011-10-14
Lars Op den Kamp
cec: set initiator and destination first in cec_command...
tree
|
commitdiff
2011-10-14
Lars Op den Kamp
cec: keep trying to connect while iTimeout isn't reache...
tree
|
commitdiff
2011-10-14
Lars Op den Kamp
cec: don't call SetActiveView() when reporting the...
tree
|
commitdiff
2011-10-13
Lars Op den Kamp
cec: eom was not being parsed when receiving MSGCODE_FR...
tree
|
commitdiff
2011-10-13
Lars Op den Kamp
cec: add the device type as parameter when sending...
tree
|
commitdiff
2011-10-13
Lars Op den Kamp
cec: fixed typo in libcec.pc.in
tree
|
commitdiff
2011-10-13
Lars Op den Kamp
cec: only link cec-client against ld. use AC_SEARCH_LIB...
tree
|
commitdiff
2011-10-13
Lars Op den Kamp
cec: use int instead of bool on the public C interface...
tree
|
commitdiff
2011-10-13
Lars Op den Kamp
win32: sync visual studio project files. fixed: acciden...
tree
|
commitdiff
2011-10-12
Lars Op den Kamp
renamed: CECExports.h => cec.h, CECExportsC.h => cecc...
tree
|
commitdiff
2011-10-12
Lars Op den Kamp
updated debian package. split up libcec and libcec-dev
tree
|
commitdiff
2011-10-12
Lars Op den Kamp
cec: changed to use dlopen instead of static linkage...
tree
|
commitdiff
2011-10-11
Lars Op den Kamp
cec: reset the active view after a routing change....
tree
|
commitdiff
2011-10-09
Lars Op den Kamp
Merge branch 'master' into release
tree
|
commitdiff
2011-10-09
Lars Op den Kamp
cec: sync visual studio project files. removed pthreadV...
tree
|
commitdiff
2011-10-09
Lars Op den Kamp
cec: more cleanups. split up cec_adapter_message and...
tree
|
commitdiff
2011-10-09
Lars Op den Kamp
cec: moved some logic to the cec_packet struct. fix...
tree
|
commitdiff
2011-10-09
Lars Op den Kamp
cec: split up buffer and comm mutex again in CAdapterCo...
tree
|
commitdiff
2011-10-09
davilla
enable darwin support
tree
|
commitdiff
2011-10-09
davilla
add darwin support
tree
|
commitdiff
2011-10-08
Lars Op den Kamp
Revert "cec: fix timeout"
tree
|
commitdiff
2011-10-08
Lars Op den Kamp
cec: fix timeout
tree
|
commitdiff
next