search for: 979f0b55

Displaying 2 results from an estimated 2 matches for "979f0b55".

2007 Sep 08
1
Re: multiple core support
...and even that is not trivial. so we can assume that those API changes will never come and the flac encoder will never have multiple core support? thx -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20070908/979f0b55/attachment.html
2007 Sep 07
6
Re: multiple core support
it actually is complicated. the libFLAC api is not suited to a multithreaded design because the i/o is stream-based, not file- based. flac(.exe) is the file-based wrapper around libFLAC that allows it to work on files. the way libFLAC buffers data is also impossible to parallelize without significantly changing the api. it would take a specialty file-based encoder using an independent frame