deb_libcec.git
2012-05-14  Lars Op den... cosmetics
2012-05-14  Lars Op den... cec: use the correct source when transmitting an abort...
2012-05-14  Lars Op den... cec: cleanups, documentation and some fixes for the...
2012-05-11  Lars Op den... win32: sync project files and fixed compilation warnings.
2012-05-11  Lars Op den... cec: don't send a 'disconnected' alert when the close...
2012-05-11  Lars Op den... cec: fixed abi
2012-05-10  Lars Op den... cec: fixed - ensure that the correct libCEC version...
2012-05-10  Lars Op den... cec: send a feature abort again for all unhandled comma...
2012-05-08  Lars Op den... cec: display an alert message when the firmware of...
2012-05-08  Lars Op den... LibCecSharp: fixed buffer overrun when copying libcec_c...
2012-05-03  Lars Op den... cec: added CEC 1.4 opcodes
2012-04-28  Lars Op den... Merge branch 'development'
2012-04-28  Lars Op den... cec: don't reset the power state to powered off when...
2012-04-27  Lars Op den... cec: persist the configuration after switching sources
2012-04-27  Lars Op den... cec: check the correct value in the PA override
2012-04-27  Lars Op den... cec: more magic numbers. use the default CEC timeout...
2012-04-27  Lars Op den... cec: don't suppress physical address updates of a devic...
2012-04-27  Lars Op den... cec: don't exit libCEC if the physical address couldn...
2012-04-27  Lars Op den... cec: set the power status to 'on' of a device that...
2012-04-27  Lars Op den... cec-client: fixed entering bootloader mode
2012-04-27  Lars Op den... cec: return false when SetHDMIPort() is called with...
2012-04-27  Lars Op den... replaced some more magic numbers
2012-04-27  Lars Op den... bump win32 assembly version numbers to 1.6.2
2012-04-27  Lars Op den... updated changelog for 1.6.2
2012-04-26  Lars Op den... cec: read the build date while connecting
2012-04-26  Lars Op den... cec: don't just set the server version, but get the...
2012-04-26  Lars Op den... cec: added operator == and != for libcec_configuration
2012-04-26  Lars Op den... cec: fixed serverVersion assignment that went out of...
2012-04-26  Lars Op den... cec-client: show the firmware build date if it's availa...
2012-04-26  Lars Op den... cec: replaced a load of magic numbers
2012-04-26  Lars Op den... cec: fixed CCECProcessor::IsActiveSource() - TV was...
2012-04-26  Lars Op den... cec: don't call the deprecated SetActiveView() method...
2012-04-26  Lars Op den... cec: request the active source if it's unknown in CCECP...
2012-04-26  Lars Op den... cec: don't suppress PA updates when called via CCECProc...
2012-04-26  Lars Op den... cec: don't try to match a device with PA 0xFFFF. don...
2012-04-26  Lars Op den... cec-client: don't activate the source when starting
2012-04-26  Lars Op den... cec-client: group up the output of the 'scan' command...
2012-04-26  Lars Op den... cec: set the initial stream path to PA 0xFFFF instead...
2012-04-26  Lars Op den... cec: don't set the power status to 'powered off' when...
2012-04-26  Lars Op den... cec: fixed potential segfault in CCECProcessor::GetDevi...
2012-04-26  Lars Op den... cec: fixed stream path changes when changed to the...
2012-04-26  Lars Op den... cec: clear the unsupported features list in CCECBusDevi...
2012-04-26  Lars Op den... cec: never mark vendor commands as unsupported (only...
2012-04-26  Lars Op den... cec: changed the log level of the 'unsupported feature...
2012-04-26  Lars Op den... cec: drop no longer needed parameters for CCECCommandHa...
2012-04-26  Lars Op den... cec: signal waiting threads when receiving a feature...
2012-04-26  Lars Op den... cec: added GetResponseOpcode(cec_opcode opcode) to...
2012-04-26  Lars Op den... cec: don't retry in CCECCommandHandler if the command...
2012-04-26  Lars Op den... cec: fixed - don't request the PA of devices when handl...
2012-04-25  Lars Op den... cec: fixed compilation warning on win64
2012-04-25  Lars Op den... cec: added the firmware build date to libcec_configurat...
2012-04-25  Lars Op den... cec: bump libCEC internal version number to 1.6.2....
2012-04-25  Lars Op den... cec: also log the libCEC version in the 'connected...
2012-04-25  Lars Op den... cec: don't retry MSGCODE_GET_BUILDDATE if it was reject...
2012-04-25  Lars Op den... cec: optimisation - strip unneeded virtual keywords...
2012-04-24  Lars Op den... only request the build date once
2012-04-24  Lars Op den... cec: show the build date for firmwares that have this...
2012-04-24  Lars Op den... cec: removed no longer used CCECBusScan
2012-04-24  Lars Op den... cec: use the vlcommandhandler for the primary device...
2012-04-24  Lars Op den... cosmetics
2012-04-24  Lars Op den... cec: set the power status of device controlled by libCE...
2012-04-24  Lars Op den... cec: fixed potentially uninitialised values in cec_command
2012-04-24  Lars Op den... cec: async writes for CUSBCECAdapterCommunication....
2012-04-24  Lars Op den... cec: delay the 'active source' command for panasonic...
2012-04-24  Mark KendallOnly respond to Give Physical Address with Report Physi...
2012-04-24  Mark KendallLibCecSharp: Update for 1.6.2
2012-04-24  Lars Op den... cec: added the new menu state changed callback to LibCe...
2012-04-24  Lars Op den... cec: added v1.6.2 enum values to LibCecSharp
2012-04-23  Lars Op den... cec: added some more logging about what was received...
2012-04-23  Lars Op den... cec: log the previous value when changing a setting...
2012-04-23  Lars Op den... cec: check whether callback methods are set to a valid ptr
2012-04-23  Lars Op den... cec: use client version 1.6.2 for cec-client
2012-04-23  Lars Op den... cec: fixed - number of retries for polls
2012-04-23  Lars Op den... win32: fix build in paths with spaces. bugzid: 730
2012-04-23  Lars Op den... cec: updated documentation for CBCecMenuStateChanged...
2012-04-23  Lars Op den... cec: log the response message when receiving a response...
2012-04-23  Lars Op den... cec: fixed compiler warning on non-windows
2012-04-23  Lars Op den... cec: fixed - the wrong setting was being read when...
2012-04-23  Lars Op den... cec: close the connection when a comm error was detecte...
2012-04-23  Lars Op den... cec: added static CLibCEC::Alert() method and CEC_ALERT...
2012-04-23  Lars Op den... cosmetics
2012-04-23  Lars Op den... posix: don't segfault when calling ThreadsWait() withou...
2012-04-21  Lars Op den... win32: fixed "unreferenced local variable" warning
2012-04-20  Lars Op den... lib/platform: fixed memleak
2012-04-20  Lars Op den... cec: fixed leak in CCECAdapterMessageQueue::Write
2012-04-20  Mark KendallDon't send commands if we know them to be unsupported...
2012-04-20  Lars Op den... cec: changed the name of the new menu state callback...
2012-04-20  Lars Op den... cosmetics
2012-04-20  Lars Op den... cec: added a callback to handle menu state changes...
2012-04-20  Mark KendallAdd a default menu language to libcec_configuration...
2012-04-20  Lars Op den... added 'make docs' target, that updates the doxygen...
2012-04-20  Lars Op den... cec: cec_menu_language is 4 chars wide on the interface...
2012-04-20  Mark KendallWindows Installer: Add VS 2010 Redistributable download.
2012-04-19  Mark Kendallcreate-installer.bat: Don't try and use Visual C++...
2012-04-19  Mark KendallREADME: Make it clear that Visual Studio is required...
2012-04-19  Lars Op den... added some missing documentation in cectypes.h
2012-04-19  Lars Op den... updated Doxyfile to include __cplusplus in the preproce...
2012-04-19  Lars Op den... added Doxyfile to generate Doxygen documentation. to...
2012-04-19  Lars Op den... win32: only call 'exit' when building in teamcity
2012-04-19  Lars Op den... README updated for windows
next