Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | config/Param: split block-specific attributes to new struct ConfigBlock | Max Kellermann | 2015-01-21 | 8 | -44/+43 |
| | | | | The old struct config_param remains only for top-level string options. | ||||
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 19 | -19/+19 |
| | |||||
* | EncoderPlugin: pass Tag reference to method tag() | Max Kellermann | 2014-12-26 | 1 | -2/+2 |
| | |||||
* | util/StringUtil: add ToUpperASCII() | Max Kellermann | 2014-12-04 | 1 | -4/+3 |
| | | | | | Replaces g_ascii_strup() and allows building the Vorbis encoder without GLib. | ||||
* | encoder/vorbis: convert pointers to references | Max Kellermann | 2014-12-02 | 1 | -67/+67 |
| | |||||
* | encoder/shine: require libshine 3.1, adapt to new API | Max Kellermann | 2014-08-13 | 1 | -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 NULL | Max Kellermann | 2014-07-30 | 1 | -1/+1 |
| | |||||
* | Tag: add class const_iterator and methods begin(), end() | Max Kellermann | 2014-07-12 | 1 | -2/+1 |
| | | | | Enables using range-based "for". | ||||
* | 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 | 6 | -6/+6 |
| | |||||
* | Encoder*: move to src/encoder | Max Kellermann | 2014-01-23 | 19 | -0/+2758 |
.. and move the plugins to src/encoder/plugins/. |