aboutsummaryrefslogtreecommitdiffstats
path: root/src/output (unfollow)
Commit message (Expand)AuthorFilesLines
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
2015-01-07output/recorder: move code to method Commit()Max Kellermann1-4/+18
2015-01-07output/recorder: move more functions into the structMax Kellermann1-12/+13
2015-01-07output/oss: use nullptr instead of NULLMax Kellermann1-6/+6
2015-01-07output/oss: add "const" attributesMax Kellermann1-0/+2
2015-01-07output/oss: eliminate unnecessary tail code after "switch"Max Kellermann1-1/+2
2015-01-07output/oss: convert struct to classMax Kellermann1-1/+4
2015-01-07output/oss: add "device" parameter to constructorMax Kellermann1-4/+3
2015-01-06output/oss: move functions into the structMax Kellermann1-107/+97
2015-01-05output/recorder: use config_param::GetBlockPath()Max Kellermann1-12/+17
2015-01-04output/alsa: move functions into the structMax Kellermann1-137/+136
2015-01-04output/pulse: add wrapper for pa_threaded_mainloop_signal()Max Kellermann1-7/+11
2015-01-04output/pulse: convert to classMax Kellermann2-2/+4
2015-01-04output/pulse: move more code into the structMax Kellermann1-75/+148
2015-01-04output/pulse: use AudioOutputWrapper::Init()Max Kellermann1-9/+7
2015-01-03output/openal: convert macro to constexprMax Kellermann1-3/+3
2015-01-03output/openal: convert struct to classMax Kellermann1-1/+1
2015-01-02output/openal: move functions into the classMax Kellermann1-121/+116
2015-01-01Copyright year 2015Max Kellermann65-65/+65
2014-12-31output/osx: use nullptr instead of NULLMax Kellermann1-8/+8
2014-12-30output/pulse: move code into the structMax Kellermann3-286/+299
2014-12-29output/Wrapper: new helper classMax Kellermann6-256/+159
2014-12-29output/pulse: move initialization to constructorMax Kellermann1-5/+3
2014-12-29output/pulse: remove unnecessary initializationMax Kellermann1-2/+0
2014-12-29{mixer,output}/pulse: move code to LogPulseError()Max Kellermann1-6/+4
2014-12-29output/pulse: move SetError() to lib/pulse/Error.cxxMax Kellermann1-21/+17
2014-12-29{mixer,output}/pulse: use a common Domain instanceMax Kellermann1-12/+10