repositories
/
deb_libcec.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
no need to cache the physical address of the active source in the device map; the...
[deb_libcec.git]
/
src
/
lib
/
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
Mark Kendall
Add bShutdownOnStandby to libcec_configuration. bugzid...
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
cec: extra guard so no commands are transmitted without...
tree
|
commitdiff
2012-04-11
Lars Op den Kamp
cec: fixed possible crash when trying to request a...
tree
|
commitdiff
2012-04-11
Lars Op den Kamp
win32: serial socket timeouts. bugzid: 654
tree
|
commitdiff
2012-04-10
Mark Kendall
Respond to Get Menu Language. bugzid: 547
tree
|
commitdiff
2012-04-07
Lars Op den Kamp
cec: added buttoncode for 'channels list' on samsung...
tree
|
commitdiff
2012-04-03
Lars Op den Kamp
cec: don't send an active source command when the physi...
tree
|
commitdiff
2012-04-03
Lars Op den Kamp
platform/win32: moved the static variables in os-thread...
tree
|
commitdiff
2012-04-02
Mark Kendall
CEC Configuration: Only update the physical address...
tree
|
commitdiff
2012-04-02
Lars Op den Kamp
cec: added a new setting to control whether to put...
tree
|
commitdiff
2012-03-29
Lars Op den Kamp
cec: sync C and .NET interfaces with C++
tree
|
commitdiff
2012-03-29
Lars Op den Kamp
Revert "win32: implemented timeouts in serial socket...
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-29
Lars Op den Kamp
win32: implemented timeouts in serial socket reads
tree
|
commitdiff
2012-03-29
Mark Kendall
Add some bounds checking to the HDMI port number. bugzi...
tree
|
commitdiff
2012-03-28
Lars Op den Kamp
cec: removed no longer needed sleep in CUSBCECAdapterCo...
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-28
Lars Op den Kamp
cec: give priority to messages from the TV. removed...
tree
|
commitdiff
2012-03-27
Lars Op den Kamp
cec: request the vendor id of a device if needed when...
tree
|
commitdiff
2012-03-27
Lars Op den Kamp
cec: added power on command for Samsung AVR devices...
tree
|
commitdiff
2012-03-27
Lars Op den Kamp
cec: bUseTVMenuLanguage from libcec_configuration wasn...
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: fix crash on exit after GetDeviceInformation()
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-23
Lars Op den Kamp
cec: always wait for thread exit in CThread's desctructor
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: reset m_socket to INVALID_SERIAL_SOCKET_VALUE...
tree
|
commitdiff
2012-03-22
Lars Op den Kamp
cec: added guards in CSerialPort
tree
|
commitdiff
2012-03-22
Lars Op den Kamp
cec: fixed - the destructor of CSerialSocket didn't...
tree
|
commitdiff
2012-03-22
Lars Op den Kamp
cec: update m_iLineTimeout correctly in CUSBCECAdapterC...
tree
|
commitdiff
2012-03-21
Lars Op den Kamp
cec: fixed - frequency wasn't checked in GetTimeMs...
tree
|
commitdiff
2012-03-21
Mark Kendall
cec: Correct handling CEC_USER_CONTROL_CODE_POWER
tree
|
commitdiff
2012-03-20
Lars Op den Kamp
cec: fixed possible crash when in CLibCEC::IsLibCECActi...
tree
|
commitdiff
2012-03-19
Lars Op den Kamp
cec: ensure that the vendor ID is sent before trying...
tree
|
commitdiff
2012-03-19
Lars Op den Kamp
cec: mark the correct device as active source after...
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
2012-03-19
Lars Op den Kamp
cec: fix gcc 4.7 compilation
tree
|
commitdiff
2012-03-16
Bob van Loosen
fixed: physical address was not printed correctly in...
tree
|
commitdiff
2012-03-15
Lars Op den Kamp
cec: set controlled mode and retry to send the previous...
tree
|
commitdiff
2012-03-15
Lars Op den Kamp
cec: m_iLineTimeout was never initialised and used...
tree
|
commitdiff
2012-03-10
Lars Op den Kamp
cec: fixed compiler warning on win32
tree
|
commitdiff
2012-03-09
Lars Op den Kamp
cec: sizes corrected. bugzid: 553
tree
|
commitdiff
2012-03-09
Lars Op den Kamp
cec: read the correct packet length when requesting...
tree
|
commitdiff
2012-03-09
Lars Op den Kamp
cec: read the persisted settings from the ROM, and...
tree
|
commitdiff
2012-03-09
Lars Op den Kamp
cec: added GetSetting() to CUSBCECAdapterCommunication...
tree
|
commitdiff
2012-03-09
Lars Op den Kamp
cec: fixed the log message when sending a command faile...
tree
|
commitdiff
2012-03-09
Lars Op den Kamp
cec: more cleanups in CUSBCECAdapterCommunication,...
tree
|
commitdiff
2012-03-08
Lars Op den Kamp
cec: set the correct logical address mask before switch...
tree
|
commitdiff
2012-03-08
Lars Op den Kamp
cec: cleanups. bugzid: 543
tree
|
commitdiff
2012-03-08
Lars Op den Kamp
cec: only wait for multiple 'command accepted' response...
tree
|
commitdiff
2012-03-08
Lars Op den Kamp
cec: set the device type in the firmware too for v2...
tree
|
commitdiff
2012-03-08
Lars Op den Kamp
cec: try to set the other settings of one fails. bugzid...
tree
|
commitdiff
2012-03-08
Lars Op den Kamp
cec: persist the configuration before closing the conne...
tree
|
commitdiff
2012-03-08
Lars Op den Kamp
cec: included the logical addresses in the persisted...
tree
|
commitdiff
2012-03-08
Lars Op den Kamp
cec: implemented the write methods for the v2 configura...
tree
|
commitdiff
2012-03-08
Lars Op den Kamp
cec: added v2 msgcodes. bugzid: 543
tree
|
commitdiff
2012-03-08
Lars Op den Kamp
cec: ping the adapter every 15 seconds. bugzid: 541
tree
|
commitdiff
2012-03-08
Lars Op den Kamp
cec: call SetControlledMode(false) as last command...
tree
|
commitdiff
2012-03-06
Bob van Loosen
fixed: CUSBCECAdapterCommunication::SetControlledMode...
tree
|
commitdiff
2012-03-04
Lars Op den Kamp
os-x: don't add 0.5 before dividing in GetTimeMs()
tree
|
commitdiff
2012-03-03
Bob van Loosen
fixed: compile
tree
|
commitdiff
2012-03-03
Bob van Loosen
fixed: struct timespec now values weren't set correctly...
tree
|
commitdiff
2012-03-03
Lars Op den Kamp
os-x: fixed GetTimeMs() on OS-X (hopefully). credits...
tree
|
commitdiff
2012-03-03
Lars Op den Kamp
Merge pull request #27 from Fneufneu/master
tree
|
commitdiff
2012-03-03
Lars Op den Kamp
Merge branch 'master' into release
tree
|
commitdiff
2012-03-03
Lars Op den Kamp
updated changelog and bumped version numbers for v1.5.2
tree
|
commitdiff
2012-03-03
Lars Op den Kamp
cec: default to firmware version 1 after 3 tries. some...
tree
|
commitdiff
2012-02-29
Lars Op den Kamp
fix OS-X compilation
tree
|
commitdiff
2012-02-29
Lars Op den Kamp
Merge branch 'master' into release
tree
|
commitdiff
2012-02-29
Lars Op den Kamp
cec: fix linux compilation after the last commit
tree
|
commitdiff
2012-02-28
Lars Op den Kamp
cec: fix access violation when starting the bootloader...
tree
|
commitdiff
2012-02-28
Lars Op den Kamp
added changelog for v1.5.1
tree
|
commitdiff
2012-02-28
Lars Op den Kamp
cec: check the adapter ping and firmware before startin...
tree
|
commitdiff
2012-02-28
Lars Op den Kamp
cec: use the correct Sleep() method in CCECProcessor...
tree
|
commitdiff
2012-02-28
Fneufneu
cosmetic replace tab by space
tree
|
commitdiff
2012-02-27
Lars Op den Kamp
cec: added a command to the interface to start the...
tree
|
commitdiff
2012-02-27
Lars Op den Kamp
cec: added an 'send inactive source' option to libcec_c...
tree
|
commitdiff
2012-02-27
Lars Op den Kamp
cec: ensure that the connection is really closed before...
tree
|
commitdiff
2012-02-27
Lars Op den Kamp
cec: don't wait for the full timeout to pass in CCECPro...
tree
|
commitdiff
2012-02-27
Lars Op den Kamp
cec: fix configuration updates from libCEC. bugzid...
tree
|
commitdiff
2012-02-27
Lars Op den Kamp
cec: set the server version in the LibCEC's constructor...
tree
|
commitdiff
2012-02-27
Fneufneu
Initial FreeBSD support
tree
|
commitdiff
2012-02-27
Lars Op den Kamp
platform: use gettimeofday() on darwin in GetAbsTime...
tree
|
commitdiff
2012-02-27
Lars Op den Kamp
cec: don't send an updated configuration back when...
tree
|
commitdiff
next