Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | player: added player_get_audio_format() | Max Kellermann | 2008-10-10 | 1 | -15/+0 |
| | | | | | player_get_audio_format() replaces getPlayerSampleRate(), getPlayerBits(), getPlayerChannels(). | ||||
* | player: added player_control.audio_format | Max Kellermann | 2008-10-10 | 1 | -5/+5 |
| | | | | This replaces the attributes bits, channels, sampleRate. | ||||
* | song: removed CamelCase | Max Kellermann | 2008-10-08 | 1 | -3/+3 |
| | | | | CamelCase is ugly... rename all functions. | ||||
* | song: converted typedef Song to struct song | Max Kellermann | 2008-10-08 | 1 | -5/+11 |
| | | | | 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. | ||||
* | include cleanup | Max Kellermann | 2008-09-06 | 1 | -1/+1 |
| | | | | As usual, include only headers which are really needed. | ||||
* | moved player_command_finished() to player_thread.c | Max Kellermann | 2008-08-26 | 1 | -8/+0 |
| | |||||
* | moved code to pc_init(), dc_init() | Max Kellermann | 2008-08-26 | 1 | -0/+13 |
| | |||||
* | renamed player.c to player_control.c | Max Kellermann | 2008-08-26 | 1 | -1/+241 |
| | | | | | Give player.c a better name, meaning that the code is used to control the player thread. | ||||
* | moved global variable "pc" to player.h | Max Kellermann | 2008-08-26 | 1 | -0/+21 |
This is the last of the three variables. Now we don't need playerData.h anymore in most sources. |