search for: mvallevand

Displaying 7 results from an estimated 7 matches for "mvallevand".

2007 Jan 02
0
Decoding Type=Independent
--- MVallevand <mvallevand@gmail.com> wrote: > Hello, I am new to the list, to FLAC and to FLAC development but I am > having a problem in trying to make FLAC work with MediaMVP based the > mvpmc project (ref. http://www.wvpmc.org) that hopefully someone can > help me with. This device is poss...
2007 Jan 02
0
Decoding Type=Independent
--- MVallevand <mvallevand@gmail.com> wrote: > On 1/2/07, Josh Coalson <xflac@yahoo.com> wrote: > > I'm not sure I understand... I think the INDEPENDENT you are > referring > > to means the interchannel decorrelation method. this stage is > before > > and independent of...
2007 Feb 22
1
FLAC 1.1.4 vs FLAC 1.13
I've compiled 1.1.4 for the mvpmc project and my experience is that it is slower not faster, which seems to contradict the release notes. What are others experiencing? The MediaMVP's cpu is a powerpc 405 no floating point and there isn't much free memory if that makes a difference. Martin
2007 Feb 09
3
two develop problems about flac-1.1.3?
i download flac-1.1.3.src watch the change log, it is good news that intergrate 3 layer decode api into one layer. but it DEPANDs on the ogg lib now, i try it build a plugin for beep-media-player on linux the plugin just seems like the xmms's plugin. when i build plugin with 1.1.2's api, it compile smoothly, and bmp decoder flac file well, but when i updat flac lib to 1.1.3, and change the
2007 Jan 02
3
Decoding Type=Independent
On 1/2/07, Josh Coalson <xflac@yahoo.com> wrote: > I'm not sure I understand... I think the INDEPENDENT you are referring > to means the interchannel decorrelation method. this stage is before > and independent of LPC analysis. Correct. > I'm not sure why "independent" frames would not decode correctly > though. more info on exactly how it is not working
2007 Jan 01
2
Decoding Type=Independent
Hello, I am new to the list, to FLAC and to FLAC development but I am having a problem in trying to make FLAC work with MediaMVP based the mvpmc project (ref. http://www.wvpmc.org) that hopefully someone can help me with. This device is possibly minimum spec. for a FLAC decoder. In any case, I have had some success cross-compiling libFLAC (without the ogg or metadata modules).for the embedded
2007 Feb 12
0
two develop problems about flac-1.1.3?
On 2/9/07, zhou link <freboat@gmail.com> wrote: > but it DEPANDs on the ogg lib now, i try it build a plugin for > beep-media-player on linux Here is a diff to Makefile.in that I use to disable encoder, metadata and ogg library support for FLAC 1.1.3 for the mvpmc project. http://git.mvpmc.org/cgi-bin/gitweb.cgi?p=mvpmc.git;a=blob_plain;f=dongle/libs/flac/flac.patch Martin