Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | configure.ac: add option --enable-eventfd | Max Kellermann | 2013-08-06 | 1 | -1/+3 | |
| | | | | | | Remove the runtime check for eventfd(), hard-code the feature once it's been selected at compile time. The class WakeFD is splitted into EventFD and EventPipe, using WakeFD as a macro diversion. | |||||
* | encoder/lame: dynamic output buffer | Max Kellermann | 2013-08-06 | 1 | -0/+1 | |
| | ||||||
* | audio_format: convert to C++ | Max Kellermann | 2013-08-03 | 1 | -9/+7 | |
| | ||||||
* | tag: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -2/+1 | |
| | ||||||
* | tag: move enum tag_type to TagType.h | Max Kellermann | 2013-07-30 | 1 | -0/+1 | |
| | ||||||
* | encoder_api: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -2/+2 | |
| | ||||||
* | encoder/lame,twolame: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -2/+6 | |
| | ||||||
* | encoder/wave: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -1/+3 | |
| | ||||||
* | encoder/null: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -1/+1 | |
| | ||||||
* | output_api: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -1/+1 | |
| | ||||||
* | pcm_buffer: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -1/+1 | |
| | ||||||
* | pcm_resample: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -4/+4 | |
| | ||||||
* | encoder/flac: convert to C++ | Max Kellermann | 2013-07-29 | 1 | -1/+2 | |
| | ||||||
* | pcm_dsd: convert to C++ | Max Kellermann | 2013-07-29 | 1 | -2/+2 | |
| | ||||||
* | audio_check: convert to C++ | Max Kellermann | 2013-07-29 | 1 | -12/+11 | |
| | ||||||
* | tag_table: convert to C++ | Max Kellermann | 2013-07-29 | 1 | -1/+1 | |
| | ||||||
* | XiphTags: convert to C++ | Max Kellermann | 2013-07-29 | 1 | -1/+1 | |
| | ||||||
* | tag_handler: convert to C++ | Max Kellermann | 2013-07-29 | 1 | -5/+5 | |
| | ||||||
* | ape: convert to C++ | Max Kellermann | 2013-07-29 | 1 | -6/+3 | |
| | ||||||
* | tag_id3: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -3/+2 | |
| | ||||||
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -2/+1 | |
| | ||||||
* | decoder_api: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -6/+4 | |
| | ||||||
* | decoder/fluidsynth: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -1/+3 | |
| | ||||||
* | decoder/pcm: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -2/+2 | |
| | ||||||
* | decoder/mpcdec: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -1/+3 | |
| | ||||||
* | decoder/modplug: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -2/+4 | |
| | ||||||
* | decoder/mikmod: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -1/+3 | |
| | ||||||
* | decoder/wildmidi: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -1/+3 | |
| | ||||||
* | decoder/mpg123: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -1/+3 | |
| | ||||||
* | decoder/sndfile: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -1/+3 | |
| | ||||||
* | decoder/audiofile: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -1/+3 | |
| | ||||||
* | decoder/{dsf,dsdiff}: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -6/+6 | |
| | ||||||
* | tag_rva2: convert to C++ | Max Kellermann | 2013-07-26 | 1 | -4/+3 | |
| | ||||||
* | decoder/mad: convert to C++ | Max Kellermann | 2013-07-26 | 1 | -1/+3 | |
| | ||||||
* | text_input_stream: convert to class | Denis Krjuchkov | 2013-05-12 | 1 | -4/+4 | |
| | ||||||
* | timer: convert to class | Denis Krjuchkov | 2013-05-12 | 1 | -3/+3 | |
| | ||||||
* | decoder/FLAC*: rename files and symbols to Flac* | Denis Krjuchkov | 2013-05-06 | 1 | -8/+8 | |
| | ||||||
* | Main: move global variables to struct Instance | Max Kellermann | 2013-04-17 | 1 | -0/+1 | |
| | | | | More preparations for multi-player support. | |||||
* | decoder_buffer: convert to C++ | Max Kellermann | 2013-04-17 | 1 | -2/+1 | |
| | ||||||
* | decoder/faad: convert to C++ | Max Kellermann | 2013-04-17 | 1 | -1/+2 | |
| | ||||||
* | song_sort: convert to C++ | Max Kellermann | 2013-04-17 | 1 | -2/+2 | |
| | ||||||
* | encoder_list: convert to C++ | Max Kellermann | 2013-04-17 | 1 | -2/+1 | |
| | ||||||
* | input/soup: plugin removed | Max Kellermann | 2013-04-17 | 1 | -7/+0 | |
| | | | | | | This plugin is cumbersome to support, now that MPD is migrating away from GLib and the GLib event loop. It has no practical advantages over the CURL plugin. Soup requires the bloated GType library. | |||||
* | output: convert to C++ | Max Kellermann | 2013-04-17 | 1 | -2/+2 | |
| | ||||||
* | output/solaris: convert to C++ | Max Kellermann | 2013-04-17 | 1 | -1/+1 | |
| | ||||||
* | output/openal: convert to C++ | Max Kellermann | 2013-04-17 | 1 | -1/+1 | |
| | ||||||
* | output/ao: convert to C++ | Max Kellermann | 2013-04-17 | 1 | -1/+1 | |
| | ||||||
* | output/shout: convert to C++ | Max Kellermann | 2013-04-17 | 1 | -1/+1 | |
| | ||||||
* | output/ffado: remove broken plugin | Max Kellermann | 2013-04-17 | 1 | -7/+0 | |
| | | | | | This plugin has been in MPD for three years, and it has never worked. Enough! | |||||
* | output/mvp: remove obsolete plugin | Max Kellermann | 2013-04-17 | 1 | -5/+0 | |
| | | | | | | The hardware is obsolete, and the product does not exist anymore on the Hauppauge web site. Let's see if anybody complains about the removal. |