Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OpusEncoderPlugin: initialise granulepos so we end up with sane values | Michal Nazarewicz | 2015-03-25 | 1 | -1/+1 |
| | | | | | | | Not initialising granulepos leads to it having arbitrary values in the encoded stream including possibly negative values which are not valid and confuse opusdec. Explicitly initialise opus_encoder::granulepos to avoid that problem. | ||||
* | encoder/opus: use nullptr instead of NULL | Max Kellermann | 2014-07-30 | 1 | -1/+1 |
| | |||||
* | encoder/opus: use xalloc() instead of g_malloc() | Max Kellermann | 2014-02-22 | 1 | -6/+5 |
| | |||||
* | Config*: move to config/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | Encoder*: move to src/encoder | Max Kellermann | 2014-01-23 | 1 | -0/+420 |
.. and move the plugins to src/encoder/plugins/. |