aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoder/twolame_encoder.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* encoder/vorbis: generate end-of-stream packet when playback endsMax Kellermann2012-04-051-0/+1
| | | | | Add the encoder_plugin method end(). This is important for the recorder plugin.
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
|
* encoders: remove unnessesary pointers to const stringsViliam Mateicka2009-12-031-3/+1
|
* encoders: implement new get_mime_types methodViliam Mateicka2009-12-031-0/+9
|
* audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-021-1/+1
| | | | | | This patch prepares support for floating point samples (and probably other formats). It changes the meaning of the "bits" attribute from a bit count to a symbolic value.
* include config.h in all sourcesMax Kellermann2009-11-121-0/+1
| | | | | | After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue.
* encoder/twolame: new encoder plugin based on libtwolameMax Kellermann2009-07-141-0/+299
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.