Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | flac: always allocate tag object | Max Kellermann | 2009-01-15 | 1 | -14/+8 | |
| | | | | | Free the tag object when it turns out to be empty. This simplifies several functions and APIs. | |||||
* | flac: use bool instead of int | Max Kellermann | 2009-01-15 | 1 | -15/+15 | |
| | ||||||
* | flac: no CamelCase | Max Kellermann | 2009-01-15 | 1 | -39/+44 | |
| | | | | Renamed types, functions, variables. | |||||
* | decoder plugins: don't include gcc.h | Max Kellermann | 2009-01-01 | 1 | -1/+3 | |
| | | | | Use GLib's G_GNUC_UNUSED instead of gcc.h's mpd_unused. | |||||
* | flac, oggflac: use GLib instead of utils.h/log.h | Max Kellermann | 2008-11-21 | 1 | -5/+4 | |
| | ||||||
* | replay_gain: converted struct replay_gain_info elements to an array | Max Kellermann | 2008-11-11 | 1 | -4/+4 | |
| | | | | | Having an array instead of individual variables allows the use of the replay_gain_mode enum as an array index. | |||||
* | replay_gain: no CamelCase | Max Kellermann | 2008-11-11 | 1 | -7/+7 | |
| | | | | Renamed functions and variables. | |||||
* | decoder_api: pass "seekable" flag to decoder_initialized() | Max Kellermann | 2008-11-02 | 1 | -1/+1 | |
| | | | | | | Don't pass the "seekable" flag with every decoder_data() invocation. Since that flag won't change within the file, it is enough to pass it to decoder_initialized() once per file. | |||||
* | input_stream: removed the InputStream typedef | Max Kellermann | 2008-10-26 | 1 | -1/+1 | |
| | | | | Everybody should use struct input_stream. | |||||
* | renamed src/inputPlugins/ to src/decoder/ | Max Kellermann | 2008-10-26 | 1 | -0/+323 | |
These plugins are not input plugins, they are decoder plugins. No CamelCase in the directory name. |