- 10 Apr, 2010 1 commit
-
-
Tony Miller authored
Supports a number of videogame music formats, more info here: http://www.fly.net/~ant/libs/audio.html I wrote this plugin for the latest svn, get it here: http://code.google.com/p/game-music-emu/source/checkout
-
- 28 Mar, 2010 1 commit
-
-
Max Kellermann authored
Fix distcheck.
-
- 17 Feb, 2010 1 commit
-
-
Max Kellermann authored
Apply the replay gain in the output thread. This means a new setting will be active instantly, without going through the whole music pipe. And we might have different replay gain settings for each audio output device.
-
- 08 Feb, 2010 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 20 Jan, 2010 1 commit
-
-
Davide Camurri authored
-
- 17 Jan, 2010 1 commit
-
-
Max Kellermann authored
Needed for the fluidsynth decoder plugin.
-
- 16 Jan, 2010 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Ensure that the pcm_convert() length argument is aligned to the sample size.
-
- 06 Jan, 2010 1 commit
-
-
Max Kellermann authored
This playlist plugin handles FLAC files with embedded CUE sheets.
-
- 04 Jan, 2010 5 commits
-
-
Max Kellermann authored
Don't limit the "rewind" input plugin to CURL streams.
-
Max Kellermann authored
Make it X_decoder_plugin.c.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
The replay_gain_state struct holds the precalculated scale factor, which is removed from struct replay_gain_info.
-
- 01 Jan, 2010 1 commit
-
-
Max Kellermann authored
Don't add these to the global MPD_CFLAGS and MPD_LIBS. This allows test programs to link without libopenal.
-
- 31 Dec, 2009 1 commit
-
-
Max Kellermann authored
-
- 29 Dec, 2009 1 commit
-
-
Max Kellermann authored
This replaces the rewinding buffer code from the CURL input plugin. It is more generic, and allows rewinding even when the server sends Icy-Metadata (which would have been too difficult to implement within the CURL plugin). This is a rather complex patch for the stable branch (v0.15.x), but it fixes a serious problem: the "vorbis" decoder plugin was unable to play streams with Icy-Metadata, because it couldn't rewind the stream after detecting the codec (Vorbis vs. FLAC).
-
- 26 Dec, 2009 1 commit
-
-
Max Kellermann authored
-
- 25 Dec, 2009 2 commits
-
-
Max Kellermann authored
Use the plugin instead of the glue code in normalize.c. This is used wrapped inside a "autoconv" filter, to enable normalization for all input file formats.
-
Max Kellermann authored
-
- 16 Dec, 2009 5 commits
-
-
Max Kellermann authored
This plugin is the groundwork for MPD's future generic CUE sheet support. That's not complete yet, e.g. there is no way for a playlist plugin to address an arbitrary position within a music file.
-
Max Kellermann authored
Make archive_file a "real" struct, extended by all plugins. Add the plugin pointer to it. Wrap all method calls in functions.
-
Max Kellermann authored
Moved the archive plugin "extern" declarations into each plugin header.
-
Max Kellermann authored
-
Max Kellermann authored
Based on libiso9660.
-
- 15 Dec, 2009 4 commits
-
-
Max Kellermann authored
For the fluidsynth plugin.
-
Max Kellermann authored
This plugin is based on libzzip.
-
Max Kellermann authored
-
Max Kellermann authored
This fixes "make distcheck".
-
- 14 Dec, 2009 6 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Wrap the AudioCompress library in a filter plugin.
-
Albin Eldstål-Damlin authored
-
Albin Eldstål-Damlin authored
-
- 02 Dec, 2009 3 commits
-
-
Max Kellermann authored
This patch prepares support for floating point samples (and probably other formats). It changes the meaning of the "bits" attribute from a bit count to a symbolic value.
-
Max Kellermann authored
-
J. Shagam authored
Copied sources from http://beesbuzz.biz/code/audiocompress/AudioCompress-2.0.tar.gz [mk: created this patch under fluffy's name and fixed some gcc signed/unsigned comparison warnings]
-