aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/plugins/SolarisOutputPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann1-5/+5
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-01-29output: move functions into the AudioOutput structMax Kellermann1-1/+1
2014-01-29AudioOutput: pass plugin to constructorMax Kellermann1-2/+4
2014-01-28AudioOutput: add constructor and destructorMax Kellermann1-5/+0
2014-01-28output: rename struct audio_output to AudioOutputMax Kellermann1-7/+7
2014-01-28OutputPlugin: rename struct audio_output_plugin to AudioOutputPluginMax Kellermann1-1/+1
2014-01-23output/*: move to output/plugins/Max Kellermann1-1/+1
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-10-02Log: new logging library APIMax Kellermann1-3/+0
2013-09-04util/Error: new error passing libraryMax Kellermann1-24/+10
2013-08-07Makefile.am: move sources to libsystem.aMax Kellermann1-1/+1
2013-08-04OutputPlugin: pass config_param referenceMax Kellermann1-3/+3
2013-08-03audio_format: convert to C++Max Kellermann1-4/+4
2013-07-30output_api: convert to C++Max Kellermann1-1/+1
2013-04-17output/solaris: convert to C++Max Kellermann1-24/+39
2011-09-19output_plugin: the plugin allocates the audio_output objectMax Kellermann1-15/+22
2011-09-19configure.ac: add option --enable-solaris-outputMax Kellermann1-1/+19
2011-09-17output: per-plugin headerMax Kellermann1-0/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-12-21output/solaris: add missing parameter to open_cloexec() callAlex Viskovatoff1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-02audio_format: changed "bits" to "enum sample_format"Max Kellermann1-2/+2
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-11-07set the close-on-exec flag on all file descriptorsMax Kellermann1-1/+2
2009-03-16solaris: new audio output plugin for Solaris /dev/audioMax Kellermann1-0/+175