aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoder/plugins/OpusEncoderPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge tag 'v0.19.10'Max Kellermann2015-06-211-1/+1
|\
| * OpusEncoderPlugin: initialise granulepos so we end up with sane valuesMichal Nazarewicz2015-03-251-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.
* | config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann2015-01-211-7/+7
| | | | | | | | The old struct config_param remains only for top-level string options.
* | Copyright year 2015Max Kellermann2015-01-011-1/+1
|/
* encoder/opus: use nullptr instead of NULLMax Kellermann2014-07-301-1/+1
|
* encoder/opus: use xalloc() instead of g_malloc()Max Kellermann2014-02-221-6/+5
|
* Config*: move to config/Max Kellermann2014-01-241-1/+1
|
* Encoder*: move to src/encoderMax Kellermann2014-01-231-0/+420
.. and move the plugins to src/encoder/plugins/.