deb_libcec.git
2012-04-15  Lars Op den... cec: refactor USB adapter communication. less locks...
2012-04-12  Mark KendallAdd bShutdownOnStandby to libcec_configuration. bugzid...
2012-04-12  Lars Op den... cec: don't read without a timeout in CUSBCECAdapterComm...
2012-04-11  Lars Op den... cec: don't call ReadFromDevice() separately in CUSBCECA...
2012-04-11  Lars Op den... cec: moved the timed ping to a separate thread. bugzid...
2012-04-11  Lars Op den... cec: removed m_outBuffer in CUSBCECAdapterCommunication...
2012-04-11  Lars Op den... cec: extra guard so no commands are transmitted without...
2012-04-11  Lars Op den... cec: fixed possible crash when trying to request a...
2012-04-11  Lars Op den... win32: serial socket timeouts. bugzid: 654
2012-04-10  Mark KendallRespond to Get Menu Language. bugzid: 547
2012-04-07  Lars Op den... cec: added buttoncode for 'channels list' on samsung...
2012-04-06  Mark KendallFix LibCecSharp build. bugzid: 462
2012-04-05  Lars Op den... win32: added an exit code in the build script
2012-04-05  Mark KendallAdd an Alert callback. bigzid: 462
2012-04-03  Lars Op den... cec: don't send an active source command when the physi...
2012-04-03  Lars Op den... platform/win32: moved the static variables in os-thread...
2012-04-02  Mark KendallCEC Configuration: Only update the physical address...
2012-04-02  Lars Op den... cec: added a new setting to control whether to put...
2012-03-30  Lars Op den... win32: updated support/p8-usbcec-driver-installer.exe...
2012-03-30  Lars Op den... win32: fixed missing 'cd' in create-driver-installer.cmd
2012-03-30  Lars Op den... win32: fixed usbser.sys copying in the driver .INF...
2012-03-30  Lars Op den... win32: don't try to rename the installer file when...
2012-03-29  Martin Ellisfixed: use the right command for the filesystem
2012-03-29  Martin Ellisadded: version number to package filename
2012-03-29  Lars Op den... included a prebuilt driver installer in the support...
2012-03-29  Lars Op den... don't check for the windows ddk when a prebuilt driver...
2012-03-29  Martin Ellischanged: from .cmd to .bat
2012-03-29  Lars Op den... cec: sync C and .NET interfaces with C++
2012-03-29  Lars Op den... Revert "win32: implemented timeouts in serial socket...
2012-03-29  Lars Op den... cec: sleep 5 ms in CUSBCECAdapterCommunication::Process...
2012-03-29  Lars Op den... cec: use a 5ms read timeout in CUSBCECAdapterCommunication
2012-03-29  Lars Op den... win32: implemented timeouts in serial socket reads
2012-03-29  Lars Op den... cec: fixed - atoi returns an int, not an int8_t
2012-03-29  Mark KendallFix a typo in cec-config.
2012-03-29  Mark KendallAdd some bounds checking to the HDMI port number. bugzi...
2012-03-28  Lars Op den... cec: removed no longer needed sleep in CUSBCECAdapterCo...
2012-03-28  Lars Op den... cec: always signal in CCECInputBuffer::Push when there...
2012-03-28  Lars Op den... cec: removed the message processor thread in CUSBCECAda...
2012-03-28  Lars Op den... cec: give priority to messages from the TV. removed...
2012-03-27  Lars Op den... cec: request the vendor id of a device if needed when...
2012-03-27  Lars Op den... cec: added power on command for Samsung AVR devices...
2012-03-27  Lars Op den... cec: bUseTVMenuLanguage from libcec_configuration wasn...
2012-03-27  Lars Op den... Merge branch 'master' of github.com:Pulse-Eight/libcec
2012-03-26  Lars Op den... cec: return false from CUSBCECAdapterCommunication...
2012-03-26  Lars Op den... cec: check whether the destination is valid before...
2012-03-26  Lars Op den... cec: fixed compiler warning in cec-client
2012-03-23  Lars Op den... cec: fixed - CUSBCECAdapterCommunication::SendCommand...
2012-03-23  Lars Op den... cec: fix crash on exit after GetDeviceInformation()
2012-03-23  Lars Op den... cec: added the firmware version to cec-client's -l...
2012-03-23  Lars Op den... cec: added the firmware version to libcec_configuration...
2012-03-23  Lars Op den... cec: always wait for thread exit in CThread's desctructor
2012-03-22  Lars Op den... cec: call Close() when the connection could not be...
2012-03-22  Lars Op den... cec: don't return from the Close() method in CUSBCECAda...
2012-03-22  Lars Op den... cec: reset m_socket to INVALID_SERIAL_SOCKET_VALUE...
2012-03-22  Lars Op den... cec: added guards in CSerialPort
2012-03-22  Lars Op den... cec: fixed - the destructor of CSerialSocket didn't...
2012-03-22  Lars Op den... cec: update m_iLineTimeout correctly in CUSBCECAdapterC...
2012-03-21  Lars Op den... cec: fixed - frequency wasn't checked in GetTimeMs...
2012-03-21  Mark Kendallcec: Correct handling CEC_USER_CONTROL_CODE_POWER
2012-03-20  Lars Op den... cec: fixed possible crash when in CLibCEC::IsLibCECActi...
2012-03-19  Lars Op den... cec: ensure that the vendor ID is sent before trying...
2012-03-19  Lars Op den... cec: mark the correct device as active source after...
2012-03-19  Lars Op den... cec: don't log polls and don't cut off messages that...
2012-03-19  Lars Op den... cec: fix ACK handling after d297cbd4fc30bc93836532a9a31...
2012-03-19  Lars Op den... cec: wait for MSGEND when data was received when openin...
2012-03-19  Lars Op den... cec: poll doesn't have an opcode. bugzid: 591
2012-03-19  Lars Op den... cec: fix gcc 4.7 compilation
2012-03-16  Bob van Loosenadded: -o/--osdname argument for cec-client to set...
2012-03-16  Bob van Loosenfixed: physical address was not printed correctly in...
2012-03-16  Lars Op den... bumped version numbers to 1.5.3 and updated changelogs
2012-03-15  Martin Ellisupdated: OS-X installation requirements and pointer
2012-03-15  Martin Ellisfixed: cleaned up configure, trying to once again recom...
2012-03-15  Lars Op den... cec: set controlled mode and retry to send the previous...
2012-03-15  Lars Op den... cec: m_iLineTimeout was never initialised and used...
2012-03-15  Martin Ellisfixed: mac configure compile bugzid: 157
2012-03-14  Lars Op den... cec-config-gui: fixed application exit when the user...
2012-03-10  Lars Op den... cec: fixed compiler warning on win32
2012-03-09  Lars Op den... cec: sizes corrected. bugzid: 553
2012-03-09  Lars Op den... cec-client: only read persisted EEPROM settings when...
2012-03-09  Lars Op den... cec-client: set bGetSettingsFromROM to 1 in cec-client...
2012-03-09  Lars Op den... cec: read the correct packet length when requesting...
2012-03-09  Lars Op den... cec: read the persisted settings from the ROM, and...
2012-03-09  Lars Op den... cec: added GetSetting() to CUSBCECAdapterCommunication...
2012-03-09  Lars Op den... cec: fixed the log message when sending a command faile...
2012-03-09  Lars Op den... cec: more cleanups in CUSBCECAdapterCommunication,...
2012-03-08  Lars Op den... cec: set the correct logical address mask before switch...
2012-03-08  Lars Op den... cec: cleanups. bugzid: 543
2012-03-08  Lars Op den... cec: only wait for multiple 'command accepted' response...
2012-03-08  Lars Op den... cec: set the device type in the firmware too for v2...
2012-03-08  Lars Op den... cec: try to set the other settings of one fails. bugzid...
2012-03-08  Lars Op den... cec: persist the configuration before closing the conne...
2012-03-08  Lars Op den... cec: included the logical addresses in the persisted...
2012-03-08  Lars Op den... cec: implemented the write methods for the v2 configura...
2012-03-08  Lars Op den... cec: added v2 msgcodes. bugzid: 543
2012-03-08  Lars Op den... cec: ping the adapter every 15 seconds. bugzid: 541
2012-03-08  Lars Op den... cec: call SetControlledMode(false) as last command...
2012-03-06  Bob van Loosenfixed: CUSBCECAdapterCommunication::SetControlledMode...
2012-03-04  Lars Op den... os-x: don't add 0.5 before dividing in GetTimeMs()
2012-03-03  Bob van Loosenfixed: compile
2012-03-03  Bob van Loosenfixed: struct timespec now values weren't set correctly...
next