aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-07-30encoder/lame,twolame: convert to C++Max Kellermann5-107/+156
2013-07-30encoder/wave: convert to C++Max Kellermann3-27/+59
2013-07-30encoder/null: convert to C++Max Kellermann3-25/+55
2013-07-30include cleanupMax Kellermann22-46/+8
2013-07-30output_api: convert to C++Max Kellermann24-26/+26
2013-07-30pcm_buffer: convert to C++Max Kellermann30-276/+172
2013-07-30Main: fix crash without state fileMax Kellermann1-1/+2
If no state file is configured, don't chek for state changes.
2013-07-30pcm_resample: convert to C++Max Kellermann9-316/+261
2013-07-30PcmConvert: don't memset() in the constructorMax Kellermann1-4/+2
This destroys data inside PcmDsd and other attributes. It was once necessary, but is not anymore.
2013-07-29encoder/flac: convert to C++Max Kellermann3-23/+57
2013-07-29pcm_dsd: convert to C++Max Kellermann7-62/+52
2013-07-29audio_check: convert to C++Max Kellermann20-49/+23
2013-07-29tag_table: convert to C++Max Kellermann8-12/+12
2013-07-29XiphTags: convert to C++Max Kellermann5-14/+10
2013-07-29tag_handler: convert to C++Max Kellermann30-57/+52
2013-07-29ape: convert to C++Max Kellermann10-93/+73
2013-07-28tag_id3: convert to C++Max Kellermann6-74/+68
2013-07-28song: convert header to C++Max Kellermann86-675/+628
2013-07-28decoder_api: convert to C++Max Kellermann42-64/+54
2013-07-28decoder/fluidsynth: convert to C++Max Kellermann3-15/+47
2013-07-28decoder/pcm: convert to C++Max Kellermann3-16/+26
2013-07-28decoder/mpcdec: convert to C++Max Kellermann3-11/+43
2013-07-28decoder/modplug: convert to C++Max Kellermann3-29/+58
2013-07-28decoder/mikmod: convert to C++Max Kellermann3-19/+49
2013-07-28decoder/wildmidi: convert to C++Max Kellermann3-21/+51
2013-07-28decoder/mpg123: convert to C++Max Kellermann3-15/+45
2013-07-28decoder/sndfile: convert to C++Max Kellermann3-27/+58
2013-07-28decoder/audiofile: convert to C++Max Kellermann3-20/+51
2013-07-28decoder/{dsf,dsdiff}: convert to C++Max Kellermann7-114/+109
2013-07-26tag_rva2: convert to C++Max Kellermann3-8/+8
2013-07-26decoder/mad: convert to C++Max Kellermann3-314/+321
2013-06-24fix overwriting bitrate with signal typeMatthias Larisch1-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.
2013-05-12text_input_stream: convert to classDenis Krjuchkov6-142/+125
2013-05-12timer: convert to classDenis Krjuchkov7-87/+76
2013-05-06decoder/FLAC*: rename files and symbols to Flac*Denis Krjuchkov13-73/+73
2013-05-06PlaylistFile: use DirectoryReader and file system APIDenis Krjuchkov1-27/+24
2013-05-06ClientFile: use Path and file system API, update usages accordinglyDenis Krjuchkov4-10/+36
This commit also fixes incorrect passing of UTF-8 strings to client_allow_file
2013-05-06ClientFile.cxx: include config.hDenis Krjuchkov1-0/+1
2013-05-06UpdateWalk, ExcludeList: use Path, file system API, DirectoryReader, log in UTF8Denis Krjuchkov3-31/+27
2013-05-05DirectoryReader: rename Failed() to HasFailed() for consistency with TextFileDenis Krjuchkov2-5/+5
2013-04-17Main: move global variables to struct InstanceMax Kellermann11-38/+148
More preparations for multi-player support.
2013-04-17GlobalEvents: include windows.h for DELETE macro workaroundMax Kellermann1-0/+1
2013-04-17decoder_buffer: convert to C++Max Kellermann3-40/+37
2013-04-17decoder/faad: convert to C++Max Kellermann3-50/+78
2013-04-17song_sort: convert to C++Max Kellermann3-7/+10
2013-04-17encoder_list: convert to C++Max Kellermann6-17/+9
2013-04-17input/soup: plugin removedMax Kellermann4-525/+1
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.
2013-04-17don't use g_thread_init() with GLib 2.32Max Kellermann1-0/+2
Deprecated.
2013-04-17use g_thread_new() if GLib is recent enoughMax Kellermann5-9/+26
Fixes deprecation warnings.
2013-04-17OutputInternal: use Mutex instead of GMutexMax Kellermann6-89/+62