aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoder/plugins/VorbisEncoderPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* EncoderPlugin: pass Tag reference to method tag()Max Kellermann2014-12-261-2/+2
|
* util/StringUtil: add ToUpperASCII()Max Kellermann2014-12-041-4/+3
| | | | | Replaces g_ascii_strup() and allows building the Vorbis encoder without GLib.
* encoder/vorbis: convert pointers to referencesMax Kellermann2014-12-021-67/+67
|
* Tag: add class const_iterator and methods begin(), end()Max Kellermann2014-07-121-2/+1
| | | | Enables using range-based "for".
* Config*: move to config/Max Kellermann2014-01-241-1/+1
|
* Encoder*: move to src/encoderMax Kellermann2014-01-231-0/+365
.. and move the plugins to src/encoder/plugins/.