aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoder (follow)
Commit message (Expand)AuthorAgeFilesLines
* encoder/opus: use nullptr instead of NULLMax Kellermann2014-07-301-1/+1
* Tag: add class const_iterator and methods begin(), end()Max Kellermann2014-07-121-2/+1
* encoder/opus: use xalloc() instead of g_malloc()Max Kellermann2014-02-221-6/+5
* Config*: move to config/Max Kellermann2014-01-247-7/+7
* Encoder*: move to src/encoderMax Kellermann2014-01-2323-8/+477
* Merge branch 'shine' of git://github.com/ekroth/mpdMax Kellermann2014-01-131-5/+17
|\
| * encoder/shine: fix segfault workaroundAndrée Ekroth2014-01-131-5/+17
* | copyright year 2014Max Kellermann2014-01-1317-17/+17
|/
* encoder/shine: remove unnecessary bufferAndrée Ekroth2014-01-131-42/+44
* Shine encoding pluginAndrée Ekroth2014-01-132-0/+282
* util/DynamicFifoBuffer: new class replacing growing_fifoMax Kellermann2013-12-053-67/+30
* include cleanup using iwyuMax Kellermann2013-11-282-3/+0
* filter/route, ...: add missing stdlib.h includesMax Kellermann2013-11-111-0/+1
* *: update copyright year to 2013Max Kellermann2013-10-307-7/+7
* util/NumberParser: utilities for parsing numbers from ASCII stringsMax Kellermann2013-10-213-10/+9
* encoder/{opus,vorbis}: new serial generator replacing g_random_int()Max Kellermann2013-10-194-3/+77
* encoder/wave: include cleanupMax Kellermann2013-10-191-2/+0
* system/ByteOrder: new library for byte ordering / endianessMax Kellermann2013-10-162-51/+52
* encoder/wave: use delete to dispose the WaveEncoder objectMax Kellermann2013-10-161-1/+1
* Client, ...: remove unnecessary glib.h includeMax Kellermann2013-10-151-2/+0
* gcc.h: rename to Compiler.hMax Kellermann2013-10-151-1/+1
* Log: new logging library APIMax Kellermann2013-10-023-7/+3
* *Plugin: remove redundant "line %i" from error messagesMax Kellermann2013-09-263-39/+24
* Tag, ...: move to libtag.aMax Kellermann2013-09-051-1/+1
* util/Error: new error passing libraryMax Kellermann2013-09-047-192/+174
* encoder/lame: use ReusableBuffer instead of AllocatedArrayMax Kellermann2013-08-071-23/+13
* add missing includesMax Kellermann2013-08-071-0/+2
* 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
* encoder/lame: use offset variable instead of memmove()Max Kellermann2013-08-062-17/+36
* encoder/lame: rename "buffer" to "output_buffer"Max Kellermann2013-08-062-31/+33
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-043-14/+14
* EncoderPlugin: pass config_param referenceMax Kellermann2013-08-047-42/+40
* audio_format: convert to C++Max Kellermann2013-08-037-65/+67
* tag: convert to C++Max Kellermann2013-07-301-6/+6
* encoder_api: convert to C++Max Kellermann2013-07-3014-119/+94
* encoder/lame,twolame: convert to C++Max Kellermann2013-07-304-104/+154
* encoder/wave: convert to C++Max Kellermann2013-07-302-26/+58
* encoder/null: convert to C++Max Kellermann2013-07-302-24/+54
* pcm_buffer: convert to C++Max Kellermann2013-07-301-7/+5
* encoder/flac: convert to C++Max Kellermann2013-07-292-22/+56
* fix overwriting bitrate with signal typeMatthias Larisch2013-06-241-3/+3
* pcm_*: move to src/pcm/Max Kellermann2013-04-091-1/+1
* filter/chain, encoder: GLib include cleanupMax Kellermann2013-01-304-28/+27
* {encoder,output}_api.h: allow compiling as C++Max Kellermann2013-01-302-8/+0
* encoder/{Vorbis,Opus}: use new/deleteMax Kellermann2013-01-152-10/+14
* fifo_buffer: move to util/Max Kellermann2013-01-153-6/+6
* {decoder,encoder}/flac: drop support for libFLAC 1.1Max Kellermann2012-10-021-26/+5
* encoder/opus: implement lookaheadMax Kellermann2012-10-021-2/+43