Commit graph

6 commits

Author SHA1 Message Date
wiz
02c6342de8 Updated chromaprint to 1.4.1.
Version 1.4.1 -- December 12, 2016
==================================

 - 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.
 - Mac OS X fpcalc builds are done with clang/libc++ and should work on 10.7+.
 - Linux fpcalc builds are now fully static.
2016-12-19 08:45:43 +00:00
wiz
e5db49955a Updated chromaprint to 1.4.
Switch to ffmpeg3.

Version 1.4 -- December 3, 2016
===============================

 - 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.
2016-12-12 10:15:13 +00:00
mef
e1e0230ca4 Update 1.3 to 1.3.1
-------------------
Version 1.3.1 -- February 10, 2016
==================================
 - Fixed `fpcalc -length` to actually restrict fingerprints the requested length.
 - Fixed SONAME version for the shared library.
2016-02-11 00:59:44 +00:00
wiz
d815cc43c9 Update to 1.2:
Version 1.2 -- August 26, 2014
==============================

 - 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
2014-08-31 21:44:32 +00:00
wiz
5446d24e5c Update to 1.1:
Version 1.1 -- November 23, 2013
================================

 - Fixed potential DoS attack in fingerprint decompression code. (#6)
 - Fixed invalid memory read with some fingerprinter configurations. (#5)
 - Fixed compilation with clang on OS X 10.9 (#7, #9)
 - Added support for audio format conversion with libav. (#2, Gordon Pettey)

Version 1.0 -- September 7, 2013
================================

 - Support for the latest FFmpeg API.
 - Support for reading audio from stdin in fpcalc.
 - Changed fpcalc to return non-zero status on failure.
2014-04-27 16:27:09 +00:00
drochner
abda90bf73 add the "acoustid" Python pkg and its dependencies, useful to
add acoustic fingerprints to py-beets
2013-04-02 10:44:40 +00:00