aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoder (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v0.19.11'Max Kellermann2015-10-271-2/+2
|\
| * unix/Daemon, playlist/...: remove unused Domain variablesMax Kellermann2015-10-161-3/+0
| * encoder/flac: fix crash with 32 bit playbackMax Kellermann2015-10-161-2/+2
* | unix/Daemon, playlist/pls, ...: remove unused Domain variablesMax Kellermann2015-09-171-3/+0
* | Merge tag 'v0.19.10'Max Kellermann2015-06-211-1/+1
|\|
| * OpusEncoderPlugin: initialise granulepos so we end up with sane valuesMichal Nazarewicz2015-03-251-1/+1
* | *: doxygen fixupsMax Kellermann2015-03-172-5/+2
* | config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann2015-01-2110-49/+48
* | ConfigData: move struct config_param to Param.hxxMax Kellermann2015-01-211-1/+1
* | output/recorder: move code to encoder/ToOutputStream.cxxMax Kellermann2015-01-142-0/+73
* | encoder/Interface: move functions into the structMax Kellermann2015-01-081-51/+41
* | encoder/Plugin: move struct Encoder to EncoderInterface.hxxMax Kellermann2015-01-083-244/+270
* | Copyright year 2015Max Kellermann2015-01-0123-23/+23
* | EncoderPlugin: pass Tag reference to method tag()Max Kellermann2014-12-262-4/+4
* | configure.ac: add macro MPD_ENABLE_AUTO_LIBMax Kellermann2014-12-091-1/+1
* | util/StringUtil: add ToUpperASCII()Max Kellermann2014-12-041-4/+3
* | encoder/vorbis: convert pointers to referencesMax Kellermann2014-12-021-67/+67
* | configure.ac: add macro MPD_ENABLE_AUTO_PKGMax Kellermann2014-11-211-4/+4
|/
* encoder/shine: require libshine 3.1, adapt to new APIMax Kellermann2014-08-131-3/+3
* 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