aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am (unfollow)
Commit message (Expand)AuthorFilesLines
2009-12-16archive: added a C header for each pluginMax Kellermann1-0/+3
2009-12-16archive/bz2: renamed archive sources and plugin variablesMax Kellermann1-1/+1
2009-12-16archive/iso: renamed plugin to "iso9660"Max Kellermann1-2/+2
2009-12-15Makefile.am: link test/run_decoder with timer.cMax Kellermann1-0/+2
2009-12-15archive/zip: renamed plugin to "zzip"Max Kellermann1-2/+2
2009-12-15archive_api.h: moved struct archive_plugin to archive_plugin.hMax Kellermann1-0/+1
2009-12-15Makefile.am: distribute AudioCompress/config.hMax Kellermann1-0/+1
2009-12-14Makefile.am: install glib_compat.hMax Kellermann1-0/+1
2009-12-14input_stream: moved input_stream_global_init() to input_init.cMax Kellermann1-0/+2
2009-12-14input_stream: moved plugin list to input_registry.cMax Kellermann1-0/+2
2009-12-14filter: added normalize filter pluginMax Kellermann1-0/+2
2009-12-14Split filter_config into its own moduleAlbin Eldstål-Damlin1-0/+3
2009-12-14Initial (statically configured) route filter pluginAlbin Eldstål-Damlin1-0/+1
2009-12-02audio_format: changed "bits" to "enum sample_format"Max Kellermann1-0/+1
2009-12-02test: added normalize test programMax Kellermann1-0/+9
2009-12-02compress: upgraded to AudioCompress 2.0J. Shagam1-2/+2
2009-11-19test: added program to test pcm_convert.cMax Kellermann1-0/+20
2009-11-17encoder: introducing flac encoder pluginViliam Mateicka1-0/+6
2009-11-14audio_format: added function audio_format_to_string()Max Kellermann1-0/+5
2009-11-14decoder: use audio_format_init_checked()Max Kellermann1-0/+2
2009-11-14audio_check: checker functions for audio_format attributesMax Kellermann1-0/+6
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-11-11decoder/flac: moved code to flac_compat.hMax Kellermann1-0/+1
2009-11-11decoder/flac: moved code to flac_pcm.cMax Kellermann1-0/+2
2009-11-11decoder/flac: moved code to flac_metadata.cMax Kellermann1-1/+4
2009-11-10wave_encoder: new encoder for streaming PCM wave files.Viliam Mateicka1-0/+4
2009-11-07set the close-on-exec flag on all file descriptorsMax Kellermann1-0/+8
2009-11-07command: added command "decoders"Max Kellermann1-0/+2
2009-11-07decoder_list: moved suffix/mime_type checks to decoder_plugin.cMax Kellermann1-0/+1
2009-11-06playlist: added extm3u pluginMax Kellermann1-0/+2
2009-11-01text_file: allocate line buffers dynamicallyMax Kellermann1-0/+2
2009-10-26encoder: renaming none_encoder to null_encoderViliam Mateicka1-1/+1
2009-10-24encoder: new encoder plugin which just pass data throughViliam Mateicka1-0/+1
2009-10-24add --disable-inotify for configure to disable inotify when autodetectedViliam Mateicka1-1/+1
2009-10-23output/pulse: call mixer on state changesMax Kellermann1-0/+1
2009-10-22output/fifo: renamed source to fifo_output_plugin.cMax Kellermann1-1/+1
2009-10-22Makefile.am: enable the "subdir-objects" optionMax Kellermann1-1/+1
2009-10-21playlist: new ASX playlist pluginMax Kellermann1-0/+2
2009-10-21output/jack: renamed source to jack_output_plugin.cMax Kellermann1-1/+1
2009-10-21pulse: code rewrite using the asynchronous libpulse APIMax Kellermann1-0/+1
2009-10-20mixer/{oss,alsa}: renamed the mixer source filesMax Kellermann1-2/+2
2009-10-20pulse: renamed source filesMax Kellermann1-2/+2
2009-10-16update: obey .mpdignore filesMax Kellermann1-0/+2
2009-10-15Add PLS ParserQball Cow1-0/+2
2009-10-13input/lastfm: removed obsolete last.fm input pluginMax Kellermann1-5/+0
2009-10-13command: "load" supports remote playlists (m3u, xspf, lastfm://)Max Kellermann1-0/+2
2009-10-13playlist: added plugin for last.fm radioMax Kellermann1-0/+5
2009-10-13playlist: added XSPF pluginMax Kellermann1-0/+2
2009-10-12playlist_plugin: new plugin API for playlist parsersMax Kellermann1-0/+30
2009-10-12text_input_stream: input_stream wrapper for reading text filesMax Kellermann1-0/+2