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