similar to: [PATCH] for flacdiff

Displaying 20 results from an estimated 1100 matches similar to: "[PATCH] 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
2012 Nov 09
4
Usage of puppet to deploy and configuration manage software patches
I have some questions in terms of how to use puppet of configuration management for software patches. My previous approach was it to create a puppet module for each patch ... Like Patch1 includes (FileA, FileB, FileC), Patch2 includes (FileD, FileE)... So far so good and that works but now i have to create a Patch3 with lets say FileF and FileA included. As you can see there will be a puppet
2005 Aug 01
1
patching postfix with VDA
hi guys can anyone give me info how to patch postfix with VDA? im using centos 4 with postfix-2.1.5-4.2. I downloaded the postfix-2.1.5-4.2.RHEL4.src.rpm to recompile it with VDA. i also downloaded the patch for postfix to support VDA. i added a line in postfix.spec Patch8: postfix-2.1.5-trash.patch for the VDA. but when i compiled it it seems that it doesn't compile with the given patch
2012 Dec 26
0
[PATCH] Fix building with MSYS and MinGW(-w64); Improve Makefile.lite build system
Hello, This is a patch to allow building of the project using MSYS, MinGW, and MinGW-w64 with the following invocation: make -f Makefile.lite libFLAC libFLAC++ flac metaflac test_libs_common test_libFLAC test_libFLAC++ test_grabbag test_seeking test_streams utils examples This patch addresses eight points: 1. `uname -p` in MSYS returns "unknown" so we must use `gcc -dumpmachine`
2012 Dec 27
4
[PATCH] Makefile.lite: Fix building with MSYS and MinGW(-w64), Improvements
Hello, This is a patch to allow building of the project using MSYS, MinGW, and MinGW-w64 with the following invocation: make -f Makefile.lite libFLAC libFLAC++ flac metaflac test_libs_common test_libFLAC test_libFLAC++ test_grabbag test_seeking test_streams utils examples This patch addresses eight points: 1. `uname -p` in MSYS returns "unknown" so we must use `gcc -dumpmachine`
2006 Nov 19
1
Dovecot (unofficial) patches
Dear list, As a recent dovecot addict, I'm a bit puzzled by the sheer amount of patches available. I have not seen the history of these patches and I could not find a README explainng the patches. Are all these personal wishes/nice to have things or are they (to be) incorporated in dovecot-final? I use rpmbuild to create new rpms from the latest tarball but in that process still several
2004 Aug 06
3
PATCH3: icecast2 hangs on close
Hi again, most probably this patch won't be applied either, nevertheless, I inform the problems and my own modifications.... Included in the patch (just touches sock.c and sock.h): - Due to the semantics of the close() function, the server hangs on close() if a client just dies (the machine just "dissapear" from the network) and there is still data to send in the TCP
2000 Jul 13
1
Patch: ogg123 -> esd
Dear developers, I patched ogg123 so that it can use esd (only local socket currently). In order to compile you need to copy esd.h from the esound-devel to the vorbis-tools directory. Usage: ogg123 -e -d something file.ogg the "something" is not important I don't intend to maintain this patch, but perhaps somebody could make it more nicer and incorporate it in the
1999 Dec 10
2
samba v DAVE
samba server 2.0.6 DAVE 2.1 DAVE 2.0 When the DAVE 2.1 client tries to connect with samba, it gets an error that machine name doesn't match. This DAVE client connects with NT systems fine, and other Windows systems connect with samba fine, so it's just samba and DAVE that are having this failure to communicate. When DAVE 2.0 client tries, it connects fine but when I try to copy a file to
2012 Dec 04
0
[PATCH] Update FSF address.
--- COPYING.GPL | 43 +++++++++++----------- doc/Makefile.am | 6 +-- doc/Makefile.lite | 6 +-- examples/c/decode/file/Makefile.am | 6 +-- examples/c/decode/file/Makefile.lite | 6 +-- examples/c/decode/file/main.c | 6 +--
2007 Apr 23
1
Patch for database code
Hi all, Attached is a simple patch for Flint and Quartz; Visual C++ complains if you try and define arrays with non-constant size. Charlie -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: patch7.patch URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20070423/d92c683a/attachment.ksh>
2015 Dec 10
5
Windows file buffering
Erik de Castro Lopo wrote: > lvqcl, > > Would you be able to have alook at this one? I think its > Windows related: > > https://sourceforge.net/p/flac/feature-requests/114/ > The relevant changes are <http://git.xiph.org/?p=flac.git;a=commitdiff;h=6a6207b52a86b1d7980a5233e297c0fc948bed7d> and
2008 Dec 22
0
[patch 3/3]Enable CMCI (Corrected Machine Check Error Interrupt) for Intel CPUs
Hi, all Patch3: Enable CMCI for Intel CPUs -- main patch for CMCI support This patch is the main patch for CMCI enabling in XEN. It removes the old p4/p6 mce files, adds those removed logic to intel common part. Also it adds the new CMCI/MCA intel specific init/interrupt processing, CMCI owner judge algorithm when (bring up CPUs /CPU hotplugs), as well as polling mechanisms, etc. Thanks &
2007 Apr 19
1
Fixes for omega under Windows
Hi all, There's been a lot of changes to Omega recently and the Windows build wasn't working; I've attached a patch which should fix this. It's mainly a lot of changes to use the "safe..." versions of header files. Cheers Charlie -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: patch3.patch URL:
1998 May 25
0
[Q] Copy-File-Problem (with Samba 1.9.18p7 & Win NT4)
Hello, I got a question concerning SAMBA 1.9.18p7 and Microsoft Developper Studio (respectively: Copy'ing files in the same directory does not work)! Samba is running on a Linux-PC, clients are some Windows NT 4 SP3 PC's (already including the "EnablePlainTextPassword" - Entry in the registry). As some of our developpers are using Microsofts Developper Studio 97 they would
2000 Dec 29
5
build process patches
Here's an updated set of patches to fix some problems with the build process. These patches are relevant to the CVS head as of 30 Dec 2000. Overview: - Patch 1: Allowing the user to set CFLAGS/LDFLAGS before running configure in all four modules. All these patches do is essentially: cflags_save="$CFLAGS" ldflags_save="$LDFLAGS" # ... stuff to
2012 Feb 12
1
Anyone already tried to backport the latest ASPM kernel patch to 6.2?
After going from CentOS 5.7 to 6.2, a lot of things turned out to be much better, but there are also quite some regressions. The most obvious one is power consumption on my notebook. It was notably lower before. The ASPM issue introduced in 2.6.38 was widely reported and discussed, and the 6.2 kernel has exacatly this code as a backport.
2016 Dec 05
4
Some additions for the 1.3.2 changelog?
Hi Erik, I noticed you’ve started compiling the changelog for 1.3.2. I have kept track of some of the bigger changes since 1.3.1 although admittedly haven’t been on top of it this year. Perhaps some of these older ones are useful to consider including: Fixed a segmentation fault in libFLAC http://sourceforge.net/p/flac/bugs/425/ Changed the LPC order guess for a slight compression improvement,
2013 Oct 23
1
Re: [PATCH 1/2] Preallocate output file
On Wed, Oct 23, 2013 at 03:38:30AM +0100, Pádraig Brady wrote: [...] By the way, Eric Sandeen solved the problem. It's a genuine misfeature in ext4 called auto_da_alloc which causes a flush on close if the file has been truncated (ftruncate or O_TRUNC) and the file size is zero bytes. I added these patches which work around the issue:
2015 Apr 18
2
"keep qlp coeff precision such that only 32-bit math is required"
Erik de Castro Lopo wrote: > There should be some indication of why in the git history. http://git.xiph.org/?p=flac.git;a=commitdiff;h=27846708fe6271e5e3965a4bbad99baa1ca24c49 Now I remember a discussion about a bug in -p switch: the old code substracts lpc_order instead of FLAC__bitmath_ilog2(lpc_order), and this commit fixes this. It seems that the logic in process_subframe_() and in