repositories
/
deb_libcec.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
added GetAdapterProductId()+GetAdapterVendorId()/cec_get_adapter_product_id()+cec_get...
[deb_libcec.git]
/
src
/
lib
/
adapter
/
2012-10-06
Lars Op den Kamp
added GetAdapterProductId()+GetAdapterVendorId()/cec_ge...
tree
|
commitdiff
2012-10-03
Lars Op den Kamp
don't log every frame, unless debugging was enabled...
tree
|
commitdiff
2012-10-03
Lars Op den Kamp
fixed - message response signaling and logging
tree
|
commitdiff
2012-10-03
Lars Op den Kamp
log the exact data for failed transmissions, not the...
tree
|
commitdiff
2012-10-03
Lars Op den Kamp
fixed - don't wait for a response when sending a reply...
tree
|
commitdiff
2012-10-03
Lars Op den Kamp
removed unused maxTries from CCECAdapterMessage
tree
|
commitdiff
2012-10-03
Lars Op den Kamp
fixed - some messages from the adapter were marked...
tree
|
commitdiff
2012-09-21
Lars Op den Kamp
fixed - set the message state to ADAPTER_MESSAGE_STATE_...
tree
|
commitdiff
2012-09-21
Lars Op den Kamp
silence some warnings. closes #47
tree
|
commitdiff
2012-09-11
Lars Op den Kamp
Merge branch 'development'
tree
|
commitdiff
2012-09-05
Lars Op den Kamp
rpi: only notify libCEC that we lost our LA when the...
tree
|
commitdiff
2012-09-05
Lars Op den Kamp
allocate a new address in a background thread when...
tree
|
commitdiff
2012-09-05
Josef Fruehwirth
Retry m_port->Read(..) if an EINTR errror occurs instea...
tree
|
commitdiff
2012-09-05
Lars Op den Kamp
rpi: handle vendor specific remote control presses...
tree
|
commitdiff
2012-09-05
Lars Op den Kamp
rpi: handle VC_CEC_LOGICAL_ADDR_LOST in the rpi communi...
tree
|
commitdiff
2012-09-03
Lars Op den Kamp
rpi: handle VC_CEC_LOGICAL_ADDR_LOST. re-register the...
tree
|
commitdiff
2012-09-03
Lars Op den Kamp
added HandleLogicalAddressLost() callback to IAdapterCo...
tree
|
commitdiff
2012-08-31
Lars Op den Kamp
fixed duplicate entries check in CUSBCECAdapterDetectio...
tree
|
commitdiff
2012-08-30
Lars Op den Kamp
added device detection support for composite usb device...
tree
|
commitdiff
2012-08-29
Lars Op den Kamp
only match one interface, not all three when detecting...
tree
|
commitdiff
2012-08-29
Lars Op den Kamp
also match to pid 0x1002 in CUSBCECAdapterDetection
tree
|
commitdiff
2012-08-10
Lars Op den Kamp
added the type of adapter to libcec_configuration,...
tree
|
commitdiff
2012-08-10
Lars Op den Kamp
moved cec_adapter_messagecode from cectypes.h to USBCEC...
tree
|
commitdiff
2012-08-06
Lars Op den Kamp
Merge branch 'development'
tree
|
commitdiff
2012-08-02
Lars Op den Kamp
cec: fixed - null ptr deref after 'cec-client -l'
tree
|
commitdiff
2012-08-02
Lars Op den Kamp
p8: match to the response provided by the firmware...
tree
|
commitdiff
2012-07-27
Lars Op den Kamp
Merge branch 'development'
tree
|
commitdiff
2012-07-27
Lars Op den Kamp
p8: updated 'last firmware date' version so users see...
tree
|
commitdiff
2012-07-27
Lars Op den Kamp
added support for the Raspberry Pi. this needs a recent...
tree
|
commitdiff
2012-07-25
Lars Op den Kamp
fixed typo in CUSBCECAdapterCommunication
tree
|
commitdiff
2012-07-25
Lars Op den Kamp
p8: fixed - always set controlled mode to false when...
tree
|
commitdiff
2012-07-25
Lars Op den Kamp
p8: fixed - updated the cached device type setting...
tree
|
commitdiff
2012-07-25
Lars Op den Kamp
LibCecSharp: fixed - set the primary LA in CecLogicalAd...
tree
|
commitdiff
2012-06-27
Lars Op den Kamp
Merge branch 'development'
tree
|
commitdiff
2012-06-26
Lars Op den Kamp
cec: abi fixes (binary compat with v1.2)
tree
|
commitdiff
2012-06-20
Lars Op den Kamp
changed 'couldn't change the ackmask: the connection...
tree
|
commitdiff
2012-06-13
Lars Op den Kamp
cec: display a warning message if libCEC was not compil...
tree
|
commitdiff
2012-06-11
Lars Op den Kamp
Merge branch 'development'
tree
|
commitdiff
2012-06-10
Lars Op den Kamp
cec: fixed missing firmware version and build date...
tree
|
commitdiff
2012-06-04
Lars Op den Kamp
cec: attempt to get the edid from nvidia's driver on...
tree
|
commitdiff
2012-06-02
Lars Op den Kamp
cec: added PA detection via ADL for AMD, and attempt...
tree
|
commitdiff
2012-05-31
Lars Op den Kamp
cec: MSGCODE_TIMEOUT_ERROR is a response to a transmission
tree
|
commitdiff
2012-05-31
Lars Op den Kamp
cec: hold a lock when changing the ackmask in CUSBCECAd...
tree
|
commitdiff
2012-05-31
Lars Op den Kamp
cec: moved ToString() methods and some other type relat...
tree
|
commitdiff
2012-05-31
Lars Op den Kamp
cec: safe deletes for members
tree
|
commitdiff
2012-05-14
Lars Op den Kamp
replaced 2 more occurences of Close() by m_port->Close()
tree
|
commitdiff
2012-05-14
Lars Op den Kamp
close the port connection if a command couldn't be...
tree
|
commitdiff
2012-05-14
Lars Op den Kamp
Merge remote branch 'libcec-public/master'
tree
|
commitdiff
2012-05-14
Lars Op den Kamp
cec: display an alert message in case the connection...
tree
|
commitdiff
2012-05-14
Lars Op den Kamp
cec: check if the processor thread is marked as initial...
tree
|
commitdiff
2012-05-14
Lars Op den Kamp
cec: cleanups, documentation and some fixes for the...
tree
|
commitdiff
2012-05-11
Lars Op den Kamp
cec: don't send a 'disconnected' alert when the close...
tree
|
commitdiff
2012-05-11
Lars Op den Kamp
cec: fixed abi
tree
|
commitdiff
2012-05-10
Lars Op den Kamp
cec: send a feature abort again for all unhandled comma...
tree
|
commitdiff
2012-05-08
Lars Op den Kamp
cec: display an alert message when the firmware of...
tree
|
commitdiff
2012-04-28
Lars Op den Kamp
Merge branch 'development'
tree
|
commitdiff
2012-04-27
Lars Op den Kamp
cec: more magic numbers. use the default CEC timeout...
tree
|
commitdiff
2012-04-27
Lars Op den Kamp
cec-client: fixed entering bootloader mode
tree
|
commitdiff
2012-04-26
Lars Op den Kamp
cec: read the build date while connecting
tree
|
commitdiff
2012-04-26
Lars Op den Kamp
cec: replaced a load of magic numbers
tree
|
commitdiff
2012-04-25
Lars Op den Kamp
cec: don't retry MSGCODE_GET_BUILDDATE if it was reject...
tree
|
commitdiff
2012-04-24
Lars Op den Kamp
only request the build date once
tree
|
commitdiff
2012-04-24
Lars Op den Kamp
cec: show the build date for firmwares that have this...
tree
|
commitdiff
2012-04-24
Lars Op den Kamp
cec: async writes for CUSBCECAdapterCommunication....
tree
|
commitdiff
2012-04-23
Lars Op den Kamp
cec: added some more logging about what was received...
tree
|
commitdiff
2012-04-23
Lars Op den Kamp
cec: log the previous value when changing a setting...
tree
|
commitdiff
2012-04-23
Lars Op den Kamp
cec: log the response message when receiving a response...
tree
|
commitdiff
2012-04-23
Lars Op den Kamp
cec: close the connection when a comm error was detecte...
tree
|
commitdiff
2012-04-20
Lars Op den Kamp
cec: fixed leak in CCECAdapterMessageQueue::Write
tree
|
commitdiff
2012-04-20
Mark Kendall
Don't send commands if we know them to be unsupported...
tree
|
commitdiff
2012-04-18
Lars Op den Kamp
cec: fixed typo in CUSBCECAdapterCommands::RequestSetti...
tree
|
commitdiff
2012-04-17
Lars Op den Kamp
cec: fixed typo in the log message when the physical...
tree
|
commitdiff
2012-04-16
Lars Op den Kamp
cec: persist settings directly when they're changed...
tree
|
commitdiff
2012-04-16
Lars Op den Kamp
cec: only delete m_port in CUSBCECAdapterCommunication...
tree
|
commitdiff
2012-04-15
Lars Op den Kamp
Merge branch 'adaptercomm'. bugzid: 654
tree
|
commitdiff
2012-04-15
Lars Op den Kamp
cec: fixed - transmissions can come in while waiting...
tree
|
commitdiff
2012-04-15
Lars Op den Kamp
cec: don't wait 1 second when clearing input when there...
tree
|
commitdiff
2012-04-15
Lars Op den Kamp
cec: refactor USB adapter communication. less locks...
tree
|
commitdiff
2012-04-12
Lars Op den Kamp
cec: don't read without a timeout in CUSBCECAdapterComm...
tree
|
commitdiff
2012-04-11
Lars Op den Kamp
cec: don't call ReadFromDevice() separately in CUSBCECA...
tree
|
commitdiff
2012-04-11
Lars Op den Kamp
cec: moved the timed ping to a separate thread. bugzid...
tree
|
commitdiff
2012-04-11
Lars Op den Kamp
cec: removed m_outBuffer in CUSBCECAdapterCommunication...
tree
|
commitdiff
2012-04-11
Lars Op den Kamp
win32: serial socket timeouts. bugzid: 654
tree
|
commitdiff
2012-03-29
Lars Op den Kamp
cec: sleep 5 ms in CUSBCECAdapterCommunication::Process...
tree
|
commitdiff
2012-03-29
Lars Op den Kamp
cec: use a 5ms read timeout in CUSBCECAdapterCommunication
tree
|
commitdiff
2012-03-28
Lars Op den Kamp
cec: always signal in CCECInputBuffer::Push when there...
tree
|
commitdiff
2012-03-28
Lars Op den Kamp
cec: removed the message processor thread in CUSBCECAda...
tree
|
commitdiff
2012-03-27
Lars Op den Kamp
Merge branch 'master' of github.com:Pulse-Eight/libcec
tree
|
commitdiff
2012-03-26
Lars Op den Kamp
cec: return false from CUSBCECAdapterCommunication...
tree
|
commitdiff
2012-03-26
Lars Op den Kamp
cec: check whether the destination is valid before...
tree
|
commitdiff
2012-03-23
Lars Op den Kamp
cec: fixed - CUSBCECAdapterCommunication::SendCommand...
tree
|
commitdiff
2012-03-23
Lars Op den Kamp
cec: added the firmware version to cec-client's -l...
tree
|
commitdiff
2012-03-23
Lars Op den Kamp
cec: added the firmware version to libcec_configuration...
tree
|
commitdiff
2012-03-22
Lars Op den Kamp
cec: call Close() when the connection could not be...
tree
|
commitdiff
2012-03-22
Lars Op den Kamp
cec: don't return from the Close() method in CUSBCECAda...
tree
|
commitdiff
2012-03-22
Lars Op den Kamp
cec: update m_iLineTimeout correctly in CUSBCECAdapterC...
tree
|
commitdiff
2012-03-19
Lars Op den Kamp
cec: don't log polls and don't cut off messages that...
tree
|
commitdiff
2012-03-19
Lars Op den Kamp
cec: fix ACK handling after d297cbd4fc30bc93836532a9a31...
tree
|
commitdiff
2012-03-19
Lars Op den Kamp
cec: wait for MSGEND when data was received when openin...
tree
|
commitdiff
2012-03-19
Lars Op den Kamp
cec: poll doesn't have an opcode. bugzid: 591
tree
|
commitdiff
next