search for: weisgerb

Displaying 20 results from an estimated 158 matches for "weisgerb".

Did you mean: weiser
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 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...
2016 Dec 19
5
Do people use HostbasedAuthentication?
Do people actually use HostbasedAuthentication? It needs several steps to enable and generally seems quite arcane by now. I wonder if this is something that could be trimmed away... -- Christian "naddy" Weisgerber naddy at 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 evaluat...
2004 Sep 10
5
0.9 problems
..."--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
2007 Aug 31
2
1.2.0: Test suite failures on LP64 archs?
...t (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
3
Re: 0.9 problems
..._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
2004 Sep 10
2
Re: 0.9 problems
On Sat, May 19, 2001 at 12:19:39PM +0000, Christian Weisgerber wrote: > Christian Weisgerber <naddy@mips.inka.de> wrote: > > > Problems in FLAC 0.9: > > Also: > > ===> Building for flac-0.9 > cd . && aclocal > aclocal: configure.in: 7: macro `AM_PROG_LIBTOOL' not found in library > aclocal: configure...
2020 Jan 02
2
u2f seed
...keyfile? The documentation 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 th...
2002 Jul 28
2
IPv4/v6 socket problem on BSD
...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
2001 Mar 17
2
ao: Sun audio plug-in
...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 available Url :...
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 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
...nd 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
...ocklen_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
2017 Jan 09
2
1.3.2: FLAC__CPUINFO_IA32_CPUID_SSE3 undeclared
...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
2012 Jan 04
2
Interop problem with IPSSH-6.6.0, CR/NL?
...at for a SSH2 connection, CR is somewhere mapped to NL, along the lines of the ICRNL termios setting, and NL is then ignored by the switch. I don't know if the problem lies with OpenSSH or the switch--you wouldn't notice this when connecting to a Unix host. -- Christian "naddy" Weisgerber naddy at mips.inka.de
2002 Jan 01
2
RC3: ogg123 dumps core at end of file
1.0rc3, OpenBSD/i386 & FreeBSD/alpha. ogg123 segfaults after playing a file. This will not happen if I specify multiple songs and skip (^C) to the next one. Seems to be independent of buffering (-b) and output device (oss, esd, raw). -- 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' in the bod...
2002 Feb 08
1
RC3: oggenc & iconv
...= 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' in the bod...
2003 Nov 24
1
libogg 1.1 test failure on alpha
...ng (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' in the body...