search for: erik

Displaying 20 results from an estimated 2879 matches for "erik".

Did you mean: eric
2019 Jul 14
8
Prelease now available
...lic repo before the final release. Note that audio files encoded with a pre-releases will be 3 bytes longer than the the file encoded with the 1.3.3 final release because the version string is "1.3.3rc1" instead of "1.3.3". I hope to make a full release within a week. Cheers, Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
2007 Mar 09
5
https load balancer for windows?
...ould work very nicely with something called Pound to get https access to a rails app. However, I think Pound isn''t available for the windows platform? Is there any other nice lightweight load balancer like Pound that I could take a look at to get https with mongrel and rails? Cheers, /Erik -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20070309/6b12294c/attachment.html
2012 Feb 11
3
Regain play analysis patches
Earl Chew wrote: > That being said, I think my patch leaves us better off than before ! I agree. We will add it as it is and then tweak futher as needed. Earl, would you be able to update your patch so that it applies against the current git master? Cheers, Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
2019 Jul 19
4
Prelease now available
Erik de Castro Lopo wrote: > Hopefull the final release candidate: > > http://mega-nerd.com/tmp/flac-1.3.3rc3.tar.xz > http://mega-nerd.com/tmp/flac-1.3.3rc3.tar.xz.asc I am assuming everyone was happy with that and that I can release a new version. Cheers, Erik -- -------------...
2004 Sep 22
2
question about 2.6.3pre2's --link-by-hash behaviour
...irror. For the test itself, I did the following: - created 3 directories in /tmp/: src/ dst/ hash/ - put a random small file in src/, then made 3 non-hardlinked copies which differ by date, owner & group, last modified date. - gained root, issued the following command: [root@lithium ~]# /home/erik/pkg/pre/usr/bin/rsync -aPv --link-by-hash=/tmp/hash /tmp/src/ /tmp/dst/ The result: [erik@lithium ~]$ ls -l /tmp/src/ total 16 -rw-r--r-- 1 erik users 395 2004-09-14 17:07 orig -rwxrwxrwx 1 erik users 395 2004-09-14 17:07 orig+mode* -rw-r--r-- 1 nobody nogroup 395 2004-09-14 17:07 orig...
2007 Aug 10
5
[Patch] Const correct tags functions
...arget type The problem is that string literals like "ENCODER" are be const char * which vorbis_comment_add_tag is prototyped as having char * pointers, even though the strings pointed to are not modified. The following patch (against SVN head) makes the libvorbis const correct. Cheers, Erik ---------------8<---------------8<---------------8<--------------- --- include/vorbis/codec.h (revision 13502) +++ include/vorbis/codec.h (working copy) @@ -166,11 +166,11 @@ extern void vorbis_info_clear(vorbis_info *vi); extern int vorbis_info_blocksize(vorbis_info *vi,int zo...
2013 Mar 20
3
[PATCH] Change test scripts shell to bash, to avoid lack of arithmetic support in dash, which is sh on Ubuntu 10.04
Erik, I was thinking of doing this: export MALLOC_PERTURB_=$(awk 'BEGIN { srand(); print int(rand() * 32767 % 255 + 1) }') Or would you prefer using 'date'? On Tue, Mar 19, 2013 at 10:22 PM, Erik de Castro Lopo <mle+la at mega-nerd.com>wrote: > Jesse Weinstein wrote: > &...
2012 Feb 01
9
Meet the new maintainer
...n a 2.8 GHz Core II Duo. The gt repo is here: https://git.xiph.org/?p=flac.git;a%3Dsummary I encourage the keen to do a daily checkout and build. I will be building it on x86 and amd64 Linux every day and running the full test suite. Looking for someone to do that on Mac and Windows. Cheers, Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
2013 Mar 05
4
Fwd: flac 1.3.0pre1 prelease
Andy Hawkins wrote: > Hi, > > In article <20130304070023.141c9f101622a34c46d68c80 at mega-nerd.com>, > Erik de Castro Lopo<mle+la at mega-nerd.com> wrote: > >> project tends to be a pain unless one of the principal developers is using > >> it on a daily basis (as I know you've experienced with libsndfile, Erik). > > > > Yes, painfully aware of this. I'll be rel...
1997 Jul 19
10
security
I have a user who was having problem accessing samba. So I suggested him to try to login from other system to see if it's problem with his pc or his account. Then he found that when he used other person's PC, it didn't ask for password at all and gave full access to his account! The two person's accounts are totally different. Any idea? Thanks. --
2006 Sep 24
5
Can''t Connect to BackgroundRB
...groundRB from XXX.XX.XXX.50 with script/backgroundrb/ start -d I can then telnet localhost 22222 and connect to the drb server However when I: telnet XXX.XX.XXX.50 22222 from the same machine I get connection refused. Does this sound like an ACL issue or perhaps my iptables? Thanks in advance, Erik
2016 Dec 07
5
Do we need a pre-release?
Erik de Castro Lopo wrote: > Unfortunately I've lost/forgotten my Xiph SVN password. While I get > that sorted out for the real release, the pre-releases are here: > > http://mega-nerd.com/tmp/flac-1.3.2pre1-win.zip > http://mega-nerd.com/tmp/flac-1.3.2pre1.tar.xz Forgot to...
2013 Sep 14
3
PATCH: x86-64 support and SSE intrinscis code
Erik de Castro Lopo wrote: > When should FLAC__HAS_X86INTRIN be defined? What header file should I be > checking for? Ah, should be checking for <x86intrin.h>. The rest seems to be coming together. Testing this now. Erik -- ---------------------------------------------------------------...
2013 Mar 14
4
snprintf and MS Visual Studio
Hi all, There are a bunch of sprintf calls in the FLAC code base and I'd like to replace them with calls to snprintf but I know that can cause problems with at least some versions of Visual Studio. Whats the current state of play in this regard? Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
2013 Apr 30
2
flac-dev Digest, Vol 101, Issue 27
...can reach the person managing the list at > flac-dev-owner at xiph.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of flac-dev digest..." > > Today's Topics: > > 1. Re: [PATCH] Remaining Debian delta (Erik de Castro Lopo) > 2. What is in directory flac.pbproj? (Erik de Castro Lopo) > 3. Re: What is in directory flac.pbproj? (Ulrich Klauer) > 4. Re: What is in directory flac.pbproj? (Erik de Castro Lopo) > 5. Re: What is in directory flac.pbproj? (Ralph Giles) > > > --...
2013 Mar 09
9
flac 1.3.0pre2 pre-release
...86-openbsd5.2 I also cross-compiled from Linux to 32 bit Windows and the compile ran to completion (the test suite requires a bunch of hacking before it can run under Wine). Ben Alison has also did the hard work required to make it compile with MSVC. Still need to work on the changelog. Cheers, Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
2012 Feb 02
2
Fix cuesheet.c to allow metaflac_test.sh to run to completion
Erik, I'll resync and have another look. Earl ________________________________ From: Erik de Castro Lopo <mle+la at mega-nerd.com> To: flac-dev at xiph.org Cc: Earl Chew <earl_chew at yahoo.com> Sent: Wednesday, February 1, 2012 10:30:21 PM Subject: Re: [flac-dev] Fix cuesheet.c...
2012 Mar 13
2
PATCH: Add test for metaflac --add-replay-gain
Erik ? ? Testing FLAC file with unknown metadata... OK ? ? ./test_metaflac.sh: line 450: syntax error near unexpected token `then' ? ? ./test_metaflac.sh: line 450: `? then' Do both /bin/bash and /bin/dash give exactly the same error message ? Earl ________________________________ From:...
2016 Jun 26
4
FLAC__SSE_OS change
...id(cpuinfo, level); /* some old compilers don't support __cpuidex */ > > adds reference to __cpuidex() even though MSVC2005 doesn't have it > (according to MSDN, it was added to MSVC 2008 SP1). That suggests that FLAC__AVX_SUPPORTED is true. Can you set it to false for MSVC2005? Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
2013 Mar 03
5
Fwd: flac 1.3.0pre1 prelease
...er since, so: Is there a changelog? The only changelog is the git changelog. I will be writing a real changelog to go in the actual release tarball before the official release. The git changelog is available here: https://git.xiph.org/?p=flac.git;a=summary or in any git clone of this repo. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/