Re: [Flac-dev] Legal sample rates

2004-11-14 Thread Erik de Castro Lopo
of FLAC__SEEKABLE_STREAM_ENCODER_STREAM_ENCODER_ERROR or FLAC__STREAM_ENCODER_NOT_STREAMABLE which says nothing about the sample rate. Erik -- +---+ Erik de Castro Lopo [EMAIL PROTECTED] (Yes it's valid

[Flac-dev] Flac and OggFlac

2005-10-03 Thread Erik de Castro Lopo
-- +---+ Erik de Castro Lopo +---+ Baldie is such a wonderful villain The Linux/OSS community could not possibly ask for a better villain than our man Baldie. He is absolutely perfect for the part. Just look at his creds

Re: [Flac-dev] Core Audio player for OS X?

2005-11-12 Thread Erik de Castro Lopo
-- +---+ Erik de Castro Lopo +---+ Unix and C are the ultimate computer viruses. -- Richard P Gabriel ___ Flac-dev mailing list Flac-dev@xiph.org http://lists.xiph.org/mailman/listinfo/flac-dev

[Flac-dev] Tests fail

2006-10-28 Thread Erik de Castro Lopo
-- +---+ Erik de Castro Lopo +---+ When a dog, a pig, or a disbeliever touches or comes in contact with the clothes or body [of a Muslim] while he [the disbeliever] is wet, it becomes obligatory-compulsory upon him

[Flac-dev] Strangeness with OggFlac files

2006-11-03 Thread Erik de Castro Lopo
appreciate it if you could take a look at this. Cheers, Erik -- +---+ Erik de Castro Lopo +---+ life is too long to be an expert at harmful things, including such evilness as C++ and perl

[PATCH] Re: [Flac-dev] Strangeness with OggFlac files

2006-11-03 Thread Erik de Castro Lopo
Erik de Castro Lopo wrote: Josh et al, I've been tracking down a problem with generating OggFlac files. snip I have looked into this and suspect that the FLAC__stream_encoder_finish() function needs to finish off the stream using a call to ogg_stream_flush() instead of the standard

Re: [PATCH] Re: [Flac-dev] Strangeness with OggFlac files

2006-11-06 Thread Erik de Castro Lopo
, but I'm really busy over the next couple of days. I wouldn't be able to look at this until this weekend or possibly the next. Erik -- +---+ Erik de Castro Lopo +---+ Do I do

[Flac-dev] total_samples of Ogg Flac file

2006-11-11 Thread Erik de Castro Lopo
something is going wrong when I'm encoding the file. Anybody have any idea of what I have forgotten to do during encoding? Cheers, Erik -- +---+ Erik de Castro Lopo +---+ One

Re: [Flac-dev] total_samples of Ogg Flac file

2006-11-11 Thread Erik de Castro Lopo
, that was the correct number is written in the STREAMINFO block during the first pass. Thats fine if you know at the start, but not so good if you don't. I'll wait until that bit is fixed. Cheers, Erik -- +---+ Erik de Castro Lopo

Re: [Flac-dev] Compiler warnings using gcc-4.1

2007-01-02 Thread Erik de Castro Lopo
-- +---+ Erik de Castro Lopo +---+ Being really good at C++ is like being really good at using rocks to sharpen sticks. -- Thant Tessman ___ Flac-dev mailing list Flac-dev@xiph.org http://lists.xiph.org

Re: [Flac-dev] need help with MSVC

2007-02-12 Thread Erik de Castro Lopo
Josh Coalson wrote: --- Erik de Castro Lopo [EMAIL PROTECTED] wrote: Josh Coalson wrote: the closest thing I found was ntohl() which appears to be a function call Avoid that like the plague. why so? on linux/glibc it appears to map to just a nop or bswap builtin. Omn some

Re: [Flac-dev] Fixes to make flac build on Solaris

2007-03-06 Thread Erik de Castro Lopo
. Erik -- +---+ Erik de Castro Lopo +---+ `If you want a vision of the future, it is a wireless broadband network feeding requests for foreign money-laundering assistance

Re: [Flac-dev] Adding support for .w64 (wave64) format

2007-05-30 Thread Erik de Castro Lopo
somefile.flac The FLAC stuff in libsndfile was updated recently but has not been released yet, so I suggest that you grab the latest pre-release: http://www.mega-nerd.com/tmp/libsndfile-1.0.18pre10.tar.gz HTH, Erik -- - Erik de

Re: [Flac-dev] FLAC: library for C#

2007-06-13 Thread Erik de Castro Lopo
source is not required, but is always nice). Why not just build FLAC as a DLL and then call into the DLL from C#? Erik -- - Erik de Castro Lopo - The happiness you have

Re: [Flac-dev] FLAC: library for C#

2007-06-14 Thread Erik de Castro Lopo
Harry Sack wrote: but aren't they C++ headers en lib's? Not C++, C. I have no idea how I can include a C++ header in a C# project. It this even possible? Yes. Google for dllimport csharp. Erik -- - Erik de Castro Lopo

[Flac-dev] FLAC__stream_decoder_process_single and FLAC__STREAM_DECODER_END_OF_STREAM

2007-07-14 Thread Erik de Castro Lopo
: return true; default: --8--8--8-- -- - Erik de Castro Lopo

[Flac-dev] PATCH : Fix missing protoypes

2007-07-14 Thread Erik de Castro Lopo
stdio.h #include stdlib.h /* for malloc() */ #include string.h /* for memcmp() */ --8--8-- -- - Erik de Castro Lopo

[Flac-dev] Is FLAC__stream_decoder_seek_absolute working for OggFlac?

2007-07-14 Thread Erik de Castro Lopo
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

Re: [Flac-dev] PATCH : Fix missing protoypes

2007-07-24 Thread Erik de Castro Lopo
Josh Coalson wrote: --- Erik de Castro Lopo [EMAIL PROTECTED] wrote: Hi all, I added -Wmissing-prototypes -Wstrict-prototypes to the CFLAGS and found that there were a number warnings generated. The patch below fixes those warnings and adds the two -W flags to configure.in

Re: [Flac-dev] Is FLAC__stream_decoder_seek_absolute working for OggFlac?

2007-07-25 Thread Erik de Castro Lopo
Josh Coalson wrote: --- Erik de Castro Lopo [EMAIL PROTECTED] wrote: Hi all, Is seeking working for OggFlac files? I keep on getting a FLAC__STREAM_DECODER_SEEK_ERROR. yes, it should work fine. in flac/src/test_seeking/main.c there is an example usage

Re: [Flac-dev] FLAC_index

2007-09-03 Thread Erik de Castro Lopo
on by default and fix all warnings found, I would be happy to voulnteer to help. Cheers, Erik -- - Erik de Castro Lopo - [T]hose who study jihad will understand why Islam wants

Re: [Flac-dev] Compile problems on OSX

2007-09-09 Thread Erik de Castro Lopo
by the semantic analysis stage of the compiler regardless of value of FLAC__HAS_OGG. It prevents conditional compile constructs from hiding really blatantly obvious errors like this one. Erik -- - Erik de Castro Lopo

Re: [Flac-dev] [PATCH] autogen.sh : detect automake-1.10 correctly

2007-09-10 Thread Erik de Castro Lopo
Josh Coalson wrote: fixed in cvs (I think, I might have messed it up editing the inline patch from the mail, attachments work better) Confirmed. Erik -- - Erik de Castro Lopo

Re: [Flac-dev] Compile problems on OSX

2007-09-10 Thread Erik de Castro Lopo
Erik de Castro Lopo wrote: I'll look into that over the next day or so. The pkg-config method has the advantage of being highly robust, but is a pain for MinGW because you need pkg-config. I just tested this: ./configure --with-ogg=/opt/local and so does: ./configure --with-ogg

Re: [Flac-dev] Is FLAC__stream_decoder_seek_absolute working for OggFlac?

2007-09-11 Thread Erik de Castro Lopo
-- - Erik de Castro Lopo - Web (hosting), security and high-performance computing are the three areas where Linux has more strength. -- Bob Muglia, senior VP in charge

Re: [Flac-dev] include/share/alloc.h

2007-09-11 Thread Erik de Castro Lopo
however create a problem for the microsoft platform where the most commonly used C compiler on that platform is still not C99 compliant. Erik -- - Erik de Castro Lopo

[Flac-dev] Changes to include/FLAC/metadata.h

2007-09-12 Thread Erik de Castro Lopo
, Erik -- - Erik de Castro Lopo - Anyone who considers arithmetical methods of producing random digits is, of course, in a state of sin. - John Von Neumann (1951

[Flac-dev] Two GCC warnings flags you should enable ASAP

2007-09-12 Thread Erik de Castro Lopo
function definitions which were obsoleted by the 18 year old 1989 C standard :-). These two warning flags have been available at least since gcc-2.95. All the 3 and 4 series gcc compilers accept them. Cheers, Erik -- - Erik de Castro

Re: [Flac-dev] Two GCC warnings flags you should enable ASAP

2007-09-12 Thread Erik de Castro Lopo
Erik de Castro Lopo wrote: There are two GCC warning flags you should enable for all the C code ASAP. Sorry, I don't want to seem too pushy on this issue, but I consider -Wmissing-prototypes a really important issue. It bit me really badly once and has been a hobby horse of mine ever since

Re: [Flac-dev] Two GCC warnings flags you should enable ASAP

2007-09-12 Thread Erik de Castro Lopo
Erik de Castro Lopo wrote: Sorry, I don't want to seem too pushy on this issue, but I consider -Wmissing-prototypes a really important issue. It bit me really badly once and has been a hobby horse of mine ever since. I've done some more investigation of this issue. It turns out

Re: [Flac-dev] upcoming release, need help

2007-09-14 Thread Erik de Castro Lopo
://lists.xiph.org/pipermail/flac-dev/2007-September/002351.html If you allow this changes to stay, it will mean that client code that compiled with no warnings with FLAC 1.2.0 will produce warnings with 1.2.1. Erik -- - Erik de Castro

Re: [Flac-dev] upcoming release, need help

2007-09-14 Thread Erik de Castro Lopo
Avuton Olrich wrote: I'd love to, I've got CVS checked out, how do I run this test suite? ./configure make make check Erik -- - Erik de Castro Lopo

Re: [Flac-dev] upcoming release, need help

2007-09-14 Thread Erik de Castro Lopo
of these const-correct issues. The functions I'm talking about were new additions in 2006: http://flac.cvs.sourceforge.net/flac/flac/include/FLAC/metadata.h?r1=1.53r2=1.54 and not more recently. Cheers, Erik -- - Erik de Castro

Re: [Flac-dev] Testing 24-bit full-scale deflection streams fails

2007-09-14 Thread Erik de Castro Lopo
-- - Erik de Castro Lopo - Learning OCaml is like a wormhole: a little dark, but there is a new, bigger universe much closer than you realise. -- Chris Alfred

Re: [Flac-dev] upcoming release, need help

2007-09-15 Thread Erik de Castro Lopo
Erik de Castro Lopo wrote: I'm currently running the tests on : Linux x86-64 Mac OSX PowerPC Both passed. The 1.8GHz AMD64 took 50 minutes, the 500MHz G3 PowerPC took 461 minutes. Erik -- - Erik de Castro Lopo

Re: [Flac-dev] wav to flac corruption

2008-02-06 Thread Erik de Castro Lopo
it past sndfile-info which is part of libsndfile: http://www.mega-nerd.com/libsndfile/ Does the flac encoder you're using do small files correctly? It may be a miscompiled FLAC encoder. Erik -- - Erik de Castro Lopo

Re: [Flac-dev] wav to flac corruption

2008-02-06 Thread Erik de Castro Lopo
-1.0.18pre20.tar.gz Erik -- - Erik de Castro Lopo - In civilian equipment, such as computers, the number of components alone makes miniaturization essential

Re: [Flac-dev] wav to flac corruption

2008-02-06 Thread Erik de Castro Lopo
-- - Erik de Castro Lopo - Fundamentalist : Someone who is colour blind and yet wants everyone else to see the world with the same lack of colour. ___ Flac-dev mailing list Flac-dev

Re: [Flac-dev] flac/metaflac 32/64 Universal OS X builds

2008-05-05 Thread Erik de Castro Lopo
ones which are the most likely to be wrong. Erik -- - Erik de Castro Lopo - Monotheistic religion is a plagiarism of a plagiarism of a hearsay of a hearsay, of an illusion

Re: [Flac-dev] flac/metaflac 32/64 Universal OS X builds

2008-05-05 Thread Erik de Castro Lopo
is broken code'. In this case that should read 'an untested binary is a broken binary'. Erik -- - Erik de Castro Lopo - I've nothing against OO, I do have something

Re: [Flac-dev] flac/metaflac 32/64 Universal OS X builds

2008-05-05 Thread Erik de Castro Lopo
-- - Erik de Castro Lopo - We must not forget that Allah's rules have to be established in all lands. -- Imam Muzammil H. Siddiqi of the Islamic Society of North America ___ Flac-dev mailing

Re: [Flac-dev] Patch : Fix cross-compiling from Linux to windows

2008-05-10 Thread Erik de Castro Lopo
Erik de Castro Lopo wrote: It is not possible to cross compile from Linux to windows, but the tests don't currently work. Its is *now* possible .. Erik -- - Erik de Castro Lopo

Re: [Flac-dev] Patch : Fix cross-compiling from Linux to windows

2008-05-23 Thread Erik de Castro Lopo
-- - Erik de Castro Lopo - Gambling(n): A discretionary tax on those asleep during high school maths. ___ Flac-dev mailing list Flac-dev@xiph.org

Re: [Flac-dev] Support for different Architectures

2008-09-08 Thread Erik de Castro Lopo
-- - Erik de Castro Lopo - Linux, the UNIX defragmentation tool. ___ Flac-dev mailing list Flac-dev@xiph.org http://lists.xiph.org/mailman/listinfo/flac-dev

[Flac-dev] Moving from CVS to SVN

2008-09-29 Thread Erik de Castro Lopo
Castro Lopo - Its your crack pipe. You can put whatever you want in it. -- Erik de Castro Lopo ___ Flac-dev mailing list Flac-dev@xiph.org http://lists.xiph.org/mailman/listinfo/flac-dev

Re: [Flac-dev] MinGW Patch

2008-10-01 Thread Erik de Castro Lopo
Erik de Castro Lopo wrote: will surgent wrote: Hello, I was trying to compile Flac on MinGW/Msys but got an error stating SIZE_T_MAX is undefined. To fix this error I edited the file flac-1.2.1/include/share/alloc.h and made the following change: Would it be possible to get this patch

Re: [Flac-dev] Support for CAF in flac command-line?

2008-10-13 Thread Erik de Castro Lopo
, the sndfile-convert program can also convert from FLAC to the following file formats that support 63 bit file offsets: Au, Caf, rf64, w64 Cheers, Erik -- - Erik de Castro Lopo

Re: [Flac-dev] Support for CAF in flac command-line?

2008-10-13 Thread Erik de Castro Lopo
-- - Erik de Castro Lopo - If I were on life-support, I'd rather have it run by a Gameboy than a Windows box. -- Cliff Wells in comp.lang.python ___ Flac-dev mailing list Flac-dev

Re: [Flac-dev] Support for CAF in flac command-line?

2008-10-13 Thread Erik de Castro Lopo
that don't recognize software patents? I believe that these players are on shaky legal ground in the US and in many other contries. Erik -- - Erik de Castro Lopo - We

Re: [Flac-dev] Support for CAF in flac command-line?

2008-10-14 Thread Erik de Castro Lopo
-- - Erik de Castro Lopo - If trees could scream, would we be so cavalier about cutting them down? We might, if they screamed all the time, for no good reason. -- Jack Handey ___ Flac-dev

Re: [Flac-dev] Support for CAF in flac command-line?

2008-11-29 Thread Erik de Castro Lopo
) and IMO, CAf is no harder than WAV. Erik -- - Erik de Castro Lopo - Safety versus Expressiveness is a false dichotomy -- you can have both. Compare ObjectiveCaml

Re: [Flac-dev] stdint.h on Solaris 7

2008-12-27 Thread Erik de Castro Lopo
or the other missing does not comply with the standard. Maybe you can try it and then fix in your lib? Maybe you can ask SUN to fix their compiler. Erik -- - Erik de Castro Lopo

Re: [Flac-dev] stdint.h on Solaris 7

2008-12-27 Thread Erik de Castro Lopo
software) should be shipping at least gcc-4.2 by now. Erik -- - Erik de Castro Lopo - Well behaved women rarely make history. -- Dorothy Parker

Re: [Flac-dev] flac error with some aiff files?

2009-02-10 Thread Erik de Castro Lopo
to FLAC. Erik -- - Erik de Castro Lopo - Moore's Law: hardware speed doubles every 18 months Gates' Law: software speed halves every 18 months

Re: [Flac-dev] FLAC C API / Visual Studio 2008 FILE* Issue

2010-01-05 Thread Erik de Castro Lopo
API to the user. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Flac-dev mailing list Flac-dev@xiph.org http://lists.xiph.org/mailman/listinfo/flac-dev

Re: [Flac-dev] FLAC C API / Visual Studio 2008 FILE* Issue

2010-01-06 Thread Erik de Castro Lopo
have it any other way. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Flac-dev mailing list Flac-dev@xiph.org http://lists.xiph.org/mailman/listinfo/flac-dev

Re: [Flac-dev] Win32 and ELF created files are different

2010-02-09 Thread Erik de Castro Lopo
a URL? Cheers, Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Flac-dev mailing list Flac-dev@xiph.org http://lists.xiph.org/mailman/listinfo/flac-dev

Re: [Flac-dev] Contents of Flac-dev Digest, Vol 65, Issue 4

2010-02-10 Thread Erik de Castro Lopo
-- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Flac-dev mailing list Flac-dev@xiph.org http://lists.xiph.org/mailman/listinfo/flac-dev

Re: [Flac-dev] Decoded files identical, encoded files different (linux vs win encoder)

2010-02-12 Thread Erik de Castro Lopo
to hear what Josh has to say. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Flac-dev mailing list Flac-dev@xiph.org http://lists.xiph.org/mailman/listinfo/flac-dev

Re: [Flac-dev] Decoded files identical, encoded files different (linux vs win encoder)

2010-02-12 Thread Erik de Castro Lopo
is still the same. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Flac-dev mailing list Flac-dev@xiph.org http://lists.xiph.org/mailman/listinfo/flac-dev

Re: [Flac-dev] Support for CAF in flac command-line?

2011-03-06 Thread Erik de Castro Lopo
(outfile, infile, sfinfo.channels) ; That is the second path (sfe_copy_data_int) would be used for FLAC - CAF and CAF - FLAC conversions. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com

Re: [Flac-dev] Support for CAF in flac command-line?

2011-03-07 Thread Erik de Castro Lopo
Brian Willoughby wrote: On Mar 6, 2011, at 01:22, Erik de Castro Lopo wrote: Brian Willoughby wrote: Hopefully, libsndfile no longer uses the incorrect 0x7FFF (32767) factor for float to 16-bit integer conversions, because that would make it unacceptable for lossless file conversions

[Flac-dev] Current release fails to build from source with g++ version 4.5.2

2011-03-23 Thread Erik de Castro Lopo
All thats required to fix it is a #include string.h. Any chance of a quick fox for this and a new release? Cheers, Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Flac-dev

[Flac-dev] pkg-config output and FLAC/assert.h

2011-03-25 Thread Erik de Castro Lopo
-- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Flac-dev mailing list Flac-dev@xiph.org http://lists.xiph.org/mailman/listinfo/flac-dev

Re: [Flac-dev] 64-bit FLAC structure sizes and padding

2011-05-30 Thread Erik de Castro Lopo
know, but don't assume there is a problem unless you have actually seen one. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Flac-dev mailing list Flac-dev@xiph.org http

Re: [Flac-dev] 64-bit FLAC structure sizes and padding

2011-05-30 Thread Erik de Castro Lopo
/Application_binary_interface -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Flac-dev mailing list Flac-dev@xiph.org http://lists.xiph.org/mailman/listinfo/flac-dev

Re: [Flac-dev] 64-bit FLAC structure sizes and padding

2011-05-30 Thread Erik de Castro Lopo
-- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Flac-dev mailing list Flac-dev@xiph.org http://lists.xiph.org/mailman/listinfo/flac-dev

Re: [Flac-dev] 64-bit FLAC structure sizes and padding

2011-05-30 Thread Erik de Castro Lopo
sizes and the 'entry' pointers have different offsets from the start of the struct, but so what? Why do you think that is a problem? Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com

[Flac-dev] Anyone here have FLAC CVS commit access?

2011-08-24 Thread Erik de Castro Lopo
Hi all, Josh Coalson, the original author/maintainer of FLAC seems to be rather absent lately. Does anyone else have CVS commit access? Does anyone else have the ability to roll a new release? Cheers, Erik -- -- Erik de Castro

Re: [Flac-dev] Anyone here have FLAC CVS commit access?

2011-08-25 Thread Erik de Castro Lopo
Brian Willoughby wrote: What do you need to change? The Xiph people have a bunch of security patches. I think they should be committed to the library :-). Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com

Re: [Flac-dev] Git branch with compiling fixes for win32

2011-11-15 Thread Erik de Castro Lopo
JonY wrote: On 11/14/2011 18:01, JonY wrote: On 11/10/2011 19:22, JonY wrote: On 11/10/2011 18:39, Erik de Castro Lopo wrote: I'm subscribed to the list (and I set my reply-to to the list). Please do not CC me. JonY wrote: Its probably on one of the sf tracker somewhere, I

Re: [Flac-dev] Git branch with compiling fixes for win32

2011-11-16 Thread Erik de Castro Lopo
will be validating these patches and commiting them to that repo. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Flac-dev mailing list Flac-dev@xiph.org http://lists.xiph.org/mailman

Re: [Flac-dev] A-law and mu-law

2011-11-20 Thread Erik de Castro Lopo
software that implements that spec. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Flac-dev mailing list Flac-dev@xiph.org http://lists.xiph.org/mailman/listinfo/flac-dev

Re: [Flac-dev] A-law and mu-law

2011-11-20 Thread Erik de Castro Lopo
: http://www.mega-nerd.com/libsndfile/ Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Flac-dev mailing list Flac-dev@xiph.org http://lists.xiph.org/mailman/listinfo

Re: [Flac-dev] Git branch with compiling fixes for win32

2011-11-26 Thread Erik de Castro Lopo
, Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Flac-dev mailing list Flac-dev@xiph.org http://lists.xiph.org/mailman/listinfo/flac-dev

Re: [Flac-dev] Git branch with compiling fixes for win32

2011-12-05 Thread Erik de Castro Lopo
-- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Flac-dev mailing list Flac-dev@xiph.org http://lists.xiph.org/mailman/listinfo/flac-dev

Re: [flac-dev] Support 56kHz to 19.2kHz gain analysis (Patch v3)

2012-01-12 Thread Erik de Castro Lopo
and commit all these patches. However, it looks like I'm changing jobs soon and should have two weeks free between finishing one and starting the other. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com

Re: [flac-dev] Support 56kHz to 19.2kHz gain analysis (Patch v3)

2012-01-12 Thread Erik de Castro Lopo
Ralph Giles wrote: On 12 January 2012 16:07, Erik de Castro Lopo mle...@mega-nerd.com wrote: However, it looks like I'm changing jobs soon and should have two weeks free between finishing one and starting the other. Good thing you've got time off work so you can get work done! Shall I

Re: [flac-dev] Patch: fix a typo in md5.c

2012-01-31 Thread Erik de Castro Lopo
-- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ flac-dev mailing list flac-dev@xiph.org http://lists.xiph.org/mailman/listinfo/flac-dev

[flac-dev] Meet the new maintainer

2012-02-01 Thread Erik de Castro Lopo
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/ ___ flac

Re: [flac-dev] [Flac-dev] Git branch with compiling fixes for win32

2012-02-01 Thread Erik de Castro Lopo
as we find them. Cheers, Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ flac-dev mailing list flac-dev@xiph.org http://lists.xiph.org/mailman/listinfo/flac-dev

Re: [flac-dev] [Flac-dev] Git branch with compiling fixes for win32

2012-02-01 Thread Erik de Castro Lopo
-- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ flac-dev mailing list flac-dev@xiph.org http://lists.xiph.org/mailman/listinfo/flac-dev

Re: [flac-dev] [Flac-dev] Git branch with compiling fixes for win32

2012-02-01 Thread Erik de Castro Lopo
-- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ flac-dev mailing list flac-dev@xiph.org http://lists.xiph.org/mailman/listinfo/flac-dev

Re: [flac-dev] xiph flac git build fails out of the box

2012-02-01 Thread Erik de Castro Lopo
and build stuff is a little crufty as it hasn't really been touched in 3 years. I'll put this on the TODO list. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ flac-dev

Re: [flac-dev] Meet the new maintainer

2012-02-01 Thread Erik de Castro Lopo
on the list. Please don't CC me when replying. -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ flac-dev mailing list flac-dev@xiph.org http://lists.xiph.org/mailman/listinfo/flac

Re: [flac-dev] Meet the new maintainer

2012-02-01 Thread Erik de Castro Lopo
/visualstudio/en-us/products/2010-editions/visual-cpp-express, or something else? Err, I'm not sure. The last time I used windows in anger was the year 2000. Cheers, Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com

Re: [flac-dev] [Flac-dev] Git branch with compiling fixes for win32

2012-02-01 Thread Erik de Castro Lopo
build tomorrow. More thorough testing will come during the weekends. Cool, thanks. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ flac-dev mailing list flac-dev@xiph.org

Re: [flac-dev] [flac-git] Install fails with --disable-doxygen-docs

2012-02-01 Thread Erik de Castro Lopo
can inspect them a little easier before applying them. This one was ok, because it was so obviously corrct. Cheers, Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ flac-dev

[flac-dev] The XMMS plugin

2012-02-01 Thread Erik de Castro Lopo
or Ubuntu system. Cheers, Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ flac-dev mailing list flac-dev@xiph.org http://lists.xiph.org/mailman/listinfo/flac-dev

Re: [flac-dev] Meet the new maintainer

2012-02-02 Thread Erik de Castro Lopo
there are patches to do that in the queue. Perhaps you can check back in two weeks or so. Cheers, Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ flac-dev mailing list flac

Re: [flac-dev] [PATCH] Include inttypes.h for PRIu64

2012-02-03 Thread Erik de Castro Lopo
Dave Yeo wrote: --- Thanks David. Applied. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ flac-dev mailing list flac-dev@xiph.org http://lists.xiph.org/mailman

Re: [flac-dev] Fix cuesheet.c to allow metaflac_test.sh to run to completion

2012-02-03 Thread Erik de Castro Lopo
cleanly with my cuesheet.c change. snip Do you have any more insight ? Ok, using a bit of git bisect magic, I find that if your cuesheet patch had been applied on top of commit 19e3918d4e, then this patch: commit ce8a75134cace056f6c436d54b57bad1a1d93797 Author: Erik de Castro Lopo er

Re: [flac-dev] Fix cuesheet.c to allow metaflac_test.sh to run to completion

2012-02-03 Thread Erik de Castro Lopo
Erik de Castro Lopo wrote: Ok, using a bit of git bisect magic, I find that if your cuesheet patch had been applied on top of commit 19e3918d4e, then this patch: commit ce8a75134cace056f6c436d54b57bad1a1d93797 Author: Erik de Castro Lopo er...@mega-nerd.com Date: Wed Feb 1 20

[flac-dev] Moving CPP hackery

2012-02-03 Thread Erik de Castro Lopo
further hacking for a couple of days to give you guys time to test this. Cheers, Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ flac-dev mailing list flac-dev@xiph.org http

Re: [flac-dev] Moving CPP hackery

2012-02-04 Thread Erik de Castro Lopo
-lwsock32 on Cygwin is wrong. Fix in config.txt. For that I think I'd prefer to purge all use of ntohl. Will make that a high priority. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com

Re: [flac-dev] Moving CPP hackery

2012-02-04 Thread Erik de Castro Lopo
JonY wrote: On 2/4/2012 17:45, Erik de Castro Lopo wrote: JonY wrote: Looks like there are some missed defines in the test_libFLAC++. Attached patch fixes that. Good one. Thanks. Also, wsock32 usage is deprecated, on Win7, wsock32 forwards everything to ws2_32, suggest

Re: [flac-dev] Meet the new maintainer

2012-02-04 Thread Erik de Castro Lopo
' is going to take a little longer. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ flac-dev mailing list flac-dev@xiph.org http://lists.xiph.org/mailman/listinfo/flac-dev

Re: [flac-dev] Meet the new maintainer

2012-02-04 Thread Erik de Castro Lopo
Ralph Giles wrote: On 4 February 2012 02:49, Erik de Castro Lopo mle...@mega-nerd.com wrote: What platform does this build on? Is it more than one? Right now it's just running on Linux x86_64. Is there any way to add say a windows machines with MSVC to that? :-) Erik

Re: [flac-dev] Meet the new maintainer

2012-02-04 Thread Erik de Castro Lopo
Ralph Giles wrote: On 4 February 2012 14:30, Erik de Castro Lopo mle...@mega-nerd.com wrote: Is there any way to add say a windows machines with MSVC to that? :-) There is. It's slightly complicated because (a) I don't have a windows machine with a public IP jenkins can ssh to, and (b

Re: [flac-dev] [PATCH 2/2] OS/2 EMX natively uses AOUT so pass -f aout to NASM

2012-02-04 Thread Erik de Castro Lopo
Dave Yeo wrote: --- configure.ac |1 + Both applied (first with a minor tweak). Thanks. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ flac-dev mailing list flac

  1   2   3   4   5   6   7   8   9   >