aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* decoder/ffmpeg: require ffmpeg/libav 0.8Max Kellermann2013-07-313-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 changesMax Kellermann2013-07-311-5/+4
|
* decoder/mpcdec: remove support for the "old" APIMax Kellermann2013-07-312-121/+35
| | | | This old version has been obsolete for many years - time to remove it.
* Tag: add method Clear()Max Kellermann2013-07-317-20/+31
| | | | Allow reusing Tag instances.
* DecoderAPI: pass rvalue reference to decoder_tag()Max Kellermann2013-07-319-14/+13
| | | | Avoid duplicating the tag.
* tag: convert to C++Max Kellermann2013-07-30105-722/+710
|
* tag: move enum tag_type to TagType.hMax Kellermann2013-07-3015-45/+73
|
* encoder_api: convert to C++Max Kellermann2013-07-3026-236/+199
|
* encoder/lame,twolame: convert to C++Max Kellermann2013-07-306-109/+162
|
* encoder/wave: convert to C++Max Kellermann2013-07-304-28/+62
|
* encoder/null: convert to C++Max Kellermann2013-07-304-26/+56
|
* include cleanupMax Kellermann2013-07-3022-46/+8
|
* output_api: convert to C++Max Kellermann2013-07-3025-27/+27
|
* pcm_buffer: convert to C++Max Kellermann2013-07-3033-314/+190
|
* Main: fix crash without state fileMax Kellermann2013-07-301-1/+2
| | | | If no state file is configured, don't chek for state changes.
* pcm_resample: convert to C++Max Kellermann2013-07-3010-320/+265
|
* PcmConvert: don't memset() in the constructorMax Kellermann2013-07-301-4/+2
| | | | | This destroys data inside PcmDsd and other attributes. It was once necessary, but is not anymore.
* encoder/flac: convert to C++Max Kellermann2013-07-294-24/+59
|
* pcm_dsd: convert to C++Max Kellermann2013-07-298-64/+54
|
* audio_check: convert to C++Max Kellermann2013-07-2921-61/+34
|
* tag_table: convert to C++Max Kellermann2013-07-299-13/+13
|
* XiphTags: convert to C++Max Kellermann2013-07-296-15/+11
|
* tag_handler: convert to C++Max Kellermann2013-07-2932-63/+58
|
* ape: convert to C++Max Kellermann2013-07-2912-102/+77
|
* tag_id3: convert to C++Max Kellermann2013-07-289-81/+72
|
* song: convert header to C++Max Kellermann2013-07-2891-691/+643
|
* decoder_api: convert to C++Max Kellermann2013-07-2846-73/+61
|
* decoder/fluidsynth: convert to C++Max Kellermann2013-07-284-16/+50
|
* decoder/pcm: convert to C++Max Kellermann2013-07-284-18/+28
|
* decoder/mpcdec: convert to C++Max Kellermann2013-07-284-12/+46
|
* decoder/modplug: convert to C++Max Kellermann2013-07-284-31/+62
|
* decoder/mikmod: convert to C++Max Kellermann2013-07-284-20/+52
|
* decoder/wildmidi: convert to C++Max Kellermann2013-07-284-22/+54
|
* decoder/mpg123: convert to C++Max Kellermann2013-07-284-16/+48
|
* decoder/sndfile: convert to C++Max Kellermann2013-07-284-28/+61
|
* decoder/audiofile: convert to C++Max Kellermann2013-07-284-21/+54
|
* decoder/{dsf,dsdiff}: convert to C++Max Kellermann2013-07-288-120/+115
|
* tag_rva2: convert to C++Max Kellermann2013-07-265-14/+15
|
* decoder/mad: convert to C++Max Kellermann2013-07-264-315/+324
|
* Merge branch 'master' of git://git.musicpd.org/dk/mpdMax Kellermann2013-06-2439-404/+392
|\
| * text_input_stream: convert to classDenis Krjuchkov2013-05-128-159/+138
| |
| * timer: convert to classDenis Krjuchkov2013-05-128-90/+79
| |
| * decoder/FLAC*: rename files and symbols to Flac*Denis Krjuchkov2013-05-0614-81/+81
| |
| * PlaylistFile: use DirectoryReader and file system APIDenis Krjuchkov2013-05-061-27/+24
| |
| * ClientFile: use Path and file system API, update usages accordinglyDenis Krjuchkov2013-05-064-10/+36
| | | | | | | | This commit also fixes incorrect passing of UTF-8 strings to client_allow_file
| * ClientFile.cxx: include config.hDenis Krjuchkov2013-05-061-0/+1
| |
| * UpdateWalk, ExcludeList: use Path, file system API, DirectoryReader, log in UTF8Denis Krjuchkov2013-05-063-31/+27
| |
| * DirectoryReader: rename Failed() to HasFailed() for consistency with TextFileDenis Krjuchkov2013-05-052-5/+5
| |
| * .gitignore: always ignore any .exe filesDenis Krjuchkov2013-05-051-1/+1
| |
* | fix overwriting bitrate with signal typeMatthias Larisch2013-06-241-3/+3
|/ | | | | | | I recently opened a bug: http://bugs.musicpd.org/view.php?id=3787 The main problem is that opus encoder config for signal overwrote bitrate setting.