Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | output/shout: refactor check_block_param() to a function | Max Kellermann | 2013-01-10 | 1 | -18/+15 |
| | | | | Don't use macro magic, don't dereference the block_param. | ||||
* | output/shout: move code to my_shout_configure() | Max Kellermann | 2012-10-02 | 1 | -31/+40 |
| | | | | Eliminate the evil goto. | ||||
* | output/{recorder,shout}: call encoder_read() in a loop | Max Kellermann | 2012-10-02 | 1 | -8/+10 |
| | | | | This is necessary for Ogg packets that span more than one page. | ||||
* | output/shout: eliminate struct shout_buffer | Max Kellermann | 2012-10-02 | 1 | -7/+3 |
| | | | | Move the raw buffer to struct shout_data. | ||||
* | output/shout: remove shout_buffer.len | Max Kellermann | 2012-10-02 | 1 | -9/+4 |
| | | | | Make it a local variable instead. | ||||
* | output/shout: fix memory leak in error handler | Max Kellermann | 2012-10-02 | 1 | -2/+7 |
| | |||||
* | output/shout: make variables more local | Max Kellermann | 2012-10-02 | 1 | -49/+26 |
| | |||||
* | Merge branch 'v0.16.x' | Max Kellermann | 2012-04-05 | 1 | -1/+1 |
| | | | | | | Conflicts: src/output/osx_plugin.c src/text_input_stream.c | ||||
* | output_plugin: the plugin allocates the audio_output object | Max Kellermann | 2011-09-19 | 1 | -24/+39 |
| | | | | | | Pass audio_output objects around instead of void pointers. This will give some more control to the plugin, and prepares for non-blocking audio outputs. | ||||
* | output: rename plugin variables | Max Kellermann | 2011-09-17 | 1 | -1/+1 |
| | | | | Consistent naming. | ||||
* | output: per-plugin header | Max Kellermann | 2011-09-17 | 1 | -0/+1 |
| | | | | | Move the "extern" declarations from output_list.c, for more type safety. | ||||
* | output: rename plugin source files | Max Kellermann | 2011-09-17 | 1 | -0/+564 |