aboutsummaryrefslogtreecommitdiffstats
path: root/src/DecoderBuffer.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-01-13copyright year 2014Max Kellermann1-1/+1
2014-01-07util/Alloc: new library replacing GLib's g_malloc()Max Kellermann1-0/+1
2014-01-07DecoderBuffer: use NewVarSize()Max Kellermann1-13/+10
2014-01-06DecoderBuffer: _read() returns ConstBuffer objectMax Kellermann1-16/+13
2014-01-06DecoderBuffer: add method _clear()Max Kellermann1-0/+6
2013-10-23input_stream: rename struct to InputStreamMax Kellermann1-5/+4
2013-10-21decoder: rename the struct to "Decoder"Max Kellermann1-2/+2
2013-07-30tag: convert to C++Max Kellermann1-0/+1
2013-07-28decoder_api: convert to C++Max Kellermann1-1/+1
2013-04-17decoder_buffer: convert to C++Max Kellermann1-17/+17
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-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-30decoder_buffer: added function decoder_buffer_skip()Max Kellermann1-0/+26
2009-03-13all: Update copyright header.Avuton Olrich1-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-17added the "decoder buffer" libraryMax Kellermann1-0/+139
The decoder buffer library may be used by decoder libraries such as "faad".