Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | config/Param: split block-specific attributes to new struct ConfigBlock | Max Kellermann | 2015-01-21 | 10 | -49/+48 |
| | | | | The old struct config_param remains only for top-level string options. | ||||
* | ConfigData: move struct config_param to Param.hxx | Max Kellermann | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | output/recorder: move code to encoder/ToOutputStream.cxx | Max Kellermann | 2015-01-14 | 2 | -0/+73 |
| | |||||
* | encoder/Interface: move functions into the struct | Max Kellermann | 2015-01-08 | 1 | -51/+41 |
| | |||||
* | encoder/Plugin: move struct Encoder to EncoderInterface.hxx | Max Kellermann | 2015-01-08 | 3 | -244/+270 |
| | |||||
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 23 | -23/+23 |
| | |||||
* | EncoderPlugin: pass Tag reference to method tag() | Max Kellermann | 2014-12-26 | 2 | -4/+4 |
| | |||||
* | configure.ac: add macro MPD_ENABLE_AUTO_LIB | Max Kellermann | 2014-12-09 | 1 | -1/+1 |
| | |||||
* | util/StringUtil: add ToUpperASCII() | Max Kellermann | 2014-12-04 | 1 | -4/+3 |
| | | | | | Replaces g_ascii_strup() and allows building the Vorbis encoder without GLib. | ||||
* | encoder/vorbis: convert pointers to references | Max Kellermann | 2014-12-02 | 1 | -67/+67 |
| | |||||
* | configure.ac: add macro MPD_ENABLE_AUTO_PKG | Max Kellermann | 2014-11-21 | 1 | -4/+4 |
| | | | | Simplify the definition of many build options. | ||||
* | encoder/shine: require libshine 3.1, adapt to new API | Max Kellermann | 2014-08-13 | 1 | -3/+3 |
| | | | | | | | The "written" argument to shine_encode_buffer() and shine_flush() was changed from "long" to "int", which breaks API and ABI compatibility. This is a big deal, and it doesn't seem worthwile to keep support for the (broken) 3.0 release. | ||||
* | encoder/opus: use nullptr instead of NULL | Max Kellermann | 2014-07-30 | 1 | -1/+1 |
| | |||||
* | Tag: add class const_iterator and methods begin(), end() | Max Kellermann | 2014-07-12 | 1 | -2/+1 |
| | | | | Enables using range-based "for". | ||||
* | encoder/opus: use xalloc() instead of g_malloc() | Max Kellermann | 2014-02-22 | 1 | -6/+5 |
| | |||||
* | Config*: move to config/ | Max Kellermann | 2014-01-24 | 7 | -7/+7 |
| | |||||
* | Encoder*: move to src/encoder | Max Kellermann | 2014-01-23 | 23 | -8/+477 |
| | | | | .. and move the plugins to src/encoder/plugins/. | ||||
* | Merge branch 'shine' of git://github.com/ekroth/mpd | Max Kellermann | 2014-01-13 | 1 | -5/+17 |
|\ | |||||
| * | encoder/shine: fix segfault workaround | Andrée Ekroth | 2014-01-13 | 1 | -5/+17 |
| | | | | | | | | | | | | | | Initializing and closing the Shine library without writing any data results in a segmentation fault. The current workaround writes zeroes if there was no actual data. | ||||
* | | copyright year 2014 | Max Kellermann | 2014-01-13 | 17 | -17/+17 |
|/ | |||||
* | encoder/shine: remove unnecessary buffer | Andrée Ekroth | 2014-01-13 | 1 | -42/+44 |
| | | | | | | | Now writes to the de-interleaved buffers directly, instead of writing to an intermediate fifo buffer. Fix indentation and 80 char width lines. | ||||
* | Shine encoding plugin | Andrée Ekroth | 2014-01-13 | 2 | -0/+282 |
| | | | | | | | | | | | | | | | | | This encoding plugin features a fixed-point mp3 encoder, with faster encoding on architectures without a FPU. Right now the encoder is limited to stereo and 16 bit depth. The bitrate and sample rate can be modified in audio_output. audio_output { type "httpd" name "My shine stream" encoder "shine" port "8000" format "44100:16:2" bitrate "320" # default: 128 } | ||||
* | util/DynamicFifoBuffer: new class replacing growing_fifo | Max Kellermann | 2013-12-05 | 3 | -67/+30 |
| | |||||
* | include cleanup using iwyu | Max Kellermann | 2013-11-28 | 2 | -3/+0 |
| | |||||
* | filter/route, ...: add missing stdlib.h includes | Max Kellermann | 2013-11-11 | 1 | -0/+1 |
| | |||||
* | *: update copyright year to 2013 | Max Kellermann | 2013-10-30 | 7 | -7/+7 |
| | |||||
* | util/NumberParser: utilities for parsing numbers from ASCII strings | Max Kellermann | 2013-10-21 | 3 | -10/+9 |
| | |||||
* | encoder/{opus,vorbis}: new serial generator replacing g_random_int() | Max Kellermann | 2013-10-19 | 4 | -3/+77 |
| | |||||
* | encoder/wave: include cleanup | Max Kellermann | 2013-10-19 | 1 | -2/+0 |
| | |||||
* | system/ByteOrder: new library for byte ordering / endianess | Max Kellermann | 2013-10-16 | 2 | -51/+52 |
| | | | | Replacing GLib macros. | ||||
* | encoder/wave: use delete to dispose the WaveEncoder object | Max Kellermann | 2013-10-16 | 1 | -1/+1 |
| | |||||
* | Client, ...: remove unnecessary glib.h include | Max Kellermann | 2013-10-15 | 1 | -2/+0 |
| | |||||
* | gcc.h: rename to Compiler.h | Max Kellermann | 2013-10-15 | 1 | -1/+1 |
| | |||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 3 | -7/+3 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | *Plugin: remove redundant "line %i" from error messages | Max Kellermann | 2013-09-26 | 3 | -39/+24 |
| | | | | The MPD core will add this as a prefeix. | ||||
* | Tag, ...: move to libtag.a | Max Kellermann | 2013-09-05 | 1 | -1/+1 |
| | |||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 7 | -192/+174 |
| | | | | Replaces GLib's GError. | ||||
* | encoder/lame: use ReusableBuffer instead of AllocatedArray | Max Kellermann | 2013-08-07 | 1 | -23/+13 |
| | |||||
* | add missing includes | Max Kellermann | 2013-08-07 | 1 | -0/+2 |
| | |||||
* | encoder/lame: dynamic output buffer | Max Kellermann | 2013-08-06 | 1 | -4/+18 |
| | |||||
* | encoder/lame: use delete instead of g_free() | Max Kellermann | 2013-08-06 | 1 | -1/+1 |
| | |||||
* | encoder/lame: use lame_encode_buffer_interleaved() | Max Kellermann | 2013-08-06 | 1 | -14/+5 |
| | | | | Don't deinterleave manually, don't allocate memory. | ||||
* | encoder/lame: use offset variable instead of memmove() | Max Kellermann | 2013-08-06 | 2 | -17/+36 |
| | |||||
* | encoder/lame: rename "buffer" to "output_buffer" | Max Kellermann | 2013-08-06 | 2 | -31/+33 |
| | |||||
* | *: use gcc.h macros instead of GLib | Max Kellermann | 2013-08-04 | 3 | -14/+14 |
| | |||||
* | EncoderPlugin: pass config_param reference | Max Kellermann | 2013-08-04 | 7 | -42/+40 |
| | |||||
* | audio_format: convert to C++ | Max Kellermann | 2013-08-03 | 7 | -65/+67 |
| | |||||
* | tag: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -6/+6 |
| | |||||
* | encoder_api: convert to C++ | Max Kellermann | 2013-07-30 | 14 | -119/+94 |
| | |||||
* | encoder/lame,twolame: convert to C++ | Max Kellermann | 2013-07-30 | 4 | -104/+154 |
| |