summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-08encoder/Plugin: move struct Encoder to EncoderInterface.hxxMax Kellermann
2015-01-08output/recorder: convert struct to classMax Kellermann
2015-01-08output/recorder: move encoder_finish() call to destructorMax Kellermann
2015-01-07output/wrapper: add method SendTag()Max Kellermann
2015-01-07output/recorder: remove unused variable "recorder_output_domain"Max Kellermann
2015-01-07output/recorder: use FileOutputStreamMax Kellermann
2015-01-07output/recorder: log commit errorsMax Kellermann
2015-01-07output/recorder: move code to method Commit()Max Kellermann
2015-01-07output/recorder: move more functions into the structMax Kellermann
2015-01-07output/oss: use nullptr instead of NULLMax Kellermann
2015-01-07output/oss: add "const" attributesMax Kellermann
2015-01-07output/oss: eliminate unnecessary tail code after "switch"Max Kellermann
2015-01-07output/oss: convert struct to classMax Kellermann
2015-01-07output/oss: add "device" parameter to constructorMax Kellermann
2015-01-06fs/io/FileOutputStream: use O_TMPFILE if availableMax Kellermann
2015-01-06test/WriteFile: new debug programMax Kellermann
2015-01-06output/oss: move functions into the structMax Kellermann
2015-01-06Merge branch 'v0.19.x'Max Kellermann
2015-01-06input/async: reset the "open" flag after seeking successfullyMax Kellermann
2015-01-06thread/Name: disable pthread_setname_np() on NetBSDMax Kellermann
2015-01-06thread/Name: enable FormatThreadName() with prctl()Max Kellermann
2015-01-06thread/Name: indent preprocessor commandsMax Kellermann
2015-01-05fs/io/File{Reader,OutputStream}: use OpenFile()Max Kellermann
2015-01-05output/recorder: use config_param::GetBlockPath()Max Kellermann
2015-01-04output/alsa: move functions into the structMax Kellermann
2015-01-04output/pulse: add wrapper for pa_threaded_mainloop_signal()Max Kellermann
2015-01-04output/pulse: convert to classMax Kellermann
2015-01-04output/pulse: move more code into the structMax Kellermann
2015-01-04output/pulse: use AudioOutputWrapper::Init()Max Kellermann
2015-01-03output/openal: convert macro to constexprMax Kellermann
2015-01-03output/openal: convert struct to classMax Kellermann
2015-01-02output/openal: move functions into the classMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-12-31output/osx: use nullptr instead of NULLMax Kellermann
2014-12-30ConfigData: use nullptr instead of NULLMax Kellermann
2014-12-30output/pulse: move code into the structMax Kellermann
2014-12-29output/Wrapper: new helper classMax Kellermann
2014-12-29output/pulse: move initialization to constructorMax Kellermann
2014-12-29output/pulse: remove unnecessary initializationMax Kellermann
2014-12-29{mixer,output}/pulse: move code to LogPulseError()Max Kellermann
2014-12-29output/pulse: move SetError() to lib/pulse/Error.cxxMax Kellermann
2014-12-29{mixer,output}/pulse: use a common Domain instanceMax Kellermann
2014-12-29mixer/pulse: remove redundant "virtual" keywordsMax Kellermann
2014-12-28output/fifo: make variables more localMax Kellermann
2014-12-27output/pipe: convert to classMax Kellermann
2014-12-27output/pipe: add static method Create()Max Kellermann
2014-12-27output/pipe: merge Initialize() and Configure()Max Kellermann
2014-12-27output/pipe: move functions into the structMax Kellermann
2014-12-26EncoderPlugin: pass Tag reference to method tag()Max Kellermann
2014-12-26OutputPlugin: pass Tag reference to _send_tag()Max Kellermann