Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-08-07 | fs/output, fs/TextFile: move to fs/io/ | Max Kellermann | 1 | -1/+1 | |
2014-07-30 | *Save, *State: use the OutputStream API instead of FILE* | Max Kellermann | 1 | -3/+4 | |
2014-01-28 | output: rename source files | Max Kellermann | 1 | -2/+2 | |
2014-01-28 | output: rename struct audio_output to AudioOutput | Max Kellermann | 1 | -2/+2 | |
2014-01-28 | OutputAll: convert to class, move instance to class Partition | Max Kellermann | 1 | -12/+7 | |
Another big chunk of code for multi-player support. | |||||
2014-01-23 | output/*: move to output/plugins/ | Max Kellermann | 1 | -0/+0 | |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2013-11-28 | Util/StringUtil: add StringStartsWith() | Max Kellermann | 1 | -3/+2 | |
Replaces GLib's g_str_has_prefix(). | |||||
2013-11-28 | include cleanup using iwyu | Max Kellermann | 1 | -1/+0 | |
2013-10-02 | Log: new logging library API | Max Kellermann | 1 | -1/+4 | |
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | |||||
2013-04-17 | output: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-07 | mixer_all: convert to C++ | Max Kellermann | 1 | -4/+1 | |
2013-01-02 | db_save, state_file: convert to C++ | Max Kellermann | 1 | -2/+5 | |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 | |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 | |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 | |
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. | |||||
2009-10-08 | state_file: save only if something has changed | Max Kellermann | 1 | -0/+8 | |
If nothing has changed since the last save, don't save the state file. Saving will spin up the hard drive, which is undesirable on hosts where MPD is idling in background. | |||||
2009-10-06 | output_state: no CamelCase | Max Kellermann | 1 | -2/+2 | |
2009-07-15 | state_file: don't rewind the stream while reading the state file | Max Kellermann | 1 | -24/+23 | |
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. | |||||
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -3/+4 | |
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. | |||||
2009-02-16 | output: include cleanup | Max Kellermann | 1 | -1/+1 | |
Don't include output_api.h in output_internal.h. This change requires adding missing includes in several sources. | |||||
2009-02-10 | audio: moved code to output_all.c | Max Kellermann | 1 | -1/+1 | |
Moved code which deals with all audio outputs at once into a separate library. | |||||
2009-02-10 | audio: moved state file code to output_state.c | Max Kellermann | 1 | -0/+82 | |