- 14 Jan, 2014 22 commits
-
-
Max Kellermann authored
Don't fail silently.
-
Max Kellermann authored
-
Max Kellermann authored
Call titleToPathElt() only once for each object.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
We need this only for path names.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Not necessary, not worth the check.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Contrary to setTerminateAndWait()'s documentation, the method does wait for worker threads to exit via pthread_join().
-
Max Kellermann authored
Reduce bloat further.
-
Max Kellermann authored
Reduce bloat.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
The update thread should not affect the rest of the system, therefore set "idle" priority, and let it only run when nobody else is using the resources.
-
- 13 Jan, 2014 12 commits
-
-
-
Max Kellermann authored
The name "spt" didn't make much sense for this plugin.
-
Max Kellermann authored
-
Max Kellermann authored
-
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.
-
Max Kellermann authored
The method emplace() was added in gcc 4.8. This commit restores compatibility with gcc 4.7.
-
Max Kellermann authored
Replaces the bloated std::map.
-
Max Kellermann authored
"upnp:class" is an element, not an attribute of element "item". This fixes a regression from commit 65ebfb16
-
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 6 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.
-