- 28 Dec, 2008 1 commit
-
-
Thomas Jansen authored
-
- 31 Oct, 2008 1 commit
-
-
Max Kellermann authored
"LOG_H" is a macro which is also used by ffmpeg/log.h. This is ffmpeg's fault, because short macros should be reserved for applications, but since it's always a good idea to choose prefixed macro names, even for applications, we are going to do that in MPD.
-
- 08 Oct, 2008 2 commits
-
-
Max Kellermann authored
When there are standardized headers, use these instead of the bloated os_compat.h.
-
Max Kellermann authored
Again, a data type which can be forward-declared.
-
- 07 Oct, 2008 2 commits
-
-
Max Kellermann authored
Pass const songvec pointers to songvec_find() and songvec_for_each().
-
Eric Wong authored
This is so we can more consistently deal with locking needed for thread-safety in iterator functions.
-
- 29 Sep, 2008 2 commits
- 23 Sep, 2008 2 commits
-
-
Eric Wong authored
Any pruned files will be noticed during update and pruned from the live database, so this inefficient function can go away and never come back.
-
Eric Wong authored
Our linked-list implementation is wasteful and the SongList isn't modified enough to benefit from being a linked list. So use a more compact array of song pointers which saves ~200K on a library with ~9K songs (on x86-32).
-