aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-09diretory: moved code to directory_save.c, directory_print.cMax Kellermann1-0/+4
2008-10-08directory: moved code to database.cMax Kellermann1-0/+2
2008-10-08directory: moved code to update.cMax Kellermann1-0/+2
2008-10-08dirvec: moved code to dirvec.cMax Kellermann1-0/+1
2008-10-06autotools: tidy up make distEric Wong1-0/+1
2008-09-29assume stdint.h and stddef.h are availableMax Kellermann1-1/+0
2008-09-29directory: replace DirectoryList with dirvecEric Wong1-0/+1
2008-09-24output: make "struct audio_output" opaque for output pluginsMax Kellermann1-0/+1
2008-09-24output: added audio_output_get_name()Max Kellermann1-0/+1
2008-09-24output: one thread per audio outputMax Kellermann1-0/+2
2008-09-23Replace SongList with struct songvecEric Wong1-0/+2
2008-09-12shout: added mp3 encoderEric Wollesen1-0/+1
2008-09-12shout: moved code to audioOutput_shout_ogg.cMax Kellermann1-0/+1
2008-09-12shout: moved declarations to audioOutput_shout.hMax Kellermann1-0/+1
2008-09-09output: moved code from audioOutput.c to output_control.cMax Kellermann1-0/+3
2008-09-08use strset.h instead of tagTracker.hMax Kellermann1-2/+0
2008-09-08added string set libraryMax Kellermann1-0/+2
2008-09-08output: static audio_output_plugin list as arrayMax Kellermann1-0/+2
2008-09-07output: added output_api.hMax Kellermann1-0/+1
2008-09-07removed fdprintf() and client_print()Max Kellermann1-2/+0
2008-09-07tag: added buffered versions of the tag_print.c codeMax Kellermann1-0/+2
2008-09-07song: moved code to song_print.c, song_save.cMax Kellermann1-0/+4
2008-09-07tag: moved code to tag_print.cMax Kellermann1-0/+3
2008-08-29tag: added a pool for tag itemsMax Kellermann1-0/+2
2008-08-29removed tree.cMax Kellermann1-2/+0
2008-08-29tag: moved code to tag_id3.cMax Kellermann1-0/+2
2008-08-28renamed interface.c to client.cMax Kellermann1-2/+2
2008-08-28imported list.h from the Linux kernel sourcesMax Kellermann1-0/+1
2008-08-26renamed player.c to player_control.cMax Kellermann1-3/+2
2008-08-26renamed decode.h to decoder_control.hMax Kellermann1-1/+1
2008-08-26renamed decode.c to decoder_thread.cMax Kellermann1-1/+2
2008-08-26moved global variable "pc" to player.hMax Kellermann1-0/+1
2008-08-26added decoder_control.cMax Kellermann1-0/+1
2008-08-26moved code to player_thread.cMax Kellermann1-0/+2
2008-08-26moved code to crossfade.cMax Kellermann1-0/+2
2008-08-26renamed inputPlugin.* to decoder_list.*Max Kellermann1-2/+2
2008-08-26added decoder_initialized()Max Kellermann1-0/+1
2008-08-26added struct decoderMax Kellermann1-0/+2
2008-06-30introduce struct condition as a more correct version of NotifyEric Wong1-0/+2
2008-06-30http: split out auth code since it's mostly uninteresting for nowEric Wong1-0/+1
2008-06-30Add a generic ring buffer implementationEric Wong1-0/+2
2008-04-12Fix the problem of songs not advancing without client activityEric Wong1-0/+2
2008-04-12Drop metadata updates from HTTP for now (input HTTP, and shout)Eric Wong1-2/+0
2008-03-30include os_compat.h in tarball distributionsEric Wong1-0/+1
2008-03-26notify the decoder instead of polling 100hzMax Kellermann1-0/+2
2008-01-26Cleanup checking for tests in src/ when building in separate dirEric Wong1-1/+2
2008-01-03ioops: make this zero-impact when compiling w/o zeroconf as wellEric Wong1-0/+1
2007-12-28Merge branches/ew r7104Eric Wong1-0/+12
2007-06-24Adding WavPack support. Patch courtesy Kodest.J. Alexander Treuman1-1/+2
2007-06-13Adding FIFO audio output. This is pretty much identical to the old one,J. Alexander Treuman1-1/+2