aboutsummaryrefslogtreecommitdiff
path: root/src/chunk.c
Commit message (Collapse)AuthorAge
* copyright year 2011Max Kellermann2011-01-29
|
* chunk: added attribute "other"Max Kellermann2010-05-02
| | | | Preparation for cross-fading support in the output thread.
* replay_gain: reimplement as a filter pluginMax Kellermann2010-02-17
| | | | | | | 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.
* Update copyright notices.Avuton Olrich2009-12-31
|
* include config.h in all sourcesMax Kellermann2009-11-12
| | | | | | 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.
* music_chunk: added more audio_format_valid() assertionsMax Kellermann2009-05-11
| | | | Check the validity of the audio_format during write operations.
* all: Update copyright header.Avuton Olrich2009-03-13
| | | | | | | | This updates the copyright header to all be the same, which is pretty much an update of where to mail request for a copy of the GPL and the years of the MPD project. This also puts all committers under 'The Music Player Project' umbrella. These entries should go individually in the AUTHORS file, for consistancy.
* music_chunk: added assertions on the audio formatMax Kellermann2009-03-08
| | | | | | | In !NDEBUG, remember which audio_format is stored in every chunk and every pipe. Check the audio_format of every new data block appended to the music_chunk, and the format of every new chunk appended to the music_pipe.
* music_chunk: added music_chunk_write(), music_chunk_expand()Max Kellermann2009-03-05
| | | | | Moved some code from music_pipe_write() and music_pipe_expand(). Only music_chunk.c should access the music_chunk internals.
* music_pipe: moved struct music_chunk to chunk.hMax Kellermann2009-03-03