aboutsummaryrefslogtreecommitdiff
path: root/src/output_state.c
Commit message (Collapse)AuthorAge
* state_file: don't rewind the stream while reading the state fileMax Kellermann2009-07-15
| | | | | | Parse the state file line by line, let each subsystem probe a line. Only the playlist_state code gets the FILE pointer to read the following lines.
* 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.
* output: include cleanupMax Kellermann2009-02-16
| | | | | Don't include output_api.h in output_internal.h. This change requires adding missing includes in several sources.
* audio: moved code to output_all.cMax Kellermann2009-02-10
| | | | | Moved code which deals with all audio outputs at once into a separate library.
* audio: moved state file code to output_state.cMax Kellermann2009-02-10