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

2011-11-09 Thread Sven-Hendrik Haase
Erik de Castro Lopo mle...@mega-nerd.com wrote:

Sven-Hendrik Haase wrote:

 I found this git repo that contains fixes for mingw32 compilation of 
 flac: git://code.entropywave.com/git/flac.git
 Switch to the ew branch to see the fixes. I'd be glad if this went 
 upstream as it'd make my job easier.

Is there a gitweb interface to this?

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

Si señor: http://code.entropywave.com/git/flac.git

-- Sven-Hendrik
___
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-11-09 Thread JonY
On 11/10/2011 06:58, Erik de Castro Lopo wrote:
 Sven-Hendrik Haase wrote:
 
 Si señor: http://code.entropywave.com/git/flac.git
 
 Ok, there are about 6 commits there. Over the weekend I'll
 have a look at them and if they're fine, I'll push them to
 the Xiph Git repo.
 
 If anyone else has Flac patches that they would like to
 see commited to the Xiph Git repo, now would be a good time
 to speak up.
 
 Cheers,
 Erik

I submitted a patch sometime ago to correct printf specifiers for win32
by using inttypes.h, but there were no response, so I thought flac
development was dead.

Not sure where the patch went or if its still valid.



signature.asc
Description: OpenPGP digital signature
___
Flac-dev mailing list
Flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev


[Flac-dev] FLAC DirectShow filter and CRC error

2011-11-09 Thread ndummy001
I've wrote WAV to FLAC encoder with Xiph's DirectShow filter that can be 
downloaded from below link.
https://skydrive.live.com/?cid=7d3ed57aca5cd02dpermissionsChanged=1id=7D3ED57ACA5CD02D%21104#

I assume that Xiph's flac filters built and installed by 'regsvr32'.

This program has modified from original 'oggenc' by Xiph and can generate .flac 
file by command line 'oggenc input.wav -o output.flac'.
But this file has the CRC-error that confirmed by testing with 
AudioTester.exe(http://www.vuplayer.com/other.php).
And I've played back this corrupted .flac file by graphedit.  graphedit 
generates 'playing flac graph' automatically but graphedit will crash
when playing back. This seems caused from above CRC-error.

Where are wrong points in above implementation ?___
Flac-dev mailing list
Flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev