search for: naddy

Displaying 20 results from an estimated 155 matches for "naddy".

Did you mean: caddy
2007 Sep 01
2
Re: 1.2.0: Test suite failures on LP64 archs?
Christian Weisgerber <naddy@mips.inka.de> wrote: > #0 0x0000000040d18810 in FLAC__lpc_compute_residual_from_qlp_coefficients_wide > (data=0x49e4c014, data_len=110, qlp_coeff=0x7f7ffffece70, order=1, > lp_quantization=14, residual=0x4fced000) at lpc.c:745 > 745...
2004 Sep 10
9
FLAC 1.0.4 released
I uploaded the source tarball and binary releases for win32 and redhat 7. Solaris package should be ready tomorrow. See the news item for all the improvements from 1.0.3: http://flac.sourceforge.net/news.html#20020924 Developers, see the new Doxygen-based API docs: http://flac.sourceforge.net/api/index.html Thanks again to all the contributors and testers. Josh
2007 Aug 31
2
1.2.0: Test suite failures on LP64 archs?
...ntation fault (core dumped) ERROR FAIL: ./test_flac.sh fsd24-01 (--channels=1 --bps=24 -0 -l 16 --lax -m -e -p): encode...ERROR during encode of fsd24-01 FAIL: ./test_streams.sh on alpha and amd64. By contrast, i386 is fine. (All OpenBSD/4.2.) Could be a generic LP64 bug... -- Christian "naddy" Weisgerber naddy@mips.inka.de
2004 Sep 10
5
Re: beta 10 candidate checked in
Christian Weisgerber <naddy@mips.inka.de> wrote: > | # nasm build rule: > | %.lo: %.s Even with gmake, this really works only by accident. Automake generates a competing suffix rule, and gmake apparently gives the rule above a higher priority than the suffix rule (or that just happens to be the evaluation order)....
2025 Feb 14
2
1.5.0: API documentation is not installed
...; && test -f "$srcdir/doc/api/modules.html" ; then HAS_PREBUILT_DOXYGEN=yes fi AM_CONDITIONAL(FLaC__HAS_PREBUILT_DOXYGEN, test "x$HAS_PREBUILT_DOXYGEN" = xyes) There is no file doc/api/modules.html. Has something changed with doxygen? -- Christian "naddy" Weisgerber naddy at mips.inka.de
2004 Sep 10
3
Re: 0.9 problems
...search=0, do_qlp_coeff_prec_search=301971585, rice_optimization_level=301971606, max_lpc_order=301971624, blocksize=301971644, qlp_coeff_precision=301971665, padding=301971695) at encode.c:280 #6 0x120009de0 in main (argc=301971695, argv=0x11ffb8ff) at main.c:293 -- Christian "naddy" Weisgerber naddy@mips.inka.de
2020 Jan 02
2
u2f seed
...ocumentation says no private key is stored there. So is it just information used to reseed the public/private key? Thanks, Kevin ________________________________________ From: openssh-unix-dev <openssh-unix-dev-bounces+kevin.fox=pnnl.gov at mindrot.org> on behalf of Christian Weisgerber <naddy at mips.inka.de> Sent: Thursday, January 2, 2020 3:42 PM To: openssh-unix-dev at mindrot.org Subject: Re: u2f seed On 2020-01-02, "Fox, Kevin M" <Kevin.Fox at pnnl.gov> wrote: > In the u2f protocol, my understanding is in the normal case, the web browser seeds the keypair pr...
2002 Jul 28
2
IPv4/v6 socket problem on BSD
...Extending this to two sockets will require a bit of reworking, e.g. introducing a select(2) loop. This also suggests extending --address to accept multiple addresses (or allow multiple --address arguments). Altogether that's a bit more than I feel confident to tackle... -- Christian "naddy" Weisgerber naddy@mips.inka.de
2004 Sep 10
4
FLAC 1.0.1 source release out
The source release for 1.0.1 is finally up on sourceforge. If you are compiling for x86 make sure to read the note in in the README about automake 1.5. Josh __________________________________________________ Do You Yahoo!? Find the one for you at Yahoo! Personals http://personals.yahoo.com
2005 Mar 09
1
XMMS plugin: string handling bugs
...something and code that assumes the memory can be free()ed. For the time being, I added some extra initializations like flac_cfg.stream.proxy_host = g_strdup(""); to FLAC_XMMS__init(), but somebody familiar with the code (Steven Richman?) ought to clean this up. -- Christian "naddy" Weisgerber naddy@mips.inka.de
2005 Mar 17
1
Bogus autoconf test for socklen_t
...on FreeBSD socklen_t is defined in <sys/socket.h>, which is not checked by AC_CHECK_TYPES() but which is included in http.c. This can result in such errors: http.c:48: redefinition of `socklen_t' /usr/include/sys/socket.h:54: `socklen_t' previously declared here -- Christian "naddy" Weisgerber naddy@mips.inka.de
2002 Feb 08
1
RC3: oggenc & iconv
...ibl = 8, obl = 0, errno = EINVAL I'm sitting here with the SUSv3 spec for iconv(), trying to make sense of it all. This is one confusing interface, but I don't think the returned values are wrong. Which would render the expectations in the assert() wrong. Opinions? -- Christian "naddy" Weisgerber naddy@mips.inka.de --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe&...
2003 Nov 24
1
libogg 1.1 test failure on alpha
...lipped packing (LSb): ok. Large unclipped packing (LSb): ok. Single bit unclipped packing (LSb): ok. Testing read past end (LSb): ok. Small preclipped packing (MSb): looked at incorrect value! <--------------- i386 completes fine. I haven't tried any BE machines yet. -- Christian "naddy" Weisgerber naddy@mips.inka.de --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe...
2001 Mar 17
2
ao: Sun audio plug-in
...on Solaris 2.7. Alas, I can't verify whether it actually plays anything there. I guess this could also with little effort be made to work on SunOS4. Attached: - Diff to configure.in and src/plugins/Makefile.am. - sun/Makefile.am - sun/ao_sun.c (derived from oss/ao_oss.c) -- Christian "naddy" Weisgerber naddy@mips.inka.de <HR NOSHADE> <UL> <LI>text/plain attachment: ao.patch </UL> -------------- next part -------------- A non-text attachment was scrubbed... Name: ao.patch Type: application/octet-stream Size: 1231 bytes Desc: not...
2004 Sep 10
5
0.9 problems
...aken to use "--include-deps". - What is the obj directory for? "obj" is magic to BSD make, and unless removed this directory breaks building on BSD. - I question the wisdom of forcing CFLAGS to a particular set of (gcc-specific) optimizations options. -- Christian "naddy" Weisgerber naddy@mips.inka.de
2020 Jan 10
4
u2f / libfido2 version
Hi, So I finally have time to test the u2f support but so far I haven't been very successful, Specifically, current HEAD has SSH_SK_VERSION_MAJOR 0x00040000 and I can't seem to find a matching libfido2 version, current HEAD of Yubico/libfido2 is 0x00020000 Is there a more up to date libfido2 or a particular commit of openssh-portable I should be using? thanks Sean
2018 Nov 22
3
OpenSSL 1.1.0j version checking bug in configure.ac [PATCH]
Hi, I've just found this issue - brackets are eaten by Autoconf. Quadrigraphs [1] may be used instead. This way configure produces correct error. Filipp [1] https://www.gnu.org/software/autoconf/manual/autoconf-2.66/html_node/Quadrigraphs.html diff --git a/configure.ac b/configure.ac index 7379ab35..dcf52230 100644 --- a/configure.ac +++ b/configure.ac @@ -2616,7 +2616,7 @@ if test
2017 Jan 09
2
1.3.2: FLAC__CPUINFO_IA32_CPUID_SSE3 undeclared
...arded by #if FLAC__HAS_X86INTRIN || FLAC__AVX_SUPPORTED However, the later use in ia32_cpu_info is guarded by #if !defined FLAC__NO_ASM && (defined FLAC__HAS_NASM || FLAC__HAS_X86INTRIN) In our case, we have FLAC__HAS_NASM 1 FLAC__HAS_X86INTRIN 0 FLAC__AVX_SUPPORTED 0 -- Christian "naddy" Weisgerber naddy at mips.inka.de
2004 Sep 10
6
beta 10 candidate checked in
I have checked in all the latest into CVS and am going to start the test suite again. if all goes well I will probably release this as beta 10. this one should have all the configure stuff working with the new assembly infrastructure. I have tried to make it as easy as possible to port routines to assembly. all that's really needed now is to write the corresponding routine for a specific
2004 Aug 06
2
LP64 fix
...ck, size) ((stack) += ((size) - (long)(stack)) & ((size) - 1)) /* Allocates 'size' elements of type 'type' on the stack */ #define PUSH(stack, size, type) (ALIGN((stack),sizeof(type)),(stack)+=((size)*sizeof(type)),(type*)((stack)-((size)*sizeof(type)))) -- Christian "naddy" Weisgerber naddy@mips.inka.de --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'speex-dev-request@xiph.org' containing only the word 'unsubscribe...