search for: mt_encode2

Displaying 1 result from an estimated 1 matches for "mt_encode2".

Did you mean: mt_encode
2008 May 13
0
Proof-of-concept multithreaded FLAC encoder (take 2)
...s beyond the scope of this version) -- an earlier version used non-blocking constructs but moving to pthread locks didn't seem to affect performance so the bottleneck isn't there. Updated patch file: http://www.akalin.cx/patch-libFLAC.2.in Source file for this version: http://www.akalin.cx/mt_encode2.c This should also compile cleanly with gcc 4.x with -Wall -Werror -g -O2 -ansi. Comments and thoughts on this version are welcome. -- Frederick Akalin http://www.akalin.cx