Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pcm_utils: added pcm_convert_init() | Max Kellermann | 2008-10-21 | 1 | -1/+1 |
* | pcm_utils: renamed ConvState to struct pcm_convert_state | Max Kellermann | 2008-10-21 | 1 | -1/+1 |
* | output: make "struct audio_output" opaque for output plugins | Max Kellermann | 2008-09-24 | 1 | -1/+3 |
* | output: pass audio_format to plugin.init() and plugin.open() | Max Kellermann | 2008-09-24 | 1 | -1/+1 |
* | output: one thread per audio output | Max Kellermann | 2008-09-24 | 1 | -0/+4 |
* | output: don't initialize inAudioFormat, outAudioFormat | Max Kellermann | 2008-09-11 | 1 | -4/+0 |
* | output: removed audio_output.sameInAndOutFormats | Max Kellermann | 2008-09-11 | 1 | -1/+0 |
* | output: removed audio_output.convertAudioFormat | Max Kellermann | 2008-09-11 | 1 | -5/+2 |
* | audio: replaced copyAudioFormat() with simple assignment | Max Kellermann | 2008-09-09 | 1 | -1/+1 |
* | output: renamed the functions in output_control.c | Max Kellermann | 2008-09-09 | 1 | -1/+1 |
* | output: moved code from audioOutput.c to output_control.c | Max Kellermann | 2008-09-09 | 1 | -0/+113 |