Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | switch to C99 types, part II | Max Kellermann | 2008-09-29 | 1 | -3/+3 |
| | | | | | Do full C99 integer type conversion in all modules which were not touched by Eric's merged patch. | ||||
* | notify: added notify_deinit() | Max Kellermann | 2008-09-24 | 1 | -0/+2 |
| | | | | Destroy the mutex when it is not used anymore. | ||||
* | audio_format: converted typedef AudioFormat to struct audio_format | Max Kellermann | 2008-09-07 | 1 | -1/+1 |
| | | | | | Get rid of CamelCase, and don't use a typedef, so we can forward-declare it, and unclutter the include dependencies. | ||||
* | moved code to pc_init(), dc_init() | Max Kellermann | 2008-08-26 | 1 | -0/+2 |
| | |||||
* | renamed decode.h to decoder_control.h | Max Kellermann | 2008-08-26 | 1 | -0/+90 |