search for: flacdiff

Displaying 5 results from an estimated 5 matches for "flacdiff".

2023 Jun 08
0
The flacdiff and flactimer utils
Hi all, In an attempt to clean up the FLAC repository, I was trying to work out the importance of the flactimer and flacdiff utils. I think the flactimer util can be removed, but I don't fully understand the use of the flacdiff util. It seems I can't get it to work. I always get something like this: ./flacdiff file1.flac file2.flac got diff offset = 17 get error 0:FLAC__STREAM_DECODER_ERROR_STATUS_LOST_SYNC get...
2016 Jan 09
1
[PATCH] for flacdiff
...ommits: <https://git.xiph.org/?p=flac.git;a=commitdiff;h=2199d086921eb37d249cae0731f334556ec6209d#patch7> <https://git.xiph.org/?p=flac.git;a=commitdiff;h=b9574fe58950d38c96399161421484935249822a#patch3> -------------- next part -------------- A non-text attachment was scrubbed... Name: flacdiff.patch Type: application/octet-stream Size: 569 bytes Desc: not available Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20160109/ddbd757e/attachment.obj
2012 Dec 26
0
[PATCH] Fix building with MSYS and MinGW(-w64); Improve Makefile.lite build system
...cuesheet/Makefile.lite | 4 +-- src/test_grabbag/picture/Makefile.lite | 4 +-- src/test_libFLAC++/Makefile.lite | 4 +-- src/test_libFLAC/Makefile.lite | 4 +-- src/test_libs_common/Makefile.lite | 6 ++++ src/test_seeking/Makefile.lite | 4 +-- src/utils/flacdiff/Makefile.lite | 4 +-- src/utils/flactimer/Makefile.lite | 42 +++++++++++++++++++++++ 31 files changed, 256 insertions(+), 121 deletions(-) create mode 100644 Makefile.deps create mode 100644 src/utils/flactimer/Makefile.lite diff --git a/.gitignore b/.gitignore index ba4fb7c....
2012 Dec 27
4
[PATCH] Makefile.lite: Fix building with MSYS and MinGW(-w64), Improvements
...cuesheet/Makefile.lite | 4 +-- src/test_grabbag/picture/Makefile.lite | 4 +-- src/test_libFLAC++/Makefile.lite | 4 +-- src/test_libFLAC/Makefile.lite | 4 +-- src/test_libs_common/Makefile.lite | 6 ++++ src/test_seeking/Makefile.lite | 4 +-- src/utils/flacdiff/Makefile.lite | 4 +-- src/utils/flactimer/Makefile.lite | 42 +++++++++++++++++++++++ 31 files changed, 257 insertions(+), 122 deletions(-) create mode 100644 Makefile.deps create mode 100644 src/utils/flactimer/Makefile.lite diff --git a/.gitignore b/.gitignore index ba4fb7c....
2012 Dec 04
0
[PATCH] Update FSF address.
...g/Makefile.lite | 6 +-- src/test_seeking/main.c | 6 +-- src/test_streams/Makefile.am | 6 +-- src/test_streams/Makefile.lite | 6 +-- src/test_streams/main.c | 6 +-- src/utils/flacdiff/Makefile.am | 6 +-- src/utils/flacdiff/Makefile.lite | 6 +-- src/utils/flacdiff/main.cpp | 6 +-- src/utils/flactimer/Makefile.am | 6 +-- src/utils/flactimer/main.cpp | 6 +-- 138 files cha...