search for: mvpmc

Displaying 5 results from an estimated 5 matches for "mvpmc".

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 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 environment upon which mvpmc is based. In fa...
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
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 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 environment up...
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