aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoder/plugins (follow)
Commit message (Collapse)AuthorAgeFilesLines
* encoder/shine: require libshine 3.1, adapt to new APIMax Kellermann2014-08-131-3/+3
| | | | | | | The "written" argument to shine_encode_buffer() and shine_flush() was changed from "long" to "int", which breaks API and ABI compatibility. This is a big deal, and it doesn't seem worthwile to keep support for the (broken) 3.0 release.
* encoder/opus: use nullptr instead of NULLMax Kellermann2014-07-301-1/+1
|
* Tag: add class const_iterator and methods begin(), end()Max Kellermann2014-07-121-2/+1
| | | | Enables using range-based "for".
* encoder/opus: use xalloc() instead of g_malloc()Max Kellermann2014-02-221-6/+5
|
* Config*: move to config/Max Kellermann2014-01-246-6/+6
|
* Encoder*: move to src/encoderMax Kellermann2014-01-2319-0/+2758
.. and move the plugins to src/encoder/plugins/.