Age | Commit message (Expand) | Author |
2017-12-19 | Main, ...: catch any exception, not just std::runtime_error | Max Kellermann |
2017-11-12 | lib/xiph: add "noexcept" | Max Kellermann |
2017-11-10 | util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STL | Max Kellermann |
2017-02-08 | tag/Tag*: rename several source files | Max Kellermann |
2017-01-03 | update copyright year | Max Kellermann |
2016-12-28 | lib/xiph/OggSerial: use std::chrono::steady_clock | Max Kellermann |
2016-09-16 | input/InputStream: migrate from class Error to C++ exceptions | Max Kellermann |
2016-05-14 | decoder/opus: move _scan_stream() code to OggReadPacket() | Max Kellermann |
2016-05-14 | decoder/OggFind: move to lib/xiph/ | Max Kellermann |
2016-05-13 | decoder/opus: move code to class OggVisitor | Max Kellermann |
2016-05-13 | lib/xiph/OggStreamState: add wrapper for ogg_stream_reset() | Max Kellermann |
2016-05-09 | lib/xiph/OggUtil: move code into class OggSyncState | Max Kellermann |
2016-05-09 | lib/xiph/OggSyncState: remove unused method ExpectFirstPage() | Max Kellermann |
2016-05-09 | lib/xiph/OggStreamState: add method GetSerialNo() | Max Kellermann |
2016-05-09 | lib/xiph/OggStreamState: add constructor with ogg_page | Max Kellermann |
2016-05-09 | lib/xiph/OggStreamState: add method PageIn() | Max Kellermann |
2016-05-09 | lib/xiph/OggStream: remove obsolete class | Max Kellermann |
2016-05-09 | lib/xiph/OggStreamState: new ogg_stream_state wrapper | Max Kellermann |
2016-05-09 | lib/xiph/OggStream: move code to ReadPage() | Max Kellermann |
2016-05-09 | encoder/vorbis: add wrapper class for vorbis_comment | Max Kellermann |
2016-05-03 | lib/xiph/OggStream: use C++11 initializer | Max Kellermann |
2016-05-03 | lib/xiph/OggSyncState: disallow copying | Max Kellermann |
2016-05-03 | {de,en}coder/{vorbis,flac,opus}: move several libraries to lib/xiph/ | Max Kellermann |
2016-05-03 | decoder/{vorbis,flac,opus}: move OggCodec.cxx to libxiph.a | Max Kellermann |