deb_libcec.git
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
2012-04-18  Lars Op den... cec: updated changelog and bumped version numbers for...
2012-04-18  Lars Op den... cec: fixed typo in CUSBCECAdapterCommands::RequestSetti...
2012-04-17  Lars Op den... cec: fixed typo in the log message when the physical...
2012-04-16  Lars Op den... cec: updated changelog and bumped version numbers for...
2012-04-16  Lars Op den... cec: validate the input in CCECProcessor::IsActiveSourc...
2012-04-16  Lars Op den... cec-config-gui: persist settings both in the eeprom...
2012-04-16  Lars Op den... cec: persist settings directly when they're changed...
2012-04-16  Lars Op den... cec: only delete m_port in CUSBCECAdapterCommunication...
2012-04-15  Lars Op den... Merge branch 'adaptercomm'. bugzid: 654
2012-04-15  Lars Op den... win32: sync vs2010 projects and wrong param when starti...
2012-04-15  Lars Op den... cec: fixed - transmissions can come in while waiting...
2012-04-15  Lars Op den... cec: don't wait 1 second when clearing input when there...
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
next