* Wed Jan 24 2018 avindra@opensuse.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 jengelh@inai.de
- Fix RPM groups.
* Mon Jul 17 2017 alarrosa@suse.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.majer@suse.de
- use individual libboost-*-devel packages instead of boost-devel
* Thu Jul 28 2016 olaf@aepfle.de
- Remove unused Provides libchromaprint-with-ffmpeg
* Fri Apr 01 2016 olaf@aepfle.de
- Restore support for libswresample/libavresample (bsc#973555)
- Remove usage of deprecated API
chromaprint-ffmpeg-API.patch
* Mon Feb 15 2016 jengelh@inai.de
- Update to new upstream release 1.3.1
* Support for ffmpeg 3.x
* You can use use "-length 0" in fpcalc to get the full fingerprint
* New function chromaprint_get_fingerprint_hash for calculating
SimHash from the fingerprint data
* Fri Dec 18 2015 tchvatal@suse.com
- Remove needless conditional for the libdir which is in the macro
* Wed Dec 09 2015 olaf@aepfle.de
- Use pkg-config to detect ffmpeg in cmake
chromaprint-ffmpeg-pkgconfig.patch
- Add bcond_without to use ffmpeg unconditional
* Tue Dec 08 2015 olaf@aepfle.de
- Remove broken libffmpeg requires in devel pkg
* Tue Sep 22 2015 olaf@aepfle.de
- Use pkgconfig for ffmpeg BuildRequires
* Tue Jun 16 2015 mpluskal@suse.com
- Update to version 1.2
* Fixed compilation with neither libswresample nor libavresample
(#11)
* Fixed compilation with static libav (#10)
* Functions chromaprint_encode_fingerprint and
chromaprint_decode_fingerprint are changed to accept const
pointer as input
* Added support for using the Kiss FFT library (should make
Android port easier)
* Removed obsolete dev tools from the package
* More compatible DEBUG() macro
- Cleanup spec file with spec-cleaner
- Add missing dependency on boost
- Use cmake macro
* Wed Dec 10 2014 olaf@aepfle.de
- Update to version 1.1
- Fixed potential DoS attack in fingerprint decompression code. (#6)
- Fixed invalid memory read with some fingerprinter configurations. (#5)
- Added support for audio format conversion with libav. (#2, Gordon Pettey)
* Wed Dec 10 2014 hrvoje.senjan@gmail.com
- Add baselibs.conf
* Wed Oct 30 2013 joerg.lorenzen@ki.tng.de
- Update to version 1.0
- Support for the latest FFmpeg API.
- Support for reading audio from stdin in fpcalc.
- Changed fpcalc to return non-zero status on failure.
* Tue Mar 19 2013 schwab@suse.de
- Properly determine LIB_SUFFIX
* Fri Nov 09 2012 hrvoje.senjan@gmail.com
- Update to version 0.7
- Support for the latest FFmpeg API.
- New (non-default) fingerprint algorithm that removes leading silence.
- API to configure fingerprint algorithms, currently only used by
CHROMAPRINT_ALGORITHM_TEST4.
* Tue May 29 2012 Manfred.Tremmel@iiv.de
- ffmpeg doen't include url.h anymorecompile against ffmpeg_oldabi
* Sat May 19 2012 pascal.bleser@opensuse.org
- initial version (0.6)