Age | Commit message (Expand) | Author |
2020-07-01 | system/ByteOrder: move to util/ | Max Kellermann |
2020-03-26 | [clang-tidy] change integer prefixes to uppercase | Rosen Penev |
2018-11-19 | check.h: remove obsolete header | Max Kellermann |
2018-10-31 | *: copyright year 2018 | Max Kellermann |
2018-10-14 | build with Meson instead of autotools | Max Kellermann |
2018-08-20 | Compiler.h: move to util/ | Max Kellermann |
2018-07-16 | config/Config*: rename files, drop "Config" prefix | Max Kellermann |
2018-02-25 | encoder/opus: add optional stream chaining support | cathugger |
2018-02-17 | encoder/opus: initialize granulepos to 0 | cathugger |
2017-11-14 | encoder/vorbis: default to quality 3 | Max Kellermann |
2017-01-03 | update copyright year | Max Kellermann |
2016-11-10 | util/Error: remove obsolete class | Max Kellermann |
2016-11-07 | encoder: migrate from class Error to C++ exceptions | Max Kellermann |
2016-10-28 | encoder/Plugin: migrate from class Error to C++ exceptions | Max Kellermann |
2016-05-09 | encoder/ogg: use class OggStreamState | Max Kellermann |
2016-05-09 | encoder/opus: divert to OggEncoder::Read() | Max Kellermann |
2016-05-09 | encoder/vorbis: move vorbis_info_init() call to constructor | Max Kellermann |
2016-05-09 | encoder/vorbis: remove vorbis_info_clear() calls from error code paths | Max Kellermann |
2016-05-09 | encoder/vorbis: merge Clear() into the destructor | Max Kellermann |
2016-05-09 | encoder/vorbis: add wrapper class for vorbis_comment | Max Kellermann |
2016-05-04 | encoder/{vorbis,opus}: move common code to class OggEncoder | Max Kellermann |
2016-05-04 | encoder/Interface: convert PreparedEncoder to abstract class | Max Kellermann |
2016-05-04 | encoder/Interface: move instance methods to abstract class | Max Kellermann |
2016-05-04 | encoder/vorbis: move code into the struct | Max Kellermann |
2016-05-04 | encoder/vorbis: use CamelCase | Max Kellermann |
2016-05-03 | encoder/opus: move functions into the struct | Max Kellermann |
2016-05-03 | encoder/opus: use CamelCase | Max Kellermann |
2016-05-03 | {de,en}coder/{vorbis,flac,opus}: move several libraries to lib/xiph/ | Max Kellermann |
2016-04-30 | encoder/wave: use CamelCase | Max Kellermann |
2016-04-30 | Merge tag 'v0.19.15' | Max Kellermann |
2016-04-30 | encoder/wave: add constant WAVE_FORMAT_PCM | Max Kellermann |
2016-04-30 | encoder/wave: fix indent | Max Kellermann |
2016-03-01 | *: include cleanup (using iwyu) | Max Kellermann |
2016-02-26 | update copyright year to 2016 | Max Kellermann |
2015-10-27 | Merge tag 'v0.19.11' | Max Kellermann |
2015-10-16 | unix/Daemon, playlist/...: remove unused Domain variables | Max Kellermann |
2015-10-16 | encoder/flac: fix crash with 32 bit playback | Max Kellermann |
2015-09-17 | unix/Daemon, playlist/pls, ...: remove unused Domain variables | Max Kellermann |
2015-06-21 | Merge tag 'v0.19.10' | Max Kellermann |
2015-03-25 | OpusEncoderPlugin: initialise granulepos so we end up with sane values | Michal Nazarewicz |
2015-01-21 | config/Param: split block-specific attributes to new struct ConfigBlock | Max Kellermann |
2015-01-01 | Copyright year 2015 | Max Kellermann |
2014-12-26 | EncoderPlugin: pass Tag reference to method tag() | Max Kellermann |
2014-12-04 | util/StringUtil: add ToUpperASCII() | Max Kellermann |
2014-12-02 | encoder/vorbis: convert pointers to references | Max Kellermann |
2014-08-13 | encoder/shine: require libshine 3.1, adapt to new API | Max Kellermann |
2014-07-30 | encoder/opus: use nullptr instead of NULL | Max Kellermann |
2014-07-12 | Tag: add class const_iterator and methods begin(), end() | Max Kellermann |
2014-02-22 | encoder/opus: use xalloc() instead of g_malloc() | Max Kellermann |
2014-01-24 | Config*: move to config/ | Max Kellermann |