Re: [Flac-dev] [Flac] Ogg Codecs 0.80.15035

2008-06-14 Thread Cristian Adam
Cristian Adam wrote: Hi all, I've made a test release for Ogg DirectShow Codecs. You can find it here: http://www.xiph.org/dshow/uploads/Main/oggcodecs_0.80.15035.exe The problem is that I get a HEAP Corruption detected at: void FLAC__bitreader_free(FLAC__BitReader *br) { FLAC__ASSERT(0

Re: [Flac-dev] FLAC support for Android?

2009-02-25 Thread Cristian Adam
On Wed, Feb 25, 2009 at 2:23 PM, Brian Willoughby bri...@sounds.wa.comwrote: A better suggestion might be to start with libFLAC, optimize as needed, and then submit the optimizations back to the FLAC project where they will be more widely useful. But that's just my opinion. Brian

Re: [Flac-dev] flac source code?

2011-02-05 Thread Cristian Adam
On 05.02.2011 17:43, Sven-Hendrik Haase wrote: Hi, since sourceforge cvs hosting is currently down and there is no telling when it will return, I wondered if anybody could had a recent backup/export of the repo? ___ Flac-dev mailing list

Re: [flac-dev] FLAC__BYTES_PER_WORD==8 test results

2015-12-31 Thread Cristian Adam
On 31-Dec-15 09:00, Erik de Castro Lopo wrote: Brian Willoughby wrote: What's wrong with something incredible simple, like: #define FLAC__BYTES_PER_WORD (sizeof(int)) The fact that it actually is not correct. We want to determine the size in bits of the CPU registers. Here's what I know:

Re: [flac-dev] Playing FLAC Files on Audi MMI

2017-05-11 Thread Cristian Adam
On Wed, May 10, 2017 at 4:45 AM, elio manes wrote: > Hello, > > > I am hoping that perhaps you know the answer to my car audio question, or > can at least point me in the right direction. I own a 2013 Audi S4 that > has the 3G-Plus Multi Media Interface (MMI) with the

Re: [flac-dev] Enabling universal building of libFLAC

2022-09-18 Thread Cristian Adam
Hi, Building with CMake for both x86_64 and aarch64 for MacOS is as easy as setting the CMake configuration variable: "-DCMAKE_OSX_ARCHITECTURES=x86_64;arm64" when configuring the project. See How do I build cmake from source as universal(arm64 and x86_64) binary on Mac? - Usage - CMake