encoder/twolame: new encoder plugin based on libtwolame

This encoder plugin is a replacement for the LAME encoder plugin for
those who prefer a "free" (non-patent encumbered) encoder library.
Most of the plugin source code is copied from the LAME encoder plugin,
since the LAME and TwoLAME APIs are nearly the same.
This commit is contained in:
Max Kellermann
2009-07-14 23:07:41 +02:00
parent b1afa40fc1
commit 6233de0546
5 changed files with 335 additions and 1 deletions

2
NEWS
View File

@@ -10,6 +10,8 @@ ver 0.16 (20??/??/??)
- ffmpeg: support multiple tags
- sndfile: new decoder plugin based on libsndfile
- flac: load external cue sheet when no internal one
* encoders:
- twolame: new encoder plugin based on libtwolame
* mixers:
- removed support for legacy mixer configuration
- reimplemented software volume as mixer+filter plugin