2015-01-05 00:22:37 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Update to 1.3.1:
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
|
2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163) |
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
|
2013-04-29 23:31:13 by Joerg Sonnenberger | Files touched by this commit (38) |
Log message:
Add a number of includes hidden by libstdc++'s name space pollution.
|
2013-04-12 15:35:21 by Matthias Drochner | Files touched by this commit (4) | |
Log message:
update to 1.3.0
changes:
several new API functions like GetValue()/SetValue(), new constructors,
and a couple of bug fixes like calculating dates with 64bit integers
preventing overflows in certain situations
|
2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2011-10-07 20:59:39 by Matthias Drochner | Files touched by this commit (2) | |
Log message:
update to 1.2.2
changes: bugfixes, minor improvements
|
2011-03-18 13:42:24 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
Fix patching on Mac OSX; fix installing the library; fix some pkglint issues
|
2011-02-14 19:57:15 by Matthias Drochner | Files touched by this commit (4) | |
Log message:
update to 1.2.0
changes:
-header cleanup
-bugfixes
|
2010-07-08 20:42:15 by Matthias Drochner | Files touched by this commit (3) | |
Log message:
update to 1.0.0
changes:
-API extensions
-bugfixes
|
2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454) |
Log message:
Remove @dirrm entries from PLISTs
|