Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-07-12 | DecoderBuffer: add method _available() | Max Kellermann | 1 | -0/+6 | |
2014-07-12 | DecoderBuffer: add method _get_stream() | Max Kellermann | 1 | -0/+6 | |
2014-07-12 | DecoderBuffer: add method _clear() | Max Kellermann | 1 | -0/+6 | |
2013-10-23 | input_stream: rename struct to InputStream | Max Kellermann | 1 | -5/+4 | |
2013-10-21 | decoder: rename the struct to "Decoder" | Max Kellermann | 1 | -2/+2 | |
2013-07-30 | tag: convert to C++ | Max Kellermann | 1 | -0/+1 | |
2013-07-28 | decoder_api: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-04-17 | decoder_buffer: convert to C++ | Max Kellermann | 1 | -17/+17 | |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 | |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 | |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 | |
After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue. | |||||
2009-09-30 | decoder_buffer: added function decoder_buffer_skip() | Max Kellermann | 1 | -0/+26 | |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -3/+4 | |
This updates the copyright header to all be the same, which is pretty much an update of where to mail request for a copy of the GPL and the years of the MPD project. This also puts all committers under 'The Music Player Project' umbrella. These entries should go individually in the AUTHORS file, for consistancy. | |||||
2009-02-17 | added the "decoder buffer" library | Max Kellermann | 1 | -0/+139 | |
The decoder buffer library may be used by decoder libraries such as "faad". |