aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoder/LameEncoderPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* util/NumberParser: utilities for parsing numbers from ASCII stringsMax Kellermann2013-10-211-4/+3
|
* *Plugin: remove redundant "line %i" from error messagesMax Kellermann2013-09-261-13/+8
| | | | The MPD core will add this as a prefeix.
* util/Error: new error passing libraryMax Kellermann2013-09-041-46/+42
| | | | Replaces GLib's GError.
* encoder/lame: use ReusableBuffer instead of AllocatedArrayMax Kellermann2013-08-071-23/+13
|
* encoder/lame: dynamic output bufferMax Kellermann2013-08-061-4/+18
|
* encoder/lame: use delete instead of g_free()Max Kellermann2013-08-061-1/+1
|
* encoder/lame: use lame_encode_buffer_interleaved()Max Kellermann2013-08-061-14/+5
| | | | Don't deinterleave manually, don't allocate memory.
* encoder/lame: use offset variable instead of memmove()Max Kellermann2013-08-061-8/+15
|
* encoder/lame: rename "buffer" to "output_buffer"Max Kellermann2013-08-061-13/+14
|
* EncoderPlugin: pass config_param referenceMax Kellermann2013-08-041-10/+10
|
* audio_format: convert to C++Max Kellermann2013-08-031-7/+7
|
* encoder_api: convert to C++Max Kellermann2013-07-301-14/+11
|
* encoder/lame,twolame: convert to C++Max Kellermann2013-07-301-0/+303