Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | systemd: add socket activation files | Max Kellermann | 2014-02-12 | 1 | -0/+1 |
| | |||||
* | Idle: error out when unrecognized idle event was specified | Max Kellermann | 2014-02-09 | 1 | -0/+1 |
| | | | | Implements the error checks missing in commit 0bad8406 | ||||
* | storage/nfs: new storage plugin | Max Kellermann | 2014-02-08 | 1 | -0/+1 |
| | |||||
* | Main: support arbitrary storage plugins | Max Kellermann | 2014-02-08 | 1 | -0/+3 |
| | |||||
* | Main: allow playlist directory without music directory | Max Kellermann | 2014-02-07 | 1 | -0/+1 |
| | |||||
* | NEWS: mention default soundcloud API key | Max Kellermann | 2014-02-07 | 1 | -0/+1 |
| | | | | Missing from commit 48c96bba | ||||
* | Merge tag 'release-0.18.8' | Max Kellermann | 2014-02-07 | 1 | -2/+6 |
|\ | |||||
| * | release v0.18.8 | Max Kellermann | 2014-02-07 | 1 | -1/+1 |
| | | |||||
| * | NEWS: fix 0.18.7 release year | Max Kellermann | 2014-02-07 | 1 | -1/+1 |
| | | |||||
| * | doc/user: document the RoarAudio output plugin | Max Kellermann | 2014-02-06 | 1 | -0/+2 |
| | | |||||
| * | configure.ac: link the Vorbis encoder with libvorbis | Max Kellermann | 2014-02-06 | 1 | -0/+2 |
| | | | | | | | | | | Since the encoder plugin uses a libvorbis function (and not only libvorbisenc functions), we need to link with libvorbis explicitly. | ||||
* | | input/nfs: new plugin using libnfs | Max Kellermann | 2014-02-06 | 1 | -0/+1 |
| | | |||||
* | | PlaylistFile: use class SongLoader | Max Kellermann | 2014-02-03 | 1 | -0/+1 |
| | | |||||
* | | Main, OutputThread: increase kernel timer slack (Linux) | Max Kellermann | 2014-01-30 | 1 | -0/+1 |
| | | | | | | | | | | Allows the kernel to combine timer wakeups with other processes, reducing power usage. | ||||
* | | NEWS: mention thread names | Max Kellermann | 2014-01-30 | 1 | -0/+1 |
| | | |||||
* | | NEWS: add "threads" section | Max Kellermann | 2014-01-30 | 1 | -2/+3 |
| | | |||||
* | | Merge branch 'v0.18.x' | Max Kellermann | 2014-01-27 | 1 | -0/+1 |
|\| | |||||
| * | IcyMetadataParser: more robust tag parser | Max Kellermann | 2014-01-27 | 1 | -0/+1 |
| | | | | | | | | | | Allow semicolons and single quotes in the stream title. This is not part of any specification, but found in real life. | ||||
* | | neighbor: new subsystem to detect file servers on the local network | Max Kellermann | 2014-01-26 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds the NeighborPlugin API which can be used to detect nearby file servers that can be used by input plugins. This list of servers is exported using the new "listneighbors" command. The idle even "neighbor" notifies interested clients when a new neighbor is found or an existing one is lost. There's a lot missing currently: protocol&user documentation, and a way to "mount" remote servers into the music database. Obviously, some code from the UPnP database plugin can be moved to a neighbor plugin. | ||||
* | | db/proxy: copy "Last-Modified" from remote directories | Max Kellermann | 2014-01-22 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'v0.18.x' | Max Kellermann | 2014-01-20 | 1 | -0/+1 |
|\| | |||||
| * | Queue: rename struct queue to Queue | Max Kellermann | 2014-01-20 | 1 | -0/+1 |
| | | | | | | | | | | Works around a build failure on Solaris because annoyingly, Solaris reserves the name "queue". This rename was pending anyway. | ||||
* | | Merge branch 'v0.18.x' | Max Kellermann | 2014-01-15 | 1 | -0/+4 |
|\| | |||||
| * | decoder/ffmpeg: support libav v10_alpha1 | Max Kellermann | 2014-01-15 | 1 | -0/+2 |
| | | |||||
| * | configure.ac: prepare for 0.18.8 | Max Kellermann | 2014-01-15 | 1 | -0/+2 |
| | | |||||
* | | OutputThread: use real-time priority | Max Kellermann | 2014-01-14 | 1 | -0/+1 |
| | | |||||
* | | UpdateGlue: let the update thread run at "idle" priority | Max Kellermann | 2014-01-14 | 1 | -0/+1 |
| | | | | | | | | | | | | 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. | ||||
* | | Merge tag 'release-0.18.7' | Max Kellermann | 2014-01-13 | 1 | -1/+2 |
|\| | |||||
| * | release v0.18.7 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | | |||||
| * | configure.ac: reject libmpcdec SV7 in configure script | Max Kellermann | 2014-01-11 | 1 | -0/+1 |
| | | | | | | | | | | Look for symbol "mpc_demux_init" which does not exist in SV7. This avoids build failures when SV7 was found by configure.ac. | ||||
* | | Shine encoding plugin | Andrée Ekroth | 2014-01-13 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 } | ||||
* | | db/proxy: forward "idle" events | Max Kellermann | 2014-01-11 | 1 | -0/+1 |
| | | | | | | | | | | Send "idle" to the other MPD whenever there's nothing else to do and forward incoming "idle database" events to all our MPD clients. | ||||
* | | UPnP database plugin | Jean-Francois Dockes | 2014-01-09 | 1 | -0/+2 |
| | | | | | | | | | | | | [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] | ||||
* | | Merge branch 'v0.18.x' | Max Kellermann | 2014-01-08 | 1 | -0/+3 |
|\| | |||||
| * | decoder/faad: fix memory leak | Max Kellermann | 2014-01-08 | 1 | -0/+2 |
| | | |||||
| * | playlist/pls: don't free stack buffer | Max Kellermann | 2014-01-08 | 1 | -0/+1 |
| | | |||||
* | | http -> https for SoundCloud plugin | James McGlashan (DarkFox) | 2014-01-02 | 1 | -0/+2 |
| | | |||||
* | | command: "lsinfo" and "readcomments" allowed for remote files | Max Kellermann | 2013-12-29 | 1 | -0/+1 |
| | | |||||
* | | SongUpdate: read tags from songs in an archive | Max Kellermann | 2013-12-29 | 1 | -0/+2 |
| | | | | | | | | | | Add the TagStream.cxx library, similar to TagFile.cxx, and use it to load tags from song files inside archives. | ||||
* | | Merge branch 'v0.18.x' | Max Kellermann | 2013-12-29 | 1 | -0/+6 |
|\| | |||||
| * | configure.ac: improved check for libyajl 1.0 | Max Kellermann | 2013-12-29 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | If we have libyajl 2.0.1 (without a pkg-config file), our configure.ac would assume this is the libyajl 1.0 API, because the function yajl_alloc() exists in both. This commit changes the library check to the function yajl_parse_complete() which was removed in the 2.0 API. This fixes build failure with libyajl 2.0.1. | ||||
| * | daemon: no initgroups() when already running as the configured user | Max Kellermann | 2013-12-29 | 1 | -0/+2 |
| | | | | | | | | | | We can assume that initgroups() would be a no-op in that case, however initgroups() is not allowed for unprivileged users anyway. | ||||
| * | configure.ac: prepare for 0.18.7 | Max Kellermann | 2013-12-29 | 1 | -0/+2 |
| | | |||||
* | | input/smbclient: new input plugin | Max Kellermann | 2013-12-29 | 1 | -0/+1 |
| | | |||||
* | | pcm/Volume: improved dithering | Max Kellermann | 2013-12-28 | 1 | -0/+2 |
| | | | | | | | | | | Instead of just adding a rectangular random value before shifting back to the normal scale, use the existing PcmDither library. | ||||
* | | Merge tag 'release-0.18.6' | Max Kellermann | 2013-12-24 | 1 | -1/+6 |
|\| | |||||
| * | release v0.18.6 | Max Kellermann | 2013-12-24 | 1 | -1/+1 |
| | | |||||
| * | OutputControl: update both ReplayGainFilters | Max Kellermann | 2013-12-24 | 1 | -0/+1 |
| | | | | | | | | | | The "mode" of the second ReplayGainFilter was never set, and thus replay gain was never applied to the new song during cross-fade. | ||||
| * | fix FfmpegDecoderPlugin to use relative timestamps | Steven O'Brien | 2013-12-20 | 1 | -0/+2 |
| | | |||||
| * | riff: recognize upper-case "ID3" chunk name | Michal Smucr | 2013-12-19 | 1 | -0/+2 |
| | | | | | | | | Some tagging libraries (eg. TagLib) produce that variant. |