aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoder/plugins (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-01Copyright year 2015Max Kellermann19-19/+19
2014-12-26EncoderPlugin: pass Tag reference to method tag()Max Kellermann1-2/+2
2014-12-04util/StringUtil: add ToUpperASCII()Max Kellermann1-4/+3
Replaces g_ascii_strup() and allows building the Vorbis encoder without GLib.
2014-12-02encoder/vorbis: convert pointers to referencesMax Kellermann1-67/+67
2014-08-13encoder/shine: require libshine 3.1, adapt to new APIMax Kellermann1-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.
2014-07-30encoder/opus: use nullptr instead of NULLMax Kellermann1-1/+1
2014-07-12Tag: add class const_iterator and methods begin(), end()Max Kellermann1-2/+1
Enables using range-based "for".
2014-02-22encoder/opus: use xalloc() instead of g_malloc()Max Kellermann1-6/+5
2014-01-24Config*: move to config/Max Kellermann6-6/+6
2014-01-23Encoder*: move to src/encoderMax Kellermann19-0/+2758
.. and move the plugins to src/encoder/plugins/.