aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoder/LameEncoderPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-23Encoder*: move to src/encoderMax Kellermann1-293/+0
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-10-21util/NumberParser: utilities for parsing numbers from ASCII stringsMax Kellermann1-4/+3
2013-09-26*Plugin: remove redundant "line %i" from error messagesMax Kellermann1-13/+8
2013-09-04util/Error: new error passing libraryMax Kellermann1-46/+42
2013-08-07encoder/lame: use ReusableBuffer instead of AllocatedArrayMax Kellermann1-23/+13
2013-08-06encoder/lame: dynamic output bufferMax Kellermann1-4/+18
2013-08-06encoder/lame: use delete instead of g_free()Max Kellermann1-1/+1
2013-08-06encoder/lame: use lame_encode_buffer_interleaved()Max Kellermann1-14/+5
2013-08-06encoder/lame: use offset variable instead of memmove()Max Kellermann1-8/+15
2013-08-06encoder/lame: rename "buffer" to "output_buffer"Max Kellermann1-13/+14
2013-08-04EncoderPlugin: pass config_param referenceMax Kellermann1-10/+10
2013-08-03audio_format: convert to C++Max Kellermann1-7/+7
2013-07-30encoder_api: convert to C++Max Kellermann1-14/+11
2013-07-30encoder/lame,twolame: convert to C++Max Kellermann1-52/+52
2013-01-30filter/chain, encoder: GLib include cleanupMax Kellermann1-2/+5
2011-01-29copyright year 2011Max Kellermann1-1/+1
2011-01-07encoder/lame: explicitly configure the output sample rateMax Kellermann1-0/+7
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-03encoders: remove unnessesary pointers to const stringsViliam Mateicka1-3/+1
2009-12-03encoders: implement new get_mime_types methodViliam Mateicka1-0/+9
2009-12-02audio_format: changed "bits" to "enum sample_format"Max Kellermann1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-03-13all: Update copyright header.Avuton Olrich1-3/+4
2009-02-22encoder: added lame mp3 encoderMax Kellermann1-0/+284