summaryrefslogtreecommitdiff
path: root/src/output
AgeCommit message (Expand)Author
2016-04-21output/MultipleOutputs: use C++11 initializersMax Kellermann
2016-04-12util/FormatString: return AllocatedStringMax Kellermann
2016-03-18util/IterableSplitString: cheaper variant of SplitString()Max Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-28output/alsa: disable DoP if it failsMax Kellermann
2016-02-28output/alsa: move the PcmExport::Open() call to Open()Max Kellermann
2016-02-28output/alsa: probe DSD_U32 if DSD_U8 failsMax Kellermann
2016-02-28output/alsa: use CamelCaseMax Kellermann
2016-02-28output/alsa: fix indentMax Kellermann
2016-02-28output/alsa: fix typoMax Kellermann
2016-02-28output/alsa: remove option "use_mmap"Max Kellermann
2016-02-28output/alsa: add #ifdef ENABLE_DSDMax Kellermann
2016-02-27output/alsa: pass PcmExport::Params to alsa_setup()Max Kellermann
2016-02-27output/alsa: pass PcmExport::Params to SetupDop()Max Kellermann
2016-02-26pcm/export: move Open() parameters to struct ParamsMax Kellermann
2016-02-26output/alsa: basic infrastructure for DSD_U16 and DSD_U32Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2016-02-19Emit a warning if the OutputThread fails to get realtime schedulingChristian Halaszovich
2015-12-16fs/io/OutputStream: use C++ exceptions in Write()Max Kellermann
2015-12-16fs/io/FileOutputStream: use C++ exceptions in Commit()Max Kellermann
2015-12-16fs/io/FileOutputStream: use C++ exceptions in constructorMax Kellermann
2015-11-11player/Control: add Lock prefix to locking method namesMax Kellermann
2015-11-11StateFile: use StringAfterPrefix() instead of StringStartsWith()Max Kellermann
2015-11-06util/StringUtil: move comparison functions to StringCompare.cxxMax Kellermann
2015-10-27pcm/Order: new library to convert from FLAC to ALSA channel orderMax Kellermann
2015-10-27Merge tag 'v0.19.11'Max Kellermann
2015-10-26output/Command: flush the mixer cache when enabling/disabling outputMax Kellermann
2015-10-19output/httpd: use boost::intrusive::list instead of std::forward_listMax Kellermann
2015-10-16unix/Daemon, playlist/...: remove unused Domain variablesMax Kellermann
2015-09-17unix/Daemon, playlist/pls, ...: remove unused Domain variablesMax Kellermann
2015-09-17output: add native Haiku audio output and mixer supportFrançois Revol
2015-08-15PlayerThread, ...: move to src/player/Max Kellermann
2015-08-12client/Response: new Client wrapper class for writing responsesMax Kellermann
2015-08-06output/fifo: smaller Cancel() bufferMax Kellermann
2015-08-06output/fifo: move the buffer into the loopMax Kellermann
2015-08-06output/fifo: use ssize_t for the read() resultMax Kellermann
2015-08-06output/fifo: simplify the Cancel() loopMax Kellermann
2015-08-06output/fifo: convert struct to classMax Kellermann
2015-08-06output/fifo: use AudioOutputWrapper::Open(),Close()Max Kellermann
2015-08-06output/fifo: rename Open(), Close() to OpenFifo(), CloseFifo()Max Kellermann
2015-07-22net/ToString: rename sockaddr_to_string() to ToString()Max Kellermann
2015-07-22net/Resolver: move sockaddr_to_string() to ToString.cxxMax Kellermann
2015-06-22OutputThread: move code to CloseOutput()Max Kellermann
2015-06-21Merge tag 'v0.19.10'Max Kellermann
2015-06-20OutputControl: fix fail_timer check right after bootingRomain Rollet
2015-03-17*: doxygen fixupsMax Kellermann
2015-03-05output/recorder: convert path to UTF-8 for loggingMax Kellermann
2015-03-05output/winmm: convert device name to filesystem charsetMax Kellermann
2015-03-05output/winmm: eliminate "goto"Max Kellermann
2015-03-04output/winmm: use StringStartsWith() instead of strstr()Max Kellermann