Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | commmand: fix URI argument in playlistadd | tsufeki | 2013-08-01 | 2 | -1/+3 | |
| | | ||||||
| * | NULL pointer vs bool "false" confusion | Matthias Drochner | 2013-06-24 | 3 | -3/+3 | |
| | | | | | | | | | | there are some places in the mpd-0.17.4 sources where a "false" is used instead of a NULL pointer. | |||||
| * | configure.ac: fix hidden syntax errorv0.17.x | Max Kellermann | 2013-04-17 | 1 | -2/+2 | |
| | | ||||||
| * | doc: move sticker_file to "optional parameters" | Max Kellermann | 2013-04-16 | 1 | -4/+4 | |
| | | ||||||
| * | doc: mpd.conf.5 wrongly documents parameters as required | Florian Schlichting | 2013-04-16 | 1 | -11/+11 | |
| | | | | | | | | | | | | mpd.conf.5 lists follow_outside_symlinks and follow_inside_symlinks under REQUIRED, yet also documents a default value for these options, which only makes sense if they're not actually required. | |||||
| * | prepare 0.17.5 | Max Kellermann | 2013-04-16 | 2 | -2/+3 | |
| | | ||||||
* | | ConfigData: remove obsolete functions | Max Kellermann | 2013-08-04 | 2 | -79/+0 | |
| | | ||||||
* | | PlaylistPlugin: pass config_param reference | Max Kellermann | 2013-08-04 | 4 | -13/+14 | |
| | | ||||||
* | | DatabasePlugin: pass config_param reference | Max Kellermann | 2013-08-04 | 8 | -17/+17 | |
| | | ||||||
* | | InputPlugin: pass config_param reference | Max Kellermann | 2013-08-04 | 4 | -16/+18 | |
| | | ||||||
* | | MixerPlugin: pass config_param reference | Max Kellermann | 2013-08-04 | 11 | -27/+30 | |
| | | ||||||
* | | FilterPlugin: pass config_param reference | Max Kellermann | 2013-08-04 | 14 | -35/+36 | |
| | | ||||||
* | | EncoderPlugin: pass config_param reference | Max Kellermann | 2013-08-04 | 13 | -49/+47 | |
| | | ||||||
* | | OutputPlugin: pass config_param reference | Max Kellermann | 2013-08-04 | 24 | -156/+159 | |
| | | ||||||
* | | DecoderPlugin: pass config_param reference | Max Kellermann | 2013-08-04 | 13 | -35/+34 | |
| | | ||||||
* | | ConfigData: move code to block_param, config_param methods | Max Kellermann | 2013-08-04 | 2 | -42/+113 | |
| | | ||||||
* | | ConfigData: remove C++ checks | Max Kellermann | 2013-08-03 | 1 | -20/+0 | |
| | | ||||||
* | | audio_format: convert to C++ | Max Kellermann | 2013-08-03 | 121 | -1275/+1251 | |
| | | ||||||
* | | gcc.h: add macro gcc_unreachable() | Max Kellermann | 2013-08-03 | 12 | -14/+18 | |
| | | ||||||
* | | PcmBuffer: reset size in Clear() | Max Kellermann | 2013-08-01 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Fix for Mantis #3806. "PcmBuffer::Clear clears the buffer but does not reset the size. If Get is called on the same PcmBuffer later on with a size that is the same as (or less than) it was before the call to Clear, the "else" branch is taken and the memory of buffer (at the address of nullptr) is poisoned instead of the necessary allocation being performed. A memset or memcpy on the returned pointer (nullptr) causes a segmentation fault." | |||||
* | | Tag: check bulk mode in Clear() | Max Kellermann | 2013-07-31 | 1 | -1/+8 | |
| | | ||||||
* | | decoder/ffmpeg: require ffmpeg/libav 0.8 | Max Kellermann | 2013-07-31 | 3 | -90/+2 | |
| | | | | | | | | | | Now that even Debian stable has picked up version 0.8, we can safely make this a requirement, and remove a lot of old cruft. | |||||
* | | output/winmm: adapt to PcmBuffer API changes | Max Kellermann | 2013-07-31 | 1 | -5/+4 | |
| | | ||||||
* | | decoder/mpcdec: remove support for the "old" API | Max Kellermann | 2013-07-31 | 2 | -121/+35 | |
| | | | | | | | | This old version has been obsolete for many years - time to remove it. | |||||
* | | Tag: add method Clear() | Max Kellermann | 2013-07-31 | 7 | -20/+31 | |
| | | | | | | | | Allow reusing Tag instances. | |||||
* | | DecoderAPI: pass rvalue reference to decoder_tag() | Max Kellermann | 2013-07-31 | 9 | -14/+13 | |
| | | | | | | | | Avoid duplicating the tag. | |||||
* | | tag: convert to C++ | Max Kellermann | 2013-07-30 | 105 | -722/+710 | |
| | | ||||||
* | | tag: move enum tag_type to TagType.h | Max Kellermann | 2013-07-30 | 15 | -45/+73 | |
| | | ||||||
* | | encoder_api: convert to C++ | Max Kellermann | 2013-07-30 | 26 | -236/+199 | |
| | | ||||||
* | | encoder/lame,twolame: convert to C++ | Max Kellermann | 2013-07-30 | 6 | -109/+162 | |
| | | ||||||
* | | encoder/wave: convert to C++ | Max Kellermann | 2013-07-30 | 4 | -28/+62 | |
| | | ||||||
* | | encoder/null: convert to C++ | Max Kellermann | 2013-07-30 | 4 | -26/+56 | |
| | | ||||||
* | | include cleanup | Max Kellermann | 2013-07-30 | 22 | -46/+8 | |
| | | ||||||
* | | output_api: convert to C++ | Max Kellermann | 2013-07-30 | 25 | -27/+27 | |
| | | ||||||
* | | pcm_buffer: convert to C++ | Max Kellermann | 2013-07-30 | 33 | -314/+190 | |
| | | ||||||
* | | Main: fix crash without state file | Max Kellermann | 2013-07-30 | 1 | -1/+2 | |
| | | | | | | | | If no state file is configured, don't chek for state changes. | |||||
* | | pcm_resample: convert to C++ | Max Kellermann | 2013-07-30 | 10 | -320/+265 | |
| | | ||||||
* | | PcmConvert: don't memset() in the constructor | Max Kellermann | 2013-07-30 | 1 | -4/+2 | |
| | | | | | | | | | | This destroys data inside PcmDsd and other attributes. It was once necessary, but is not anymore. | |||||
* | | encoder/flac: convert to C++ | Max Kellermann | 2013-07-29 | 4 | -24/+59 | |
| | | ||||||
* | | pcm_dsd: convert to C++ | Max Kellermann | 2013-07-29 | 8 | -64/+54 | |
| | | ||||||
* | | audio_check: convert to C++ | Max Kellermann | 2013-07-29 | 21 | -61/+34 | |
| | | ||||||
* | | tag_table: convert to C++ | Max Kellermann | 2013-07-29 | 9 | -13/+13 | |
| | | ||||||
* | | XiphTags: convert to C++ | Max Kellermann | 2013-07-29 | 6 | -15/+11 | |
| | | ||||||
* | | tag_handler: convert to C++ | Max Kellermann | 2013-07-29 | 32 | -63/+58 | |
| | | ||||||
* | | ape: convert to C++ | Max Kellermann | 2013-07-29 | 12 | -102/+77 | |
| | | ||||||
* | | tag_id3: convert to C++ | Max Kellermann | 2013-07-28 | 9 | -81/+72 | |
| | | ||||||
* | | song: convert header to C++ | Max Kellermann | 2013-07-28 | 91 | -691/+643 | |
| | | ||||||
* | | decoder_api: convert to C++ | Max Kellermann | 2013-07-28 | 46 | -73/+61 | |
| | | ||||||
* | | decoder/fluidsynth: convert to C++ | Max Kellermann | 2013-07-28 | 4 | -16/+50 | |
| | | ||||||
* | | decoder/pcm: convert to C++ | Max Kellermann | 2013-07-28 | 4 | -18/+28 | |
| | |