* Tue Feb 23 2021 Dirk Müller <dmueller@suse.com>
- update to 1.6.3:
* libEBML v1.4.2 is now required.
* Added classes for new track header elements:
"KaxFlagHearingImpaired", "KaxFlagVisualImpaired",
"KaxFlagTextDescriptions", "KaxFlagOriginal" and
"KaxFlagCommentary".
* Sun Aug 02 2020 aloisio@gmx.com
- Update to version 1.6.2
* In release 1.6.1 the version number in CMakeLists.txt wasn't
updated, affecting the installed cmake and pkgconfig files.
The version number has been bumped to 1.6.2 in all relevant
files now.
* Sun Aug 02 2020 aloisio@gmx.com
- Update to version 1.6.1
* "KaxBlockAddIDValue" class: this class is no longer marked as
"mandatory" in order to coincide with the latest
specification.
* Sun Jun 28 2020 Luigi Baldoni <aloisio@gmx.com>
- Update to version 1.6.0
* libEBML v1.4.0 is now required.
* Due to breaking ABI the soname version has been bumped to
7.0.0.
* Default symbol visibility is now "hidden", reducing binary
size.
* Converted some things pointed out by cppcheck & clang-tidy to
C++11.
* Fixed a lot of issues pointed out by clang-tidy.
* A C++11 compliant compiler is now required. Several of its
features are now used in the source.
* "KaxCueData" class: added "PositionSet" overrides taking
"KaxSimpleBlock" arguments.
* "KaxSeekHead" class: the "IndexThis" function now returns a
pointer to the newly allocated "KaxSeek" instance.
* "KaxBlockData" class: the "SetReferencedTimecode" function is
now public.
* Fixed classes for updates in the current specification:
KaxTrackTimecodeScale (can be written again), TimeSlice,
SliceLaceNumber, TrackAttachmentLink (these cannot be written
anymore), KaxContentEncAlgo (it's mandatory),
KaxChapLanguageIETF (can occur multiple times),
KaxFileUsedStartTime, KaxFileUsedEndTime (DivX-related
elements, cannot be written anymore)
* Added classes for new elements from the current
specification: KaxBlockAdditionMapping, KaxBlockAddIDValue,
KaxBlockAddIDName, KaxBlockAddIDType, KaxBlockAddIDExtraData,
KaxContentEncAESSettings, KaxContentEncAESSettings.
* The MATROSKA_VERSION pre-processor definition has been
removed. You used to be able toe restrict compiling with only
those classes for elements contained in Matroska v1, but that
hasn't worked since 2010, so… yeah.
- Track ABI Change
- Spec cleanup
* Wed Jul 10 2019 Ferdinand Thiessen <rpm@fthiessen.de>
- Update to version 1.5.2:
* Fix boo#1141027
* KaxBlock: fixed a potential access to invalid memory due to
invalid lace sizes read from invalid data.
* KaxBlock: fixed a potential null pointer dereference triggerable
by reading invalid data.
* Tue Apr 16 2019 Ferdinand Thiessen <rpm@fthiessen.de>
- Update to 1.5.0:
* Compatibilty with libEBML 1.3.7
* Thu Aug 09 2018 rpm@fthiessen.de
- Fixed ABI tracking with cmake macro.
* Mon Jul 30 2018 rpm@fthiessen.de
- Update to version 1.4.9:
* Switched to cmake.
* Sat Mar 10 2018 rpm@fthiessen.de
- Track ABI Change, since 1.4.7 is incompatible with lower versions.
* Mon Oct 09 2017 zaitor@opensuse.org
- Update to version 1.4.8:
* KaxBlockGroup, KaxSimpleBlock: fixed writing the block header
if the track number is 128.
* Mon Jun 26 2017 zaitor@opensuse.org
- Update to version 1.4.7:
* Setting the version number in the "KaxCodeVersion" variable
correctly.
- Changes from version 1.4.6:
* KaxSemantic: add new elements dealing with 360°/VR content and
for language descriptors based on IETF BPC 47.
* Fri Jul 22 2016 rpm@fthiessen.de
- As the upstream does not track ABI changes we had to add some
additional version tracking.
* Fri Jul 15 2016 jengelh@inai.de
- Fix messed-up FAKE_BUILDTIME call
* Fri Jul 15 2016 rpm@fthiessen.de
- Update to new upstream release 1.4.5
* Support for new FieldOrder element and for the new
color-related elements.
* Required for mkvtoolnix >= 9.3.0
* Wed Dec 16 2015 olaf@aepfle.de
- Add BuildRoot: for SLE_11
* Thu Oct 22 2015 rpm@fthiessen.de
- Update to new upstream release 1.4.4 (security fix):
* KaxInternalBlock::ReadData(): Fixed an invalid memory
access. When reading a block group or a simple block that uses
EBML lacing the frame sizes indicated in the lacing weren't
checked against the available number of bytes. If the indicated
frame size was bigger than the whole block's size the parser would
read beyond the end of the buffer resulting in a heap information
leak.
* all: a couple of optimizations in the main library and a memory
leak fix in the tests
* build system: fix linking against libEBML
- Removed unneeded linker settings, not needed anymore in current
mkvtoolnix version.
* Thu Feb 05 2015 coolo@suse.com
- package the changes file as its required for rebuilds
* Sun Feb 01 2015 jengelh@inai.de
- Update to new upstream release 1.4.2
* KaxBlock::ReadData(): fixed several instances of unchecked
memory access leading to invalid memory access/segmentation faults
with invalid or broken data inside block groups/simple blocks.
* KaxBlock::ReadInternalHead(): fixed a off-by-one buffer overflow
if with EBML lacing and exactly one frame in the lace.
- Drop libmatroska-heed-ldflags.diff (no longer needed)
* Wed Aug 06 2014 jengelh@inai.de
- Add libmatroska-heed-ldflags.diff so that make places LDFLAGS
onto the command line for generating the .so file
* Wed Aug 06 2014 jengelh@inai.de
- Set RPM groups