Changelog for
libchromaprint1-1.5.1-7.3.x86_64.rpm :
* Fri Nov 11 2022 Bjørn Lie
- Add 8ccad69.patch: Upgrade code to FFmpeg 5.x APIs. Following this, drop pkgconfig(libavresample) BuildRequires: No longer used.
* https://github.com/acoustid/chromaprint/commit/8ccad69.patch
* Mon Jul 11 2022 Dirk Müller - update to 1.5.1:
* No functional source code changes.
* Fixed some compiler warnings.
* Rebuilt the fpcalc binaries with FFmpeg 4.4.1.
* Added support for fat binaries on macOS, with support for both Intel and Apple silicon.
* Mon Jul 27 2020 Matthias Eliasson - Update to 1.5.0:
* Added support for fpcalc -raw -signed, which helps with easier PostgreSQL integration
* Added support for using libavresample instead of libswresample
* Fixed possible crash in chromaprint_decode_fingerprint
* Fixed unit tests on big endian CPUs- Run spec-cleaner
* Remove package groups
* Use license macro
* Fri Mar 08 2019 olafAATTaepfle.de- Remove bcond_without and use ffmpeg unconditional
* Wed Jan 24 2018 avindraAATTopensuse.org- Update to 1.4.3:
* Allow one packet to have decoding error
* Print output even if there is a decoding error, exit with error code 3 instead of 2 in such case
* Add new option -ignore-errors to change the error code 3 to 0
* Add new option -algorithm NUM
* Periodically flush output when working on a stream- drop chromaprint-ffmpeg-pkgconfig.patch
* fixed upstream- Switch to https for URL- Source moved to github- cleanup with spec-cleaner
* Tue Jul 25 2017 jengelhAATTinai.de- Fix RPM groups.
* Mon Jul 17 2017 alarrosaAATTsuse.com- Update to 1.4.2:
* Fixed invalid memory access when decoding base64-encoded fingerprints.
* Removed unnecessary library dependencies libchromaprint to avoid circular dependency problems with FFmpeg.- Rebase chromaprint-ffmpeg-pkgconfig.patch- Drop chromaprint-ffmpeg-API.patch which isn\'t needed anymore.- Update to 1.4.1:
* Restored the -v/-version parameter for fpcalc that got accidentally removed in 1.4.
* Fixed processing of some short audio files. They were ignored in 1.4.
* The DURATION field in the default output of fpcalc is now printed as an integer again.
* Added missing version number to libchromaprint.pc.
* Linux fpcalc builds are now fully static.- Update to 1.4.0:
* Fully streaming audio processing without any post-processing step for the fingerprint generation.
* Many performance optimizations. Especially when processing long streams, operations should be faster and use less memory.
* C++11 compiler is now required for building the library.
* The public C API now uses standard fixed-size int types from stdint.h (breaks backwards compatibility).
* All code written for the library is now distributed under the MIT license.
* Kiss FFT is now included with the library and automatically used if no other FFT library is found.
* Added support for using the FFTW3F version of FFTW3.
* Boost is no longer used.- Update to 1.3.2:
* Fixed crash on an invalid audio file that FFmpeg could not decode.
* Wed Feb 01 2017 adam.majerAATTsuse.de- use individual libboost-
*-devel packages instead of boost-devel
* Thu Jul 28 2016 olafAATTaepfle.de- Remove unused Provides libchromaprint-with-ffmpeg
* Fri Apr 01 2016 olafAATTaepfle.de- Restore support for libswresample/libavresample (bsc#973555)- Remove usage of deprecated API chromaprint-ffmpeg-API.patch