Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | decoder_api: removed decoder_clear() | Max Kellermann | 2008-10-29 | 1 | -1/+0 |
| | | | | | Call ob_clear() in decoder_command_finished() instead of implementing that call in every decoder plugin. | ||||
* | input_stream: use "bool" instead of "int" | Max Kellermann | 2008-10-26 | 1 | -2/+1 |
| | | | | | For boolean values and success flags, use bool instead of integer (1/0 for true/false, 0/-1 for success/failure). | ||||
* | input_stream: no CamelCase | Max Kellermann | 2008-10-26 | 1 | -3/+3 |
| | | | | Renamed all functions and variables. | ||||
* | input_stream: removed the InputStream typedef | Max Kellermann | 2008-10-26 | 1 | -5/+9 |
| | | | | Everybody should use struct input_stream. | ||||
* | renamed src/inputPlugins/ to src/decoder/ | Max Kellermann | 2008-10-26 | 1 | -0/+459 |
These plugins are not input plugins, they are decoder plugins. No CamelCase in the directory name. |