repositories
/
deb_libcec.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
cec: fixed another deadlock on exit
2011-11-18
Lars Op den Kamp
Merge branch 'ghuron/patch-1'. corrected CEC_OPCODE_DEVICE_V...
commit
|
commitdiff
|
tree
2011-11-18
Lars Op den Kamp
cec: attempt to imitate SL when connected to an LG tv
commit
|
commitdiff
|
tree
2011-11-15
Lars Op den Kamp
cec: make add() and clear() camelcased again and re...
commit
|
commitdiff
|
tree
2011-11-15
Lars Op den Kamp
cec: rename cec_type_list::Add() and Clear() back to...
commit
|
commitdiff
|
tree
2011-11-15
Lars Op den Kamp
cec: added physical address option to testclient. credits...
commit
|
commitdiff
|
tree
2011-11-14
Lars Op den Kamp
cec: missed 1 TODO in LibCecSharp.cpp. copy command...
commit
|
commitdiff
|
tree
2011-11-14
Lars Op den Kamp
cosmetics
commit
|
commitdiff
|
tree
2011-11-14
Lars Op den Kamp
cec: renamed enum methods. fixes potential macro collision...
commit
|
commitdiff
|
tree
2011-11-14
Lars Op den Kamp
cec: added '-s' or '--single-command' to cec-client...
commit
|
commitdiff
|
tree
2011-11-14
Lars Op den Kamp
cec: cosmetics
commit
|
commitdiff
|
tree
2011-11-14
Lars Op den Kamp
win32: removed .suo file
commit
|
commitdiff
|
tree
2011-11-13
Lars Op den Kamp
cec: added a C++ CLR wrapper for libCEC, so libCEC...
commit
|
commitdiff
|
tree
2011-11-12
Lars Op den Kamp
cec: bump version numbers and added changelog for bugfix...
commit
|
commitdiff
|
tree
2011-11-12
Lars Op den Kamp
cec: fixed typo in 3557c68d1c9f4ce0191163a4ab48b6c5cec68488...
commit
|
commitdiff
|
tree
2011-11-12
Lars Op den Kamp
cec: pass the deck_control command to libcec listeners
commit
|
commitdiff
|
tree
2011-11-12
Lars Op den Kamp
cec: push_escaped should only accept uint8_t
commit
|
commitdiff
|
tree
2011-11-11
Lars Op den Kamp
cec: check whether the initiator is valid in CCECProcessor...
commit
|
commitdiff
|
tree
2011-11-11
Lars Op den Kamp
cec: updated changelog
commit
|
commitdiff
|
tree
2011-11-11
Lars Op den Kamp
cec: fixed return value in CCECProcessor::SetStreamPath...
commit
|
commitdiff
|
tree
2011-11-11
Lars Op den Kamp
Merge branch 'release'
commit
|
commitdiff
|
tree
2011-11-11
Lars Op den Kamp
cec: updated changelog for new package
commit
|
commitdiff
|
tree
2011-11-11
Lars Op den Kamp
cec: forgot to update the minor version number in the...
commit
|
commitdiff
|
tree
2011-11-11
Lars Op den Kamp
cec: added the last commit to the changelog
commit
|
commitdiff
|
tree
2011-11-11
Lars Op den Kamp
cec: transmit the menu state as (active) when the stream...
commit
|
commitdiff
|
tree
2011-11-11
Lars Op den Kamp
cec: updated changelog for v1.1.0
commit
|
commitdiff
|
tree
2011-11-11
Lars Op den Kamp
cec: bump version number to 1.1.0
commit
|
commitdiff
|
tree
2011-11-11
Lars Op den Kamp
cec: start with menu activated or keypresses won't...
commit
|
commitdiff
|
tree
2011-11-11
Lars Op den Kamp
cec: added SetMenuState()
commit
|
commitdiff
|
tree
2011-11-11
Lars Op den Kamp
cec: added some more audio related opcode handling...
commit
|
commitdiff
|
tree
2011-11-11
Lars Op den Kamp
cec: added SetDeckControlMode() and SetDeckInfo()....
commit
|
commitdiff
|
tree
2011-11-10
Lars Op den Kamp
cec: fix some C header. still not actually tested this
commit
|
commitdiff
|
tree
2011-11-10
Lars Op den Kamp
cec: and rename them in the methods that use them too...
commit
|
commitdiff
|
tree
2011-11-10
Lars Op den Kamp
cec: renamed the last few enums
commit
|
commitdiff
|
tree
2011-11-10
Lars Op den Kamp
cec: added ToString(cec_version)
commit
|
commitdiff
|
tree
2011-11-10
Lars Op den Kamp
cec: added documentation of the methods in cecloader...
commit
|
commitdiff
|
tree
2011-11-10
Lars Op den Kamp
win32: removed unneeded afxres.h include in the resource...
commit
|
commitdiff
|
tree
2011-11-10
Lars Op den Kamp
win32: added win32 version of LibCecInit()
commit
|
commitdiff
|
tree
2011-11-10
Lars Op den Kamp
cec: fixed some int conversions that made the win32...
commit
|
commitdiff
|
tree
2011-11-10
Lars Op den Kamp
win32: sync visual studio project files
commit
|
commitdiff
|
tree
2011-11-10
Lars Op den Kamp
cec: only send 'active source' when powered on
commit
|
commitdiff
|
tree
2011-11-10
Lars Op den Kamp
cec: always start in standby mode and let the tv (or...
commit
|
commitdiff
|
tree
2011-11-10
Lars Op den Kamp
cec: audio systems cannot be an active source, so don...
commit
|
commitdiff
|
tree
2011-11-10
Lars Op den Kamp
cec: show the power status as string instead of int
commit
|
commitdiff
|
tree
2011-11-10
Lars Op den Kamp
cec: added SetActiveSource()/cec_set_active_source...
commit
|
commitdiff
|
tree
2011-11-10
Lars Op den Kamp
cec: set the power status to 'on' when receiving CEC_USER_CO...
commit
|
commitdiff
|
tree
2011-11-10
Lars Op den Kamp
cec: fixed handling of CEC_OPCODE_SET_STREAM_PATH
commit
|
commitdiff
|
tree
2011-11-10
Lars Op den Kamp
cec: handle CEC_OPCODE_ACTIVE_SOURCE
commit
|
commitdiff
|
tree
2011-11-10
Lars Op den Kamp
cec: mark the active source as active and other devices...
commit
|
commitdiff
|
tree
2011-11-10
Lars Op den Kamp
cec: moved TransmitDeckStatus() to CCECPlaybackDevice
commit
|
commitdiff
|
tree
2011-11-10
Lars Op den Kamp
cec: only send a power on command when a device isn...
commit
|
commitdiff
|
tree
2011-11-10
Lars Op den Kamp
cec: set power status to on when the stream path changed...
commit
|
commitdiff
|
tree
2011-11-10
Lars Op den Kamp
cec: handle CEC_OPCODE_STANDBY
commit
|
commitdiff
|
tree
2011-11-10
Lars Op den Kamp
cec: separate 'last command sent' and 'last active...
commit
|
commitdiff
|
tree
2011-11-10
Lars Op den Kamp
cec: moved method decriptions from cecc.h to cec.h
commit
|
commitdiff
|
tree
2011-11-10
Lars Op den Kamp
win32: prepend the com port path with '\\.\', so com...
commit
|
commitdiff
|
tree
2011-11-10
Lars Op den Kamp
cec: more consistent log messages + cosmetics
commit
|
commitdiff
|
tree
2011-11-10
Lars Op den Kamp
cec: buffer up commands that are received while waiting...
commit
|
commitdiff
|
tree
2011-11-10
Lars Op den Kamp
cec: only set the power status to 'on' for the primary...
commit
|
commitdiff
|
tree
2011-11-10
Lars Op den Kamp
cec: fix parameter parsing in SetVendorId()
commit
|
commitdiff
|
tree
2011-11-10
Lars Op den Kamp
cec: improved logging. fixed GetVendorId()
commit
|
commitdiff
|
tree
2011-11-10
Lars Op den Kamp
cec: removed the old SetVendorId() from the header...
commit
|
commitdiff
|
tree
2011-11-10
Lars Op den Kamp
cec: changed debug level of 'did not receive ack' from...
commit
|
commitdiff
|
tree
2011-11-10
Lars Op den Kamp
cec: moved SetVendorId(const cec_datapacket &packet...
commit
|
commitdiff
|
tree
2011-11-07
Lars Op den Kamp
cec: don't poll for a vendor ID in monitoring mode
commit
|
commitdiff
|
tree
2011-11-06
Lars Op den Kamp
cec: set default physical addresses to 0xFFFF for all...
commit
|
commitdiff
|
tree
2011-11-06
Lars Op den Kamp
cec: opcode 0x80 means the stream path changed, not...
commit
|
commitdiff
|
tree
2011-11-06
Lars Op den Kamp
cec: increase physical address with 0x100 per device
commit
|
commitdiff
|
tree
2011-11-06
Lars Op den Kamp
cec: added more audio control commands
commit
|
commitdiff
|
tree
2011-11-06
Lars Op den Kamp
cec: added HandleGiveSystemAudioModeStatus()
commit
|
commitdiff
|
tree
2011-11-06
Lars Op den Kamp
cec: send the correct device type in TransmitPhysicalAddress()
commit
|
commitdiff
|
tree
2011-11-06
Lars Op den Kamp
cec: send a reply from the correct device when the...
commit
|
commitdiff
|
tree
2011-11-06
Lars Op den Kamp
cec: handle GiveAudioStatus. currently send a feature...
commit
|
commitdiff
|
tree
2011-11-06
Lars Op den Kamp
cec: log string cosmetics in CCECBusDevice. log a source...
commit
|
commitdiff
|
tree
2011-11-06
Lars Op den Kamp
cec: rename SetOSDString() to TransmitOSDString() ...
commit
|
commitdiff
|
tree
2011-11-06
Lars Op den Kamp
cec: switch to panasonic specific cec implementation...
commit
|
commitdiff
|
tree
2011-11-06
Lars Op den Kamp
cec: cosmetics
commit
|
commitdiff
|
tree
2011-11-06
Lars Op den Kamp
cec: renamed all Broadcast...() and Report...() methods...
commit
|
commitdiff
|
tree
2011-11-06
Lars Op den Kamp
cec: keep a power and menu state pew device
commit
|
commitdiff
|
tree
2011-11-06
Lars Op den Kamp
cec: osd string is 13 chars max. don't send more
commit
|
commitdiff
|
tree
2011-11-06
Lars Op den Kamp
cec: send the correct cec version for each device
commit
|
commitdiff
|
tree
2011-11-06
Lars Op den Kamp
cec: give every device type it's own class
commit
|
commitdiff
|
tree
2011-11-06
Lars Op den Kamp
break break break
commit
|
commitdiff
|
tree
2011-11-06
Lars Op den Kamp
cec: only set the osd name for the primary device....
commit
|
commitdiff
|
tree
2011-11-06
Lars Op den Kamp
cec: set a device type and name for each CCECBusDevice
commit
|
commitdiff
|
tree
2011-11-06
Lars Op den Kamp
cec: added logical address autodetection and let libcec...
commit
|
commitdiff
|
tree
2011-11-05
Lars Op den Kamp
cec: added PollDevice()/cec_poll_device()
commit
|
commitdiff
|
tree
2011-11-04
Lars Op den Kamp
cec: added vendor code for pioneer
commit
|
commitdiff
|
tree
2011-11-04
Lars Op den Kamp
changed copyright of boblight files with permission...
commit
|
commitdiff
|
tree
2011-11-04
Lars Op den Kamp
cec: added vendor detection for panasonic and broadcast...
commit
|
commitdiff
|
tree
2011-11-04
Lars Op den Kamp
copied debian changelog to /ChangeLog
commit
|
commitdiff
|
tree
2011-11-04
Lars Op den Kamp
Merge branch 'release'
commit
|
commitdiff
|
tree
2011-11-03
Lars Op den Kamp
fixed typo in the changelog
commit
|
commitdiff
|
tree
2011-11-03
Lars Op den Kamp
Merge branch 'master' into release
commit
|
commitdiff
|
tree
2011-11-03
Lars Op den Kamp
updated changelog for v1.0
commit
|
commitdiff
|
tree
2011-11-03
Lars Op den Kamp
win32: added version info
commit
|
commitdiff
|
tree
2011-11-03
Lars Op den Kamp
cec: made the Get...Version() methods const
commit
|
commitdiff
|
tree
2011-11-03
Lars Op den Kamp
cec: set lib interface version back to 1.0 and rename...
commit
|
commitdiff
|
tree
2011-11-03
Lars Op den Kamp
bumped to lib version 1.0.0 and follow the proper versioning...
commit
|
commitdiff
|
tree
2011-11-03
Lars Op den Kamp
removed libboost-dev from build depends
commit
|
commitdiff
|
tree
2011-11-03
Lars Op den Kamp
cec: don't hack around the issue that samsung's vendor...
commit
|
commitdiff
|
tree
next