aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/DecoderBuffer.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-09-22DecoderBuffer: convert functions to methodsMax Kellermann1-44/+12
2014-09-22DecoderBuffer: export the structMax Kellermann1-29/+0
Eliminates the functions _new() and _free().
2014-09-21DecoderBuffer: make "decoder" constMax Kellermann1-1/+1
2014-09-21DecoderBuffer: convert pointer to referenceMax Kellermann1-5/+5
2014-09-21DecoderBuffer: use class DynamicFifoBufferMax Kellermann1-69/+23
2014-07-12DecoderBuffer: implement _skip() using decoder_skip()Max Kellermann1-17/+8
2014-07-12DecoderBuffer: add method _need()Max Kellermann1-3/+22
Move code from the FAAD decoder plugin.
2014-07-12DecoderBuffer: remove unused method _is_full()Max Kellermann1-6/+0
2014-07-12DecoderBuffer: remove unused method _is_empty()Max Kellermann1-6/+0
2014-01-24decoder/*: move to decoder/plugins/Max Kellermann1-0/+0
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".