summaryrefslogtreecommitdiff
path: root/src/lib/xiph
AgeCommit message (Collapse)Author
2017-12-19Main, ...: catch any exception, not just std::runtime_errorMax Kellermann
2017-11-12lib/xiph: add "noexcept"Max Kellermann
2017-11-10util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STLMax Kellermann
2017-02-08tag/Tag*: rename several source filesMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-12-28lib/xiph/OggSerial: use std::chrono::steady_clockMax Kellermann
2016-09-16input/InputStream: migrate from class Error to C++ exceptionsMax Kellermann
2016-05-14decoder/opus: move _scan_stream() code to OggReadPacket()Max Kellermann
2016-05-14decoder/OggFind: move to lib/xiph/Max Kellermann
2016-05-13decoder/opus: move code to class OggVisitorMax Kellermann
2016-05-13lib/xiph/OggStreamState: add wrapper for ogg_stream_reset()Max Kellermann
2016-05-09lib/xiph/OggUtil: move code into class OggSyncStateMax Kellermann
2016-05-09lib/xiph/OggSyncState: remove unused method ExpectFirstPage()Max Kellermann
2016-05-09lib/xiph/OggStreamState: add method GetSerialNo()Max Kellermann
2016-05-09lib/xiph/OggStreamState: add constructor with ogg_pageMax Kellermann
2016-05-09lib/xiph/OggStreamState: add method PageIn()Max Kellermann
2016-05-09lib/xiph/OggStream: remove obsolete classMax Kellermann
2016-05-09lib/xiph/OggStreamState: new ogg_stream_state wrapperMax Kellermann
2016-05-09lib/xiph/OggStream: move code to ReadPage()Max Kellermann
2016-05-09encoder/vorbis: add wrapper class for vorbis_commentMax Kellermann
2016-05-03lib/xiph/OggStream: use C++11 initializerMax Kellermann
2016-05-03lib/xiph/OggSyncState: disallow copyingMax Kellermann
2016-05-03{de,en}coder/{vorbis,flac,opus}: move several libraries to lib/xiph/Max Kellermann
2016-05-03decoder/{vorbis,flac,opus}: move OggCodec.cxx to libxiph.aMax Kellermann