Up to [cvs.NetBSD.org] / pkgsrc / multimedia / libmatroska
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.42 / (download) - annotate - [select for diffs], Mon Oct 10 07:39:30 2022 UTC (13 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
HEAD
Changes since 1.41: +4 -4
lines
Diff to previous 1.41 (colored)
libmatroska: updated to 1.7.1 Version 1.7.1 2022-10-08 * Fix ABI compatibility: unfortunately release 1.7.0 broke ABI compatibility. This release restores the compatibility with release 1.6.3. Please use it instead of release 1.7.0. In other words: 1.6.3 & 1.7.1 are compatible, while 1.7.0 is compatible with neither 1.6.3 nor 1.7.1.
Revision 1.41 / (download) - annotate - [select for diffs], Mon Oct 3 11:51:38 2022 UTC (14 months ago) by adam
Branch: MAIN
Changes since 1.40: +4 -4
lines
Diff to previous 1.40 (colored)
libmatroska: updated to 1.7.0 Version 1.7.0 2022-09-30 * A C++14 compliant C++ compiler is now required. * libEBML v1.4.3 is now required. * Remove Coremake project files * Add `KaxInternalBlock::GetRelativeTimestamp()` to access unscaled block timestamps. * Fixed problems with the generated `pkg-config` files if any of the installation paths are absolute. * Added several enums in `namespace libmatroska` for the various elements that are constrained to a set of options: `MatroskaTrackType`, `MatroskaTrackEncodingCompAlgo`, `MatroskaChapterTranslateCodec`, `MatroskaTrackTranslateCodec`, `MatroskaVideoFlagInterlaced`, `MatroskaVideoFieldOrder`, `MatroskaVideoStereoMode`, `MatroskaVideoAlphaMode`, `MatroskaVideoOldStereoMode`, `MatroskaVideoDisplayUnit`, `MatroskaVideoAspectRatioType`, `MatroskaVideoMatrixCoefficients`, `MatroskaColourChromaSitingHorz`, `MatroskaColourChromaSitingVert`, `MatroskaVideoRange`, `MatroskaVideoTransferCharacteristics`, `MatroskaVideoPrimaries`, `MatroskaVideoProjectionType`, `MatroskaAudioEmphasis`, `MatroskaTrackPlaneType`, `MatroskaContentEncodingScope`, `MatroskaContentEncodingType`, `MatroskaContentEncodingAlgo`, `MatroskaAESSettingsCipherMode`, `MatroskaContentSignatureAlgo`, `MatroskaContentSigHashAlgo`, `MatroskaChapterSkipType`, `MatroskaChapterProcessTime` and `MatroskaTargetTypeValue`. * Updated the semantics to the latest specifications, deprecating the following elements by preventing code to write them: `KaxClusterSilentTracks`, `KaxClusterSilentTrackNumber`, `KaxSlices`, `KaxReferenceFrame`, `KaxReferenceOffset`, `KaxReferenceTimeCode`, `KaxTrackTimecodeScale`, `KaxCodecDecodeAll`, `KaxVideoAspectRatio`, `KaxTrickTrackUID`, `KaxTrickTrackSegmentUID`, `KaxTrickTrackFlag`, `KaxTrickMasterTrackUID`, `KaxTrickMasterTrackSegmentUID`, `KaxContentSignature`, `KaxContentSigKeyID`, `KaxContentSigAlgo` and `KaxContentSigHashAlgo`. * Updated the semantics to the latest specifications, making the following elements mandatory (but having default values): `KaxCodecDelay`, `KaxVideoPixelCropBottom`, `KaxVideoPixelCropTop`, `KaxVideoPixelCropLeft`, `KaxVideoPixelCropRight`, `KaxVideoBitsPerChannel`, `KaxCueCodecState`, `KaxTagTargetTypeValue`, `KaxTrackLanguage`, `KaxVideoStereoMode`, `KaxVideoAlphaMode`, `KaxEditionFlagOrdered`, `KaxVideoChromaSitHorz`, `KaxVideoChromaSitVert`, `KaxVideoColourRange`, `KaxVideoColourMatrix`, `KaxVideoColourTransferCharacter`, `KaxVideoColourPrimaries` and `KaxVideoDisplayUnit`. * Updated the semantics to the latest specifications, removing the default values from the following elements: `KaxCueBlockNumber`, `KaxFlagHearingImpaired`, `KaxFlagVisualImpaired`, `KaxFlagTextDescriptions`, and `KaxFlagOriginal`. * Updated the semantics to the latest specifications, adding the following new elements: `TagDefaultBogus` (as a placeholder for accidentally used but wrong EBML ID 0x44b4), `KaxEmphasis`, `KaxChapterSkipType`, `KaxEditionDisplay`, `KaxEditionString` and `KaxEditionLanguageIETF`.
Revision 1.40 / (download) - annotate - [select for diffs], Tue Oct 26 11:01:09 2021 UTC (2 years, 1 month ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.39: +2 -2
lines
Diff to previous 1.39 (colored)
multimedia: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (for legal reasons?): ./multimedia/adobe-flash-player/distinfo adobe-flash-player-32.0.0.465/flash_player_npapi_linux.i386.tar.gz ./multimedia/adobe-flash-player/distinfo adobe-flash-player-32.0.0.465/flash_player_npapi_linux.x86_64.tar.gz ./multimedia/libdvdcss/distinfo libdvdcss-1.4.3.tar.bz2
Revision 1.39 / (download) - annotate - [select for diffs], Thu Oct 7 14:32:12 2021 UTC (2 years, 1 month ago) by nia
Branch: MAIN
Changes since 1.38: +1 -2
lines
Diff to previous 1.38 (colored)
multimedia: Remove SHA1 hashes for distfiles
Revision 1.38 / (download) - annotate - [select for diffs], Thu Feb 18 19:19:59 2021 UTC (2 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Changes since 1.37: +5 -5
lines
Diff to previous 1.37 (colored)
libmatroska: updated to 1.6.3 Release v1.6.3. * libEBML v1.4.2 is now required. * Added classes for new track header elements: "KaxFlagHearingImpaired", "KaxFlagVisualImpaired", "KaxFlagTextDescriptions", "KaxFlagOriginal" and "KaxFlagCommentary".
Revision 1.37 / (download) - annotate - [select for diffs], Sun Aug 2 20:18:53 2020 UTC (3 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.36: +5 -5
lines
Diff to previous 1.36 (colored)
libmatroska: updated to 1.6.2 Released v1.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. Released v1.6.1. * "KaxBlockAddIDValue" class: this class is no longer marked as "mandatory" in order to coincide with the latest specification.
Revision 1.36 / (download) - annotate - [select for diffs], Mon Jun 29 15:09:54 2020 UTC (3 years, 5 months ago) by adam
Branch: MAIN
Changes since 1.35: +5 -5
lines
Diff to previous 1.35 (colored)
libmatroska: updated to 1.6.0 Released v1.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. * Build system: more fixes for building libMatroska as a DLL on Windows wrt. symbol visibility.
Revision 1.35 / (download) - annotate - [select for diffs], Tue May 28 07:47:14 2019 UTC (4 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.34: +5 -5
lines
Diff to previous 1.34 (colored)
libmatroska: updated to 1.5.2 Released v1.5.2: * Build system: fixed symbol visibility issue causing linker failures since 1.5.1. Released v1.5.1: * Build system: libEBML 1.3.8 is now required. * Build system: various fixes to the cmake rules regarding visibility, naming and building DLLs on Windows. * 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.
Revision 1.34 / (download) - annotate - [select for diffs], Wed Mar 13 17:34:25 2019 UTC (4 years, 8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1
Changes since 1.33: +5 -5
lines
Diff to previous 1.33 (colored)
libmatroska: updated to 1.5.0 v1.5.0. * Build system: libEBML 1.3.7 is now required. * Build system: fixed a problem that prevented libMatroska from being embedded in other builds.
Revision 1.33 / (download) - annotate - [select for diffs], Sun Apr 22 21:40:00 2018 UTC (5 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Changes since 1.32: +5 -5
lines
Diff to previous 1.32 (colored)
libmatroska: updated to 1.4.9 v1.4.9: * Converted the build system from autoconf/automake to cmake. Patches by Github user "evpobr" with fixes by myself. * Added a code of conduct to the project.
Revision 1.32 / (download) - annotate - [select for diffs], Wed Sep 27 06:42:42 2017 UTC (6 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Changes since 1.31: +5 -5
lines
Diff to previous 1.31 (colored)
libmatroska: update to 1.4.8 1.4.8: * KaxBlockGroup, KaxSimpleBlock: fixed writing the block header if the track number is 128.
Revision 1.31 / (download) - annotate - [select for diffs], Mon Mar 13 09:14:34 2017 UTC (6 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1
Changes since 1.30: +5 -5
lines
Diff to previous 1.30 (colored)
Updated libmatroska to 1.4.7. 2017-03-10 Moritz Bunkus <moritz@bunkus.org> * Released v1.4.7 with the single change of setting the version number in the "KaxCodeVersion" variable correctly. * Released v1.4.6. * KaxSemantic: add new elements dealing with 360°/VR content and for language descriptors based on IETF BPC 47.
Revision 1.30 / (download) - annotate - [select for diffs], Sun Jul 3 11:13:24 2016 UTC (7 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Changes since 1.29: +5 -5
lines
Diff to previous 1.29 (colored)
Updated libmatroska to 1.4.5. 2016-07-02 Moritz Bunkus <moritz@bunkus.org> * Released v1.4.5. 2016-04-24 Moritz Bunkus <moritz@bunkus.org> * KaxSemantic: add new colour-related elements. 2016-04-01 Steve Lhomme <slhomme@matroska.org> * KaxSemantic: add the new FieldOrder element. 2015-11-21 Moritz Bunkus <moritz@bunkus.org> * KaxVersion.cpp: in order to enable deterministic builds the KaxCodeDate variable has been set to "Unknown" instead of the date and time of compilation. Patch by Ed Schouten <ed@nuxi.nl>.
Revision 1.29 / (download) - annotate - [select for diffs], Wed Nov 4 17:41:21 2015 UTC (8 years, 1 month ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Changes since 1.28: +1 -2
lines
Diff to previous 1.28 (colored)
Remove duplicate SHA512 digests that crept in.
Revision 1.28 / (download) - annotate - [select for diffs], Tue Nov 3 23:54:28 2015 UTC (8 years, 1 month ago) by agc
Branch: MAIN
Changes since 1.27: +2 -1
lines
Diff to previous 1.27 (colored)
Add SHA512 digests for distfiles for multimedia category Problems found locating distfiles: Package adobe-flash-plugin11: missing distfile flash-plugin-11.2.202.540-release.i386.rpm Package gmplayer: missing distfile mplayer/AlienMind-1.2.tar.bz2 Package gmplayer: missing distfile mplayer/BlueHeart-1.5.tar.bz2 Package gmplayer: missing distfile mplayer/CornerMP-aqua-1.4.tar.bz2 Package gmplayer: missing distfile mplayer/MPlayer-1.1.1.tar.xz Package gmplayer: missing distfile mplayer/WMP6-2.2.tar.bz2 Package gmplayer: missing distfile mplayer/gnome-1.1.tar.bz2 Package gmplayer: missing distfile mplayer/hwswskin-1.3.tar.bz2 Package gmplayer: missing distfile mplayer/neutron-1.6.tar.bz2 Package gmplayer: missing distfile mplayer/plastic-1.3.tar.bz2 Package gmplayer: missing distfile mplayer/slim-1.3.tar.bz2 Package gmplayer: missing distfile mplayer/xine-lcd-1.2.tar.bz2 Package handbrake: missing distfile handbrake/HandBrake-0.9.3.tar.gz Package handbrake: missing distfile handbrake/bzip2-1.0.5.tar.gz Package handbrake: missing distfile handbrake/faad2-2.6.1.tar.gz Package handbrake: missing distfile handbrake/lame-3.98.tar.gz Package handbrake: missing distfile handbrake/libdvdread-0.9.7.tar.gz Package handbrake: missing distfile handbrake/libmp4v2-r45.tar.gz Package handbrake: missing distfile handbrake/libquicktime-0.9.10.tar.gz Package handbrake: missing distfile handbrake/libtheora-1.0.tar.gz Package handbrake: missing distfile handbrake/mpeg2dec-0.5.1.tar.gz Package handbrake: missing distfile handbrake/x264-r1028-83baa7f.tar.gz Package handbrake: missing distfile handbrake/zlib-1.2.3.tar.gz Package libdvdcss: missing distfile libdvdcss-1.3.99.tar.bz2 Package mplayer-share: missing distfile mplayer/MPlayer-1.1.1.tar.xz Package mpv: missing distfile mpv-0.12.0.tar.gz Package realplayer-codecs: missing distfile rp8codecs-20040626.tar.bz2 Package realplayer-codecs: missing distfile rp8codecs-alpha-20050115.tar.bz2 Package win32-codecs: missing distfile rp9codecs-win32-20050115.tar.bz2 Package xanim: missing distfile xa2.0_cvid_netbsd386.o.gz Package xanim: missing distfile xa2.0_iv32_netbsd386.o.gz Package xanim: missing distfile xa1.0_cyuv_netbsd68k.o.gz Package xanim: missing distfile xa2.0_cvid_linuxELF.o.gz Package xanim: missing distfile xa2.0_iv32_linuxELF.o.gz Package xanim: missing distfile xa1.0_cyuv_sparcAOUT.o.gz Package xanim: missing distfile xa2.0_cvid_sparcELF.o.gz Package xanim: missing distfile xa2.0_iv32_sparcELF.o.gz Package xanim: missing distfile xa1.0_cyuv_linuxPPC.o.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
Revision 1.27 / (download) - annotate - [select for diffs], Sun Oct 25 09:49:18 2015 UTC (8 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.26: +5 -5
lines
Diff to previous 1.26 (colored)
Update libmatroska to 1.4.4: * Released v1.4.4. * 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.
Revision 1.26 / (download) - annotate - [select for diffs], Wed Oct 21 08:41:41 2015 UTC (8 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.25: +5 -5
lines
Diff to previous 1.25 (colored)
Update libmatroska to 1.4.3: 2015-10-17 Moritz Bunkus <moritz@bunkus.org> * Released v1.4.3. 2015-05-02 Daniel Winzen <d@winzen4.de> * all: a couple of optimizations in the main library and a memory leak fix in the tests 2015-02-01 Jan Engelhardt <jengelh@inai.de> * build system: fix linking against libEBML
Revision 1.25 / (download) - annotate - [select for diffs], Thu Jan 22 14:43:19 2015 UTC (8 years, 10 months ago) by pho
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1
Changes since 1.24: +2 -1
lines
Diff to previous 1.24 (colored)
Fix linkage failure of libmatroska due to missing -lebml flag. This seems to be an actual issue only on non-ELF platforms. Pull request sent and merged to the upstream: https://github.com/Matroska-Org/libmatroska/pull/5
Revision 1.24 / (download) - annotate - [select for diffs], Sun Jan 4 23:24:45 2015 UTC (8 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.23: +4 -5
lines
Diff to previous 1.23 (colored)
Update to 1.4.2: 2015-01-04 Moritz Bunkus <moritz@bunkus.org> * Released v1.4.2. 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 »libmatroska«. Based on a similar patch for libEBML by Jan Engelhardt <jengelh@inai.de>. 2014-12-20 Moritz Bunkus <moritz@bunkus.org> * 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. 2014-12-19 Moritz Bunkus <moritz@bunkus.org> * KaxBlock::ReadInternalHead(): fixed a off-by-one buffer overflow if with EBML lacing and exactly one frame in the lace.
Revision 1.23 / (download) - annotate - [select for diffs], Sun Oct 6 14:13:10 2013 UTC (10 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4
Changes since 1.22: +2 -2
lines
Diff to previous 1.22 (colored)
Fix library installation, broken during update. Bump PKGREVISION.
Revision 1.22 / (download) - annotate - [select for diffs], Fri Oct 4 20:58:44 2013 UTC (10 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.21: +5 -5
lines
Diff to previous 1.21 (colored)
Update to 1.4.1: New 1.4.1 version: - Added new elements/classes DiscardPadding, CodecDelay and SeekPreRoll - The licensing information has been cleared up/unified. - The Makefile now contain options for specifying the destination base directory during installation ("DESTDIR") and for specifying which library types to build ("link"). - The libraries are built without the "-ansi" and "-fno-gnu-keywords" flags on Linux - Code cleanup
Revision 1.21 / (download) - annotate - [select for diffs], Fri Apr 12 13:36:56 2013 UTC (10 years, 7 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2
Changes since 1.20: +5 -5
lines
Diff to previous 1.20 (colored)
update to 1.4.0 changes: several new elements that were added to the Matroska specifications: CueDuration, CueRelativePosition, ChapterStringUID, VideoAlphaMode and DefaultDecodedFieldDuration
Revision 1.20 / (download) - annotate - [select for diffs], Fri Oct 7 19:04:46 2011 UTC (12 years, 1 month ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Changes since 1.19: +5 -5
lines
Diff to previous 1.19 (colored)
update to 1.3.0 changes: cleanup and minor fixes pkgsrc note: according to the ChangeLog, this version is not binary compatible to older versions -> ABI_DEPENDS bumped
Revision 1.19 / (download) - annotate - [select for diffs], Fri Mar 18 12:42:13 2011 UTC (12 years, 8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
Fix patching on Mac OSX; fix installing the library; fix some pkglint issues
Revision 1.18 / (download) - annotate - [select for diffs], Mon Feb 14 19:00:45 2011 UTC (12 years, 9 months ago) by drochner
Branch: MAIN
Changes since 1.17: +5 -5
lines
Diff to previous 1.17 (colored)
update to 1.1.0 changes: -API extensions and cleanup -bugfixes
Revision 1.17 / (download) - annotate - [select for diffs], Thu Jul 8 18:46:46 2010 UTC (13 years, 4 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.16: +5 -5
lines
Diff to previous 1.16 (colored)
update to 1.0.0 changes: -API extensions -bugfixes pkgsrc note: while the changelog doesn't tell details, there seems to be an ABI incompatibility to the previous version. Bump the bl3 dependency.
Revision 1.16 / (download) - annotate - [select for diffs], Wed Nov 14 18:27:48 2007 UTC (16 years ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.15: +5 -5
lines
Diff to previous 1.15 (colored)
libtoolize and build shared libraries, this will make it usable in dynamically loaded plugins, bump PKGREVISION
Revision 1.15 / (download) - annotate - [select for diffs], Sun Jul 1 20:23:19 2007 UTC (16 years, 5 months ago) by heinz
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Added support for installation to DESTDIR. Approved by salo@.
Revision 1.14 / (download) - annotate - [select for diffs], Sun Dec 11 17:58:49 2005 UTC (17 years, 11 months ago) by salo
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.13: +4 -4
lines
Diff to previous 1.13 (colored)
Update to version 0.8.0 Changes: - support for reading extra features of SimpleBlock - bugfixes
Revision 1.13 / (download) - annotate - [select for diffs], Mon Jun 6 21:15:02 2005 UTC (18 years, 6 months ago) by salo
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
Force PREFIX.
Revision 1.12 / (download) - annotate - [select for diffs], Mon May 30 16:31:40 2005 UTC (18 years, 6 months ago) by salo
Branch: MAIN
Changes since 1.11: +4 -4
lines
Diff to previous 1.11 (colored)
Update to version 0.7.7 Changes include fixes to the build system for MacOS X, slightly improved handling of the maximum size to read and other small fixes.
Revision 1.11 / (download) - annotate - [select for diffs], Mon Apr 18 00:57:21 2005 UTC (18 years, 7 months ago) by salo
Branch: MAIN
Changes since 1.10: +4 -4
lines
Diff to previous 1.10 (colored)
Update to version 0.7.6 Changes: - add a couple of new elements - address some other minor issues
Revision 1.10 / (download) - annotate - [select for diffs], Thu Feb 24 11:24:03 2005 UTC (18 years, 9 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.9: +2 -1
lines
Diff to previous 1.9 (colored)
Add RMD160 digests.
Revision 1.9 / (download) - annotate - [select for diffs], Thu Feb 17 10:52:46 2005 UTC (18 years, 9 months ago) by salo
Branch: MAIN
Changes since 1.8: +4 -4
lines
Diff to previous 1.8 (colored)
Update to version 0.7.5 Changes: - fix the segment family UID - no more TrackAngle and new TrackTranslate elements - rename ChapterLink* to ChapterTranslate* - add KaxChapterLinkEditionUID - fix the KaxSegmentFamily flags - added KaxSegmentFamily, KaxChapterLink, KaxChapterLinkCodec and KaxChapterLinkID - Move all of the (re-)activated Matroska v1 elements out of "#if == 2" blocks. - support for KaxMaxBlockAdditionID and fix default values - BlockAdditions is in Matroska 1 now - added the button track type - Use malloc() and free() instead of new[] and delete[] where the lib might deal with pointers that have been allocated by the app, or where the app has allocated the memory. Reason: new[]ed memory cannot be realloc()ed. - remove support for the gap flag in the Block - add almost automatic handling of SilentTracks - added KaxTrackFlagForced - added KaxTrackAngle and various fixes - TrackOverlay is now multiple - added KaxClusterSilentTracks and KaxClusterSilentTrackNumber
Revision 1.8 / (download) - annotate - [select for diffs], Thu Oct 14 17:04:35 2004 UTC (19 years, 1 month ago) by salo
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.7: +3 -3
lines
Diff to previous 1.7 (colored)
Updated to 0.7.4 Changes: - EditionProcessed has a default value (0) according to the specs. - KaxEditionManaged becomes KaxEditionProcessed and mandatory KaxEditionManagedPrivate becomes KaxChapterManagedPrivate - no more automatic OutputSamplingFrequency default value - add support for KaxChapterProcessCommand and KaxEditionManagedPrivate - The ValidateSize function is neither needed nor correct (probably copy & paste from somewhere). Integers of all sizes are accepted as in all the other UID cases. - allow DLL building with MSVC7 (not compatible with the MinGW DLLs) - KaxTagTargetTypeValue default to 50 - TargetTypeValue is no longer mandatory - Fixed the wrong element names. - add KaxTagTargetTypeValue as in the specs - add KaxChapterPhysicalEquiv as in the new specs - add KaxChapterProcess and KaxChapterProcessTime - add the new PixelCropXXX elements - added KaxEditionFlagDefault and KaxEditionManaged - add the new TargetType element in tags - Set the default value for KaxTagLangue to "und" complying with the specs.
Revision 1.7 / (download) - annotate - [select for diffs], Mon Aug 23 23:19:52 2004 UTC (19 years, 3 months ago) by salo
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3
Changes since 1.6: +3 -4
lines
Diff to previous 1.6 (colored)
Update to version 0.7.3. Changes: - remove patch-aa, it has been merged upstream 0.7.3: ====== - add KaxEditionFlagDefault, KaxEditionManaged, TargetType, TagLanguage, TagDefault, EditionFlagHidden - rename the new KaxTagLanguage to KaxTagLangue - misc small bugfixes 0.7.2: ====== - chapters/tags: add an edition UID and clean the code according to the specs - mingw32: Proper description for the SHARED option. Make building the lib statically the default just like it is for libembl.
Revision 1.6 / (download) - annotate - [select for diffs], Tue Jul 27 04:14:56 2004 UTC (19 years, 4 months ago) by salo
Branch: MAIN
Changes since 1.5: +5 -5
lines
Diff to previous 1.5 (colored)
Update to version 0.7.1. Changes: - use bzip2 distribution tarball 0.7.1: ====== - KaxClusterPosition is already in use and therefore a v1 element - various cosmetic changes to Makefile and build system itself
Revision 1.5 / (download) - annotate - [select for diffs], Tue Jul 20 23:53:12 2004 UTC (19 years, 4 months ago) by salo
Branch: MAIN
Changes since 1.4: +2 -3
lines
Diff to previous 1.4 (colored)
PKGREVISION++ - do not define MATROSKA_VERSION=2 anymore. it's not needed for mplayer any longer and no other application needs it. per discussion with Moritz Bunkus. - add test target, do not build tests as a part of normal build - i can as well add myself as MAINTAINER..
Revision 1.4 / (download) - annotate - [select for diffs], Mon May 31 09:50:35 2004 UTC (19 years, 6 months ago) by salo
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Pass CXXFLAGS and LDFLAGS to Makefile, usa more buildlink variables. Allow both overwrite and pkgviews installation. Based on patch sent by Joachim Kuebart via PR pkg/25752.
Revision 1.3 / (download) - annotate - [select for diffs], Sun May 16 09:50:57 2004 UTC (19 years, 6 months ago) by grant
Branch: MAIN
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
call $(BSD_INSTALL) to install files, not "install".
Revision 1.2 / (download) - annotate - [select for diffs], Wed May 5 15:57:17 2004 UTC (19 years, 7 months ago) by salo
Branch: MAIN
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (colored)
Updated to version 0.7.0. Changes: - Switch to LGPL license - Update the copyright years - Fix minor things in test examples - Fix a problem when MATROSKA_VERSION is set to 2 - Fix for partial XipH lacing reading - Handle MATROSKA_VERSION to enable/disable some future additions - No more new elements for sample accurate seeking - Added code that allows libmatroska to be built as a DLL on Windows. - Updated the MinGW build system. - No more StdInclude - Add support for SampleScale and BlockSamples
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Apr 7 12:52:16 2004 UTC (19 years, 8 months ago) by salo
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of libmatroska-0.6.3: Extensible open standard Audio/Video container format library. Matroska aims to become THE Standard of Multimedia Container Formats. It was derived from a project called MCF, but differentiates from it significantly. It is based on EBML (Extensible Binary Meta Language), a binary derivative of XML. Matroska is designed with the future in mind. It incorporates features you would expect from a modern container format, like: - Streamable over internet (HTTP and RTP) - Fast seeking in the file - High error recovery - Menus (like DVDs have) - Chapter entries - Selectable subtitle streams - Selectable audio streams - Modularly extendable From pkgsrc-wip, submitted by Sergey Svishchev.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Apr 7 12:52:16 2004 UTC (19 years, 8 months ago) by salo
Branch: MAIN
Initial revision