On Sat, Oct 03, 2015 at 05:24:06PM -0500, Rodger Combs wrote:
> ---
> Changelog | 1 +
> configure | 4 +
> doc/muxers.texi | 35 +
> libavformat/Makefile | 1 +
> libavformat/allformats.c | 1 +
> libavformat/chromaprint.c | 186
>
---
Changelog | 1 +
configure | 4 +
doc/muxers.texi | 35 +
libavformat/Makefile | 1 +
libavformat/allformats.c | 1 +
libavformat/chromaprint.c | 186 ++
libavformat/version.h | 4
On Fri, Oct 02, 2015 at 03:45:48PM -0500, Rodger Combs wrote:
[...]
> +break;/*
> +case FINGERPRINT_HASH_RAW:
> +case FINGERPRINT_HASH_HEX:
> +if (!chromaprint_hash_fingerprint(fp, size, &hash)) {
> +av_log(s, AV_LOG_ERROR, "Failed to hash fingerprint\n");
> +
---
Changelog | 1 +
configure | 4 +
doc/muxers.texi | 35 +
libavformat/Makefile | 1 +
libavformat/allformats.c | 1 +
libavformat/chromaprint.c | 195 ++
libavformat/version.h | 2
On Fri, 2 Oct 2015 15:35:04 -0500
Rodger Combs wrote:
> ---
> Changelog| 1 +
> configure| 4
> doc/muxers.texi | 35 +++
> libavformat/Makefile | 1 +
> libavformat/allformats.c | 1 +
> libavformat/version.h
---
Changelog| 1 +
configure| 4
doc/muxers.texi | 35 +++
libavformat/Makefile | 1 +
libavformat/allformats.c | 1 +
libavformat/version.h| 2 +-
6 files changed, 43 insertions(+), 1 deletion(-)
diff --g