summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
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
2016-04-21lib/icu/Converter: throw exception on errorMax Kellermann
2016-04-21lib/icu/Util: UCharFromUTF8() throws on errorMax Kellermann
2016-04-21lib/icu/Util: fold UCharToUTF8Throw() into UCharToUTF8()Max Kellermann
2016-04-21lib/icu/Win32: throw exception on errorMax Kellermann
2016-04-13lib/icu/Win32: use std::unique_ptrMax Kellermann
2016-04-13lib/icu/Converter: Create() throws exception on errorMax Kellermann
2016-04-12lib/icu/Util: add overload which throws exceptionMax Kellermann
2016-04-12lib/icu/Util: use std::unique_ptrMax Kellermann
2016-04-12lib/icu/Collate: use std::unique_ptrMax Kellermann
2016-04-12lib/icu/Collate: use class AllocatedArrayMax Kellermann
2016-04-12lib/icu/Util: use class AllocatedArrayMax Kellermann
2016-04-12lib/icu/Util: remove obsolete documentationMax Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2016-02-07lib/expat: use C++ exceptions instead of class ErrorMax Kellermann
2016-02-07lib/upnp: use C++ exceptions instead of class ErrorMax Kellermann
2016-02-07lib/upnp/ClientInit: use class ScopeLockMax Kellermann
2016-02-06lib/upnp: use std::unique_ptrMax Kellermann
2016-02-06upnp/Discovery: use std::unique_ptr in WorkQueueMax Kellermann
2016-02-06upnp/Discovery: use AtScopeExit() for exception-safetyMax Kellermann
2015-12-16fs/io/GzipOutputStream: use C++ exceptions in constructorMax Kellermann
2015-11-06util/StringUtil: move comparison functions to StringCompare.cxxMax Kellermann
2015-10-19util/DeleteDisposer: new utility classMax Kellermann
2015-10-02lib/expat/Parser: delete the copy constructor/operatorMax Kellermann
2015-06-27lib/icu/Collate: remove GLib implementationMax Kellermann
2015-06-27lib/icu/Collate: use LCMapStringEx() on WindowsMax Kellermann
2015-06-26lib/icu/Converter: remove GLib implementationMax Kellermann
2015-06-26lib/icu/Converter: add iconv() implementationMax Kellermann
2015-06-26lib/icu/Converter: add missing <>Max Kellermann
2015-06-25lib/icu/{Converter,Collate}: return AllocatedStringMax Kellermann
2015-06-25lib/icu/Collate: fall back to strxfrm()Max Kellermann
2015-06-25lib/icu/Collate: fix indentMax Kellermann
2015-06-23lib/icu/Collate: fall back to strcoll() instead of strcasecmp()Max Kellermann