Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | notify: removed the "Notify" typedef | Max Kellermann | 2008-10-08 | 1 | -5/+9 |
| | | | | Typedefs shouldn't be used, use the bare struct names instead. | ||||
* | song: converted typedef Song to struct song | Max Kellermann | 2008-10-08 | 1 | -2/+4 |
| | | | | Again, a data type which can be forward-declared. | ||||
* | notify: added notify_deinit() | Max Kellermann | 2008-09-24 | 1 | -0/+5 |
| | | | | Destroy the mutex when it is not used anymore. | ||||
* | moved code to pc_init(), dc_init() | Max Kellermann | 2008-08-26 | 1 | -0/+8 |
| | |||||
* | renamed decode.h to decoder_control.h | Max Kellermann | 2008-08-26 | 1 | -1/+1 |
| | |||||
* | moved variable "dc" to decode.h | Max Kellermann | 2008-08-26 | 1 | -1/+2 |
| | | | | | Now that "dc" is available here, we don't have to pass it to decoder_is_idle() and decoder_is_starting() anymore. | ||||
* | added decoder_control.c | Max Kellermann | 2008-08-26 | 1 | -0/+82 |
The source "decoder_control.c" provides an API for controlling the decoder. This replaces various direct accesses to the DecoderControl struct. |