- 20 Jul, 2010 1 commit
-
-
Max Kellermann authored
-
- 25 Jun, 2010 1 commit
-
-
Max Kellermann authored
-
- 30 May, 2010 1 commit
-
-
Max Kellermann authored
-
- 20 May, 2010 1 commit
-
-
Max Kellermann authored
Declaring the global variable _CRT_fmode is a documented hack. What an ugly platform!
-
- 08 May, 2010 1 commit
-
-
Tim Phipps authored
-
- 25 Apr, 2010 1 commit
-
-
Daniel Seuthe authored
-
- 21 Mar, 2010 1 commit
-
-
Tim Phipps authored
Adds mixrampdb and mixrampdelay commands. Reads MIXRAP_START and MIXRAMP_END tags from FLAC files and overlaps instead of crossfading.
-
- 17 Feb, 2010 2 commits
-
-
Max Kellermann authored
Add an option for each audio output which enables the use of the hardware mixer, instead of the software volume code. This is hardware specific, and assumes linear volume control. This is not the case for hardware mixers which were tested, making this patch somewhat useless, but we will use it to experiment with the settings, to find a good solution.
-
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.
-
- 18 Jan, 2010 1 commit
-
-
Max Kellermann authored
Use input_stream.uri.
-
- 16 Jan, 2010 2 commits
-
-
Max Kellermann authored
Log to stderr instead of the default stdout. We need a pristine stdout for the conversion result.
-
Max Kellermann authored
Ensure that the pcm_convert() length argument is aligned to the sample size.
-
- 04 Jan, 2010 1 commit
-
-
Max Kellermann authored
This function replaces the replay_gain_info parameter for decoder_data(). This allows the decoder to announce replay gain changes, instead of having to pass the same object over and over.
-
- 01 Jan, 2010 2 commits
-
-
Max Kellermann authored
Major API redesign: don't let the caller allocate the input_stream object. Let each input plugin allocate its own (derived/extended) input_stream pointer. The "data" attribute can now be removed, and all input plugins simply cast the input_stream pointer to their own structure (with an "struct input_stream base" as the first attribute).
-
Avuton Olrich authored
-
- 31 Dec, 2009 2 commits
-
-
Max Kellermann authored
This is like tag_dup(), but works with an input_stream object instead of a file path.
-
Max Kellermann authored
-
- 27 Dec, 2009 1 commit
-
-
Max Kellermann authored
Added attributes start_ms, end_ms. This allows us to address a portion of a song file (important for CUE support). There is no support yet for storing these attributes in the state file.
-
- 26 Dec, 2009 1 commit
-
-
Max Kellermann authored
Remove the data_time parameter from decoder_data(). This patch eliminates the timestamp counting in most decoder plugins, because the MPD core will do it automatically by default.
-
- 25 Dec, 2009 1 commit
-
-
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.
-
- 15 Dec, 2009 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
This enables valgrind debugging after an error occurred.
-
Max Kellermann authored
Enable archive plugin debugging.
-
- 14 Dec, 2009 3 commits
-
-
Max Kellermann authored
Not used by any plugin currently, but this eliminates the g_error() call in input_plugin_config(), so it's worth it.
-
Max Kellermann authored
-
Max Kellermann authored
Log to stderr, not to stdout (which broke PCM output).
-
- 02 Dec, 2009 2 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
-
- 19 Nov, 2009 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Assign default value only if none was given on the command line.
-
- 14 Nov, 2009 1 commit
-
-
Max Kellermann authored
Unified function for converting an audio_format object to a string, for log messages and for the "status" command.
-
- 12 Nov, 2009 1 commit
-
-
Max Kellermann authored
After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue.
-
- 10 Nov, 2009 1 commit
-
-
Max Kellermann authored
-
- 01 Nov, 2009 1 commit
-
-
Max Kellermann authored
-
- 29 Oct, 2009 1 commit
-
-
Max Kellermann authored
Always keep the audio_output object locked within the output thread, unless a plugin method is called. This fixes several race conditions.
-
- 23 Oct, 2009 1 commit
-
-
Max Kellermann authored
Don't let the mixer plugin "override" the libpulse callbacks. Instead, add a "mixer" attribute to the pulse_output struct, and call the mixer on all interesting events.
-
- 21 Oct, 2009 3 commits
-
-
Max Kellermann authored
An asterisk means that this attribute should not be enforced, and stays whatever it used to be. This way, some configuration values work like masks.
-
Max Kellermann authored
This is a complete rewrite of the PulseAudio output plugin. It uses the asynchronous API, which gives us more control over everything. Additionally, it connects to the PulseAudio server on startup, and keeps this connection up while MPD runs. During pause, instead of closing the stream, it enables "cork".
-
Max Kellermann authored
This allows the mixer object to access its associated audio output object.
-