aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/plugins (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | output/jack: cache AudioFormat::channelsMax Kellermann2014-12-241-4/+3
* | output/jack: pass float* to WriteSamples()Max Kellermann2014-12-241-5/+3
* | output/jack: WriteSamples() returns size_tMax Kellermann2014-12-241-4/+11
* | output/jack: pass size_t to WriteSamples()Max Kellermann2014-12-241-3/+3
* | output/jack: use SampleFormat::FLOATMax Kellermann2014-12-241-55/+9
* | output/jack: use std::fill()Max Kellermann2014-12-241-9/+6
* | output/jack: move functions into the structMax Kellermann2014-12-241-208/+246
* | output/jack: merge two mpd_jack_available() callsMax Kellermann2014-12-241-2/+2
* | output/jack: make variables more localMax Kellermann2014-12-241-21/+15
* | output/jack: convert const to constexprMax Kellermann2014-12-241-1/+1
* | output/jack: convert enum to constexprMax Kellermann2014-12-241-3/+1
* | output/winmm: show detailed error messagesMax Kellermann2014-12-171-7/+18
* | output/oss: make the static arrays "constexpr"Max Kellermann2014-12-091-3/+3
* | util/DivideString: add option "strip"Max Kellermann2014-12-041-1/+1
* | util/SplitString: new utility classMax Kellermann2014-12-042-28/+14
* | output/jack: use usleep() instead of g_usleep()Max Kellermann2014-12-041-1/+2
* | util/SplitString: rename to DivideStringMax Kellermann2014-12-031-2/+2
* | output/ao: use class SplitString instead of g_strsplit()Max Kellermann2014-12-021-6/+4
* | output/httpd/IcyMetaDataServer: use CopyString() instead of g_strlcpy()Max Kellermann2014-12-011-18/+7
* | output/httpd/IcyMetaDataServer: don't use GLib typesMax Kellermann2014-12-011-13/+13
* | output/httpd/IcyMetaDataServer: make variables more localMax Kellermann2014-12-011-19/+14
* | Compiler.h: add macro CLANG_OR_GCC_VERSION()Max Kellermann2014-11-281-1/+1
* | Set pulseaudio channel map to WAVE-EXSteven Newbury2014-10-251-1/+5
|/
* output/roar: remove unnecessary "volatile" keywordMax Kellermann2014-10-231-1/+1
* Add MusicBrainz' Release Track Id tagWieland Hoffmann2014-09-271-0/+3
* output/alsa: change a few "dsd" to "dop"Max Kellermann2014-09-261-4/+4
* output/pulse: simplify _wait_for_operation()Max Kellermann2014-09-051-6/+3
* output/alsa, pcm: rename "DSD over USB" to "DoP"Max Kellermann2014-08-311-20/+21
* Merge tag 'v0.18.13'Max Kellermann2014-08-312-0/+15
* *: add missing Compiler.h includesMax Kellermann2014-08-301-0/+1
* output/alsa: fix signed/unsigned comparison warningMax Kellermann2014-08-301-1/+1
* Tag: use SignedSongTime for the song durationMax Kellermann2014-08-291-6/+10
* output/alsa: fix coding styleMax Kellermann2014-08-261-5/+5
* output/alsa: merge Init() into Configure()Max Kellermann2014-08-261-6/+5
* output/alsa: add API documentationMax Kellermann2014-08-261-0/+17
* output/alsa: support native DSD playbackMax Kellermann2014-08-261-0/+12
* output/alsa: move alsa_configure() into the classMax Kellermann2014-08-261-13/+15
* output/alsa: remove obsolete macrosMax Kellermann2014-08-261-3/+0
* PcmExport: use class ConstBufferMax Kellermann2014-08-122-2/+8
* util/Cast: reimplement as template without macroMax Kellermann2014-07-141-10/+4
* Tag: add class const_iterator and methods begin(), end()Max Kellermann2014-07-122-9/+11
* output/plugins/httpd/HttpdClient: fix build failure due to missing stdio.h in...Gustavo Zacarias2014-07-091-0/+1
* PulseOutputPlugin: set icon namePete Beardmore2014-03-041-0/+1
* Merge tag 'release-0.18.9'Max Kellermann2014-03-021-33/+22
* output/sles: support stereoMax Kellermann2014-03-011-5/+7
* output/httpd/client: eliminate GLibMax Kellermann2014-02-241-13/+11
* output/{shout,win32}: include cleanupMax Kellermann2014-02-242-3/+0
* output/openal: use usleep() instead of g_usleep()Max Kellermann2014-02-241-2/+2
* output/pulse: use setenv() instead of g_setenv()Max Kellermann2014-02-241-3/+2
* output/pulse: remove bogus g_free() callMax Kellermann2014-02-241-2/+0