Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | DecoderBuffer: convert functions to methods | Max Kellermann | 2014-09-22 | 1 | -44/+12 |
| | |||||
* | DecoderBuffer: export the struct | Max Kellermann | 2014-09-22 | 1 | -29/+0 |
| | | | | Eliminates the functions _new() and _free(). | ||||
* | DecoderBuffer: make "decoder" const | Max Kellermann | 2014-09-21 | 1 | -1/+1 |
| | |||||
* | DecoderBuffer: convert pointer to reference | Max Kellermann | 2014-09-21 | 1 | -5/+5 |
| | |||||
* | DecoderBuffer: use class DynamicFifoBuffer | Max Kellermann | 2014-09-21 | 1 | -69/+23 |
| | |||||
* | DecoderBuffer: implement _skip() using decoder_skip() | Max Kellermann | 2014-07-12 | 1 | -17/+8 |
| | |||||
* | DecoderBuffer: add method _need() | Max Kellermann | 2014-07-12 | 1 | -3/+22 |
| | | | | Move code from the FAAD decoder plugin. | ||||
* | DecoderBuffer: remove unused method _is_full() | Max Kellermann | 2014-07-12 | 1 | -6/+0 |
| | |||||
* | DecoderBuffer: remove unused method _is_empty() | Max Kellermann | 2014-07-12 | 1 | -6/+0 |
| | |||||
* | Merge branch 'v0.18.x' | Max Kellermann | 2014-07-12 | 1 | -0/+12 |
| | |||||
* | decoder/*: move to decoder/plugins/ | Max Kellermann | 2014-01-24 | 1 | -0/+168 |