Commit Graph

  • 6d8e423ef0 KaxVersion.cpp: always set KaxCodeDate to "Unknown" master Moritz Bunkus 2015-11-21 10:58:21 +0100
  • 2619e001cb Bump version number, add release message release-1.4.4 Moritz Bunkus 2015-10-20 15:07:17 +0200
  • 76212be904 build system: require libebml >= 1.3.3 due to fixes for invalid memory access Moritz Bunkus 2015-10-20 15:06:40 +0200
  • 0a2d3e3644 KaxBlockInternal: check EBML lace sizes against available buffer space Moritz Bunkus 2015-10-20 12:00:53 +0200
  • 4934049696 Bump version number, add release message release-1.4.3 Moritz Bunkus 2015-10-17 16:02:54 +0200
  • db5d627b5b Merge pull request #7 from DanWin/master Moritz Bunkus 2015-05-02 11:07:27 +0200
  • e97e1a3897 Fix memory leak Daniel Winzen 2015-05-02 10:38:11 +0200
  • bab4d91a78 Some optimizations Daniel Winzen 2015-05-02 09:13:56 +0200
  • 9466bf5f2b build: libmatroska needs to link against libebml Jan Engelhardt 2015-02-01 18:14:08 +0100
  • 81edf95a02 Merge pull request #5 from phonohawk/fix-libmatroska-linkage-failure Moritz Bunkus 2015-01-22 15:26:36 +0100
  • b3de2dd981 Fix linkage failure of libmatroska due to missing -lebml flag PHO 2015-01-22 22:15:02 +0900
  • cbf763a07e ChangeLog: add release message release-1.4.2 Moritz Bunkus 2015-01-04 14:31:17 +0100
  • aa04e96218 build system: autogen.sh not needed; »autoreconf -fi« suffices Moritz Bunkus 2014-12-21 11:39:59 +0100
  • ea28fc9ab8 ChangeLog: mention the pkg-config file Moritz Bunkus 2014-12-21 10:51:53 +0100
  • cd371507d8 ChangeLog: update Moritz Bunkus 2014-12-21 10:32:52 +0100
  • 0f107f8b19 build system: remove old hand-crafted make files Moritz Bunkus 2014-12-21 10:32:08 +0100
  • 4052497ce5 check_ids: move to other directory Moritz Bunkus 2014-12-21 10:31:45 +0100
  • 78334a0d2c build system: add autoconf/automake-based system Moritz Bunkus 2014-12-21 10:22:49 +0100
  • 2260fd14b5 cosmetics: re-indent KaxBlock::ReadData() after wrapping in try/catch block Moritz Bunkus 2014-12-20 17:06:47 +0100
  • 4457e70466 KaxBlock::ReadData(): use safe/checked memory access Moritz Bunkus 2014-12-20 16:54:28 +0100
  • 2e960b9b63 cosmetics: unify indentation Moritz Bunkus 2014-12-19 15:07:32 +0100
  • 9655b187f2 version: bump to 1.4.2 Moritz Bunkus 2014-12-19 14:01:10 +0100
  • f82f1f7889 KaxBlock: don't access beyond enf-of-buffer for one frame in EBML lacing Moritz Bunkus 2014-12-19 14:00:02 +0100
  • ff6e0db2fe cosmetics: use spaces instead of tab characters; remove trailing whitespace Moritz Bunkus 2014-12-19 00:06:34 +0100
  • 4a7222ce81 Avoid compiler warning about possible use of uninitialized values Moritz Bunkus 2013-10-19 12:25:39 +0200
  • 1cb5ae4015 update ChangeLog release-1.4.1 Moritz Bunkus 2013-09-17 19:15:34 +0200
  • ee8a42d2cf Merge pull request #2 from maksqwe/master Moritz Bunkus 2013-08-23 10:43:19 -0700
  • 9c07d1e39d 1. add std::nothrow to new operator because then ptr checked with NULL 2. "currentNewBlock" is assigned values twice successively 3. optimize std::vector<>::iterator's usage "iter++" -> "++iter". See preincrement and postincrement operator++() maksqwe 2013-08-23 00:42:18 +0300
  • 82a7b7c6b8 update the library version number after merge of some new elements Steve Lhomme 2013-06-15 18:36:05 +0200
  • fb1eddb293 add support for SeekPreRoll dev Steve Lhomme 2013-06-15 18:27:49 +0200
  • edcf087607 add DiscardPadding and CodecDelay elements Steve Lhomme 2013-06-15 18:22:34 +0200
  • de304c170a Merge pull request #1 from RedDwarf69/master Moritz Bunkus 2013-04-20 02:54:23 -0700
  • 40a5b6e130 Update licensing information Cristian Morales Vega 2013-04-14 16:45:27 +0100
  • e23d29d21b Use Linux-style EOL for non Windows specific files Cristian Morales Vega 2013-04-14 16:34:22 +0100
  • a8f9a28def Fix typo Cristian Morales Vega 2013-04-14 16:29:57 +0100
  • 773e7d7755 Add DESTDIR option to Linux Makefile Cristian Morales Vega 2013-04-14 16:29:21 +0100
  • 4f5d0b977c Add "link" option to Linux Makefile Cristian Morales Vega 2013-04-14 16:27:32 +0100
  • 1a15920ee4 Stop using -ansi -fno-gnu-keywords in Linux Cristian Morales Vega 2013-04-14 16:23:32 +0100
  • 264a7537e5 Remove Debian build files & update ChangeLog release-1.4.0 Moritz Bunkus 2013-03-19 20:13:20 +0100
  • bdcc3ef3a1 Update ChangeLog Moritz Bunkus 2013-03-19 17:55:52 +0100
  • 734b6a1803 Add new element 'DefaultDecodedFieldDuration' Moritz Bunkus 2013-03-19 12:07:42 +0100
  • c718d51867 Ignore files built during compilation Moritz Bunkus 2013-03-19 12:06:36 +0100
  • f3f1214c13 add alphaMode for WebM Steve Lhomme 2013-02-05 18:56:40 +0100
  • 08eb86ee0a Sync with specs: remove TrackTimecodeDenominator; add ChapterStringUID Moritz Bunkus 2012-12-02 14:12:58 +0000
  • 0a96109b73 specs: introduce ChapterStringUID for WebVTT cue identifiers Steve Lhomme 2012-10-28 07:58:23 +0000
  • 0f3f33bf6f Make CueDuration a child of CueTrackPositions Moritz Bunkus 2012-09-24 21:39:23 +0000
  • 4ac544deac Add missing RenderData() declaration for KaxTrackTimecodeScale Moritz Bunkus 2012-09-24 21:01:00 +0000
  • a463c247a6 update the ChangeLog with recent changes Steve Lhomme 2012-09-23 09:53:17 +0000
  • e06fb9db92 add TimecodeScaleDenominator to make a fraction with TimecodeScale in Matroska v4 Steve Lhomme 2012-09-23 09:18:56 +0000
  • 726c4bee88 no more TrackTimecodeScale in Matroska v4 no more TrackTimecodeScale writing in libmatroska Steve Lhomme 2012-09-23 08:44:42 +0000
  • 3fbe2877fb Bump version number, library .so version number, add ChangeLog info Moritz Bunkus 2012-09-22 22:30:44 +0000
  • 7648e65aac Add new elements from specdata.xml Moritz Bunkus 2012-09-22 22:30:01 +0000
  • 0f6409c2f1 Remove conversion operator that will never be called Moritz Bunkus 2012-09-04 07:53:21 +0000
  • 699562e709 Fix several gcc warnings occurring with -Wextra Moritz Bunkus 2011-11-25 21:23:21 +0000
  • 14c9e3ad3b Release v1.3.0 release-1.3.0 Moritz Bunkus 2011-09-23 13:46:13 +0000
  • 51f99000c5 Release v1.3.0 Moritz Bunkus 2011-09-23 13:44:42 +0000
  • 94391f1f4e Bump library so version number due to binary incompatible changes Moritz Bunkus 2011-09-23 13:44:05 +0000
  • f12d63c798 Release v1.3.0 Moritz Bunkus 2011-09-23 11:56:44 +0000
  • c5f95ca5ad changelog update, version number updates Moritz Bunkus 2011-09-23 11:54:54 +0000
  • 945625f4e3 libmatroska: bump the version to 1.3.0 as the KaxChapterSegmentEditionUID is not binary compatible Steve Lhomme 2011-09-11 15:56:11 +0000
  • 4e905afe8d specs: make ChapterSegmentEditionUID an unsigned integer to match the ChapterEditionUID it's supposed to target Steve Lhomme 2011-09-11 15:13:32 +0000
  • c5e1f64a43 Move definition of KaxCodeVersion into the library Moritz Bunkus 2011-09-11 09:04:00 +0000
  • b5306bbeda Always initialize member variables Moritz Bunkus 2011-08-24 18:59:02 +0000
  • 9fd2a78333 Removed set but unused variable Moritz Bunkus 2011-07-11 20:08:46 +0000
  • 2050a2569a Release v1.2.0 release-1.2.0 Moritz Bunkus 2011-06-26 18:15:27 +0000
  • 3a34fb5a2e spec file version number bump Moritz Bunkus 2011-06-26 18:14:46 +0000
  • 129a1c6054 Release v1.2.0 Moritz Bunkus 2011-06-26 17:49:53 +0000
  • 1212eca974 Release date update Moritz Bunkus 2011-06-26 17:42:58 +0000
  • 890be90df1 Bumped version number in Debian changelog Moritz Bunkus 2011-06-15 12:05:18 +0000
  • 8c4a6cccb4 Bumped the library SONAME due to binary incompatibility Moritz Bunkus 2011-06-15 12:00:37 +0000
  • 4edebabe92 libmatroska: the new version will be 1.2.0 due to ABI changes Steve Lhomme 2011-06-15 11:13:11 +0000
  • 2f1c0dd15b update the version headers Steve Lhomme 2011-06-12 09:21:05 +0000
  • 86036dfabb libmatroska: update ChangeLog & version Steve Lhomme 2011-06-12 09:13:47 +0000
  • f5f263461f libmatroska: do not read data in KaxBlockVirtual, just skip it Steve Lhomme 2011-06-12 09:08:10 +0000
  • 5ca6d6c747 libmatroska: properly use the macros for Context_KaxMatroska Steve Lhomme 2011-06-12 07:13:28 +0000
  • 6304254275 libmatroska: bring back KaxMatroska_Context (used in VLC) Steve Lhomme 2011-06-11 16:20:19 +0000
  • 13c11f7c32 libmatroska: try to fix some EBML test includes Steve Lhomme 2011-03-27 17:18:50 +0000
  • 7a815aae19 libmatroska: use the generated semantic code instead of the manual one + don't allow writing not supported elements Steve Lhomme 2011-03-27 17:09:02 +0000
  • 9201cd4b98 Updated the "Section" entries in the Debian package file Moritz Bunkus 2011-03-25 10:48:59 +0000
  • 9e32281dca libmatroska: fix some semantic mismatch with the specs Steve Lhomme 2011-03-22 08:31:00 +0000
  • e5d8c2585c remove no longer needed tests for old/outdated/previous tag system (from impulze https://sourceforge.net/tracker/?func=detail&aid=3170459&group_id=68739&atid=522230) Steve Lhomme 2011-02-12 12:42:33 +0000
  • edac6011db Release libmatroska v1.1.0 release-1.1.0 Moritz Bunkus 2011-01-30 14:48:22 +0000
  • e6d2bfa361 Updated spec file version numbers Moritz Bunkus 2011-01-30 14:46:37 +0000
  • f7ca839d08 Release libmatroska v1.1.0 Moritz Bunkus 2011-01-30 14:42:12 +0000
  • d304c4a68e Wrong package name Moritz Bunkus 2011-01-30 14:41:47 +0000
  • 1d9eff3153 Release libmatroska v1.1.0 Moritz Bunkus 2011-01-30 14:35:30 +0000
  • ab0ab8c6a8 Updated Debian changelog Moritz Bunkus 2011-01-30 14:32:25 +0000
  • 02006e7a36 Release libmatroska v1.1.0 Moritz Bunkus 2011-01-30 11:01:22 +0000
  • 5f83bf353c Set release date Moritz Bunkus 2011-01-30 11:00:38 +0000
  • dfe495cf23 Increased library .so name to .3 Moritz Bunkus 2011-01-29 11:48:16 +0000
  • 697ce73358 fix a memory leak in KaxReferenceBlock when an internal KaxBlockBlob was created Steve Lhomme 2010-09-10 08:39:15 +0000
  • f1349f9639 libmatroska: add KaxTrackOperation and related elements for combined stereo/3D tracks or joined virtual tracks Steve Lhomme 2010-09-05 09:27:51 +0000
  • 4aa2a17bab libebml/libmatroska: compile under MinGW32 even if the source path has spaces Steve Lhomme 2010-08-15 13:15:29 +0000
  • 72abb5578e libmatroska: add KaxTrackDependency and related elements for combined stereo/3D tracks Steve Lhomme 2010-08-07 09:42:47 +0000
  • 5ebfbd2cda libmatroska: KaxCues::AddBlockGroup() was removed as it's broken beyond repair Steve Lhomme 2010-07-29 19:06:19 +0000
  • 2be628cfe9 libmatroska: add the possibility for a DataBuffer class to use its own internal memory Steve Lhomme 2010-07-05 11:38:15 +0000
  • 775c5aecf3 libmatroska: remove KaxTagMulti from the non-generated makefiles Steve Lhomme 2010-07-05 10:03:20 +0000
  • a8d891945f ChangeLog update Steve Lhomme 2010-07-04 09:33:42 +0000
  • 64b3fed7f6 libmatroska: remove all references to the old/outdated/previous tag system Steve Lhomme 2010-07-04 09:32:26 +0000
  • 73aa75ee8a libmatroska: fix the test6 code (it was using the old tags system) Steve Lhomme 2010-07-04 09:19:13 +0000