- 04 Aug, 2013 1 commit
-
-
Max Kellermann authored
-
- 28 Jul, 2013 11 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 26 Jul, 2013 1 commit
-
-
Max Kellermann authored
-
- 06 May, 2013 1 commit
-
-
Denis Krjuchkov authored
-
- 17 Apr, 2013 1 commit
-
-
Max Kellermann authored
-
- 08 Apr, 2013 1 commit
-
-
Max Kellermann authored
-
- 30 Jan, 2013 1 commit
-
-
Max Kellermann authored
-
- 28 Jan, 2013 1 commit
-
-
Max Kellermann authored
The underlying library has been obsolete for many years.
-
- 26 Jan, 2013 1 commit
-
-
Max Kellermann authored
-
- 10 Jan, 2013 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 07 Jan, 2013 1 commit
-
-
Max Kellermann authored
-
- 02 Oct, 2012 1 commit
-
-
Max Kellermann authored
-
- 25 Sep, 2012 1 commit
-
-
Max Kellermann authored
-
- 05 Sep, 2012 1 commit
-
-
Max Kellermann authored
Using libopus and libogg.
-
- 27 Jun, 2012 1 commit
-
-
Jurgen Kramer authored
functions to new dsdlib. Update user doc.
-
- 12 Jun, 2012 1 commit
-
-
Max Kellermann authored
-
- 04 Oct, 2011 1 commit
-
-
Max Kellermann authored
Doesn't seem to work yet, getting just noise from a test file. Seeking isn't implemented yet.
-
- 01 Sep, 2011 1 commit
-
-
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.
-
- 29 Jan, 2011 1 commit
-
-
Max Kellermann authored
-
- 22 Dec, 2010 1 commit
-
-
Max Kellermann authored
Just there to support the "cdio_paranoia" input plugin.
-
- 25 Sep, 2010 1 commit
-
-
Thomas Jansen authored
Replaced all occurrences of g_error() with MPD_ERROR() located in a new header file 'mpd_error.h'. This macro uses g_critical() to print the error message and then exits gracefully in contrast to g_error() which would internally call abort() to produce a core dump. The macro name is distinctive and allows to find all places with dubious error handling. The long-term goal is to get rid of MPD_ERROR() altogether. To facilitate the eventual removal of this macro it was added in a new header file rather than to an existing header file. This fixes #2995 and #3007.
-
- 10 Apr, 2010 1 commit
-
-
Tony Miller authored
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
-
- 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.
-
- 09 Nov, 2009 1 commit
-
-
Max Kellermann authored
Copy'n'paste error: call decoder_plugin_supports_mime_type() instead of decoder_plugin_supports_suffix().
-
- 07 Nov, 2009 4 commits
-
-
Max Kellermann authored
Export the decoder_plugins array. The function decoder_plugin_print_all_decoders() it is UI specific and should not live in this backend library.
-
Max Kellermann authored
Remove the static integer hack, that's not thread safe and sucks.
-
Max Kellermann authored
-
Max Kellermann authored
A NULL terminated list is easier to iterate.
-