Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-11-25 | decoder/mp4v2: remove because of incompatible license | Max Kellermann | 1 | -4/+0 | |
libmp4v2 is licensed under MPL 1.1, which is incompatible with GPLv2. Unfortunately, this means that we must remove the plugin. More information can be found in the Debian bug report: http://bugs.debian.org/767504 | |||||
2014-08-07 | decoder/Mp4v2: add MP4v2 decoder plugin | Andrée Ekroth | 1 | -0/+4 | |
This plugin uses the MP4v2 library to play mp4/m4a files. It is limited to file_decode. | |||||
2014-01-24 | ConfigGlobal: add config_find_block() | Max Kellermann | 1 | -26/+1 | |
Merge duplicate code. | |||||
2014-01-24 | Config*: move to config/ | Max Kellermann | 1 | -2/+2 | |
2014-01-24 | decoder/*: move to decoder/plugins/ | Max Kellermann | 1 | -21/+21 | |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2013-12-29 | DecoderList: add function decoder_plugins_supports_suffix() | Max Kellermann | 1 | -37/+8 | |
Replaces decoder_plugin_from_suffix(). | |||||
2013-12-29 | DecoderList: remove unused function decoder_plugin_from_mime_type() | Max Kellermann | 1 | -22/+0 | |
2013-10-22 | DecoderList: fix the decoder_plugin_from_mime_type() return value | Max Kellermann | 1 | -3/+1 | |
2013-10-21 | DecoderList: reimplement _for_each() with function object | Max Kellermann | 1 | -5/+6 | |
2013-10-21 | DecoderPlugin: move functions into the struct | Max Kellermann | 1 | -4/+4 | |
2013-10-21 | decoder_plugin: rename struct to DecoderPlugin | Max Kellermann | 1 | -9/+9 | |
2013-10-20 | decoder/sidplay: add header file | Max Kellermann | 1 | -2/+1 | |
2013-10-19 | *: use references instead of pointers | Max Kellermann | 1 | -5/+5 | |
2013-10-19 | *: use nullptr instead of NULL | Max Kellermann | 1 | -16/+16 | |
2013-10-15 | Util/Macros: replacement for GLib's G_N_ELEMENTS() | Max Kellermann | 1 | -5/+3 | |
2013-09-05 | mpd_error.h: remove obsolete header | Max Kellermann | 1 | -3/+3 | |
Migrate the remaining callers to FatalError(). | |||||
2013-09-05 | conf.h: remove obsolete header | Max Kellermann | 1 | -1/+2 | |
Use only ConfigData.hxx in plugin sources to reduce header dependencies. | |||||
2013-08-04 | DecoderPlugin: pass config_param reference | Max Kellermann | 1 | -4/+7 | |
2013-07-28 | decoder_api: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-07-28 | decoder/fluidsynth: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-07-28 | decoder/pcm: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-07-28 | decoder/mpcdec: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-07-28 | decoder/modplug: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-07-28 | decoder/mikmod: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-07-28 | decoder/wildmidi: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-07-28 | decoder/mpg123: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-07-28 | decoder/sndfile: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-07-28 | decoder/audiofile: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-07-28 | decoder/{dsf,dsdiff}: convert to C++ | Max Kellermann | 1 | -2/+2 | |
2013-07-26 | decoder/mad: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-05-06 | decoder/FLAC*: rename files and symbols to Flac* | Denis Krjuchkov | 1 | -1/+1 | |
2013-04-17 | decoder/faad: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-04-08 | decoder/gme: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-30 | decoder_list: convert to C++ | Max Kellermann | 1 | -2/+2 | |
2013-01-28 | decoder/mp4ff: delete obsolete plugin | Max Kellermann | 1 | -4/+0 | |
The underlying library has been obsolete for many years. | |||||
2013-01-26 | decoder/ffmpeg: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-10 | Log, ...: include cleanup | Max Kellermann | 1 | -1/+0 | |
2013-01-10 | decoder/wavpack: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-07 | decoder/vorbis: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2012-10-02 | decoder/flac: use C++ compiler | Max Kellermann | 1 | -2/+1 | |
2012-09-25 | decoder/adplug: new decoder plugin | Max Kellermann | 1 | -0/+4 | |
2012-09-05 | src/decoder/opus: new decoder plugin for the Opus codec | Max Kellermann | 1 | -0/+4 | |
Using libopus and libogg. | |||||
2012-06-27 | patch to split DSD decoder into separate decoders for DSF en DFF. Move common | Jurgen Kramer | 1 | -1/+3 | |
functions to new dsdlib. Update user doc. | |||||
2012-06-12 | decoder_list: add _for_each() macros | Max Kellermann | 1 | -11/+4 | |
2011-10-04 | decoder/dsdiff: new decoder plugin | Max Kellermann | 1 | -0/+2 | |
Doesn't seem to work yet, getting just noise from a test file. Seeking isn't implemented yet. | |||||
2011-09-01 | decoder/oggflac: delete this obsolete plugin | Max Kellermann | 1 | -1/+1 | |
libOggFLAC has been deprecated for 5 years now, and we havn't been testing it for a long time. Let's delete it. | |||||
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 | |
2010-12-22 | decoder: new "pcm" decoder plugin | Max Kellermann | 1 | -0/+2 | |
Just there to support the "cdio_paranoia" input plugin. | |||||
2010-09-25 | eliminate g_error() usage | Thomas Jansen | 1 | -2/+3 | |
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. |