6c7c738781
2015-01-04 Moritz Bunkus <moritz@bunkus.org> * Released v1.3.1. * EbmlElement::Render(): doesn't catch exceptions anymore. Instead exceptions generated from the IOCallback class (e.g. if a write failed) are propagated to the caller. 2014-12-21 Moritz Bunkus <moritz@bunkus.org> * build system: switched the build system from hand-crafted Makefiles to an autoconf/automake-based system. A pkg-config file will be installed as well; its name is »libebml«. Patch by Jan Engelhardt <jengelh@inai.de>. 2014-12-20 Moritz Bunkus <moritz@bunkus.org> * EbmlMaster::Read(): when reading with SCOPE_ALL_DATA only those elements that could successfully be read will be kept (e.g. defective block groups will be dropped). 2014-12-19 Moritz Bunkus <moritz@bunkus.org> * EbmlMemoryStream: add a new class for safe memory access that throws exception on failures. 2014-12-18 Moritz Bunkus <moritz@bunkus.org> * EbmlMaster: Fixed read() trying to calculate the end position of elements with an unknown size. This avoids endless loops and assertions in certain cases. See https://trac.bunkus.org/ticket/1089
31 lines
847 B
Text
31 lines
847 B
Text
@comment $NetBSD: PLIST,v 1.7 2015/01/04 23:22:37 wiz Exp $
|
|
include/ebml/Debug.h
|
|
include/ebml/EbmlBinary.h
|
|
include/ebml/EbmlConfig.h
|
|
include/ebml/EbmlContexts.h
|
|
include/ebml/EbmlCrc32.h
|
|
include/ebml/EbmlDate.h
|
|
include/ebml/EbmlDummy.h
|
|
include/ebml/EbmlElement.h
|
|
include/ebml/EbmlEndian.h
|
|
include/ebml/EbmlFloat.h
|
|
include/ebml/EbmlHead.h
|
|
include/ebml/EbmlId.h
|
|
include/ebml/EbmlMaster.h
|
|
include/ebml/EbmlSInteger.h
|
|
include/ebml/EbmlStream.h
|
|
include/ebml/EbmlString.h
|
|
include/ebml/EbmlSubHead.h
|
|
include/ebml/EbmlTypes.h
|
|
include/ebml/EbmlUInteger.h
|
|
include/ebml/EbmlUnicodeString.h
|
|
include/ebml/EbmlVersion.h
|
|
include/ebml/EbmlVoid.h
|
|
include/ebml/IOCallback.h
|
|
include/ebml/MemIOCallback.h
|
|
include/ebml/MemReadIOCallback.h
|
|
include/ebml/SafeReadIOCallback.h
|
|
include/ebml/StdIOCallback.h
|
|
include/ebml/c/libebml_t.h
|
|
lib/libebml.la
|
|
lib/pkgconfig/libebml.pc
|