Displaying 20 results from an estimated 400 matches similar to: "flac recipe for magicrescue"
2002 Apr 04
1
Splint annotations for rsync from CVS
Hi --
I've added splint annotations to rsync code from CVS. The resulting
work-in-progress is at
ftp://people.redhat.com/jbj/rsync-splint.tar.gz
Splint is a lightweight assertion checker, details at
http://www.splint.org
Any interest in including splint annotations in rsync source code?
If so, inquire privately and I'll try to assist.
73 de Jeff
--
Jeff Johnson ARS N3NPQ
2007 Sep 05
2
FLAC: win installer
hi list
here some questions about the windows installer:
- can the installer be used on 64 bit windows versions and/or is there
a 64 bit version for the encoder/decoder?
- what windows versions are supported by the installer?
thx
1998 Jul 27
1
R-beta: R has underflows on sparc-redhat-linux
Hi --
I'm trying to package R for inclusion on some upcoming Red Hat
Powertools distribution. I have started with the 0.61 version
packaged by Martyn Plummer <plummer at iarc.fr> (Thanks Martyn!)
and have upgraded to 0.62-2. I have succeeded in running R demo's
on i386-redhat-linux-gnu, and now I am also trying to get the
alpha and sparc versions working.
On sparc-redhat-linux,
2005 Nov 04
0
Fwd: [Rpm-devel] rpm-4.4.3-0.34 for CentOS3
If anyone would like to help test the latest RPM on Centos 3, heres
your chance. There are several new features that are not mentioned
in Jeff's email, but as he said he wants to make sure it does no harm
more than anything else. As an example though, this version
supports:
- runtime depedency checking (think of being able to have cpan
modules that weren't installed by rpm being
2007 Aug 31
2
[LLVMdev] Compile Linux Kernel with LLVM gcc frontend
I can say that it does not for me,running x86_64, I have been generating errors for submission by testing on a number of gnu utilities starting with binutils.
Patrick
On Aug 31, 2007, at 6:11 PM, "Haifeng He" <hehaifeng2nd at gmail.com> wrote:
Hi,
I am curious about if the current LLVM implementation can handle Linux
kernel (or any particular version of Linux kernel). The
2007 Sep 28
4
. (period): Wildcard match; matches one or more characters
Hi List;
In the outbound, I read in the documents the Wildcard
match "by using the . (period)", but I did not
understand how Wildcard will work (like what)? As I
know that Wildcard is a term used with the Diguim TDM
card (FXO and FXS), so what is the relation between
such cards and the matching in the dial plan?
Any help?
Regards
Bilal
2007 Oct 15
9
POST with huge HTTP body
Hi,
I found the following page describing how to stream data from the
server to the client:
http://api.rubyonrails.com/classes/ActionController/Streaming.html
I want to do the opposite, streaming data from the client to the server,
letting the controller saving the data while it''s being received.
In particular, I want to upload large files to the RailsDav
2006 Jul 26
4
data recovering in EXT3
Hello,
We have run and stopped by chance command "fsck -y" on one of our raid disks
(with ext3 file system). After that we have found that SOME files disappeared
(they are not seen in the directories where they have been before).
The data are extremely important and contain a lot of programs,
scripts for some data analysis and very hard to recover by hands.
I have run ''fsck
2005 Mar 30
1
speex-xmms plugin for linux
Hi ,
Could anybody please guide to the website
from where I can download the speex-xmms plugin
for linux.
The website needs a account .
http://jzb.rapanden.dk/speex/
Kindly reply to me directly as I'am not part of
the list.
Thanks !
__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/
2007 Sep 25
1
MP3 plugin for XMMS media player - CentOS 4.4
Where can I find the best XMMS player plugin for MP3 files please,
compatible with CentOS 4.4?
Thanks,
Andy
2007 May 20
1
compression ratio
> yes, and much more so in the encoder. the decoder is already
> very fast and approaching a fundamental limit.
>
> the next release of FLAC will be slightly faster encoding and
> decoding.
Well, I hope to have a proof-of-concept FLAC-on-CUDA to run on the
latest generation of NVidia cards, some time this summer. I hope
this will achieve about 10x speed improvement for both
2007 Sep 07
1
FLAC: win installer
2007/9/7, Josh Coalson <xflac@yahoo.com>:
>
>
>
> > - what windows versions are supported by the installer?
>
> I know it works at least back to nt4, not sure about earlier versions
so all 9x versions are supported because they were released after nt 4?
____________________________________________________________________________________
> Shape Yahoo! in
2007 Oct 11
2
re-encode
Have some flac files, that I've been trying to re-encode again...
example:
abc.flac ( was coded at --fast ) and its huge
so,
flac -d --best abc.flac
or
flac --best abc.flac
or
flac --best abc.flac --force
NONE of these work, to re-encode the file into --best
file size has not change.
What is the correct command line to correctly re-encode a file to
--best (regardless) on what compress
2007 Oct 17
3
When will be released a new version of ffmpeg2theora?
Hi ,
There are 2 new relases of libTheora , now in beta status.
New bitstream revision to 3.2.1 of libTheora.
MultiThread Theora Encoder.
I think is needed a new version of ffmpeg2theora to test the new stuff.
When will be released a new version of ffmpeg2theora?
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today
2007 May 30
2
control axis
I have an outlier that I would still like to display, but would prefer to
shorten the axis. For example, display 0% - 40%, and 90% - 100%. Is this
possible? I am using an xyplot.
Thanks
Murray
--
Murray Pung
Statistician, Datapharm Australia Pty Ltd
0404 273 283
[[alternative HTML version deleted]]
2007 Jul 14
2
Is FLAC__stream_decoder_seek_absolute working for OggFlac?
Hi all,
Is seeking working for OggFlac files? I keep on getting a
FLAC__STREAM_DECODER_SEEK_ERROR.
Erik
--
-----------------------------------------------------------------
Erik de Castro Lopo
-----------------------------------------------------------------
"Why do they protest against France for making it illegal to wear
hijabs, but not against Saudi Arabia for making it illegal not to
2007 Apr 15
2
Patch : Fix pointer cast warning
Hi all,
The code currently in CVS gives a compile warning:
memory.c: In function 'FLAC__memory_alloc_aligned':
memory.c:52: warning: cast from pointer to integer of different size
memory.c:52: warning: cast to pointer from integer of different size
The patch below fixes this warning by detecting the sizeof (void*)
at configure time and then using that for a little pointer
2007 Sep 07
0
[LLVMdev] Compile Linux Kernel with LLVM gcc frontend
On Fri, 31 Aug 2007, Patrick Flannery wrote:
> I can say that it does not for me,running x86_64, I have been generating
> errors for submission by testing on a number of gnu utilities starting
> with binutils.
If you run into problems, please file bugs.
-Chris
> On Aug 31, 2007, at 6:11 PM, "Haifeng He" <hehaifeng2nd at gmail.com> wrote:
>
> Hi,
>
> I
2007 Aug 06
2
NSD reload
Hi there!
I remember reading that you cannot reload new zone files on the fly and require a full restart of the nsd daemon? We are evaluating multiple DNS servers that have better performance comparing to bind, but will require quite heavy zone reload (new and existing) every 10 minutes or so. Downtime (even 1-3 secs) is not the option. Thanks!
2007 Jul 24
3
FLAC 1.2.0 released
FLAC 1.2.0 is out. There are a few new features and some speedups and
fixes, but more importantly, there are some small changes to the
decoder to pave the way for possible future compression improvements,
so applications developers are encouraged to upgrade (the API has not
changed). The changelog has all the details, but in summary:
- automatic SSE OS detection at runtime (so no need to