summaryrefslogtreecommitdiff
path: root/src/output
AgeCommit message (Collapse)Author
2016-02-26update copyright year to 2016Max Kellermann
2016-02-19Emit a warning if the OutputThread fails to get realtime schedulingChristian Halaszovich
This only applies to linux systems. Here, sched_setscheduler() is called to get realtime scheduling. With this patch, the return value of this function is now checked and a warning / error message is generated if it fails.
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
This new library is integrated in the PcmExport class and (if enabled) converts MPD's channel order (= FLAC channel order) to ALSA channel order. This fixes: http://bugs.musicpd.org/view.php?id=3147 and http://bugs.musicpd.org/view.php?id=3255
2015-10-27Merge tag 'v0.19.11'Max Kellermann
2015-10-26output/Command: flush the mixer cache when enabling/disabling outputMax Kellermann
Fixes mixer lag (http://bugs.musicpd.org/view.php?id=4425).
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
Also uses the notification system to display tags.
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
Right after booting, the monotonic clock starts with a very small value, and AudioOutput::LockUpdate() may believe that the fail_timer has not recovered yet.
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
2015-03-03*: change C-style prototypes, drop "(void)"Max Kellermann
2015-02-28fs/FileInfo: new library providing GetFileInfo()Max Kellermann
Replaces StatFile(), with a portable data object.
2015-02-10net/SocketAddress: light wrapper for struct sockaddrMax Kellermann
2015-02-10system/{Resolver,Socket{Error,Util}}: move to new library libnet.aMax Kellermann
2015-02-01output/sles: use AudioOutputWrapper::Create()Max Kellermann
2015-01-28output/fifo: use template AudioOutputWrapperMax Kellermann
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann
The old struct config_param remains only for top-level string options.
2015-01-21config/Option: convert to strictly-typed enumMax Kellermann
2015-01-21config/Param: make "line" signedMax Kellermann
2015-01-21ConfigData: move struct config_param to Param.hxxMax Kellermann
2015-01-14output/recorder: dynamic file nameMax Kellermann
2015-01-14output/recorder: move code to encoder/ToOutputStream.cxxMax Kellermann
2015-01-14fs/io/FileOutputStream: add static method Create()Max Kellermann
2015-01-09output/null: convert struct to classMax Kellermann
2015-01-09output/null: move functions into the structMax Kellermann
2015-01-08encoder/Interface: move functions into the structMax Kellermann