aboutsummaryrefslogtreecommitdiffstats
path: root/src/output (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-11player/Control: add Lock prefix to locking method namesMax Kellermann1-3/+3
2015-11-11StateFile: use StringAfterPrefix() instead of StringStartsWith()Max Kellermann1-3/+2
2015-11-06util/StringUtil: move comparison functions to StringCompare.cxxMax Kellermann2-2/+2
2015-10-27pcm/Order: new library to convert from FLAC to ALSA channel orderMax Kellermann2-2/+2
2015-10-26output/Command: flush the mixer cache when enabling/disabling outputMax Kellermann1-0/+8
2015-10-19output/httpd: use boost::intrusive::list instead of std::forward_listMax Kellermann3-25/+18
2015-10-16unix/Daemon, playlist/...: remove unused Domain variablesMax Kellermann1-3/+0
2015-09-17unix/Daemon, playlist/pls, ...: remove unused Domain variablesMax Kellermann1-3/+0
2015-09-17output: add native Haiku audio output and mixer supportFrançois Revol3-0/+570
2015-08-15PlayerThread, ...: move to src/player/Max Kellermann3-3/+3
2015-08-12client/Response: new Client wrapper class for writing responsesMax Kellermann2-9/+8
2015-08-06output/fifo: smaller Cancel() bufferMax Kellermann1-4/+2
2015-08-06output/fifo: move the buffer into the loopMax Kellermann1-2/+1
2015-08-06output/fifo: use ssize_t for the read() resultMax Kellermann1-1/+1
2015-08-06output/fifo: simplify the Cancel() loopMax Kellermann1-2/+3
2015-08-06output/fifo: convert struct to classMax Kellermann1-1/+4
2015-08-06output/fifo: use AudioOutputWrapper::Open(),Close()Max Kellermann1-14/+11
2015-08-06output/fifo: rename Open(), Close() to OpenFifo(), CloseFifo()Max Kellermann1-8/+8
2015-07-22net/ToString: rename sockaddr_to_string() to ToString()Max Kellermann1-1/+1
2015-07-22net/Resolver: move sockaddr_to_string() to ToString.cxxMax Kellermann1-1/+1
2015-06-22OutputThread: move code to CloseOutput()Max Kellermann2-6/+19
2015-06-20OutputControl: fix fail_timer check right after bootingRomain Rollet1-1/+2
2015-03-17*: doxygen fixupsMax Kellermann2-2/+2
2015-03-05output/recorder: convert path to UTF-8 for loggingMax Kellermann1-1/+2
2015-03-05output/winmm: convert device name to filesystem charsetMax Kellermann1-1/+7
2015-03-05output/winmm: eliminate "goto"Max Kellermann1-3/+7
2015-03-04output/winmm: use StringStartsWith() instead of strstr()Max Kellermann1-1/+2
2015-03-03*: change C-style prototypes, drop "(void)"Max Kellermann2-2/+2
2015-02-28fs/FileInfo: new library providing GetFileInfo()Max Kellermann1-2/+3
2015-02-10net/SocketAddress: light wrapper for struct sockaddrMax Kellermann2-8/+5
2015-02-10system/{Resolver,Socket{Error,Util}}: move to new library libnet.aMax Kellermann2-2/+2
2015-02-01output/sles: use AudioOutputWrapper::Create()Max Kellermann1-4/+6
2015-01-28output/fifo: use template AudioOutputWrapperMax Kellermann1-47/+39
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann25-217/+219
2015-01-21config/Option: convert to strictly-typed enumMax Kellermann2-3/+3
2015-01-21config/Param: make "line" signedMax Kellermann1-1/+1
2015-01-21ConfigData: move struct config_param to Param.hxxMax Kellermann2-2/+2
2015-01-14output/recorder: dynamic file nameMax Kellermann1-9/+169
2015-01-14output/recorder: move code to encoder/ToOutputStream.cxxMax Kellermann1-17/+2
2015-01-14fs/io/FileOutputStream: add static method Create()Max Kellermann1-4/+2
2015-01-09output/null: convert struct to classMax Kellermann1-1/+4
2015-01-09output/null: move functions into the structMax Kellermann1-75/+47
2015-01-08encoder/Interface: move functions into the structMax Kellermann3-11/+11
2015-01-08encoder/Plugin: move struct Encoder to EncoderInterface.hxxMax Kellermann3-0/+3
2015-01-08output/recorder: convert struct to classMax Kellermann1-1/+3
2015-01-08output/recorder: move encoder_finish() call to destructorMax Kellermann1-10/+7
2015-01-07output/wrapper: add method SendTag()Max Kellermann2-9/+7
2015-01-07output/recorder: remove unused variable "recorder_output_domain"Max Kellermann1-3/+0
2015-01-07output/recorder: use FileOutputStreamMax Kellermann1-49/+15
2015-01-07output/recorder: log commit errorsMax Kellermann1-1/+3