aboutsummaryrefslogtreecommitdiff
path: root/src/encoder/lame_encoder.c
Commit message (Collapse)AuthorAge
* filter/chain, encoder: GLib include cleanupMax Kellermann2013-01-30
|
* copyright year 2011Max Kellermann2011-01-29
|
* Merge branch 'v0.15.x' into v0.16.xMax Kellermann2011-01-07
|\ | | | | | | | | | | | | Conflicts: NEWS configure.ac src/directory.h
| * encoder/lame: explicitly configure the output sample rateMax Kellermann2011-01-07
| | | | | | | | | | | | | | | | | | When you don't explicitly set an output sample rate, liblame tries to guess an output sample rate from the input sample rate. You would think that this "guessing" consists of just setting both equal, but that is not the case. For 44.1kHz at 96kbit/s, liblame chooses 32kHz. This patch explicitly configures the output sample rate, to stop the bad guessing.
* | Update copyright notices.Avuton Olrich2009-12-31
| |
* | encoders: remove unnessesary pointers to const stringsViliam Mateicka2009-12-03
| |
* | encoders: implement new get_mime_types methodViliam Mateicka2009-12-03
| |
* | audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-02
| | | | | | | | | | | | 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-12
|/ | | | | | 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.
* all: Update copyright header.Avuton Olrich2009-03-13
| | | | | | | | This updates the copyright header to all be the same, which is pretty much an update of where to mail request for a copy of the GPL and the years of the MPD project. This also puts all committers under 'The Music Player Project' umbrella. These entries should go individually in the AUTHORS file, for consistancy.
* encoder: added lame mp3 encoderMax Kellermann2009-02-22
This new LAME encoder plugin is based on the existing shout_mp3.c plugin.