repositories
/
deb_libcec.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
cec: don't replace a command handler when it's being used
[deb_libcec.git]
/
src
/
lib
/
CECProcessor.cpp
2011-12-27
Lars Op den Kamp
cec: don't replace a command handler when it's being...
blob
|
commitdiff
|
raw
2011-12-22
Lars Op den Kamp
cec: cleaned up processor thread start
blob
|
commitdiff
|
raw
|
diff to current
2011-12-21
Lars Op den Kamp
cec: fix handler init
blob
|
commitdiff
|
raw
|
diff to current
2011-12-21
Lars Op den Kamp
cec: simplify CCECProcessor::SetHDMIPort()
blob
|
commitdiff
|
raw
|
diff to current
2011-12-21
Lars Op den Kamp
cec: don't try to do anything before the processor...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-21
Lars Op den Kamp
cec: disable background polling. let the client request...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-21
Lars Op den Kamp
cec: pass bWait in CCECProcessor::TransmitKeypress...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-21
Lars Op den Kamp
cosmetics
blob
|
commitdiff
|
raw
|
diff to current
2011-12-20
Lars Op den Kamp
cec: don't transmit active source messages when the...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-20
Lars Op den Kamp
cec: init the default handler after starting up. sets...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-20
Lars Op den Kamp
cec: handle the bWait parameter in TransmitKeypress...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-20
Lars Op den Kamp
cec: send a 'menu state activated' command when startin...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-20
Lars Op den Kamp
cec: change the previously unused boolean parameter...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-09
Lars Op den Kamp
cec: fixed - set power state to powered off when a...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-09
Lars Op den Kamp
cec: fixed - mark a device as active source before...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-08
Lars Op den Kamp
cec: removed 'retries' from cec_command, to avoid stack...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-07
Lars Op den Kamp
Merge branch 'master' of github.com:Pulse-Eight/libcec
blob
|
commitdiff
|
raw
|
diff to current
2011-12-07
Lars Op den Kamp
cec: start the background polling thread after 10 secon...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-07
Lars Op den Kamp
cec: don't request the physical address from the tv...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-07
Lars Op den Kamp
cec: set the proper ackmask before doing anything else...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-07
Lars Op den Kamp
cec: added GetActiveSource()/cec_get_active_source...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-07
Lars Op den Kamp
cec: add GetDevicePhysicalAddress()/cec_get_device_phys...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-07
Lars Op den Kamp
cec: fixed compiler warning on win32
blob
|
commitdiff
|
raw
|
diff to current
2011-12-06
Lars Op den Kamp
cec: fixed another deadlock on exit
blob
|
commitdiff
|
raw
|
diff to current
2011-12-06
Lars Op den Kamp
cec: and more LG hacks
blob
|
commitdiff
|
raw
|
diff to current
2011-12-06
Lars Op den Kamp
cec: fix simplink reconnect via the TV source selector...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-06
Lars Op den Kamp
cec: fix background polling and libcec exit
blob
|
commitdiff
|
raw
|
diff to current
2011-12-06
Lars Op den Kamp
cec: set to 'not present' on failed ack
blob
|
commitdiff
|
raw
|
diff to current
2011-12-06
Lars Op den Kamp
win32: fix accidental rename and compiler warnings
blob
|
commitdiff
|
raw
|
diff to current
2011-12-06
Lars Op den Kamp
cec: fix device polling
blob
|
commitdiff
|
raw
|
diff to current
2011-12-05
Lars Op den Kamp
cec: some more cleanups. increase the number of retries...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-05
Lars Op den Kamp
cec: couple of cleanups. don't refresh the vendorid...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-05
Lars Op den Kamp
cec: refactor CEC read/write. keep a single lock for...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-04
Lars Op den Kamp
cec: set the retry timeout to 3 (default)
blob
|
commitdiff
|
raw
|
diff to current
2011-12-04
Lars Op den Kamp
cec: force update the device status in the background...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-04
Lars Op den Kamp
cec: be a bit more verbose when initialising
blob
|
commitdiff
|
raw
|
diff to current
2011-12-04
Lars Op den Kamp
cec: send the physical address when starting
blob
|
commitdiff
|
raw
|
diff to current
2011-12-04
Lars Op den Kamp
cec: send deck status 0x20 when an LG tv is found,...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-04
Lars Op den Kamp
cec: moved SetLineTimeout() to CAdapterCommunication
blob
|
commitdiff
|
raw
|
diff to current
2011-12-04
Lars Op den Kamp
cec: set line timeout when (re)transmitting. don't...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-04
Lars Op den Kamp
cec: ignore other data while waiting for a response...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-04
Lars Op den Kamp
cec: fix some logging. only transmit packets once
blob
|
commitdiff
|
raw
|
diff to current
2011-12-04
Lars Op den Kamp
cec: retry failed tranmissions
blob
|
commitdiff
|
raw
|
diff to current
2011-12-04
Lars Op den Kamp
cec: create the CAdapterCommunication instance in CCECP...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-02
Lars Op den Kamp
cec: sleep a bit longer while doing a bus scan
blob
|
commitdiff
|
raw
|
diff to current
2011-12-02
Lars Op den Kamp
cec: handle bus scan from LG TVs
blob
|
commitdiff
|
raw
|
diff to current
2011-12-02
Lars Op den Kamp
Merge pull request #7 from og01/master
blob
|
commitdiff
|
raw
|
diff to current
2011-11-30
Lars Op den Kamp
cec: specify the device on which the HDMI port will...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-29
Lars Op den Kamp
cec: added vendor ID for Philips
blob
|
commitdiff
|
raw
|
diff to current
2011-11-29
Lars Op den Kamp
cec: added 'scan' command to cec-client, that displays...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-28
Lars Op den Kamp
cec: don't refresh the physical address in the poll...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-28
Lars Op den Kamp
cec: keep a separate write and read lock in CCECBusDevice
blob
|
commitdiff
|
raw
|
diff to current
2011-11-28
Lars Op den Kamp
cec: perform the cec bus scan in another thread
blob
|
commitdiff
|
raw
|
diff to current
2011-11-28
Lars Op den Kamp
cec: added a few sleeps in the bus scan
blob
|
commitdiff
|
raw
|
diff to current
2011-11-28
Lars Op den Kamp
cec: inactive source should be directly addressed at...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-28
Lars Op den Kamp
cec: only poll devices that need to be polled. fix...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-28
Lars Op den Kamp
cec: new libCEC methods added to LibCecSharp. fixed...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-28
Lars Op den Kamp
cec: added GetOSDName()/cec_get_osd_name(). only reques...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-28
Lars Op den Kamp
cec: scan the CEC bus for devices when starting libcec
blob
|
commitdiff
|
raw
|
diff to current
2011-11-27
Lars Op den Kamp
cec: added SendKeypress()/cec_send_keypress() and SendK...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-26
Lars Op den Kamp
cec: added bWait parameter to volume change methods.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-25
Lars Op den Kamp
cec: added VolumeUp()/cec_volume_up(), VolumeDown(...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-25
Lars Op den Kamp
cec: added SetHDMIPort()/cec_set_hdmi_port(). devices...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-25
Lars Op den Kamp
cec: handle image view on and text view on
blob
|
commitdiff
|
raw
|
diff to current
2011-11-25
Lars Op den Kamp
cec: don't scan the whole bus in CCECProcessor::IsActiv...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-25
Lars Op den Kamp
cec: fixed - don't request the vendor id from devices...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-25
Lars Op den Kamp
cec: added GetActiveDevices()/cec_get_active_devices...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-25
Lars Op den Kamp
cec: return own devices first in GetDeviceByPhysicalAdd...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-25
Lars Op den Kamp
cec: moved part of the TryLogicalAddress() logic to...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-25
Lars Op den Kamp
cec: store the status of a bus device: present, not...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-22
Lars Op den Kamp
cec: make SetStreamPath() thread safe. bugzid: 19
blob
|
commitdiff
|
raw
|
diff to current
2011-11-20
Lars Op den Kamp
cec: fixed SetActiveView(). the correct hdmi port will...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-15
Lars Op den Kamp
cec: rename cec_type_list::Add() and Clear() back to...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-14
Lars Op den Kamp
cec: renamed enum methods. fixes potential macro collis...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-12
Lars Op den Kamp
cec: fixed typo in 3557c68d1c9f4ce0191163a4ab48b6c5cec6...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-11
Lars Op den Kamp
cec: check whether the initiator is valid in CCECProces...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-11
Lars Op den Kamp
cec: fixed return value in CCECProcessor::SetStreamPath...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-11
Lars Op den Kamp
cec: transmit the menu state as (active) when the strea...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-11
Lars Op den Kamp
cec: added SetMenuState()
blob
|
commitdiff
|
raw
|
diff to current
2011-11-11
Lars Op den Kamp
cec: added some more audio related opcode handling...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-11
Lars Op den Kamp
cec: added SetDeckControlMode() and SetDeckInfo()....
blob
|
commitdiff
|
raw
|
diff to current
2011-11-10
Lars Op den Kamp
cec: and rename them in the methods that use them too...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-10
Lars Op den Kamp
cec: fixed some int conversions that made the win32...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-10
Lars Op den Kamp
cec: only send 'active source' when powered on
blob
|
commitdiff
|
raw
|
diff to current
2011-11-10
Lars Op den Kamp
cec: always start in standby mode and let the tv (or...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-10
Lars Op den Kamp
cec: added SetActiveSource()/cec_set_active_source...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-10
Lars Op den Kamp
cec: fixed handling of CEC_OPCODE_SET_STREAM_PATH
blob
|
commitdiff
|
raw
|
diff to current
2011-11-10
Lars Op den Kamp
cec: mark the active source as active and other devices...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-10
Lars Op den Kamp
cec: more consistent log messages + cosmetics
blob
|
commitdiff
|
raw
|
diff to current
2011-11-10
Lars Op den Kamp
cec: buffer up commands that are received while waiting...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-10
Lars Op den Kamp
cec: only set the power status to 'on' for the primary...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-10
Lars Op den Kamp
cec: improved logging. fixed GetVendorId()
blob
|
commitdiff
|
raw
|
diff to current
2011-11-10
Lars Op den Kamp
cec: changed debug level of 'did not receive ack' from...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-06
Lars Op den Kamp
cec: set default physical addresses to 0xFFFF for all...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-06
Lars Op den Kamp
cec: increase physical address with 0x100 per device
blob
|
commitdiff
|
raw
|
diff to current
2011-11-06
Lars Op den Kamp
cec: cosmetics
blob
|
commitdiff
|
raw
|
diff to current
2011-11-06
Lars Op den Kamp
cec: renamed all Broadcast...() and Report...() methods...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-06
Lars Op den Kamp
cec: keep a power and menu state pew device
blob
|
commitdiff
|
raw
|
diff to current
2011-11-06
Lars Op den Kamp
cec: give every device type it's own class
blob
|
commitdiff
|
raw
|
diff to current
2011-11-06
Lars Op den Kamp
cec: only set the osd name for the primary device....
blob
|
commitdiff
|
raw
|
diff to current
next