Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 | |
2014-09-22 | DecoderBuffer: struct to class | Max Kellermann | 1 | -1/+2 | |
2014-09-22 | DecoderBuffer: convert functions to methods | Max Kellermann | 1 | -58/+54 | |
2014-09-22 | DecoderBuffer: export the struct | Max Kellermann | 1 | -23/+22 | |
Eliminates the functions _new() and _free(). | |||||
2014-07-12 | DecoderBuffer: add method _need() | Max Kellermann | 1 | -0/+7 | |
Move code from the FAAD decoder plugin. | |||||
2014-07-12 | DecoderBuffer: remove unused method _is_full() | Max Kellermann | 1 | -4/+0 | |
2014-07-12 | DecoderBuffer: remove unused method _is_empty() | Max Kellermann | 1 | -4/+0 | |
2014-05-11 | InputStream: convert to class | Max Kellermann | 1 | -1/+1 | |
2014-01-24 | decoder/*: move to decoder/plugins/ | Max Kellermann | 1 | -0/+0 | |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2014-01-06 | DecoderBuffer: _read() returns ConstBuffer object | Max Kellermann | 1 | -6/+5 | |
2014-01-06 | DecoderBuffer: add "pure" attributes | Max Kellermann | 1 | -0/+4 | |
2014-01-06 | DecoderBuffer: add method _clear() | Max Kellermann | 1 | -0/+3 | |
2013-10-23 | input_stream: rename struct to InputStream | Max Kellermann | 1 | -2/+2 | |
2013-10-21 | decoder: rename the struct to "Decoder" | Max Kellermann | 1 | -2/+2 | |
2013-10-19 | *: use nullptr instead of NULL | Max Kellermann | 1 | -2/+2 | |
2013-04-17 | decoder_buffer: convert to C++ | Max Kellermann | 1 | -13/+12 | |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 | |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 | |
2009-09-30 | decoder_buffer: added function decoder_buffer_skip() | Max Kellermann | 1 | -0/+10 | |
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/+95 | |
The decoder buffer library may be used by decoder libraries such as "faad". |