Changelog for
mingw64-libairspy0-1.0.9.git1474710211.5c86e53-lp150.1.24.noarch.rpm :
* Mon Nov 14 2016 mardnhAATTgmx.de- Update to version 1.0.9.git1474710211.5c86e53:
* Added a host-side counter for dropped samples.
* Promoted the dropped samples calculation to 64bit
* Updated the threading code to not rely on non portable atomic operations.
* Fixed a spurious trigger in the IO reactor.
* Protected the consumer buffer decrement.
* Fixed the raw streaming mode display in airspy_rx.
* Support packed 12bit raw files in airspy_rx.
* Removed gnu90 in CMakeLists.txt in order to build with older GCC like GCC4.4 (fix issue #36)
* Removed unused variable packing
* Optimized the synchronization of the consumer thread with a hint from Oliver Jowett (AATTmutability)
* Tidied the code a bit.
* Pipelined the packet drop counter.
* Typo
* Sync\'ed the drop counters between the consumer/producer
* Simplified the fifo code.
* Fixed typo
* Stop the streaming completely in case the previous app left it running.
* Add optional samplerate in KHz (requires firmware >= v1.0.0-rc6-4)
* Added support for alt samplerates.
* Support for alt sample rates
* Fixed error loop initializations with GCC
* Updated libairspy version to 1.0.8 Updated airspy_rx version to 1.0.4 21 April 2016
* Fixed samplerate by value for the -a switch in airspy_rx
* Updated airspy_rx version to 1.0.5 Modified display of \"Streaming at xx.xxx MSPS\" with 3 digits instead of 2 digits
* Added flash configuration support in libairspy.
* Extended the config API.
* Added airspy_spiflash_erase_sector API Removed airspy_config_write/airspy_config_read API
* A few performance tweaks in the float IQ conversion.
* More optimizations in the float IQ converter.
* Code simplification and optimization.
* Fix the declarations for old compilers.
* More GCC friendly optimizations for x86 Linux and Raspbian.
* Limited the scope of the fast FIR calculation method.
* Replaced libusb-1.0.19 by libusb-1.0.20 (for Windows)
* Updated libairspy version to 1.0.9
* Sat Feb 20 2016 mardnhAATTgmx.de- Update to version 1.0.7.git1455911107.f245b6f: + On linux check whether a kernel driver is attached to airspy device opened and if so, we detach it. + Linux moved libusb_detach_kernel_driver before libusb_set_configuration + cmake: Use LIB_SUFFIX for libairspy.pc + fix for repeat of usage message x19 + Added the ability to customize the IQ conversion FIR filter; Changed the size factor of the FIR processor from 2 to 16. + Optimized the IQ conversion code. + Fixed a c/p error. + Updated libairspy version to 1.0.7 + Fix Buffer overflow #30 thanks to Nicolasp38 + Added \"Sensitivity\" and \"Linearity\" gain modes. + Reset the AGC when using the \"Linearity\" or \"Sensitivity\" modes. + Added \"Sensitivity\" and \"Linearity\" gain modes in airspy_rx. + Provide win32 pthread and libusb from an arbitray source + Suppor VC11 build by providing missing strtoull() + Fix the IQ float conversion for VC11 + Added a forgotten free() call. + Update README.md + Added more detailed build instructions for Linux + Missing file extension. + Update README.md + Added RAW sampling mode. + Added support for RAW mode in airspy_rx.
* Sat Sep 19 2015 mardnhAATTgmx.de- Update to version 1.5.0.git1442605964.51a830c: + Support cross-compilation via MinGW64
* Thu Sep 17 2015 mardnhAATTgmx.de- initial package