summaryrefslogtreecommitdiff
path: root/src/output
AgeCommit message (Expand)Author
2016-07-05output/shout: remove pointless memset() callMax Kellermann
2015-10-26output/Command: flush the mixer cache when enabling/disabling outputMax Kellermann
2015-10-16unix/Daemon, playlist/...: remove unused Domain variablesMax Kellermann
2015-06-20OutputControl: fix fail_timer check right after bootingRomain Rollet
2014-12-26Merge branch 'v0.18.x' into v0.19.xMax Kellermann
2014-12-26db/proxy, output/shout: fix implicit nullptr/bool conversionMax Kellermann
2014-12-01Output: start with a null mixer.Nix
2014-11-02output/roar: remove unnecessary "volatile" keywordMax Kellermann
2014-10-25OutputThread: fall back to PCM if given DSD sample rate is not supportedMax Kellermann
2014-10-24OutputThread: close the output plugin after filter failureMax Kellermann
2014-10-24OutputThread: unlock mutex for CloseFilter()Max Kellermann
2014-10-23output/roar: remove unnecessary "volatile" keywordMax Kellermann
2014-09-27Add MusicBrainz' Release Track Id tagWieland Hoffmann
2014-09-26output/alsa: change a few "dsd" to "dop"Max Kellermann
2014-09-24Merge branch 'v0.18.x'Max Kellermann
2014-09-05output/pulse: simplify _wait_for_operation()Max Kellermann
2014-08-31output/alsa, pcm: rename "DSD over USB" to "DoP"Max Kellermann
2014-08-31Merge tag 'v0.18.13'Max Kellermann
2014-08-31output/alsa: fix endless loop at end of file in dsd_usb modeMax Kellermann
2014-08-31output/{alsa,oss}: add assertionsMax Kellermann
2014-08-30*: add missing Compiler.h includesMax Kellermann
2014-08-30output/alsa: fix signed/unsigned comparison warningMax Kellermann
2014-08-29MusicChunk: use SignedSongTime for the time stampMax Kellermann
2014-08-29MultipleOutputs: use SignedSongTime for elapsed_timeMax Kellermann
2014-08-29Tag: use SignedSongTime for the song durationMax Kellermann
2014-08-26output/alsa: fix coding styleMax Kellermann
2014-08-26output/alsa: merge Init() into Configure()Max Kellermann
2014-08-26output/alsa: add API documentationMax Kellermann
2014-08-26output/alsa: support native DSD playbackMax Kellermann
2014-08-26output/alsa: move alsa_configure() into the classMax Kellermann
2014-08-26output/alsa: remove obsolete macrosMax Kellermann
2014-08-12PcmExport: use class ConstBufferMax Kellermann
2014-08-12Filter: FilterPCM() returns ConstBufferMax Kellermann
2014-08-12MusicChunk: rename struct to MusicChunkMax Kellermann
2014-08-07fs/output, fs/TextFile: move to fs/io/Max Kellermann
2014-07-30*Save, *State: use the OutputStream API instead of FILE*Max Kellermann
2014-07-14util/Cast: reimplement as template without macroMax Kellermann
2014-07-12Tag: add class const_iterator and methods begin(), end()Max Kellermann
2014-07-09output/plugins/httpd/HttpdClient: fix build failure due to missing stdio.h in...Gustavo Zacarias
2014-07-09output/HttpdClient: fix build failure due to missing stdio.h includeGustavo Zacarias
2014-03-14MultipleOutputs: ensure input_audio_format is zero-initialisedPete Beardmore
2014-03-04PulseOutputPlugin: set icon namePete Beardmore
2014-03-02Merge tag 'release-0.18.9'Max Kellermann
2014-03-02output/alsa: remove the obsolete Raspberry Pi workaroundMax Kellermann
2014-03-02output/alsa: call snd_pcm_prepare() after snd_pcm_drop()Max Kellermann
2014-03-01output/sles: support stereoMax Kellermann
2014-02-24output/pulse: remove bogus g_free() callMax Kellermann
2014-02-24output/httpd/client: eliminate GLibMax Kellermann
2014-02-24output/{shout,win32}: include cleanupMax Kellermann
2014-02-24output/openal: use usleep() instead of g_usleep()Max Kellermann