aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/DecoderBuffer.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* DecoderBuffer: convert functions to methodsMax Kellermann2014-09-221-44/+12
|
* DecoderBuffer: export the structMax Kellermann2014-09-221-29/+0
| | | | Eliminates the functions _new() and _free().
* DecoderBuffer: make "decoder" constMax Kellermann2014-09-211-1/+1
|
* DecoderBuffer: convert pointer to referenceMax Kellermann2014-09-211-5/+5
|
* DecoderBuffer: use class DynamicFifoBufferMax Kellermann2014-09-211-69/+23
|
* DecoderBuffer: implement _skip() using decoder_skip()Max Kellermann2014-07-121-17/+8
|
* DecoderBuffer: add method _need()Max Kellermann2014-07-121-3/+22
| | | | Move code from the FAAD decoder plugin.
* DecoderBuffer: remove unused method _is_full()Max Kellermann2014-07-121-6/+0
|
* DecoderBuffer: remove unused method _is_empty()Max Kellermann2014-07-121-6/+0
|
* Merge branch 'v0.18.x'Max Kellermann2014-07-121-0/+12
|
* decoder/*: move to decoder/plugins/Max Kellermann2014-01-241-0/+168