- 11 Sep, 2011 1 commit
-
-
Max Kellermann authored
Reduce header dependencies.
-
- 10 Sep, 2011 2 commits
-
-
Max Kellermann authored
First draft, not really pluggable currently - hard-coded to use the "simple" plugin, and calls several of its internal functions. The API is very simple currently, all searches are still performed over the root "directory" object. Future changes to the API will move those search implementations into the plugin, to allow more efficient implementations, or implementations that don't have the whole tree in memory all the time.
-
Max Kellermann authored
-
- 05 Sep, 2011 1 commit
-
-
Max Kellermann authored
-
- 01 Sep, 2011 2 commits
-
-
Max Kellermann authored
libOggFLAC has been deprecated for 5 years now, and we havn't been testing it for a long time. Let's delete it.
-
Max Kellermann authored
Don't add those to MPD_CFLAGS / MPD_LIBS.
-
- 31 Aug, 2011 1 commit
-
-
Max Kellermann authored
Make the code portable.
-
- 30 Aug, 2011 2 commits
-
-
Max Kellermann authored
.. and destruct the output object properly in test/run_output.
-
Max Kellermann authored
-
- 29 Aug, 2011 5 commits
-
-
Max Kellermann authored
Restore some of the original file structure from from raop_play.
-
Max Kellermann authored
-
Max Kellermann authored
Clean up the process before exiting.
-
Max Kellermann authored
Auto-enable the plugin when OpenSSL was found.
-
Max Kellermann authored
-
- 28 Aug, 2011 1 commit
-
-
Max Kellermann authored
-
- 24 Aug, 2011 2 commits
-
-
Max Kellermann authored
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.
-
Max Kellermann authored
Try to eliminate the remaining blocking I/O.
-
- 18 Jul, 2011 1 commit
-
-
Max Kellermann authored
Sorts remaining songs by priority. This can be used for the much-demanded "queue feature".
-
- 03 Jun, 2011 1 commit
-
-
Max Kellermann authored
-
- 29 Mar, 2011 1 commit
-
-
Simon Kagstrom authored
-
- 16 Mar, 2011 1 commit
-
-
Hans-Kristian Arntzen authored
-
- 18 Feb, 2011 1 commit
-
-
Max Kellermann authored
-
- 13 Feb, 2011 1 commit
-
-
Max Kellermann authored
-
- 29 Jan, 2011 1 commit
-
-
Max Kellermann authored
-
- 28 Jan, 2011 1 commit
-
-
Dustin Puckett authored
Remote Audio Output Protocol (RAOP), for Apple devices.
-
- 09 Jan, 2011 1 commit
-
-
Yuriy Kaminskiy authored
A bit of automake magic (see info automake "Per-Object Flags"). Compile-tested.
-
- 23 Dec, 2010 2 commits
-
-
Max Kellermann authored
Don't create a modified copy for out-of-tree builds.
-
Max Kellermann authored
-
- 22 Dec, 2010 2 commits
-
-
Max Kellermann authored
Just there to support the "cdio_paranoia" input plugin.
-
Max Kellermann authored
-
- 18 Nov, 2010 2 commits
-
-
Max Kellermann authored
Based on the APE reader.
-
Max Kellermann authored
Generic library for scanning APE tags. Eliminated one "goto"!
-
- 27 Oct, 2010 1 commit
-
-
Max Kellermann authored
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
-
- 11 Oct, 2010 1 commit
-
-
Max Kellermann authored
-
- 08 Oct, 2010 2 commits
-
-
Denis Krjuchkov authored
-
Denis Krjuchkov authored
Win32 has many audio APIs. New name is slightly more correct.
-
- 05 Oct, 2010 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 03 Oct, 2010 1 commit
-
-
Qball Cow authored
-
- 23 Sep, 2010 1 commit
-
-
Denis Krjuchkov authored
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.
-