repositories
/
deb_libcec.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
cec: implemented the write methods for the v2 configuration. bugzid: 543
[deb_libcec.git]
/
src
/
lib
/
devices
/
2012-02-21
Lars Op den Kamp
cec: added Toshiba's vendor id, and set the device...
tree
|
commitdiff
2012-02-18
Lars Op den Kamp
cec: wait for multiple responses, not just for one...
tree
|
commitdiff
2012-02-17
Lars Op den Kamp
cec: fixed typo in GetStatus()
tree
|
commitdiff
2012-02-17
Lars Op den Kamp
cec: ensure that the vendor id is requested first when...
tree
|
commitdiff
2012-02-17
Lars Op den Kamp
cec: cleaned up CCECBusDevice::GetStatus()
tree
|
commitdiff
2012-02-17
Lars Op den Kamp
cec: fixed 'unsupported command' marking in CCECBusDevice
tree
|
commitdiff
2012-02-17
Lars Op den Kamp
tabs -> spaces
tree
|
commitdiff
2012-02-16
Lars Op den Kamp
cec: moved the autodetect address api call to libcec_co...
tree
|
commitdiff
2012-02-16
Lars Op den Kamp
cec: fix active source switches for the standard CEC...
tree
|
commitdiff
2012-02-16
Lars Op den Kamp
cec: don't hold a lock in CCECBusDevice when calling...
tree
|
commitdiff
2012-02-15
Lars Op den Kamp
cec: don't lock the mutex when checking for the poll...
tree
|
commitdiff
2012-02-15
Lars Op den Kamp
cec: transmit a keypress and key release as power on...
tree
|
commitdiff
2012-02-13
Lars Op den Kamp
cec: cleanups in ActivateSource() and CSLCommandHandler
tree
|
commitdiff
2012-02-13
Lars Op den Kamp
cec: poll the next device when the current is handled...
tree
|
commitdiff
2012-02-13
Lars Op den Kamp
cec: replace the handler for the primary device directl...
tree
|
commitdiff
2012-02-13
Lars Op den Kamp
cec: don't keep the mutex in CCECBusDevice locked in...
tree
|
commitdiff
2012-02-12
Lars Op den Kamp
cec: fix loop when initialising LG
tree
|
commitdiff
2012-02-12
Lars Op den Kamp
cec: don't send 'image view on' to LG unless needed...
tree
|
commitdiff
2012-02-11
Lars Op den Kamp
cec: don't try to lock the transmit mutex when deleting...
tree
|
commitdiff
2012-02-11
Lars Op den Kamp
cec: fix 104125dc8316fb58253c34f417ded1e85b22c9f8
tree
|
commitdiff
2012-02-11
Lars Op den Kamp
cec: don't keep the mutex locked in CCECBusDevice when...
tree
|
commitdiff
2012-02-11
Lars Op den Kamp
cec: keep the 'busy state' of the command handler in...
tree
|
commitdiff
2012-02-09
Lars Op den Kamp
cec: use CTryLockObject when trying to replace handlers...
tree
|
commitdiff
2012-02-08
Lars Op den Kamp
cec: use the local cec.h/cectypes.h instead of system...
tree
|
commitdiff
2012-02-02
Lars Op den Kamp
cec: fixed possible crash when command handler were...
tree
|
commitdiff
2012-02-02
Lars Op den Kamp
cec: don't replace handlers when not initialised, or...
tree
|
commitdiff
2012-01-30
Lars Op den Kamp
changed the year in copyright notices to 2011-2012
tree
|
commitdiff
2012-01-29
Lars Op den Kamp
cec: clean ups and only include what we need from lib...
tree
|
commitdiff
2012-01-27
Lars Op den Kamp
cec: set the ackmask to 0x0 when trying to find a free...
tree
|
commitdiff
2012-01-25
Lars Op den Kamp
cec: simplified AddLog() method
tree
|
commitdiff
2012-01-17
Lars Op den Kamp
cec: refactored threading/locking - added windows nativ...
tree
|
commitdiff
2012-01-13
Lars Op den Kamp
cec: stick some interfaces before the pthread stuff...
tree
|
commitdiff
2012-01-11
Lars Op den Kamp
cec: always refresh the power state of a device when...
tree
|
commitdiff
2012-01-08
Lars Op den Kamp
Merge pull request #16 from finson/65894f58514a9ab61ae2...
tree
|
commitdiff
2012-01-03
Lars Op den Kamp
cec: don't make libCEC the active source when changing...
tree
|
commitdiff
2012-01-03
Lars Op den Kamp
cec: don't switch handlers when not needed
tree
|
commitdiff
2012-01-03
Lars Op den Kamp
cec: only switch handlers once when using the generic...
tree
|
commitdiff
2012-01-01
Lars Op den Kamp
cec: replace the command handler directly after receivi...
tree
|
commitdiff
2011-12-29
Lars Op den Kamp
cec: update the power status of a device when it's...
tree
|
commitdiff
2011-12-29
Lars Op den Kamp
cec: clean up and fix the LG command handler
tree
|
commitdiff
2011-12-28
Lars Op den Kamp
cec: don't hold a lock while waiting for a response...
tree
|
commitdiff
2011-12-27
Lars Op den Kamp
cec: let CCECProcessor replace the command handlers
tree
|
commitdiff
2011-12-27
Lars Op den Kamp
cec: don't replace a command handler when it's being...
tree
|
commitdiff
2011-12-23
Lars Op den Kamp
cec: remove m_writeMutex in CCECBusDevice
tree
|
commitdiff
2011-12-21
Lars Op den Kamp
cec: don't keep trying the same command/request after...
tree
|
commitdiff
2011-12-20
Lars Op den Kamp
cec: don't init the default handler before the physical...
tree
|
commitdiff
2011-12-20
Lars Op den Kamp
cec: handle the bWait parameter in TransmitKeypress...
tree
|
commitdiff
2011-12-20
Lars Op den Kamp
cec: change the previously unused boolean parameter...
tree
|
commitdiff
2011-12-09
Lars Op den Kamp
cec: fixed - set power state to powered off when a...
tree
|
commitdiff
2011-12-09
Lars Op den Kamp
cec: fixed - mark a device as active source before...
tree
|
commitdiff
2011-12-07
Lars Op den Kamp
Merge branch 'master' of github.com:Pulse-Eight/libcec
tree
|
commitdiff
2011-12-07
Lars Op den Kamp
cec: added GetActiveSource()/cec_get_active_source...
tree
|
commitdiff
2011-12-07
Lars Op den Kamp
cec: set device status to 'present' when a command...
tree
|
commitdiff
2011-12-06
Lars Op den Kamp
cec: and more LG hacks
tree
|
commitdiff
2011-12-06
Lars Op den Kamp
cec: fix device polling
tree
|
commitdiff
2011-12-05
Lars Op den Kamp
cec: couple of cleanups. don't refresh the vendorid...
tree
|
commitdiff
2011-12-05
Lars Op den Kamp
cec: refactor CEC read/write. keep a single lock for...
tree
|
commitdiff
2011-12-04
Lars Op den Kamp
cec: fix venodor id change. fix physical address change
tree
|
commitdiff
2011-12-04
Lars Op den Kamp
cec: send the physical address only once. keep a write...
tree
|
commitdiff
2011-12-04
Lars Op den Kamp
cec: don't allow the deck status to be changed when...
tree
|
commitdiff
2011-12-04
Lars Op den Kamp
cec: the OSD name of a TV is always 'TV'
tree
|
commitdiff
2011-12-04
Lars Op den Kamp
cec: increase the transmit timeout for LG devices
tree
|
commitdiff
2011-12-04
Lars Op den Kamp
cec: send deck status 0x20 when an LG tv is found,...
tree
|
commitdiff
2011-12-04
Lars Op den Kamp
cec: don't retry polls
tree
|
commitdiff
2011-12-02
Lars Op den Kamp
Merge pull request #7 from og01/master
tree
|
commitdiff
2011-11-30
Lars Op den Kamp
cec: fix LibCecSharp compilation
tree
|
commitdiff
2011-11-29
Lars Op den Kamp
cec: handle audio opcodes correctly
tree
|
commitdiff
2011-11-29
Lars Op den Kamp
cec: don't send out system audio mode statuses when...
tree
|
commitdiff
2011-11-29
Lars Op den Kamp
cec: make sure that a device is really powered on
tree
|
commitdiff
2011-11-29
Lars Op den Kamp
cec: added 'scan' command to cec-client, that displays...
tree
|
commitdiff
2011-11-28
Lars Op den Kamp
cec: keep a separate write and read lock in CCECBusDevice
tree
|
commitdiff
2011-11-28
Lars Op den Kamp
cec: inactive source should be directly addressed at...
tree
|
commitdiff
2011-11-28
Lars Op den Kamp
cec: only poll devices that need to be polled. fix...
tree
|
commitdiff
2011-11-28
Lars Op den Kamp
cec: new libCEC methods added to LibCecSharp. fixed...
tree
|
commitdiff
2011-11-28
Lars Op den Kamp
cec: added GetOSDName()/cec_get_osd_name(). only reques...
tree
|
commitdiff
2011-11-28
Lars Op den Kamp
cec: scan the CEC bus for devices when starting libcec
tree
|
commitdiff
2011-11-27
Lars Op den Kamp
cec: added SendKeypress()/cec_send_keypress() and SendK...
tree
|
commitdiff
2011-11-26
Lars Op den Kamp
cec: added bWait parameter to volume change methods.
tree
|
commitdiff
2011-11-25
Lars Op den Kamp
cec: added VolumeUp()/cec_volume_up(), VolumeDown(...
tree
|
commitdiff
2011-11-25
Lars Op den Kamp
cec: added SetHDMIPort()/cec_set_hdmi_port(). devices...
tree
|
commitdiff
2011-11-25
Lars Op den Kamp
cec: fixed - don't report a changed physical address...
tree
|
commitdiff
2011-11-25
Lars Op den Kamp
cec: fixed - routing information sets the stream path...
tree
|
commitdiff
2011-11-25
Lars Op den Kamp
cec: update m_iLastActive if a poll was acked in CCECBu...
tree
|
commitdiff
2011-11-25
Lars Op den Kamp
cec: mark device status as present when a command was...
tree
|
commitdiff
2011-11-25
Lars Op den Kamp
cec: always send a power on command in CCECBusDevice...
tree
|
commitdiff
2011-11-25
Lars Op den Kamp
cec: don't request updates statusses unless needed
tree
|
commitdiff
2011-11-25
Lars Op den Kamp
cec: moved part of the TryLogicalAddress() logic to...
tree
|
commitdiff
2011-11-25
Lars Op den Kamp
cec: store the status of a bus device: present, not...
tree
|
commitdiff
2011-11-25
Lars Op den Kamp
cec: changed - pass all commands that are directed...
tree
|
commitdiff
2011-11-23
Lars Op den Kamp
cec: more of the same. bugzid: 19
tree
|
commitdiff
2011-11-22
Lars Op den Kamp
cec: make SetStreamPath() thread safe. bugzid: 19
tree
|
commitdiff
2011-11-22
Lars Op den Kamp
cec: a recording device is both a playback device and...
tree
|
commitdiff
2011-11-22
Lars Op den Kamp
cec: a recording device inherits all the features of...
tree
|
commitdiff
2011-11-18
Lars Op den Kamp
Merge branch 'ghuron/patch-1'. corrected CEC_OPCODE_DEV...
tree
|
commitdiff
2011-11-17
ghuron
Update src/lib/devices/CECBusDevice.cpp
tree
|
commitdiff
2011-11-14
Lars Op den Kamp
cec: renamed enum methods. fixes potential macro collis...
tree
|
commitdiff
2011-11-11
Lars Op den Kamp
cec: start with menu activated or keypresses won't...
tree
|
commitdiff
2011-11-11
Lars Op den Kamp
cec: added SetMenuState()
tree
|
commitdiff
2011-11-11
Lars Op den Kamp
cec: added some more audio related opcode handling...
tree
|
commitdiff
2011-11-11
Lars Op den Kamp
cec: added SetDeckControlMode() and SetDeckInfo()....
tree
|
commitdiff
next