Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Log: add level "DEFAULT" | Max Kellermann | 2013-11-04 | 1 | -7/+7 |
| | | | | | | Map LogLevel::INFO to G_LOG_LEVEL_INFO, and LogLevel::DEFAULT to G_LOG_LEVEL_MESSAGE. Now client connect/disconnect message are only logged on log_level "secure". | ||||
* | input_stream: rename struct to InputStream | Max Kellermann | 2013-10-23 | 1 | -9/+9 |
| | |||||
* | decoder: rename the struct to "Decoder" | Max Kellermann | 2013-10-21 | 1 | -2/+2 |
| | |||||
* | decoder_plugin: rename struct to DecoderPlugin | Max Kellermann | 2013-10-21 | 1 | -1/+1 |
| | |||||
* | InputStream: use int64_t instead of goffset | Max Kellermann | 2013-10-17 | 1 | -1/+1 |
| | | | | Decouple some more from GLib. | ||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -13/+12 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | DecoderCommand: convert to strictly-typed enum | Max Kellermann | 2013-09-27 | 1 | -3/+3 |
| | |||||
* | Tag, ...: move to libtag.a | Max Kellermann | 2013-09-05 | 1 | -1/+1 |
| | |||||
* | InputLegacy: move functions to the input_stream class | Max Kellermann | 2013-09-05 | 1 | -5/+5 |
| | |||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -20/+13 |
| | | | | Replaces GLib's GError. | ||||
* | audio_format: convert to C++ | Max Kellermann | 2013-08-03 | 1 | -7/+7 |
| | |||||
* | tag: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -0/+1 |
| | |||||
* | audio_check: convert to C++ | Max Kellermann | 2013-07-29 | 1 | -1/+1 |
| | |||||
* | tag_handler: convert to C++ | Max Kellermann | 2013-07-29 | 1 | -1/+1 |
| | |||||
* | decoder_api: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -1/+1 |
| | |||||
* | decoder_buffer: convert to C++ | Max Kellermann | 2013-04-17 | 1 | -10/+8 |
| | |||||
* | decoder/faad: convert to C++ | Max Kellermann | 2013-04-17 | 1 | -0/+504 |