- 13 Jan, 2014 5 commits
-
-
Andrée Ekroth authored
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.
-
Andrée Ekroth authored
Now writes to the de-interleaved buffers directly, instead of writing to an intermediate fifo buffer. Fix indentation and 80 char width lines.
-
Max Kellermann authored
-
Max Kellermann authored
-
Andrée Ekroth authored
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 }
-
- 11 Jan, 2014 10 commits
-
-
Max Kellermann authored
Look for symbol "mpc_demux_init" which does not exist in SV7. This avoids build failures when SV7 was found by configure.ac.
-
Max Kellermann authored
Don't add to the std::map.
-
Max Kellermann authored
Don't store in the std::map.
-
Max Kellermann authored
Don't put all <res/> attributes to the attributes map; parse the "duration" attribute as soon as we receive it, and store it in an integer attribute. This reduces bloat.
-
Max Kellermann authored
-
Max Kellermann authored
Generic approach for the workaround.
-
Max Kellermann authored
Reduce bloat.
-
Max Kellermann authored
-
Max Kellermann authored
Send "idle" to the other MPD whenever there's nothing else to do and forward incoming "idle database" events to all our MPD clients.
-
Max Kellermann authored
Allow database plugins to announce that they have been modified.
-
- 10 Jan, 2014 23 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Ask the DatabasePlugin for stats when the first client requests them, not at startup.
-
Max Kellermann authored
-
Max Kellermann authored
We have removed all libupnp logging calls, and we don't need to debug libupnp.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Look up attributes in the "atts" array. Reduce bloat.
-
Max Kellermann authored
Reduce bloat.
-
Max Kellermann authored
Reduce bloat.
-
Max Kellermann authored
Reduces bloat.
-
Max Kellermann authored
We only need it inside StartElement(). Reduces bloat.
-
Max Kellermann authored
No need to handle this in EndElement() - in StartElement(), we already have all we need.
-
Max Kellermann authored
Reduce excessive bloat.
-
Max Kellermann authored
At the same time, rename the enum types and the class attributes, and add an "UNKNOWN" type/class. The latter avoids the "-1" hack.
-
Max Kellermann authored
Return the return value, instead returning it in a reference parameter. Reduces bloat by reducing unnecessary std::string usage.
-
Max Kellermann authored
I wrongfully assumed that each array element is a name and a value concatenated.
-
Max Kellermann authored
Not necessary or useful.
-
Max Kellermann authored
Reduces bloat by eliminating one std::map.
-
- 09 Jan, 2014 2 commits
-
-
Max Kellermann authored
-
Jean-Francois Dockes authored
[mk: renamed source files, applied coding style, reduced bloat, using MPD's threading library, using MPD's error reporting and logging library and refactoring, fixed lots of bugs]
-