aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAge
* input/soup: new input plugin based on libsoupMax Kellermann2011-08-24
| | | | | | | | To demonstrate the new I/O thread. libsoup is well-integrated into the GLib main loop, which made this plugin pretty easy to write. As a side effect, we have to initialize the I/O thread in all debug programs that use the input API.
* io_thread: new thread for non-blocking background I/OMax Kellermann2011-08-24
| | | | Try to eliminate the remaining blocking I/O.
* queue: implement song "priorities"Max Kellermann2011-07-19
| | | | | Sorts remaining songs by priority. This can be used for the much-demanded "queue feature".
* Makefile.am: distribute client_idle.hMax Kellermann2011-06-03
|
* build: Add despotify to build systemSimon Kagstrom2011-03-29
|
* Merge commit 'release-0.16.2'Max Kellermann2011-03-19
|\ | | | | | | | | | | | | Conflicts: Makefile.am NEWS configure.ac
| * Makefile.am: distribute test/stdbin.hMax Kellermann2011-02-18
| |
| * Makefile.am: compile test/run_encoder with ENCODER_CFLAGSMax Kellermann2011-02-13
| |
* | RoarAudio output pluginHans-Kristian Arntzen2011-03-16
| |
* | protocol: support client-to-client communicationMax Kellermann2011-01-29
| |
* | output/raop: new output pluginDustin Puckett2011-01-28
| | | | | | | | Remote Audio Output Protocol (RAOP), for Apple devices.
* | Merge commit 'release-0.16.1'Max Kellermann2011-01-10
|\| | | | | | | | | Conflicts: NEWS
| * Makefile.am: resolve modplug vs. libsndfile cflags/headers conflictYuriy Kaminskiy2011-01-09
| | | | | | | | | | A bit of automake magic (see info automake "Per-Object Flags"). Compile-tested.
* | Makefile.am: generate doxygen.confMax Kellermann2010-12-24
| | | | | | | | Don't create a modified copy for out-of-tree builds.
* | utils: move string_array_contains() to string_util.cMax Kellermann2010-12-23
| |
* | decoder: new "pcm" decoder pluginMax Kellermann2010-12-22
| | | | | | | | Just there to support the "cdio_paranoia" input plugin.
* | configure.ac: hook the cdio_paranoia input pluginMax Kellermann2010-12-22
|/
* replay_gain_ape: parse replay gain from APE tagsMax Kellermann2010-11-18
| | | | Based on the APE reader.
* tag_ape: move code to ape.cMax Kellermann2010-11-18
| | | | Generic library for scanning APE tags. Eliminated one "goto"!
* output: new output plugin "ffado"Max Kellermann2010-10-27
| | | | | | | | | | | | Using libffado, to play on firewire audio devices. Warning: this plugin was not tested successfully. I just couldn't keep libffado2 from crashing. Use at your own risk. For details, see my Debian bug reports: http://bugs.debian.org/601657 http://bugs.debian.org/601659
* playlist/rss: new playlist plugin for RSS feedsMax Kellermann2010-10-11
|
* mixer: winmm_mixer implementedDenis Krjuchkov2010-10-09
|
* win32_output: renamed win32 output plugin to winmmDenis Krjuchkov2010-10-08
| | | | Win32 has many audio APIs. New name is slightly more correct.
* output/httpd: use the new server_socket libraryMax Kellermann2010-10-05
|
* listen: move generic code to server_socket.cMax Kellermann2010-10-05
|
* add mpd_error.h to sources.Qball Cow2010-10-03
|
* main: Add Windows Service supportDenis Krjuchkov2010-09-23
| | | | | | | | | I've added PIPE_EVENT_SHUTDOWN because calling g_main_loop_quit() do not work when called from another thread. Main thread was sleeping in g_poll() so I needed some way to wake it up. By some strange reason call close(event_pipe[0]) in event_pipe_deinit() hangs. In current implementation that code never reached so that was not a problem :-) I've added a conditional to leave event_pipe[0] open on Win32.
* Makefile.am: simplify (de)installation of doxygen-generated documentationSerge Ziryukin2010-07-25
| | | | This also fixes installation when no *.gif files found in 'doc/api/html' folder.
* Makefile.am: fix out-of-tree doxygen callMax Kellermann2010-07-25
| | | | | This hack creates a copy of doc/doxygen.conf with the INPUT setting replaced.
* update: store playlist files in databaseMax Kellermann2010-07-21
| | | | | Don't open the music directory for each "lsinfo" call. Get the list of playlist files from the memory database.
* decoder/mad: move RVA2 code to tag_rva2.cMax Kellermann2010-07-20
|
* playlist_any: new library to simplify opening playlist filesMax Kellermann2010-06-25
| | | | | | The new function playlist_open_any() combines playlist_mapper_open(), playlist_list_open_uri() and playlist_list_open_stream(), providing an easy API for all of them.
* Makefile.am: append LIBWRAP_LDFLAGS to OUTPUT_LIBSMax Kellermann2010-06-21
| | | | This fixes test/run_output.
* Makefile.am: distribute refcount.hAvuton Olrich2010-06-13
|
* Makefile.am: distribute open.hMax Kellermann2010-06-08
|
* test: added debug program "run_inotify"Max Kellermann2010-05-30
|
* tag_ape: move table lookup to tag_table.hMax Kellermann2010-05-30
| | | | Allow code sharing.
* output/win32: new output plugin for Windows WaveMax Kellermann2010-05-20
|
* Makefile.am: disable test/read_mixer unless HAVE_ALSAMax Kellermann2010-05-19
|
* input/ffmpeg: new input plugin using libavformat's "avio" libraryMax Kellermann2010-05-18
|
* Decoder for game music emulation library.Tony Miller2010-04-10
| | | | | | | | Supports a number of videogame music formats, more info here: http://www.fly.net/~ant/libs/audio.html I wrote this plugin for the latest svn, get it here: http://code.google.com/p/game-music-emu/source/checkout
* Makefile.am: distribute pcm_pack.hMax Kellermann2010-03-28
| | | | Fix distcheck.
* replay_gain: reimplement as a filter pluginMax Kellermann2010-02-17
| | | | | | | Apply the replay gain in the output thread. This means a new setting will be active instantly, without going through the whole music pipe. And we might have different replay gain settings for each audio output device.
* Makefile.am: remove sticker.xmlMax Kellermann2010-02-08
|
* playlist_queue: moved code to playlist_mapper.cMax Kellermann2010-02-08
|
* playlist_queue: moved check_translate_song() to playlist_song.cMax Kellermann2010-02-08
|
* client: optionally use libwrapDavide Camurri2010-01-20
|
* audio_format: support packed 24 bit samplesMax Kellermann2010-01-16
|
* test/run_convert: use fifo_buffer to adapt to odd sample sizesMax Kellermann2010-01-16
| | | | | Ensure that the pcm_convert() length argument is aligned to the sample size.
* playlist: added a FLAC playlist pluginMax Kellermann2010-01-06
| | | | This playlist plugin handles FLAC files with embedded CUE sheets.