Changelog for
libopenaptx0-0.2.0-18.74.x86_64.rpm :
* Tue May 18 2021 Ailin Nemui
- New version 0.2.0 with lot of fixes
* Introduce a new library functions aptx_decode_sync() and aptx_decode_sync_finish() for synchronization and decoding partially corrupted continuous stream
* Improve synchronization support in openaptxdec utility via these new library functions
* Fix openaptxdec utility to not output data which are result of decoding the trailing aptx padding from the last aptX sample
* Fix exit codes from utilities, returns 1 when error occurred
* Make utilities to be compatible with Windows systems, set stdin and stdout to binary mode
* Make source code to be compatible with ISO C90, C99, C11, C17, ISO C++ 1998, 2011, 2014, 2017, 2020 and also with MSVC 6.0 (and new), but there is one exception that stdint.h header file with basic fixed width integer types needs to be provided
* Fix integer variable types, size, signedness and const qualifiers
* Make Makefile to be POSIX compatible
* Do not install static executables
* Generate and install a new pkg-config file for library
* Provide and install static library libopenaptx.a
* Enable -O3 optimizations in Makefile by default
* Update parameters for sox/play examples in README and help
* Wed Apr 10 2019 lnusselAATTsuse.de- initial version