aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/oss_output_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-27audio_format: remove SAMPLE_FORMAT_DSD_OVER_USBMax Kellermann1-1/+0
2012-03-27pcm_export: implement 24 to 32 bit conversionMax Kellermann1-1/+1
2012-03-27pcm_export: support DSD to DSD-over-USB conversionMax Kellermann1-3/+7
2012-03-22audio_format: remove the packed S24 formatMax Kellermann1-1/+0
2012-03-22output/oss: use pcm_export to pack 24 bit samplesMax Kellermann1-10/+15
2012-03-22pcm_export: add option "pack"Max Kellermann1-0/+1
2012-03-22output/oss: remember the real OSS formatMax Kellermann1-5/+13
2012-03-21output/oss: move code to oss_probe_sample_format()Max Kellermann1-34/+59
2012-03-21output/{alsa,oss}: move endian code to new library pcm_exportMax Kellermann1-30/+13
2012-03-21output/oss: always receive host byte order samplesMax Kellermann1-7/+68
2012-03-21audio_format: remove the format SAMPLE_FORMAT_DSD_LSBFIRSTMax Kellermann1-1/+0
2012-03-19audio_format: basic support for DSD-over-USBMax Kellermann1-0/+1
2012-03-06use g_strerror() instead of strerror()Max Kellermann1-5/+5
2012-03-01audio_format: add DSD sample formatMax Kellermann1-0/+2
2011-10-20audio_format: basic support for floating point samplesMax Kellermann1-0/+1
2011-09-19output_plugin: the plugin allocates the audio_output objectMax Kellermann1-17/+32
2011-09-17output: per-plugin headerMax Kellermann1-0/+1
2011-09-17output: rename plugin source filesMax Kellermann1-0/+0
2011-02-28output/oss: disable 24 bit playback on FreeBSDMax Kellermann1-0/+9
2011-02-28output/oss: AFMT_S24_PACKED is little-endianMax Kellermann1-0/+12
2011-02-09general: whitespace cleanupThomas Jansen1-1/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-07-25database, ...: remove EINTR checks after stdio callsMax Kellermann1-1/+1
2010-05-14output/oss: 24 bit support via OSS4Max Kellermann1-0/+34
2010-05-13output/oss: rewrite of the audio format detectionMax Kellermann1-301/+324
2010-05-13output/oss: use the *_NE macrosMax Kellermann1-8/+2
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-02audio_format: changed "bits" to "enum sample_format"Max Kellermann1-4/+5
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-11-10fd_util: removed creat_cloexec()Max Kellermann1-2/+2
2009-11-07set the close-on-exec flag on all file descriptorsMax Kellermann1-3/+7
2009-10-20mixer/{oss,alsa}: renamed the mixer source filesMax Kellermann1-1/+2
2009-03-26output_plugin: replaced output_plugin.get_mixer() with mixer_pluginMax Kellermann1-20/+1
2009-03-14mixer_api: moved mixer_plugin imports to mixer_list.hMax Kellermann1-1/+1
2009-03-14mixer_api: moved functions to mixer_control.cMax Kellermann1-0/+1
2009-03-13all: Update copyright header.Avuton Olrich1-9/+7
2009-03-01output: removed duplicate debug messages from pluginsMax Kellermann1-5/+0
2009-02-26output_plugin: report errors with GErrorMax Kellermann1-32/+43
2009-02-26oss: moved code from oss_open() to oss_setup()Max Kellermann1-13/+26
2009-02-26oss: convert OSS_STAT_* to an enumMax Kellermann1-10/+15
2009-02-26oss: return bool instead of intMax Kellermann1-10/+10
2009-02-26oss: use unsigned integersMax Kellermann1-14/+9
2009-02-26oss: no CamelCaseMax Kellermann1-107/+125
2009-02-25output_plugin: don't pass audio_output object to method init()Max Kellermann1-2/+1
2009-02-23output: pass the music chunk pointer as void*, not char*Max Kellermann1-2/+2
2009-02-23output_api: play() returns a lengthMax Kellermann1-10/+7
2009-02-16output_plugin: replaced method "control()" with "mixer()"Max Kellermann1-8/+9
2009-01-25use g_free() instead of free()Max Kellermann1-1/+1
2009-01-25mixer: removed mixer_configure(), configure mixer in mixer_new()Max Kellermann1-4/+2
2009-01-25mixer: return a mixer struct pointerMax Kellermann1-8/+10