- 16 Mar, 2011 1 commit
-
-
Hans-Kristian Arntzen 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.
-
- 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
-
- 08 Oct, 2010 1 commit
-
-
Denis Krjuchkov authored
Win32 has many audio APIs. New name is slightly more correct.
-
- 20 May, 2010 1 commit
-
-
Max Kellermann authored
-
- 01 Jan, 2010 1 commit
-
-
Avuton Olrich authored
-
- 12 Nov, 2009 1 commit
-
-
Max Kellermann authored
After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue.
-
- 21 Oct, 2009 1 commit
-
-
Max Kellermann authored
-
- 20 Oct, 2009 1 commit
-
-
Max Kellermann authored
-
- 06 Sep, 2009 1 commit
-
-
Serge Ziryukin authored
-
- 24 Aug, 2009 1 commit
-
-
Max Kellermann authored
The recorder plugin writes audio played by MPD to a file. This may be useful for recording radio streams. This implementation is incomplete, because support for tags is missing, and MPD should be able to record each track to a different file.
-
- 21 Mar, 2009 1 commit
-
-
Viliam Mateicka authored
-
- 16 Mar, 2009 1 commit
-
-
Max Kellermann authored
-
- 15 Mar, 2009 1 commit
-
-
Max Kellermann authored
Let's get rid of the "shout" plugin, and the awfully complicated icecast daemon setup! MPD can do better if it's doing the HTTP server stuff on its own. This new plugin has several advantages: - easier to set up - only one daemon, no password settings, no mount settings - MPD controls the encoder and thus already knows the packet boundaries - icecast has to parse them - MPD doesn't bother to encode data while nobody is listening This implementation is very experimental (no header parsing, ignores request URI, no icy-metadata, ...). It should be able to suport several encoders in parallel in the future (with different bit rates, different codec, ...), to make MPD the perfect streaming server. Once MPD gets multi-player support, we can even mount several different radio stations on one server.
-
- 13 Mar, 2009 1 commit
-
-
Avuton Olrich authored
This updates the copyright header to all be the same, which is pretty much an update of where to mail request for a copy of the GPL and the years of the MPD project. This also puts all committers under 'The Music Player Project' umbrella. These entries should go individually in the AUTHORS file, for consistancy.
-
- 28 Feb, 2009 1 commit
-
-
Michal Nazarewicz authored
[mk: adapted to new output plugin API]
-
- 26 Feb, 2009 1 commit
-
-
Max Kellermann authored
Renamed types, functions and variables.
-
- 25 Feb, 2009 3 commits
-
-
Max Kellermann authored
Renamed types, functions and variables.
-
Max Kellermann authored
Renamed types, functions and variables.
-
Max Kellermann authored
Renamed functions and variables.
-
- 22 Jan, 2009 1 commit
-
-
Max Kellermann authored
Renamed functions and variables.
-
- 08 Jan, 2009 1 commit
-
-
Max Kellermann authored
-
- 29 Dec, 2008 1 commit
-
-
Max Kellermann authored
Only include headers which are really needed. os_compat.h aimed to make MPD easily portable, but was never actually made portable.
-
- 29 Oct, 2008 1 commit
-
-
Max Kellermann authored
-
- 26 Oct, 2008 1 commit
-
-
Max Kellermann authored
Don't compile the sources of disabled output plugins at all.
-
- 08 Sep, 2008 1 commit
-
-
Max Kellermann authored
Instead of having to register each output plugin, store them statically in an array. This eliminates the need for the List library here, and saves some small allocations during startup.
-