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 | prevent sending directly addressed commands from being... |
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-10-02 |
Lars Op den Kamp | bump to v2.0.0 |
tree | commitdiff |
2012-10-02 |
Lars Op den Kamp | removed deprecated constructor. cosmetics |
tree | commitdiff |
2012-10-02 |
Lars Op den Kamp | bump to v2.0.0-pre. don't build cec-config.exe on windo... |
tree | commitdiff |
2012-09-28 |
Lars Op den Kamp | removed deprecated methods and fields |
tree | commitdiff |
2012-09-28 |
Lars Op den Kamp | fixed windows compilation after b3972c3eb3de18cc9380b14... |
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-21 |
Lars Op den Kamp | added combo key handling, based on the implementation... |
tree | commitdiff |
2012-09-21 |
Lars Op den Kamp | moved code that handles the previous keypress |
tree | commitdiff |
2012-09-19 |
Lars Op den Kamp | Merge pull request #51 from warped-rudi/master-updates |
tree | commitdiff |
2012-09-17 |
warped-rudi | cec: added vendor id Loewe |
tree | commitdiff |
2012-09-11 |
Lars Op den Kamp | Merge branch 'development' |
tree | commitdiff |
2012-09-08 |
Lars Op den Kamp | transmit an active source message after <set stream... |
tree | commitdiff |
2012-09-08 |
Lars Op den Kamp | bump version numbers to 1.9.0 |
tree | commitdiff |
2012-09-08 |
Lars Op den Kamp | panasonic: send out an active source message when the... |
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 | stall outgoing messages when the logical address was... |
tree | commitdiff |
2012-09-05 |
Lars Op den Kamp | allocate a new address in a background thread when... |
tree | commitdiff |
2012-09-05 |
Lars Op den Kamp | extract logical address assignment from CCECProcessor... |
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-03 |
Lars Op den Kamp | win32: fixed signed/unsigned warning |
tree | commitdiff |
2012-08-03 |
Lars Op den Kamp | bumped version numbers to 1.8.1, updated changelog |
tree | commitdiff |
2012-08-02 |
Lars Op den Kamp | windows: update the error message when an error occurs... |
tree | commitdiff |
2012-08-02 |
Lars Op den Kamp | fixed - deleted a couple of lines too many in 045b2e29d... |
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 | cec: fixed - delayed source switch time was reset,... |
tree | commitdiff |
2012-08-02 |
Lars Op den Kamp | p8: don't disable controlled mode when switching to... |
tree | commitdiff |
2012-08-02 |
Lars Op den Kamp | cec: fixed - ensure that the vendor commands are always... |
tree | commitdiff |
2012-08-02 |
Lars Op den Kamp | cec: added guard so ReplaceHandler() doesn't accidently... |
tree | commitdiff |
2012-08-02 |
Lars Op den Kamp | cec: wait until the commandhandler is replaced before... |
tree | commitdiff |
2012-08-02 |
Lars Op den Kamp | cec: ensure that the command handler of the tv is repla... |
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: fixed - copy the class member values of the old... |
tree | commitdiff |
2012-06-26 |
Lars Op den Kamp | cec: replace the handler directly after getting the... |
tree | commitdiff |
2012-06-26 |
Lars Op den Kamp | cec: abi fixes (binary compat with v1.2) |
tree | commitdiff |
2012-06-26 |
Lars Op den Kamp | cec: fixed - old client versions didn't always provide... |
tree | commitdiff |
2012-06-26 |
Lars Op den Kamp | cec: added vendor ids for Akai, AOC, Benq, Daewoo,... |
tree | commitdiff |
2012-06-25 |
Lars Op den Kamp | cec: mark the tv as powered up for panasonic once it... |
tree | commitdiff |
2012-06-25 |
Lars Op den Kamp | cec: don't forward the standby opcode more than once... |
tree | commitdiff |
2012-06-25 |
Lars Op den Kamp | cec: fixed - commands that were forwarded to clients... |
tree | commitdiff |
2012-06-25 |
Lars Op den Kamp | fixed unused var warning |
tree | commitdiff |
2012-06-23 |
Lars Op den Kamp | LibCecSharp: better handling of callbacks |
tree | commitdiff |
2012-06-23 |
Lars Op den Kamp | added a callback for clients that is called when a... |
tree | commitdiff |
2012-06-22 |
Lars Op den Kamp | cec: fixed - windows could get stuck in a loop in case... |
tree | commitdiff |
2012-06-22 |
Lars Op den Kamp | cec: fixed missing param |
tree | commitdiff |
2012-06-22 |
Lars Op den Kamp | cec: fixed - set the physical address of each device... |
tree | commitdiff |
2012-06-21 |
Lars Op den Kamp | fixed compiler warning in CCECCommandHandler |
tree | commitdiff |
2012-06-21 |
Lars Op den Kamp | Makefile cleanups. don't link cec-client and cec-config... |
tree | commitdiff |
2012-06-21 |
Lars Op den Kamp | cec: removed dupe code around delayed activate source... |
tree | commitdiff |
2012-06-21 |
Lars Op den Kamp | cec: reset m_bPowerUpEventReceived in CVLCommandHandler... |
tree | commitdiff |
2012-06-21 |
Lars Op den Kamp | cec: set the power status of a device to 'powered on... |
tree | commitdiff |
2012-06-21 |
Lars Op den Kamp | cec: get the cached power status of a device in CVLComm... |
tree | commitdiff |
2012-06-21 |
Lars Op den Kamp | cec: don't send active source commands when the physica... |
tree | commitdiff |
2012-06-20 |
Lars Op den Kamp | cec: bump interface version numbers to 1.7.1 |
tree | commitdiff |
2012-06-20 |
Lars Op den Kamp | cec: added a vendor command for panasonic that will... |
tree | commitdiff |
2012-06-20 |
Lars Op den Kamp | cec: reply with abort reason 'invalid operand' to vendo... |
tree | commitdiff |
2012-06-20 |
Lars Op den Kamp | changed 'couldn't change the ackmask: the connection... |
tree | commitdiff |
2012-06-20 |
Lars Op den Kamp | silence 'unused' warnings |
tree | commitdiff |
2012-06-19 |
Lars Op den Kamp | cec: changed all Handle...() commands to return a cec_a... |
tree | commitdiff |
2012-06-19 |
Lars Op den Kamp | cec: fixed - send a feature abort as reply to vendor... |
tree | commitdiff |
2012-06-19 |
Lars Op den Kamp | cec: fixed - get the current power status of the TV... |
tree | commitdiff |
2012-06-19 |
Lars Op den Kamp | cec: fixed missing virtual keyword in CCECCommandHandle... |
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-10 |
Lars Op den Kamp | cec: TransmitImageViewOn() and TransmitActiveSource... |
tree | commitdiff |
2012-06-10 |
Lars Op den Kamp | cec: get the vendor id of the TV before allocating... |
tree | commitdiff |
2012-06-05 |
Lars Op den Kamp | cec: don't respond with a feature abort to opcode play... |
tree | commitdiff |
2012-06-04 |
Lars Op den Kamp | cec: also send a menu state update when activating... |
tree | commitdiff |
2012-06-04 |
Lars Op den Kamp | bump version numbers to 1.7.0 and updated changelog |
tree | commitdiff |
2012-06-04 |
Lars Op den Kamp | cec: changed - libcec_configuration.bAutodetectAddress... |
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-06-01 |
Lars Op den Kamp | cec: don't unregister clients in CLibCEC when disconnec... |
tree | commitdiff |
next |