aboutsummaryrefslogtreecommitdiff
path: root/src/output/oss_plugin.c
Commit message (Expand)AuthorAge
* output: rename plugin source filesMax Kellermann2011-09-17
* Merge commit 'release-0.16.2'Max Kellermann2011-03-19
|\
| * output/oss: disable 24 bit playback on FreeBSDMax Kellermann2011-02-28
| * output/oss: AFMT_S24_PACKED is little-endianMax Kellermann2011-02-28
| * general: whitespace cleanupThomas Jansen2011-02-09
* | copyright year 2011Max Kellermann2011-01-29
|/
* database, ...: remove EINTR checks after stdio callsMax Kellermann2010-07-25
* output/oss: 24 bit support via OSS4Max Kellermann2010-05-14
* output/oss: rewrite of the audio format detectionMax Kellermann2010-05-13
* output/oss: use the *_NE macrosMax Kellermann2010-05-13
* Update copyright notices.Avuton Olrich2009-12-31
* audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-02
* include config.h in all sourcesMax Kellermann2009-11-12
* fd_util: removed creat_cloexec()Max Kellermann2009-11-10
* set the close-on-exec flag on all file descriptorsMax Kellermann2009-11-07
* mixer/{oss,alsa}: renamed the mixer source filesMax Kellermann2009-10-20
* output_plugin: replaced output_plugin.get_mixer() with mixer_pluginMax Kellermann2009-03-26
* mixer_api: moved mixer_plugin imports to mixer_list.hMax Kellermann2009-03-14
* mixer_api: moved functions to mixer_control.cMax Kellermann2009-03-14
* all: Update copyright header.Avuton Olrich2009-03-13
* output: removed duplicate debug messages from pluginsMax Kellermann2009-03-01
* output_plugin: report errors with GErrorMax Kellermann2009-02-26
* oss: moved code from oss_open() to oss_setup()Max Kellermann2009-02-26
* oss: convert OSS_STAT_* to an enumMax Kellermann2009-02-26
* oss: return bool instead of intMax Kellermann2009-02-26
* oss: use unsigned integersMax Kellermann2009-02-26
* oss: no CamelCaseMax Kellermann2009-02-26
* output_plugin: don't pass audio_output object to method init()Max Kellermann2009-02-25
* output: pass the music chunk pointer as void*, not char*Max Kellermann2009-02-23
* output_api: play() returns a lengthMax Kellermann2009-02-23
* output_plugin: replaced method "control()" with "mixer()"Max Kellermann2009-02-16
* use g_free() instead of free()Max Kellermann2009-01-25
* mixer: removed mixer_configure(), configure mixer in mixer_new()Max Kellermann2009-01-25
* mixer: return a mixer struct pointerMax Kellermann2009-01-25
* conf: allow param==NULLMax Kellermann2009-01-25
* conf: const pointers in block get functionsMax Kellermann2009-01-25
* conf: added config_get_block_string()Max Kellermann2009-01-18
* conf: no CamelCase, part IMax Kellermann2009-01-17
* oss: evaluate the oss_open() return value properlyMax Kellermann2009-01-16
* Introducing mixer apiViliam Mateicka2009-01-10
* fix G_BYTE_ORDER checkMax Kellermann2009-01-05
* use GLib byte order macrosMax Kellermann2009-01-05
* renaming mixer.h to mixer_api.hViliam Mateicka2009-01-04
* output plugins: don't include gcc.hMax Kellermann2009-01-01
* Moving mixers to audio outputsViliam Mateicka2008-12-31
* oss: use GLib instead of utils.h/log.hMax Kellermann2008-11-25
* output: close device on play errorMax Kellermann2008-10-29
* output: use bool for return values and flagsMax Kellermann2008-10-29
* oss: check and override audio_format properlyMax Kellermann2008-10-29
* output: don't compile plugins which are disabledMax Kellermann2008-10-26