FLAC is an open source project and we are happy to enlist the help of anyone who wants to contribute. You can do this to a limited extent through the <AHREF="http://sourceforge.net/mail/?group_id=13478">mailing list</A> but if you have major changes to make to the code it's best to <AHREF="http://sourceforge.net/project/memberlist.php?group_id=13478">sign up as a developer</A>. In either case, make sure to check out the <AHREF="goals.html">FLAC goals</A> first; there are some thing the we <B>don't</B> want added to FLAC, like copy protection and lossy compression.
</P>
<P>
There are several areas that are especially important:
Testing. Since FLAC is still beta this is number 1. If you are a lossless encoder you have to be absolutely lossless for all input. The test suite has patterns that are designed to strain the encoder to the limit but more test cases would definitely help.
Speeding up the encoding. Encoding speed at average compression is still a little slower than I would like. Improvements to the reference encoder that don't drastically obfuscate the code would be welcome.
Improving the compression methods. Some suggestions: on the entropy coding side, try context-modeling the Rice paramter, using general Golomb coding and Huffman coding. On the prediction side, try some other methods for determining the LP coefficients (covariance method, Marple, Burg), or explore other kinds of modeling.
</LI>
<LI>
A faster seek algorithm in the file decoder.
</LI>
<LI>
Fix the MSVC makefiles to make libFLAC.dll (instead of just the .lib).
</LI>
<LI>
Configurable ID3V1 support and ID3V2 support in the plugins.
</LI>
<LI>
Support more input types than just WAVE and raw in flac.