summaryrefslogtreecommitdiff
path: root/src/encoder
AgeCommit message (Expand)Author
2014-08-13encoder/shine: require libshine 3.1, adapt to new APIMax Kellermann
2014-07-30encoder/opus: use nullptr instead of NULLMax Kellermann
2014-07-12Tag: add class const_iterator and methods begin(), end()Max Kellermann
2014-02-22encoder/opus: use xalloc() instead of g_malloc()Max Kellermann
2014-01-24Config*: move to config/Max Kellermann
2014-01-23Encoder*: move to src/encoderMax Kellermann
2014-01-13Merge branch 'shine' of git://github.com/ekroth/mpdMax Kellermann
2014-01-13copyright year 2014Max Kellermann
2014-01-13encoder/shine: fix segfault workaroundAndrée Ekroth
2014-01-13encoder/shine: remove unnecessary bufferAndrée Ekroth
2014-01-13Shine encoding pluginAndrée Ekroth
2013-12-05util/DynamicFifoBuffer: new class replacing growing_fifoMax Kellermann
2013-11-28include cleanup using iwyuMax Kellermann
2013-11-11filter/route, ...: add missing stdlib.h includesMax Kellermann
2013-10-30*: update copyright year to 2013Max Kellermann
2013-10-21util/NumberParser: utilities for parsing numbers from ASCII stringsMax Kellermann
2013-10-19encoder/{opus,vorbis}: new serial generator replacing g_random_int()Max Kellermann
2013-10-19encoder/wave: include cleanupMax Kellermann
2013-10-16system/ByteOrder: new library for byte ordering / endianessMax Kellermann
2013-10-16encoder/wave: use delete to dispose the WaveEncoder objectMax Kellermann
2013-10-15Client, ...: remove unnecessary glib.h includeMax Kellermann
2013-10-15gcc.h: rename to Compiler.hMax Kellermann
2013-10-02Log: new logging library APIMax Kellermann
2013-09-26*Plugin: remove redundant "line %i" from error messagesMax Kellermann
2013-09-05Tag, ...: move to libtag.aMax Kellermann
2013-09-04util/Error: new error passing libraryMax Kellermann
2013-08-07encoder/lame: use ReusableBuffer instead of AllocatedArrayMax Kellermann
2013-08-07add missing includesMax Kellermann
2013-08-06encoder/lame: dynamic output bufferMax Kellermann
2013-08-06encoder/lame: use delete instead of g_free()Max Kellermann
2013-08-06encoder/lame: use lame_encode_buffer_interleaved()Max Kellermann
2013-08-06encoder/lame: use offset variable instead of memmove()Max Kellermann
2013-08-06encoder/lame: rename "buffer" to "output_buffer"Max Kellermann
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann
2013-08-04EncoderPlugin: pass config_param referenceMax Kellermann
2013-08-03audio_format: convert to C++Max Kellermann
2013-07-30tag: convert to C++Max Kellermann
2013-07-30encoder_api: convert to C++Max Kellermann
2013-07-30encoder/lame,twolame: convert to C++Max Kellermann
2013-07-30encoder/wave: convert to C++Max Kellermann
2013-07-30encoder/null: convert to C++Max Kellermann
2013-07-30pcm_buffer: convert to C++Max Kellermann
2013-07-29encoder/flac: convert to C++Max Kellermann
2013-06-24fix overwriting bitrate with signal typeMatthias Larisch
2013-04-09pcm_*: move to src/pcm/Max Kellermann
2013-01-30filter/chain, encoder: GLib include cleanupMax Kellermann
2013-01-30{encoder,output}_api.h: allow compiling as C++Max Kellermann
2013-01-15encoder/{Vorbis,Opus}: use new/deleteMax Kellermann
2013-01-15fifo_buffer: move to util/Max Kellermann
2012-10-02{decoder,encoder}/flac: drop support for libFLAC 1.1Max Kellermann