repositories
/
deb_libcec.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
cec: don't try to do anything before the processor thread has started
[deb_libcec.git]
/
src
/
lib
/
2011-11-03
Lars Op den Kamp
cec: set lib interface version back to 1.0 and rename...
tree
|
commitdiff
2011-11-03
Lars Op den Kamp
cec: don't hack around the issue that samsung's vendor...
tree
|
commitdiff
2011-11-03
Lars Op den Kamp
cec: added GetLibVersionMinor()/cec_get_lib_version_min...
tree
|
commitdiff
2011-11-03
Lars Op den Kamp
cec: removed no longer needed cleanup code in ~CLibCEC
tree
|
commitdiff
2011-11-03
Lars Op den Kamp
cec: samsung's vendor specific remote keypresses don...
tree
|
commitdiff
2011-11-03
Lars Op den Kamp
cec: always reset the button press time in CLibCEC...
tree
|
commitdiff
2011-11-02
Lars Op den Kamp
cec: and reverted the previous commit again (partially...
tree
|
commitdiff
2011-11-02
Lars Op den Kamp
cec: replaced Sleep() in CAdapterCommunication::Process...
tree
|
commitdiff
2011-11-02
Lars Op den Kamp
cec: always wait for a signal in CCECProcessor::Transmit()
tree
|
commitdiff
2011-11-02
Lars Op den Kamp
cec: drop shared_ptr and use a normal pointer. removed...
tree
|
commitdiff
2011-11-01
Lars Op den Kamp
Merge branch 'master' into release
tree
|
commitdiff
2011-11-01
Lars Op den Kamp
cec: re-enabled AddCommand(). debug leftover
tree
|
commitdiff
2011-11-01
Lars Op den Kamp
cec: only mark error messages as error when waiting...
tree
|
commitdiff
2011-11-01
Lars Op den Kamp
cec: signal as started after setting the ackmask
tree
|
commitdiff
2011-11-01
Lars Op den Kamp
cec: moved SetAckMask() back to CCECProcessor, so the...
tree
|
commitdiff
2011-11-01
Lars Op den Kamp
cec: pass unexpected replies to ParseMessage() in WaitF...
tree
|
commitdiff
2011-11-01
Lars Op den Kamp
cec: only send unhandled and selected commands to the...
tree
|
commitdiff
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-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: 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: 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: 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
next