Author: mosu
Date: 2005-02-06 22:48:27 +0300 (Sun, 06 Feb 2005)
New Revision: 1070
Modified:
trunk/libebml/ChangeLog
Log:
Automatic ChangeLog update (with a new program -- that's why the diff is so huge)
Modified: trunk/libebml/ChangeLog
===================================================================
--- trunk/libebml/ChangeLog 2005-02-06 18:12:08 UTC (rev 1069)
+++ trunk/libebml/ChangeLog 2005-02-06 19:48:27 UTC (rev 1070)
@@ -1,876 +1,1135 @@
-2004-11-10 20:47:49 Rev 937 mosu
+2005-02-06 18:11 mosu
- * debian/changelog ebml/EbmlVersion.h:
- Bumped the version number to 0.7.3.
+ * trunk/libebml/make/linux/Makefile: Output an error if a mingw
+ compiler is used with the Linux Makefile (I simply do that too
+ often).
-2004-11-10 20:46:28 Rev 936 mosu
+2005-02-06 16:17 robux4
- * ebml/EbmlId.h ebml/EbmlUnicodeString.h:
- Added some operator!= to avoid confusion and mistakes with
- comparison and automatic casting.
+ * trunk/libebml/src/EbmlBinary.cpp: libebml: remove wrong comment
-2004-10-18 19:28:58 Rev 892 robux4
+2005-02-05 21:34 robux4
- * src/EbmlElement.cpp src/EbmlMaster.cpp:
- better code to handle all VTS VOBs (not yet there)
+ * trunk/libebml/src/EbmlBinary.cpp: libebml: the previous commit had
+ was b0rked
-2004-10-14 07:48:39 Rev 881 mosu
+2005-02-05 21:30 robux4
- * src/EbmlUnicodeString.cpp:
- wchar.h doesn't exist on OpenBSD. Patch by Diego Pettenò <dgp85
- (a) users ! sourceforge ! net>.
+ * trunk/libebml/ebml/EbmlBinary.h, trunk/libebml/src/EbmlBinary.cpp:
+ libebml: allow binary element comparison (useful to compare UIDs)
-2004-09-26 10:03:57 Rev 840 mosu
+2005-01-10 22:49 robux4
- * ChangeLog:
- Automatic ChangeLog update
+ * trunk/libebml/ebml/EbmlBinary.h, trunk/libebml/ebml/EbmlCrc32.h,
+ trunk/libebml/ebml/EbmlDate.h, trunk/libebml/ebml/EbmlElement.h,
+ trunk/libebml/ebml/EbmlFloat.h, trunk/libebml/ebml/EbmlMaster.h,
+ trunk/libebml/ebml/EbmlSInteger.h,
+ trunk/libebml/ebml/EbmlString.h,
+ trunk/libebml/ebml/EbmlUInteger.h,
+ trunk/libebml/ebml/EbmlUnicodeString.h,
+ trunk/libebml/ebml/EbmlVoid.h, trunk/libebml/src/EbmlBinary.cpp,
+ trunk/libebml/src/EbmlCrc32.cpp, trunk/libebml/src/EbmlDate.cpp,
+ trunk/libebml/src/EbmlElement.cpp,
+ trunk/libebml/src/EbmlFloat.cpp, trunk/libebml/src/EbmlMaster.cpp,
+ trunk/libebml/src/EbmlSInteger.cpp,
+ trunk/libebml/src/EbmlString.cpp,
+ trunk/libebml/src/EbmlUInteger.cpp,
+ trunk/libebml/src/EbmlUnicodeString.cpp,
+ trunk/libebml/src/EbmlVoid.cpp: libebml: rename bSaveDefault in
+ bKeepIntact
-2004-09-26 10:03:40 Rev 839 mosu
+2005-01-10 22:34 robux4
- * debian/changelog ebml/EbmlVersion.h:
- Bumped the version number to 0.7.2.
+ * trunk/libebml/ebml/EbmlElement.h: libebml: more comments on what
+ size functions return and when they should be used
-2004-09-23 22:54:24 Rev 837 mosu
+2005-01-10 20:05 robux4
- * ebml/c/libebml_t.h:
- Fix for the compilation on Solaris. I also redid the
- #if... hierarchy to be a bit less confusing.
+ * trunk/libebml/ebml/EbmlMaster.h: libebml: don't save empty
+ EbmlMasters by default
-2004-08-28 14:18:17 Rev 737 robux4
+2005-01-05 16:15 robux4
- * ebml/EbmlFloat.h:
- remove the unsupported float80 support
+ * trunk/libebml/ebml/c/libebml_t.h: patches from the VLC repository
-2004-08-28 14:05:09 Rev 736 robux4
+2004-11-30 15:41 mosu
- * make/vc7/dll make/vc7/dll/libebmldll.v71.vcproj ebml/EbmlFloat.h
- ebml/EbmlContexts.h ebml/EbmlEndian.h: allow building a DLL
- with MSVC7 (not compatible with the MinGW one)
+ * trunk/libebml/ebml/EbmlBinary.h, trunk/libebml/src/EbmlBinary.cpp:
+ 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.
-2004-08-10 12:27:34 Rev 710 robux4
+2004-11-19 12:17 mosu
- * ebml/EbmlConfig.h ebml/EbmlFloat.h src/EbmlFloat.cpp:
- remove fake 80 bits float support
+ * trunk/libebml/make/mingw32/Makefile: Compile libebml as a DLL by
+ default (is anyone except me using this mingw Makefile anyway?).
+ Do not remove the dependency file on "make clean".
-2004-07-31 08:56:28 Rev 693 robux4
+2004-11-17 08:45 mosu
- * src/MemIOCallback.cpp:
- Apparently it's better this way on some compilers
+ * trunk/libebml/make/linux/Makefile: Do not remove the .depend file
+ on "make clean".
-2004-07-26 17:49:27 Rev 669 mosu
+2004-11-14 10:39 mosu
- * make/mingw32/Makefile:
- Proper description for the SHARED option.
+ * trunk/libebml/ebml/EbmlVersion.h: Numbers starting with '0' are
+ octal numbers. Therefore a version number '0.8.3' can definitely
+ not be expressed as '000803'. A very stupid mistake...
-2004-07-25 10:11:25 Rev 662 mosu
+2004-11-13 21:11 mosu
- * ChangeLog debian/changelog ebml/EbmlVersion.h:
- Bumped the version number to 0.7.1.
+ * trunk/libebml/make/mingw32: Also ignore the static lib.
-2004-07-21 18:12:51 Rev 653 mosu
+2004-11-13 21:09 mosu
- * src/EbmlUnicodeString.cpp:
- I still hate tabs.
+ * trunk/libebml/make/linux/Makefile, trunk/libebml/make/mingw32,
+ trunk/libebml/make/mingw32/Makefile: Fixed "make depend" on mingw
+ and some cleanup for the Linux Makefile.
-2004-07-21 18:09:38 Rev 652 mosu
+2004-11-13 11:30 mosu
- * ebml/EbmlUnicodeString.h src/EbmlUnicodeString.cpp:
- Do not use the same name as a standard C library
- function. Especially not if the return values are reversed!
+ * trunk/libebml/make/linux: Ignore the .depend file created by "make
+ depend".
-2004-07-19 16:39:13 Rev 650 mosu
+2004-11-13 11:27 mosu
- * make/linux/Makefile:
- Let the user specify his own CXXFLAGS and CPPFLAGS.
+ * trunk/libebml/make/linux/Makefile: Cleanup
-2004-07-09 21:18:06 Rev 644 mosu
+2004-11-13 11:25 mosu
- * ChangeLog debian/rules:
- debian/rules should be executable, ChangeLog should not.
+ * trunk/libebml/make/linux/Makefile: Improved the dependency
+ calculation to be more portable (makedepend doesn't exist
+ everywhere, and it doesn't necessarily use the compiler we want).
-2004-07-09 21:11:36 Rev 643 mosu
+2004-11-13 11:17 mosu
- * make/linux:
- Ignore the created library.
+ * trunk/libebml/ebml/EbmlMaster.h: Added a "RemoveAll" function.
-2004-07-09 20:59:14 Rev 639 mosu
+2004-11-10 20:48 mosu
- * ChangeLog ebml/EbmlUInteger.h src/EbmlSInteger.cpp
- ebml/IOCallback.
- h src/EbmlUInteger.cpp ebml/Debug.h src/IOCallback.cpp
- src/Debug. cpp ebml/EbmlElement.h ebml/EbmlMaster.h
- ebml/EbmlId.h src/EbmlElement.cpp ebml/EbmlEndian.h
- src/EbmlMaster.cpp debian/libebml-dev.dirs ebml/StdIOCallback.h
- debian/libebml-dev. files src/platform/win32/WinIOCallback.h
- ebml/EbmlHead.h src/StdIOCallback.cpp debian/changelog
- src/EbmlHead.cpp ebml/EbmlConfig.h ebml/EbmlString.h
- debian/rules ebml/EbmlContexts. h src/EbmlString.cpp
- src/EbmlContexts.cpp ebml/EbmlUnicodeString.h debian/dirs
- src/EbmlUnicodeString.cpp ebml/MemIOCallback.h ebml/EbmlBinary.h
- make/linux/Makefile ebml/EbmlVersion.h debian/copyright
- src/MemIOCallback.cpp src/EbmlBinary.cpp src/EbmlVersion.cpp
- src/platform/win32/WinIOCallback.cpp ebml/EbmlStream.h
- ebml/EbmlDummy.h debian/control src/EbmlStream.
- cpp src/EbmlDummy.cpp ebml/EbmlVoid.h src/EbmlVoid.cpp
- ebml/EbmlTypes.h ebml/EbmlFloat.h debian/docs src/EbmlFloat.cpp
- LICENSE.LGPL make/mingw32/Makefile ebml/c/libebml_t.h
- ebml/EbmlSubHead.h ebml/EbmlCrc32.h ebml/EbmlDate.h
- src/EbmlSubHead.cpp src/EbmlCrc32.cpp src/EbmlDate.cpp
- ebml/EbmlSInteger.h make/mingw32/libebml.dev: Set eol-style
- and keywords properties.
+ * trunk/libebml/ChangeLog: Automatic ChangeLog update
-2004-05-11 20:27:38 Rev 634 mosu
+2004-11-10 20:47 mosu
- * ebml/MemIOCallback.h make/linux/Makefile ebml/c/libebml_t.h:
- Compilation on BeOS. Patch by Vegard W?rp <[email protected]>
+ * trunk/libebml/debian/changelog, trunk/libebml/ebml/EbmlVersion.h:
+ Bumped the version number to 0.7.3.
+2004-11-10 20:46 mosu
-2004-04-26 19:35:19 Rev 610 robux4
+ * trunk/libebml/ebml/EbmlId.h,
+ trunk/libebml/ebml/EbmlUnicodeString.h: Added some operator!= to
+ avoid confusion and mistakes with comparison and automatic
+ casting.
- * make/vc7/Makefile:
- Makefile to use the free VS.Net 2003 command-line compiler
+2004-10-18 19:28 robux4
+ * trunk/DvdMenuXtractor/DvdMenuXtractor.cpp,
+ trunk/DvdMenuXtractor/IFOFile.cpp,
+ trunk/DvdMenuXtractor/IFOFile.h,
+ trunk/libebml/src/EbmlElement.cpp,
+ trunk/libebml/src/EbmlMaster.cpp: better code to handle all VTS
+ VOBs (not yet there)
-2004-04-24 09:09:08 Rev 608 mosu
+2004-10-14 07:48 mosu
- * make/linux/Makefile:
- Set LD to CXX by default.
+ * trunk/libebml/src/EbmlUnicodeString.cpp: wchar.h doesn't exist on
+ OpenBSD. Patch by Diego Pettenò <dgp85 (a) users ! sourceforge !
+ net>.
+2004-09-26 10:03 mosu
-2004-04-23 16:40:08 Rev 604 mosu
+ * trunk/libebml/ChangeLog: Automatic ChangeLog update
- * ChangeLog:
- Updates
+2004-09-26 10:03 mosu
+ * trunk/libebml/debian/changelog, trunk/libebml/ebml/EbmlVersion.h:
+ Bumped the version number to 0.7.2.
-2004-04-23 16:39:02 Rev 603 mosu
+2004-09-23 22:54 mosu
- * debian/changelog ebml/EbmlVersion.h:
- Bumped version number to 0.7.0.
+ * trunk/libebml/ebml/c/libebml_t.h: Fix for the compilation on
+ Solaris. I also redid the #if... hierarchy to be a bit less
+ confusing.
+2004-08-28 14:18 robux4
-2004-04-21 19:55:25 Rev 602 mosu
+ * trunk/libebml/ebml/EbmlFloat.h: remove the unsupported float80
+ support
- * ChangeLog:
- Updates
+2004-08-28 14:05 robux4
+ * trunk/libebml/ebml/EbmlContexts.h,
+ trunk/libebml/ebml/EbmlEndian.h, trunk/libebml/ebml/EbmlFloat.h,
+ trunk/libebml/make/vc7/dll,
+ trunk/libebml/make/vc7/dll/libebmldll.v71.vcproj: allow building a
+ DLL with MSVC7 (not compatible with the MinGW one)
-2004-04-14 23:17:53 Rev 597 robux4
+2004-08-10 12:27 robux4
- * ebml/EbmlUInteger.h src/EbmlSInteger.cpp ebml/IOCallback.h
- src/EbmlUInteger.cpp ebml/Debug.h src/IOCallback.cpp
- src/Debug.cpp ebml/EbmlElement.h ebml/EbmlMaster.h ebml/EbmlId.h
- src/EbmlElement. cpp ebml/EbmlEndian.h src/EbmlMaster.cpp
- ebml/StdIOCallback.h src/platform/win32/WinIOCallback.h
- ebml/EbmlHead.h src/StdIOCallback.cpp src/EbmlHead.cpp
- ebml/EbmlConfig.h ebml/EbmlString.h ebml/EbmlContexts.h
- src/EbmlString.cpp src/EbmlContexts.cpp ebml/EbmlUnicodeString.h
- src/EbmlUnicodeString.cpp ebml/MemIOCallback.h ebml/EbmlBinary.h
- ebml/EbmlVersion.h src/MemIOCallback.cpp src/EbmlBinary.cpp
- src/EbmlVersion.cpp ebml/EbmlStream.h ebml/EbmlDummy.h
- src/platform/win32/WinIOCallback.cpp src/EbmlDummy.cpp
- src/EbmlStream.cpp ebml/EbmlVoid.h ebml/EbmlTypes.h
- src/EbmlVoid. cpp ebml/EbmlFloat.h src/EbmlFloat.cpp
- ebml/c/libebml_t.h ebml/EbmlSubHead.h ebml/EbmlCrc32.h
- ebml/EbmlDate.h src/EbmlSubHead.cpp src/EbmlCrc32.cpp
- ebml/EbmlSInteger.h src/EbmlDate.cpp: Switch to LGPL license
+ * trunk/libebml/ebml/EbmlConfig.h, trunk/libebml/ebml/EbmlFloat.h,
+ trunk/libebml/src/EbmlFloat.cpp: remove fake 80 bits float support
+2004-07-31 08:56 robux4
-2004-04-14 23:04:58 Rev 596 robux4
+ * trunk/libebml/src/MemIOCallback.cpp: Apparently it's better this
+ way on some compilers
- * LICENSE.QPL LICENSE.LGPL LICENSE.GPL:
- Switch to LGPL license
+2004-07-26 17:49 mosu
+ * trunk/libebml/make/mingw32/Makefile: Proper description for the
+ SHARED option.
-2004-03-09 20:33:01 Rev 555 mosu
+2004-07-25 10:11 mosu
- * debian/changelog ebml/EbmlVersion.h:
- Updated the version number to 0.6.5.
+ * trunk/libebml/ChangeLog, trunk/libebml/debian/changelog,
+ trunk/libebml/ebml/EbmlVersion.h: Bumped the version number to
+ 0.7.1.
+2004-07-21 18:12 mosu
-2004-03-09 20:27:57 Rev 554 mosu
+ * trunk/libebml/src/EbmlUnicodeString.cpp: I still hate tabs.
- * ChangeLog:
- Updates
+2004-07-21 18:09 mosu
+ * trunk/libebml/ebml/EbmlUnicodeString.h,
+ trunk/libebml/src/EbmlUnicodeString.cpp: Do not use the same name
+ as a standard C library function. Especially not if the return
+ values are reversed!
-2004-03-09 20:05:29 Rev 553 mosu
+2004-07-19 16:39 mosu
- * src/EbmlUnicodeString.cpp:
- Allow the cloning of empty strings.
+ * trunk/libebml/make/linux/Makefile: Let the user specify his own
+ CXXFLAGS and CPPFLAGS.
+2004-07-09 21:18 mosu
-2004-03-06 07:45:03 Rev 548 jcsston
+ * trunk/libebml/ChangeLog, trunk/libebml/debian/rules: debian/rules
+ should be executable, ChangeLog should not.
- * src/EbmlElement.cpp:
- Fix for ebml coded sizes larger than 8 bytes, was overflowing
- the size buffer
+2004-07-09 21:11 mosu
+ * trunk/libebml/make/linux: Ignore the created library.
-2004-02-18 07:19:12 Rev 540 jcsston
+2004-07-09 20:59 mosu
- * src/platform/win32/WinIOCallback.cpp
- src/platform/win32/WinIOCallback.h: Added SetEOF() function,
- changed class private area to protected, added a static_cast
- to remove a warning
+ * trunk/libebml/ChangeLog, trunk/libebml/LICENSE.LGPL,
+ trunk/libebml/debian/changelog, trunk/libebml/debian/control,
+ trunk/libebml/debian/copyright, trunk/libebml/debian/dirs,
+ trunk/libebml/debian/docs, trunk/libebml/debian/libebml-dev.dirs,
+ trunk/libebml/debian/libebml-dev.files,
+ trunk/libebml/debian/rules, trunk/libebml/ebml/Debug.h,
+ trunk/libebml/ebml/EbmlBinary.h, trunk/libebml/ebml/EbmlConfig.h,
+ trunk/libebml/ebml/EbmlContexts.h, trunk/libebml/ebml/EbmlCrc32.h,
+ trunk/libebml/ebml/EbmlDate.h, trunk/libebml/ebml/EbmlDummy.h,
+ trunk/libebml/ebml/EbmlElement.h, trunk/libebml/ebml/EbmlEndian.h,
+ trunk/libebml/ebml/EbmlFloat.h, trunk/libebml/ebml/EbmlHead.h,
+ trunk/libebml/ebml/EbmlId.h, trunk/libebml/ebml/EbmlMaster.h,
+ trunk/libebml/ebml/EbmlSInteger.h,
+ trunk/libebml/ebml/EbmlStream.h, trunk/libebml/ebml/EbmlString.h,
+ trunk/libebml/ebml/EbmlSubHead.h, trunk/libebml/ebml/EbmlTypes.h,
+ trunk/libebml/ebml/EbmlUInteger.h,
+ trunk/libebml/ebml/EbmlUnicodeString.h,
+ trunk/libebml/ebml/EbmlVersion.h, trunk/libebml/ebml/EbmlVoid.h,
+ trunk/libebml/ebml/IOCallback.h,
+ trunk/libebml/ebml/MemIOCallback.h,
+ trunk/libebml/ebml/StdIOCallback.h,
+ trunk/libebml/ebml/c/libebml_t.h,
+ trunk/libebml/make/linux/Makefile,
+ trunk/libebml/make/mingw32/Makefile,
+ trunk/libebml/make/mingw32/libebml.dev,
+ trunk/libebml/src/Debug.cpp, trunk/libebml/src/EbmlBinary.cpp,
+ trunk/libebml/src/EbmlContexts.cpp,
+ trunk/libebml/src/EbmlCrc32.cpp, trunk/libebml/src/EbmlDate.cpp,
+ trunk/libebml/src/EbmlDummy.cpp,
+ trunk/libebml/src/EbmlElement.cpp,
+ trunk/libebml/src/EbmlFloat.cpp, trunk/libebml/src/EbmlHead.cpp,
+ trunk/libebml/src/EbmlMaster.cpp,
+ trunk/libebml/src/EbmlSInteger.cpp,
+ trunk/libebml/src/EbmlStream.cpp,
+ trunk/libebml/src/EbmlString.cpp,
+ trunk/libebml/src/EbmlSubHead.cpp,
+ trunk/libebml/src/EbmlUInteger.cpp,
+ trunk/libebml/src/EbmlUnicodeString.cpp,
+ trunk/libebml/src/EbmlVersion.cpp, trunk/libebml/src/EbmlVoid.cpp,
+ trunk/libebml/src/IOCallback.cpp,
+ trunk/libebml/src/MemIOCallback.cpp,
+ trunk/libebml/src/StdIOCallback.cpp,
+ trunk/libebml/src/platform/win32/WinIOCallback.cpp,
+ trunk/libebml/src/platform/win32/WinIOCallback.h: Set eol-style
+ and keywords properties.
+2004-05-11 20:27 mosu
-2004-01-31 13:43:28 Rev 524 robux4
+ * trunk/libebml/ebml/MemIOCallback.h,
+ trunk/libebml/ebml/c/libebml_t.h,
+ trunk/libebml/make/linux/Makefile: Compilation on BeOS. Patch by
+ Vegard W�rp <[email protected]>
- * ebml/EbmlTypes.h ebml/EbmlConfig.h ebml/c/libebml_t.h:
- Simplify and change the copyright holder (nothing left from
- Ingo)
+2004-04-26 19:35 robux4
+ * trunk/libebml/make/vc7/Makefile,
+ trunk/libmatroska/make/vc7/Makefile: Makefile to use the free
+ VS.Net 2003 command-line compiler
-2004-01-24 16:57:53 Rev 514 mosu
+2004-04-24 09:09 mosu
- * src/EbmlMaster.cpp:
- Allow elements to be added to the end of the master even
- with Insert.
+ * trunk/libebml/make/linux/Makefile,
+ trunk/libmatroska/make/linux/Makefile: Set LD to CXX by default.
+2004-04-23 16:40 mosu
-2004-01-19 10:33:19 Rev 508 mosu
+ * trunk/libebml/ChangeLog: Updates
- * ChangeLog:
- Updated the ChangeLog.
+2004-04-23 16:39 mosu
+ * trunk/libebml/debian/changelog, trunk/libebml/ebml/EbmlVersion.h:
+ Bumped version number to 0.7.0.
-2004-01-19 10:28:59 Rev 507 mosu
+2004-04-21 19:55 mosu
- * debian/changelog ebml/EbmlVersion.h:
- Bumped the version number.
+ * trunk/libebml/ChangeLog, trunk/libmatroska/ChangeLog: Updates
+2004-04-14 23:17 robux4
-2004-01-17 21:41:19 Rev 506 mosu
+ * trunk/libebml/ebml/Debug.h, trunk/libebml/ebml/EbmlBinary.h,
+ trunk/libebml/ebml/EbmlConfig.h,
+ trunk/libebml/ebml/EbmlContexts.h, trunk/libebml/ebml/EbmlCrc32.h,
+ trunk/libebml/ebml/EbmlDate.h, trunk/libebml/ebml/EbmlDummy.h,
+ trunk/libebml/ebml/EbmlElement.h, trunk/libebml/ebml/EbmlEndian.h,
+ trunk/libebml/ebml/EbmlFloat.h, trunk/libebml/ebml/EbmlHead.h,
+ trunk/libebml/ebml/EbmlId.h, trunk/libebml/ebml/EbmlMaster.h,
+ trunk/libebml/ebml/EbmlSInteger.h,
+ trunk/libebml/ebml/EbmlStream.h, trunk/libebml/ebml/EbmlString.h,
+ trunk/libebml/ebml/EbmlSubHead.h, trunk/libebml/ebml/EbmlTypes.h,
+ trunk/libebml/ebml/EbmlUInteger.h,
+ trunk/libebml/ebml/EbmlUnicodeString.h,
+ trunk/libebml/ebml/EbmlVersion.h, trunk/libebml/ebml/EbmlVoid.h,
+ trunk/libebml/ebml/IOCallback.h,
+ trunk/libebml/ebml/MemIOCallback.h,
+ trunk/libebml/ebml/StdIOCallback.h,
+ trunk/libebml/ebml/c/libebml_t.h, trunk/libebml/src/Debug.cpp,
+ trunk/libebml/src/EbmlBinary.cpp,
+ trunk/libebml/src/EbmlContexts.cpp,
+ trunk/libebml/src/EbmlCrc32.cpp, trunk/libebml/src/EbmlDate.cpp,
+ trunk/libebml/src/EbmlDummy.cpp,
+ trunk/libebml/src/EbmlElement.cpp,
+ trunk/libebml/src/EbmlFloat.cpp, trunk/libebml/src/EbmlHead.cpp,
+ trunk/libebml/src/EbmlMaster.cpp,
+ trunk/libebml/src/EbmlSInteger.cpp,
+ trunk/libebml/src/EbmlStream.cpp,
+ trunk/libebml/src/EbmlString.cpp,
+ trunk/libebml/src/EbmlSubHead.cpp,
+ trunk/libebml/src/EbmlUInteger.cpp,
+ trunk/libebml/src/EbmlUnicodeString.cpp,
+ trunk/libebml/src/EbmlVersion.cpp, trunk/libebml/src/EbmlVoid.cpp,
+ trunk/libebml/src/IOCallback.cpp,
+ trunk/libebml/src/MemIOCallback.cpp,
+ trunk/libebml/src/StdIOCallback.cpp,
+ trunk/libebml/src/platform/win32/WinIOCallback.cpp,
+ trunk/libebml/src/platform/win32/WinIOCallback.h: Switch to LGPL
+ license
- * ebml/EbmlConfig.h:
- Removed some old and unused definition for DLL stuff in order
- to avoid confusion.
+2004-04-14 23:04 robux4
+ * trunk/libebml/LICENSE.GPL, trunk/libebml/LICENSE.LGPL,
+ trunk/libebml/LICENSE.QPL, trunk/libmatroska/LICENSE.GPL,
+ trunk/libmatroska/LICENSE.LGPL, trunk/libmatroska/LICENSE.QPL:
+ Switch to LGPL license
-2004-01-17 16:32:49 Rev 502 robux4
+2004-03-09 20:33 mosu
- * src/EbmlMaster.cpp:
- Possibly fixed a problem with context handling in cases when
- we end a level with an unknown element
+ * trunk/libebml/debian/changelog, trunk/libebml/ebml/EbmlVersion.h:
+ Updated the version number to 0.6.5.
+2004-03-09 20:27 mosu
-2004-01-15 15:02:30 Rev 498 mosu
+ * trunk/libebml/ChangeLog: Updates
- * ChangeLog:
- Updated the ChangeLog.
+2004-03-09 20:05 mosu
+ * trunk/libebml/src/EbmlUnicodeString.cpp: Allow the cloning of
+ empty strings.
-2004-01-10 15:31:03 Rev 493 robux4
+2004-03-06 07:45 jcsston
- * ebml/EbmlUInteger.h src/EbmlSInteger.cpp ebml/IOCallback.h
- ebml/Debug.h ebml/EbmlElement.h ebml/EbmlMaster.h
- src/EbmlElement. cpp src/EbmlMaster.cpp ebml/StdIOCallback.h
- src/StdIOCallback.cpp ebml/EbmlString.h ebml/MemIOCallback.h
- src/EbmlBinary.cpp ebml/EbmlStream.h ebml/EbmlDummy.h
- src/EbmlDummy.cpp src/EbmlStream.cpp ebml/EbmlVoid.h
- ebml/EbmlTypes.h src/EbmlVoid. cpp ebml/EbmlFloat.h
- src/EbmlFloat.cpp ebml/EbmlDate.h src/EbmlCrc32.cpp
- ebml/EbmlSInteger.h src/EbmlDate.cpp src/EbmlUInteger.cpp
- src/IOCallback.cpp src/Debug.cpp ebml/EbmlId.
- h ebml/EbmlEndian.h ebml/EbmlHead.h src/EbmlHead.cpp
- ebml/EbmlConfig.h ebml/EbmlContexts.h src/EbmlString.cpp
- src/EbmlContexts.cpp ebml/EbmlUnicodeString.h
- src/EbmlUnicodeString.cpp ebml/EbmlBinary.h ebml/EbmlVersion.h
- src/EbmlVersion.cpp ebml/EbmlSubHead.h ebml/EbmlCrc32.h
- src/EbmlSubHead.cpp: Update the copyright years
+ * trunk/libebml/src/EbmlElement.cpp: Fix for ebml coded sizes larger
+ than 8 bytes, was overflowing the size buffer
+2004-02-18 07:19 jcsston
-2004-01-10 15:23:42 Rev 492 robux4
+ * trunk/libebml/src/platform/win32/WinIOCallback.cpp,
+ trunk/libebml/src/platform/win32/WinIOCallback.h: Added SetEOF()
+ function, changed class private area to protected, added a
+ static_cast to remove a warning
- * src/EbmlElement.cpp:
- Fix a problem on the position esitmation (thx to Cyrius)
+2004-01-31 13:43 robux4
+ * trunk/libebml/ebml/EbmlConfig.h, trunk/libebml/ebml/EbmlTypes.h,
+ trunk/libebml/ebml/c/libebml_t.h,
+ trunk/libmatroska/matroska/KaxConfig.h,
+ trunk/libmatroska/matroska/c/libmatroska_t.h: Simplify and change
+ the copyright holder (nothing left from Ingo)
-2004-01-10 14:19:36 Rev 489 mosu
+2004-01-24 16:57 mosu
- * make/mingw32/Makefile:
- Updated the MinGW build system.
+ * trunk/libebml/src/EbmlMaster.cpp: Allow elements to be added to
+ the end of the master even with Insert.
+2004-01-19 10:33 mosu
-2004-01-10 14:18:40 Rev 488 mosu
+ * trunk/libebml/ChangeLog, trunk/libmatroska/ChangeLog: Updated the
+ ChangeLog.
- * ebml/EbmlUInteger.h ebml/MemIOCallback.h ebml/IOCallback.h
- ebml/EbmlBinary.h ebml/Debug.h ebml/EbmlElement.h
- ebml/EbmlStream. h ebml/EbmlDummy.h ebml/EbmlMaster.h
- ebml/EbmlId.h ebml/EbmlEndian. h ebml/StdIOCallback.h
- ebml/EbmlHead.h ebml/EbmlVoid.h ebml/EbmlTypes.h
- ebml/EbmlConfig.h ebml/EbmlFloat.h ebml/EbmlString.h
- ebml/EbmlContexts.h ebml/EbmlSubHead.h ebml/EbmlCrc32.h
- ebml/EbmlUnicodeString.h ebml/EbmlDate.h ebml/EbmlSInteger.h:
- Added definitions that allow building libebml as a DLL on
- Windows.
+2004-01-19 10:28 mosu
+ * trunk/libebml/debian/changelog, trunk/libebml/ebml/EbmlVersion.h:
+ Bumped the version number.
-2004-01-06 22:15:33 Rev 485 robux4
+2004-01-17 21:41 mosu
- * make/vc6/lib/static/libebml.dsp:
- StdInclude.h doesn't exist anymore
+ * trunk/libebml/ebml/EbmlConfig.h: Removed some old and unused
+ definition for DLL stuff in order to avoid confusion.
+2004-01-17 16:32 robux4
-2004-01-06 22:12:38 Rev 484 robux4
+ * trunk/libebml/src/EbmlMaster.cpp: Possibly fixed a problem with
+ context handling in cases when we end a level with an unknown
+ element
- * ebml/EbmlUInteger.h ebml/EbmlBinary.h ebml/IOCallback.h
- src/Debug.
- cpp ebml/EbmlElement.h ebml/EbmlStream.h ebml/EbmlId.h
- ebml/EbmlVoid.h ebml/EbmlHead.h ebml/EbmlTypes.h
- ebml/EbmlFloat.h ebml/EbmlString.h ebml/EbmlCrc32.h
- ebml/EbmlUnicodeString.h ebml/EbmlDate.h ebml/EbmlSInteger.h:
- Fixes for the FreeBSD include order pb
+2004-01-15 15:02 mosu
+ * trunk/libebml/ChangeLog: Updated the ChangeLog.
-2004-01-06 21:23:45 Rev 482 robux4
+2004-01-10 15:31 robux4
- * src/EbmlSInteger.cpp src/EbmlUInteger.cpp src/MemIOCallback.cpp
- src/IOCallback.cpp src/EbmlBinary.cpp src/EbmlVersion.cpp
- src/Debug.cpp src/EbmlElement.cpp src/EbmlStream.cpp
- src/EbmlDummy. cpp src/EbmlMaster.cpp src/StdIOCallback.cpp
- src/EbmlHead.cpp src/EbmlVoid.cpp src/StdInclude.h
- src/EbmlFloat.cpp src/EbmlString. cpp src/EbmlContexts.cpp
- src/EbmlSubHead.cpp src/EbmlCrc32.cpp src/EbmlDate.cpp
- src/EbmlUnicodeString.cpp: No more StdInclude use, should fix
- a FreeBSD warning
+ * trunk/libebml/ebml/Debug.h, trunk/libebml/ebml/EbmlBinary.h,
+ trunk/libebml/ebml/EbmlConfig.h,
+ trunk/libebml/ebml/EbmlContexts.h, trunk/libebml/ebml/EbmlCrc32.h,
+ trunk/libebml/ebml/EbmlDate.h, trunk/libebml/ebml/EbmlDummy.h,
+ trunk/libebml/ebml/EbmlElement.h, trunk/libebml/ebml/EbmlEndian.h,
+ trunk/libebml/ebml/EbmlFloat.h, trunk/libebml/ebml/EbmlHead.h,
+ trunk/libebml/ebml/EbmlId.h, trunk/libebml/ebml/EbmlMaster.h,
+ trunk/libebml/ebml/EbmlSInteger.h,
+ trunk/libebml/ebml/EbmlStream.h, trunk/libebml/ebml/EbmlString.h,
+ trunk/libebml/ebml/EbmlSubHead.h, trunk/libebml/ebml/EbmlTypes.h,
+ trunk/libebml/ebml/EbmlUInteger.h,
+ trunk/libebml/ebml/EbmlUnicodeString.h,
+ trunk/libebml/ebml/EbmlVersion.h, trunk/libebml/ebml/EbmlVoid.h,
+ trunk/libebml/ebml/IOCallback.h,
+ trunk/libebml/ebml/MemIOCallback.h,
+ trunk/libebml/ebml/StdIOCallback.h, trunk/libebml/src/Debug.cpp,
+ trunk/libebml/src/EbmlBinary.cpp,
+ trunk/libebml/src/EbmlContexts.cpp,
+ trunk/libebml/src/EbmlCrc32.cpp, trunk/libebml/src/EbmlDate.cpp,
+ trunk/libebml/src/EbmlDummy.cpp,
+ trunk/libebml/src/EbmlElement.cpp,
+ trunk/libebml/src/EbmlFloat.cpp, trunk/libebml/src/EbmlHead.cpp,
+ trunk/libebml/src/EbmlMaster.cpp,
+ trunk/libebml/src/EbmlSInteger.cpp,
+ trunk/libebml/src/EbmlStream.cpp,
+ trunk/libebml/src/EbmlString.cpp,
+ trunk/libebml/src/EbmlSubHead.cpp,
+ trunk/libebml/src/EbmlUInteger.cpp,
+ trunk/libebml/src/EbmlUnicodeString.cpp,
+ trunk/libebml/src/EbmlVersion.cpp, trunk/libebml/src/EbmlVoid.cpp,
+ trunk/libebml/src/IOCallback.cpp,
+ trunk/libebml/src/StdIOCallback.cpp,
+ trunk/libmatroska/matroska/FileKax.h,
+ trunk/libmatroska/matroska/KaxAttached.h,
+ trunk/libmatroska/matroska/KaxAttachments.h,
+ trunk/libmatroska/matroska/KaxBlock.h,
+ trunk/libmatroska/matroska/KaxBlockData.h,
+ trunk/libmatroska/matroska/KaxChapters.h,
+ trunk/libmatroska/matroska/KaxCluster.h,
+ trunk/libmatroska/matroska/KaxClusterData.h,
+ trunk/libmatroska/matroska/KaxConfig.h,
+ trunk/libmatroska/matroska/KaxContentEncoding.h,
+ trunk/libmatroska/matroska/KaxContexts.h,
+ trunk/libmatroska/matroska/KaxCues.h,
+ trunk/libmatroska/matroska/KaxCuesData.h,
+ trunk/libmatroska/matroska/KaxInfo.h,
+ trunk/libmatroska/matroska/KaxInfoData.h,
+ trunk/libmatroska/matroska/KaxSeekHead.h,
+ trunk/libmatroska/matroska/KaxSegment.h,
+ trunk/libmatroska/matroska/KaxTag.h,
+ trunk/libmatroska/matroska/KaxTagMulti.h,
+ trunk/libmatroska/matroska/KaxTags.h,
+ trunk/libmatroska/matroska/KaxTrackAudio.h,
+ trunk/libmatroska/matroska/KaxTrackEntryData.h,
+ trunk/libmatroska/matroska/KaxTrackVideo.h,
+ trunk/libmatroska/matroska/KaxTracks.h,
+ trunk/libmatroska/matroska/KaxVersion.h,
+ trunk/libmatroska/src/KaxAttached.cpp,
+ trunk/libmatroska/src/KaxAttachments.cpp,
+ trunk/libmatroska/src/KaxBlock.cpp,
+ trunk/libmatroska/src/KaxBlockData.cpp,
+ trunk/libmatroska/src/KaxChapters.cpp,
+ trunk/libmatroska/src/KaxCluster.cpp,
+ trunk/libmatroska/src/KaxClusterData.cpp,
+ trunk/libmatroska/src/KaxContentEncoding.cpp,
+ trunk/libmatroska/src/KaxContexts.cpp,
+ trunk/libmatroska/src/KaxCues.cpp,
+ trunk/libmatroska/src/KaxCuesData.cpp,
+ trunk/libmatroska/src/KaxInfo.cpp,
+ trunk/libmatroska/src/KaxInfoData.cpp,
+ trunk/libmatroska/src/KaxSeekHead.cpp,
+ trunk/libmatroska/src/KaxSegment.cpp,
+ trunk/libmatroska/src/KaxTag.cpp,
+ trunk/libmatroska/src/KaxTagMulti.cpp,
+ trunk/libmatroska/src/KaxTags.cpp,
+ trunk/libmatroska/src/KaxTrackAudio.cpp,
+ trunk/libmatroska/src/KaxTrackEntryData.cpp,
+ trunk/libmatroska/src/KaxTrackVideo.cpp,
+ trunk/libmatroska/src/KaxTracks.cpp,
+ trunk/libmatroska/src/KaxVersion.cpp,
+ trunk/libmatroska/test/mux/test8.cpp,
+ trunk/libmatroska/test/tags/test9.cpp: Update the copyright years
+2004-01-10 15:23 robux4
-2004-01-05 21:09:12 Rev 478 robux4
+ * trunk/libebml/src/EbmlElement.cpp: Fix a problem on the position
+ esitmation (thx to Cyrius)
- * ebml/EbmlBinary.h src/MemIOCallback.cpp ebml/EbmlElement.h:
- Make default scope reading where it was missing
+2004-01-10 14:19 mosu
+ * trunk/libebml/make/mingw32/Makefile,
+ trunk/libmatroska/make/mingw32/Makefile: Updated the MinGW build
+ system.
-2004-01-05 11:24:30 Rev 469 mosu
+2004-01-10 14:18 mosu
- * src/StdIOCallback.cpp ebml/EbmlUInteger.h make/linux/Makefile
- src/Debug.cpp src/EbmlElement.cpp src/EbmlMaster.cpp
- ebml/EbmlSInteger.h: Fixed a number of warnings (shadowed and
- uinitialized variables).
+ * trunk/libebml/ebml/Debug.h, trunk/libebml/ebml/EbmlBinary.h,
+ trunk/libebml/ebml/EbmlConfig.h,
+ trunk/libebml/ebml/EbmlContexts.h, trunk/libebml/ebml/EbmlCrc32.h,
+ trunk/libebml/ebml/EbmlDate.h, trunk/libebml/ebml/EbmlDummy.h,
+ trunk/libebml/ebml/EbmlElement.h, trunk/libebml/ebml/EbmlEndian.h,
+ trunk/libebml/ebml/EbmlFloat.h, trunk/libebml/ebml/EbmlHead.h,
+ trunk/libebml/ebml/EbmlId.h, trunk/libebml/ebml/EbmlMaster.h,
+ trunk/libebml/ebml/EbmlSInteger.h,
+ trunk/libebml/ebml/EbmlStream.h, trunk/libebml/ebml/EbmlString.h,
+ trunk/libebml/ebml/EbmlSubHead.h, trunk/libebml/ebml/EbmlTypes.h,
+ trunk/libebml/ebml/EbmlUInteger.h,
+ trunk/libebml/ebml/EbmlUnicodeString.h,
+ trunk/libebml/ebml/EbmlVoid.h, trunk/libebml/ebml/IOCallback.h,
+ trunk/libebml/ebml/MemIOCallback.h,
+ trunk/libebml/ebml/StdIOCallback.h: Added definitions that allow
+ building libebml as a DLL on Windows.
+2004-01-06 22:15 robux4
-2004-01-01 13:28:49 Rev 451 mosu
+ * trunk/libebml/make/vc6/lib/static/libebml.dsp,
+ trunk/libmatroska/make/vc6/lib/static/libmatroska.dsp:
+ StdInclude.h doesn't exist anymore
- * debian/rules:
- Also install the ChangeLog.
+2004-01-06 22:12 robux4
+ * trunk/libebml/ebml/EbmlBinary.h, trunk/libebml/ebml/EbmlCrc32.h,
+ trunk/libebml/ebml/EbmlDate.h, trunk/libebml/ebml/EbmlElement.h,
+ trunk/libebml/ebml/EbmlFloat.h, trunk/libebml/ebml/EbmlHead.h,
+ trunk/libebml/ebml/EbmlId.h, trunk/libebml/ebml/EbmlSInteger.h,
+ trunk/libebml/ebml/EbmlStream.h, trunk/libebml/ebml/EbmlString.h,
+ trunk/libebml/ebml/EbmlTypes.h, trunk/libebml/ebml/EbmlUInteger.h,
+ trunk/libebml/ebml/EbmlUnicodeString.h,
+ trunk/libebml/ebml/EbmlVoid.h, trunk/libebml/ebml/IOCallback.h,
+ trunk/libebml/src/Debug.cpp: Fixes for the FreeBSD include order
+ pb
-2004-01-01 13:20:39 Rev 450 mosu
+2004-01-06 21:23 robux4
- * ChangeLog:
- Added a ChangeLog.
+ * trunk/libebml/src/Debug.cpp, trunk/libebml/src/EbmlBinary.cpp,
+ trunk/libebml/src/EbmlContexts.cpp,
+ trunk/libebml/src/EbmlCrc32.cpp, trunk/libebml/src/EbmlDate.cpp,
+ trunk/libebml/src/EbmlDummy.cpp,
+ trunk/libebml/src/EbmlElement.cpp,
+ trunk/libebml/src/EbmlFloat.cpp, trunk/libebml/src/EbmlHead.cpp,
+ trunk/libebml/src/EbmlMaster.cpp,
+ trunk/libebml/src/EbmlSInteger.cpp,
+ trunk/libebml/src/EbmlStream.cpp,
+ trunk/libebml/src/EbmlString.cpp,
+ trunk/libebml/src/EbmlSubHead.cpp,
+ trunk/libebml/src/EbmlUInteger.cpp,
+ trunk/libebml/src/EbmlUnicodeString.cpp,
+ trunk/libebml/src/EbmlVersion.cpp, trunk/libebml/src/EbmlVoid.cpp,
+ trunk/libebml/src/IOCallback.cpp,
+ trunk/libebml/src/MemIOCallback.cpp,
+ trunk/libebml/src/StdIOCallback.cpp,
+ trunk/libebml/src/StdInclude.h: No more StdInclude use, should fix
+ a FreeBSD warning
+2004-01-05 21:09 robux4
-2003-12-28 19:31:04 Rev 447 mosu
+ * trunk/libebml/ebml/EbmlBinary.h, trunk/libebml/ebml/EbmlElement.h,
+ trunk/libebml/src/MemIOCallback.cpp: Make default scope reading
+ where it was missing
- * ebml/MemIOCallback.h:
- Fix for some gcc versions which hickup on min being defined
- in their C++ stream headers.
+2004-01-05 11:24 mosu
+ * trunk/libebml/ebml/EbmlSInteger.h,
+ trunk/libebml/ebml/EbmlUInteger.h,
+ trunk/libebml/make/linux/Makefile, trunk/libebml/src/Debug.cpp,
+ trunk/libebml/src/EbmlElement.cpp,
+ trunk/libebml/src/EbmlMaster.cpp,
+ trunk/libebml/src/StdIOCallback.cpp: Fixed a number of warnings
+ (shadowed and uinitialized variables).
-2003-12-28 01:04:49 Rev 441 jcsston
+2004-01-01 13:28 mosu
- * ebml/MemIOCallback.h src/MemIOCallback.cpp ebml/EbmlDate.h:
- Some updates/fixes
+ * trunk/libebml/debian/rules, trunk/libmatroska/debian/rules: Also
+ install the ChangeLog.
+2004-01-01 13:20 mosu
-2003-12-25 12:28:08 Rev 439 mosu
+ * trunk/libebml/ChangeLog, trunk/libmatroska/ChangeLog,
+ trunk/libmatroska/ChangeLog.txt: Added a ChangeLog.
- * debian/changelog:
- Updated version information.
+2003-12-28 19:31 mosu
+ * trunk/libebml/ebml/MemIOCallback.h: Fix for some gcc versions
+ which hickup on min being defined in their C++ stream headers.
-2003-11-12 16:38:13 Rev 409 mosu
+2003-12-28 01:04 jcsston
- * ebml/EbmlVersion.h:
- Updated the version number due to the interface change in
- EbmlBinary.Read().
+ * trunk/libebml/ebml/EbmlDate.h, trunk/libebml/ebml/MemIOCallback.h,
+ trunk/libebml/src/MemIOCallback.cpp: Some updates/fixes
+2003-12-25 12:28 mosu
-2003-11-12 15:24:31 Rev 408 mosu
+ * trunk/libebml/debian/changelog: Updated version information.
- * ebml/EbmlEndian.h:
- Fixes for big endian/RISC processors that do not allow
- non-aligned reads/writes for word or bigger sized objects.
+2003-11-12 16:38 mosu
+ * trunk/libebml/ebml/EbmlVersion.h: Updated the version number due
+ to the interface change in EbmlBinary.Read().
-2003-11-03 22:17:35 Rev 400 robux4
+2003-11-12 15:24 mosu
- * ebml/EbmlUInteger.h src/EbmlSInteger.cpp ebml/EbmlBinary.h
- src/EbmlUInteger.cpp src/EbmlBinary.cpp ebml/EbmlElement.h
- ebml/EbmlMaster.h src/EbmlElement.cpp src/EbmlMaster.cpp
- ebml/EbmlFloat.h ebml/EbmlString.h src/EbmlFloat.cpp
- src/EbmlString.cpp ebml/EbmlCrc32.h ebml/EbmlDate.h
- ebml/EbmlUnicodeString.h src/EbmlCrc32.cpp ebml/EbmlSInteger.h
- src/EbmlDate.cpp src/EbmlUnicodeString.cpp: Better handling
- of scope reading
+ * trunk/libebml/ebml/EbmlEndian.h: Fixes for big endian/RISC
+ processors that do not allow non-aligned reads/writes for word or
+ bigger sized objects.
+2003-11-03 22:17 robux4
-2003-11-03 22:13:25 Rev 399 robux4
+ * trunk/libebml/ebml/EbmlBinary.h, trunk/libebml/ebml/EbmlCrc32.h,
+ trunk/libebml/ebml/EbmlDate.h, trunk/libebml/ebml/EbmlElement.h,
+ trunk/libebml/ebml/EbmlFloat.h, trunk/libebml/ebml/EbmlMaster.h,
+ trunk/libebml/ebml/EbmlSInteger.h,
+ trunk/libebml/ebml/EbmlString.h,
+ trunk/libebml/ebml/EbmlUInteger.h,
+ trunk/libebml/ebml/EbmlUnicodeString.h,
+ trunk/libebml/src/EbmlBinary.cpp, trunk/libebml/src/EbmlCrc32.cpp,
+ trunk/libebml/src/EbmlDate.cpp, trunk/libebml/src/EbmlElement.cpp,
+ trunk/libebml/src/EbmlFloat.cpp, trunk/libebml/src/EbmlMaster.cpp,
+ trunk/libebml/src/EbmlSInteger.cpp,
+ trunk/libebml/src/EbmlString.cpp,
+ trunk/libebml/src/EbmlUInteger.cpp,
+ trunk/libebml/src/EbmlUnicodeString.cpp,
+ trunk/libmatroska/matroska/KaxBlock.h,
+ trunk/libmatroska/src/KaxBlock.cpp,
+ trunk/libmatroska/test/mux/test8.cpp: Better handling of scope
+ reading
- * ebml/EbmlTypes.h:
- Some Cleanup
+2003-11-03 22:13 robux4
+ * trunk/libebml/ebml/EbmlTypes.h: Some Cleanup
-2003-10-31 12:29:48 Rev 394 mosu
+2003-10-31 12:29 mosu
- * ebml/EbmlBinary.h ebml/EbmlMaster.h:
+ * trunk/libebml/ebml/EbmlBinary.h, trunk/libebml/ebml/EbmlMaster.h:
Added forgotten default values for ReadData.
+2003-10-31 08:52 mosu
-2003-10-31 08:52:46 Rev 390 mosu
-
- * ebml/EbmlSubHead.h ebml/EbmlHead.h:
+ * trunk/libebml/ebml/EbmlHead.h, trunk/libebml/ebml/EbmlSubHead.h:
Fixed the new line/carriage return mess.
+2003-10-31 08:34 mosu
-2003-10-31 08:34:36 Rev 389 mosu
+ * trunk/libebml/debian/changelog: New version number.
- * debian/changelog:
- New version number.
+2003-10-30 23:09 robux4
+ * trunk/libebml/ebml/EbmlVersion.h: new version for the addition
-2003-10-30 23:09:48 Rev 388 robux4
+2003-10-30 23:06 robux4
- * ebml/EbmlVersion.h:
- new version for the addition
+ * trunk/libebml/ebml/EbmlBinary.h, trunk/libebml/ebml/EbmlCrc32.h,
+ trunk/libebml/ebml/EbmlDate.h, trunk/libebml/ebml/EbmlElement.h,
+ trunk/libebml/ebml/EbmlFloat.h, trunk/libebml/ebml/EbmlMaster.h,
+ trunk/libebml/ebml/EbmlSInteger.h,
+ trunk/libebml/ebml/EbmlString.h,
+ trunk/libebml/ebml/EbmlUInteger.h,
+ trunk/libebml/ebml/EbmlUnicodeString.h,
+ trunk/libebml/src/EbmlBinary.cpp, trunk/libebml/src/EbmlCrc32.cpp,
+ trunk/libebml/src/EbmlDate.cpp, trunk/libebml/src/EbmlElement.cpp,
+ trunk/libebml/src/EbmlFloat.cpp, trunk/libebml/src/EbmlMaster.cpp,
+ trunk/libebml/src/EbmlSInteger.cpp,
+ trunk/libebml/src/EbmlString.cpp,
+ trunk/libebml/src/EbmlUInteger.cpp,
+ trunk/libebml/src/EbmlUnicodeString.cpp: Allow some elements not
+ to be fully read
+2003-10-28 22:05 mosu
-2003-10-30 23:06:13 Rev 386 robux4
+ * trunk/libebml/src/EbmlMaster.cpp: Fixes for compilation with gcc
+ 2.95.
- * ebml/EbmlUInteger.h src/EbmlSInteger.cpp ebml/EbmlBinary.h
- src/EbmlUInteger.cpp src/EbmlBinary.cpp ebml/EbmlElement.h
- ebml/EbmlMaster.h src/EbmlElement.cpp src/EbmlMaster.cpp
- ebml/EbmlFloat.h ebml/EbmlString.h src/EbmlFloat.cpp
- src/EbmlString.cpp ebml/EbmlCrc32.h ebml/EbmlDate.h
- ebml/EbmlUnicodeString.h src/EbmlCrc32.cpp ebml/EbmlSInteger.h
- src/EbmlDate.cpp src/EbmlUnicodeString.cpp: Allow some elements
- not to be fully read
+2003-10-28 21:46 mosu
+ * trunk/libebml/debian/changelog: Updated version number.
-2003-10-28 22:05:06 Rev 378 mosu
+2003-10-28 21:01 robux4
- * src/EbmlMaster.cpp:
- Fixes for compilation with gcc 2.95.
+ * trunk/libebml/ebml/EbmlVersion.h: Update the version number
+2003-10-28 20:55 robux4
-2003-10-28 21:46:06 Rev 377 mosu
+ * trunk/libebml/ebml/EbmlElement.h,
+ trunk/libebml/src/EbmlElement.cpp,
+ trunk/libmatroska/matroska/KaxBlock.h,
+ trunk/libmatroska/src/KaxBlock.cpp: EBML-size handling is more
+ general and handle the Unknown Size
- * debian/changelog:
- Updated version number.
+2003-10-25 15:09 mosu
+ * trunk/libebml/make/mingw32/Makefile,
+ trunk/libmatroska/make/mingw32/Makefile: Support the same targest
+ as the Linux Makefile.
-2003-10-28 21:01:59 Rev 376 robux4
+2003-10-24 22:03 mosu
- * ebml/EbmlVersion.h:
- Update the version number
+ * trunk/libebml/ebml/EbmlElement.h,
+ trunk/libebml/src/EbmlElement.cpp: Changed the buffer size
+ paramter from the much too small "char" to uint32.
+2003-10-22 14:18 pamel
-2003-10-28 20:55:20 Rev 374 robux4
+ * trunk/libebml/ebml/EbmlElement.h,
+ trunk/libebml/src/EbmlElement.cpp,
+ trunk/libmatroska/matroska/KaxTypes.h,
+ trunk/libmatroska/src/KaxBlock.cpp: New lacing modes reading.
- * ebml/EbmlElement.h src/EbmlElement.cpp:
- EBML-size handling is more general and handle the Unknown Size
+2003-10-21 21:21 robux4
-
-2003-10-25 15:09:28 Rev 371 mosu
-
- * make/mingw32/Makefile:
- Support the same targest as the Linux Makefile.
-
-
-2003-10-24 22:03:40 Rev 369 mosu
-
- * ebml/EbmlElement.h src/EbmlElement.cpp:
- Changed the buffer size paramter from the much too small "char"
- to uint32.
-
-
-2003-10-22 14:18:04 Rev 360 pamel
-
- * ebml/EbmlElement.h src/EbmlElement.cpp:
- New lacing modes reading.
-
-
-2003-10-21 21:21:23 Rev 357 robux4
-
- * src/EbmlVoid.cpp ebml/EbmlElement.h src/EbmlElement.cpp:
+ * trunk/libebml/ebml/EbmlElement.h,
+ trunk/libebml/src/EbmlElement.cpp, trunk/libebml/src/EbmlVoid.cpp:
New way to compute the EBML-coded length
+2003-10-16 21:13 mosu
-2003-10-16 21:13:25 Rev 339 mosu
+ * trunk/libebml/src/EbmlElement.cpp,
+ trunk/libebml/src/EbmlMaster.cpp,
+ trunk/libebml/src/EbmlUnicodeString.cpp: Fixed some warnings.
+ Nothing major.
- * src/EbmlElement.cpp src/EbmlMaster.cpp
- src/EbmlUnicodeString.cpp:
- Fixed some warnings. Nothing major.
+2003-10-15 20:34 mosu
+ * trunk/libebml/make/linux/Makefile,
+ trunk/libmatroska/make/linux/Makefile: Removed -pedantic due to
+ problems on FreeBSD.
-2003-10-15 20:34:24 Rev 335 mosu
+2003-10-15 05:47 jcsston
- * make/linux/Makefile:
- Removed -pedantic due to problems on FreeBSD.
+ * trunk/libebml/ebml/EbmlBinary.h,
+ trunk/libebml/ebml/StdIOCallback.h: Define/includes for Borland
+ C++ complier, from Zen
+2003-10-08 15:50 jcsston
-2003-10-15 05:47:14 Rev 334 jcsston
+ * trunk/MatroskaUtils/MatroskaCDL.rc,
+ trunk/MatroskaUtils/MatroskaPages.cpp,
+ trunk/MatroskaUtils/MatroskaUtils.cpp,
+ trunk/MatroskaUtils/MatroskaUtils.h,
+ trunk/MatroskaUtils/ShellExtension/MatroskaProp.cpp,
+ trunk/MatroskaUtils/ShellExtension/MatroskaProp.def,
+ trunk/MatroskaUtils/ShellExtension/MatroskaProp.vcproj,
+ trunk/MatroskaUtils/mdump.cpp, trunk/MatroskaUtils/mdump.h,
+ trunk/MatroskaUtils/version.ver,
+ trunk/libebml/src/platform/win32/WinIOCallback.cpp: Works under
+ Win9x
- * ebml/EbmlBinary.h ebml/StdIOCallback.h:
- Define/includes for Borland C++ complier, from Zen
+2003-10-08 07:46 mosu
+ * trunk/libebml/ebml/EbmlConfig.h: Added AMD64 to the list of Little
+ Endian processors.
-2003-10-08 15:50:00 Rev 294 jcsston
+2003-09-29 20:56 robux4
- * src/platform/win32/WinIOCallback.cpp:
- Works under Win9x
-
-
-2003-10-08 07:46:59 Rev 293 mosu
-
- * ebml/EbmlConfig.h:
- Added AMD64 to the list of Little Endian processors.
-
-
-2003-09-29 20:56:33 Rev 280 robux4
-
- * ebml/EbmlMaster.h src/EbmlMaster.cpp:
+ * trunk/libebml/ebml/EbmlMaster.h, trunk/libebml/src/EbmlMaster.cpp:
Added InsertElement()
+2003-09-28 20:15 jcsston
-2003-09-28 20:15:24 Rev 279 jcsston
-
- * ebml/EbmlMaster.h src/EbmlMaster.cpp:
+ * trunk/libebml/ebml/EbmlMaster.h, trunk/libebml/src/EbmlMaster.cpp:
Added FindAllMissingElements() method
+2003-09-28 20:11 jcsston
-2003-09-28 20:11:54 Rev 278 jcsston
+ * trunk/libebml/ebml/MemIOCallback.h: Added SetDataBufferSize()
+ method
- * ebml/MemIOCallback.h:
- Added SetDataBufferSize() method
+2003-09-17 20:28 mosu
+ * trunk/libebml/debian/changelog: Updated version information.
-2003-09-17 20:28:33 Rev 276 mosu
+2003-09-15 02:31 jcsston
- * debian/changelog:
- Updated version information.
+ * trunk/libebml/src/platform/win32/WinIOCallback.cpp,
+ trunk/libebml/src/platform/win32/WinIOCallback.h: Added Cyrius to
+ the authors list
+2003-09-15 02:24 jcsston
-2003-09-15 02:31:10 Rev 272 jcsston
-
- * src/platform/win32/WinIOCallback.cpp
- src/platform/win32/WinIOCallback.h: Added Cyrius to the
- authors list
-
-
-2003-09-15 02:24:50 Rev 271 jcsston
-
- * src/platform/win32/WinIOCallback.cpp
- src/platform/win32/WinIOCallback.h: Updated to have even
- better error reporting, also takes Unicode and ANSI filenames
+ * trunk/libebml/src/platform/win32/WinIOCallback.cpp,
+ trunk/libebml/src/platform/win32/WinIOCallback.h: Updated to have
+ even better error reporting, also takes Unicode and ANSI filenames
regardless of compile defines
+2003-09-14 08:22 robux4
-2003-09-14 08:22:05 Rev 270 robux4
+ * trunk/libebml/ebml/EbmlVersion.h: New version to reflect changes
+ in constructors
- * ebml/EbmlVersion.h:
- New version to reflect changes in constructors
+2003-09-13 20:41 robux4
+ * trunk/libebml/ebml/EbmlConfig.h: Added a new define for assertion
-2003-09-13 20:41:10 Rev 267 robux4
+2003-09-13 17:48 robux4
- * ebml/EbmlConfig.h:
- Added a new define for assertion
+ * trunk/libebml/ebml/EbmlHead.h, trunk/libebml/ebml/EbmlSubHead.h,
+ trunk/libmatroska/matroska/KaxAttached.h,
+ trunk/libmatroska/matroska/KaxAttachments.h,
+ trunk/libmatroska/matroska/KaxBlock.h,
+ trunk/libmatroska/matroska/KaxBlockData.h,
+ trunk/libmatroska/matroska/KaxChapters.h,
+ trunk/libmatroska/matroska/KaxCluster.h,
+ trunk/libmatroska/matroska/KaxClusterData.h,
+ trunk/libmatroska/matroska/KaxCues.h,
+ trunk/libmatroska/matroska/KaxCuesData.h,
+ trunk/libmatroska/matroska/KaxInfo.h,
+ trunk/libmatroska/matroska/KaxInfoData.h,
+ trunk/libmatroska/matroska/KaxSeekHead.h,
+ trunk/libmatroska/matroska/KaxSegment.h,
+ trunk/libmatroska/matroska/KaxTag.h,
+ trunk/libmatroska/matroska/KaxTagMulti.h,
+ trunk/libmatroska/matroska/KaxTags.h,
+ trunk/libmatroska/matroska/KaxTrackAudio.h,
+ trunk/libmatroska/matroska/KaxTrackEntryData.h,
+ trunk/libmatroska/matroska/KaxTrackVideo.h,
+ trunk/libmatroska/matroska/KaxTracks.h,
+ trunk/libmatroska/test/mux/test6.cpp: Added a Clone() method and a
+ IsMaster() method
+2003-09-13 17:24 robux4
-2003-09-13 17:48:38 Rev 265 robux4
+ * trunk/libebml/ebml/EbmlBinary.h, trunk/libebml/ebml/EbmlConfig.h,
+ trunk/libebml/ebml/EbmlCrc32.h, trunk/libebml/ebml/EbmlDate.h,
+ trunk/libebml/ebml/EbmlDummy.h, trunk/libebml/ebml/EbmlElement.h,
+ trunk/libebml/ebml/EbmlFloat.h, trunk/libebml/ebml/EbmlHead.h,
+ trunk/libebml/ebml/EbmlMaster.h,
+ trunk/libebml/ebml/EbmlSInteger.h,
+ trunk/libebml/ebml/EbmlString.h, trunk/libebml/ebml/EbmlSubHead.h,
+ trunk/libebml/ebml/EbmlUInteger.h,
+ trunk/libebml/ebml/EbmlUnicodeString.h,
+ trunk/libebml/ebml/EbmlVersion.h, trunk/libebml/ebml/EbmlVoid.h,
+ trunk/libebml/src/EbmlBinary.cpp, trunk/libebml/src/EbmlCrc32.cpp,
+ trunk/libebml/src/EbmlDate.cpp, trunk/libebml/src/EbmlElement.cpp,
+ trunk/libebml/src/EbmlFloat.cpp, trunk/libebml/src/EbmlMaster.cpp,
+ trunk/libebml/src/EbmlSInteger.cpp,
+ trunk/libebml/src/EbmlString.cpp,
+ trunk/libebml/src/EbmlUInteger.cpp,
+ trunk/libebml/src/EbmlUnicodeString.cpp: Added a Clone() method
+ and a IsMaster() method
- * ebml/EbmlHead.h ebml/EbmlSubHead.h:
- Added a Clone() method and a IsMaster() method
+2003-09-03 21:36 cyrius
+ * trunk/libebml/src/platform/win32/WinIOCallback.cpp,
+ trunk/libebml/src/platform/win32/WinIOCallback.h: Win32 file flags
+ parameter
-2003-09-13 17:24:16 Rev 264 robux4
+2003-09-03 20:38 robux4
- * ebml/EbmlUInteger.h src/EbmlSInteger.cpp ebml/EbmlBinary.h
- ebml/EbmlVersion.h src/EbmlUInteger.cpp src/EbmlBinary.cpp
- ebml/EbmlElement.h ebml/EbmlMaster.h ebml/EbmlDummy.h
- src/EbmlElement.cpp src/EbmlMaster.cpp ebml/EbmlVoid.h
- ebml/EbmlHead.h ebml/EbmlFloat.h ebml/EbmlConfig.h
- ebml/EbmlString. h src/EbmlFloat.cpp src/EbmlString.cpp
- ebml/EbmlSubHead.h ebml/EbmlCrc32.h ebml/EbmlUnicodeString.h
- ebml/EbmlDate.h src/EbmlCrc32.cpp ebml/EbmlSInteger.h
- src/EbmlDate.cpp src/EbmlUnicodeString.cpp: Added a Clone()
- method and a IsMaster() method
+ * trunk/libebml/src/EbmlVoid.cpp: Fix a bug in ReplaceWith,
+ hopefully it will not break anything else
+2003-09-01 21:58 robux4
-2003-09-03 21:36:34 Rev 244 cyrius
-
- * src/platform/win32/WinIOCallback.cpp
- src/platform/win32/WinIOCallback.h: Win32 file flags parameter
-
-
-2003-09-03 20:38:13 Rev 242 robux4
-
- * src/EbmlVoid.cpp:
- Fix a bug in ReplaceWith, hopefully it will not break anything
- else
-
-
-2003-09-01 21:58:37 Rev 240 robux4
-
- * ebml/EbmlUInteger.h src/EbmlUInteger.cpp ebml/Debug.h src/Debug.
- cpp ebml/EbmlMaster.h ebml/EbmlId.h src/EbmlMaster.cpp
- ebml/EbmlEndian.h ebml/EbmlHead.h src/EbmlHead.cpp
- ebml/EbmlString. h ebml/EbmlContexts.h src/EbmlString.cpp
- src/EbmlContexts.cpp ebml/EbmlUnicodeString.h
- src/EbmlUnicodeString.cpp ebml/EbmlBinary. h ebml/EbmlVersion.h
- src/EbmlBinary.cpp src/EbmlVersion.cpp ebml/EbmlDummy.h
- ebml/EbmlStream.h src/EbmlStream.cpp src/EbmlDummy.cpp
- ebml/EbmlVoid.h src/EbmlVoid.cpp ebml/EbmlFloat.
- h src/EbmlFloat.cpp ebml/EbmlSubHead.h ebml/EbmlCrc32.h
- src/EbmlSubHead.cpp src/EbmlCrc32.cpp ebml/EbmlSInteger.h:
+ * trunk/libebml/ebml/Debug.h, trunk/libebml/ebml/EbmlBinary.h,
+ trunk/libebml/ebml/EbmlContexts.h, trunk/libebml/ebml/EbmlCrc32.h,
+ trunk/libebml/ebml/EbmlDummy.h, trunk/libebml/ebml/EbmlEndian.h,
+ trunk/libebml/ebml/EbmlFloat.h, trunk/libebml/ebml/EbmlHead.h,
+ trunk/libebml/ebml/EbmlId.h, trunk/libebml/ebml/EbmlMaster.h,
+ trunk/libebml/ebml/EbmlSInteger.h,
+ trunk/libebml/ebml/EbmlStream.h, trunk/libebml/ebml/EbmlString.h,
+ trunk/libebml/ebml/EbmlSubHead.h,
+ trunk/libebml/ebml/EbmlUInteger.h,
+ trunk/libebml/ebml/EbmlUnicodeString.h,
+ trunk/libebml/ebml/EbmlVersion.h, trunk/libebml/ebml/EbmlVoid.h,
+ trunk/libebml/src/Debug.cpp, trunk/libebml/src/EbmlBinary.cpp,
+ trunk/libebml/src/EbmlContexts.cpp,
+ trunk/libebml/src/EbmlCrc32.cpp, trunk/libebml/src/EbmlDummy.cpp,
+ trunk/libebml/src/EbmlFloat.cpp, trunk/libebml/src/EbmlHead.cpp,
+ trunk/libebml/src/EbmlMaster.cpp,
+ trunk/libebml/src/EbmlStream.cpp,
+ trunk/libebml/src/EbmlString.cpp,
+ trunk/libebml/src/EbmlSubHead.cpp,
+ trunk/libebml/src/EbmlUInteger.cpp,
+ trunk/libebml/src/EbmlUnicodeString.cpp,
+ trunk/libebml/src/EbmlVersion.cpp, trunk/libebml/src/EbmlVoid.cpp:
libebml is not libmatroska
+2003-09-01 12:42 mosu
-2003-09-01 12:42:08 Rev 238 mosu
+ * trunk/libebml/LICENSE.GPL: Changed libmatroska to libebml.
- * LICENSE.GPL:
- Changed libmatroska to libebml.
+2003-09-01 11:36 mosu
+ * trunk/libebml/debian/changelog: New version number.
-2003-09-01 11:36:16 Rev 236 mosu
+2003-08-30 08:19 mosu
- * debian/changelog:
- New version number.
+ * trunk/libebml/ebml/EbmlVersion.h: Bumped version number to mark
+ robux' changes in Read().
+2003-08-29 19:48 robux4
-2003-08-30 08:19:11 Rev 235 mosu
+ * trunk/libebml/src/EbmlElement.cpp: Changed the order of element
+ checking
- * ebml/EbmlVersion.h:
- Bumped version number to mark robux' changes in Read().
+2003-08-21 20:41 jcsston
+ * trunk/libebml/ebml/EbmlUnicodeString.h,
+ trunk/libebml/src/EbmlUnicodeString.cpp: Removed my changes to
+ UTFstring
-2003-08-29 19:48:24 Rev 234 robux4
+2003-08-04 07:36 robux4
- * src/EbmlElement.cpp:
- Changed the order of element checking
+ * trunk/libebml/ebml/EbmlVersion.h,
+ trunk/libmatroska/matroska/KaxVersion.h: Remove some old TODO
+2003-08-02 21:38 robux4
-2003-08-21 20:41:09 Rev 220 jcsston
+ * trunk/libebml/src/EbmlUnicodeString.cpp: Fix a problem with some
+ UCS-2 chars
- * ebml/EbmlUnicodeString.h src/EbmlUnicodeString.cpp:
- Removed my changes to UTFstring
+2003-08-01 22:25 robux4
+ * trunk/libebml/ebml/EbmlMaster.h,
+ trunk/libebml/ebml/MemIOCallback.h,
+ trunk/libebml/src/MemIOCallback.cpp: Additions for easier Checksum
+ manipulation
-2003-08-04 07:36:30 Rev 158 robux4
+2003-08-01 12:03 robux4
- * ebml/EbmlVersion.h:
- Remove some old TODO
+ * trunk/libebml/make/vc7/lib/libebml.v71.vcproj,
+ trunk/libmatroska/make/vc7/lib/static/libmatroska.v71.vcproj,
+ trunk/mkxds/mkxds.v71.sln, trunk/mkxds/mkxds.v71.vcproj: Added
+ VC7.1 (VS.Net 2003) projects
+2003-08-01 03:49 jcsston
-2003-08-02 21:38:45 Rev 151 robux4
+ * trunk/libebml/src/EbmlUnicodeString.cpp: *** empty log message ***
- * src/EbmlUnicodeString.cpp:
- Fix a problem with some UCS-2 chars
+2003-08-01 03:41 jcsston
+ * trunk/libebml/ebml/EbmlUnicodeString.h: *** empty log message ***
-2003-08-01 22:25:39 Rev 145 robux4
+2003-07-31 19:42 robux4
- * ebml/MemIOCallback.h src/MemIOCallback.cpp ebml/EbmlMaster.h:
- Additions for easier Checksum manipulation
+ * trunk/libebml/ebml/EbmlCrc32.h, trunk/libebml/ebml/EbmlDate.h,
+ trunk/libebml/ebml/EbmlSInteger.h,
+ trunk/libebml/ebml/EbmlUInteger.h, trunk/libebml/ebml/EbmlVoid.h,
+ trunk/libebml/src/EbmlCrc32.cpp,
+ trunk/libebml/src/EbmlSInteger.cpp,
+ trunk/libebml/src/EbmlVoid.cpp,
+ trunk/libebml/src/platform/win32/WinIOCallback.cpp,
+ trunk/libmatroska/src/KaxBlock.cpp: Some fixes for better casting
+ / type checking
+2003-07-31 07:53 jcsston
-2003-08-01 12:03:38 Rev 136 robux4
+ * trunk/libebml/ebml/EbmlUnicodeString.h,
+ trunk/libebml/src/EbmlUnicodeString.cpp: Added some string
+ functions and overloaded operators
- * make/vc7/lib/libebml.v71.vcproj:
- Added VC7.1 (VS.Net 2003) projects
+2003-07-30 09:31 robux4
+ * trunk/libebml/src/EbmlElement.cpp: Less processing in non Debug
+ mode
-2003-08-01 03:49:24 Rev 133 jcsston
+2003-07-29 21:43 robux4
- * src/EbmlUnicodeString.cpp:
- *** empty log message ***
+ * trunk/libebml/ebml/EbmlBinary.h, trunk/libebml/ebml/EbmlCrc32.h,
+ trunk/libebml/ebml/EbmlDate.h, trunk/libebml/ebml/EbmlElement.h,
+ trunk/libebml/ebml/EbmlFloat.h, trunk/libebml/ebml/EbmlMaster.h,
+ trunk/libebml/ebml/EbmlSInteger.h,
+ trunk/libebml/ebml/EbmlString.h,
+ trunk/libebml/ebml/EbmlUInteger.h,
+ trunk/libebml/ebml/EbmlUnicodeString.h,
+ trunk/libebml/ebml/EbmlVoid.h, trunk/libebml/src/EbmlBinary.cpp,
+ trunk/libebml/src/EbmlCrc32.cpp, trunk/libebml/src/EbmlDate.cpp,
+ trunk/libebml/src/EbmlElement.cpp,
+ trunk/libebml/src/EbmlFloat.cpp, trunk/libebml/src/EbmlMaster.cpp,
+ trunk/libebml/src/EbmlSInteger.cpp,
+ trunk/libebml/src/EbmlString.cpp,
+ trunk/libebml/src/EbmlUInteger.cpp,
+ trunk/libebml/src/EbmlUnicodeString.cpp,
+ trunk/libebml/src/EbmlVoid.cpp,
+ trunk/libmatroska/matroska/KaxBlock.h,
+ trunk/libmatroska/matroska/KaxTrackVideo.h,
+ trunk/libmatroska/src/KaxBlock.cpp,
+ trunk/libmatroska/src/KaxTrackVideo.cpp: Checksum now doesn't care
+ about mandatory data
+2003-07-28 22:54 robux4
-2003-08-01 03:41:59 Rev 132 jcsston
+ * trunk/libebml/src/EbmlMaster.cpp: Fix a memory leak
- * ebml/EbmlUnicodeString.h:
- *** empty log message ***
+2003-07-28 22:42 robux4
+ * trunk/libebml/src/platform/win32/WinIOCallback.cpp: Fix for some
+ compilers
-2003-07-31 19:42:31 Rev 128 robux4
+2003-07-28 08:49 mosu
- * ebml/EbmlUInteger.h src/EbmlSInteger.cpp src/EbmlVoid.cpp
- src/platform/win32/WinIOCallback.cpp ebml/EbmlCrc32.h
- ebml/EbmlDate.h src/EbmlCrc32.cpp ebml/EbmlSInteger.h
- ebml/EbmlVoid.h: Some fixes for better casting / type checking
+ * trunk/libebml/debian/changelog,
+ trunk/libmatroska/debian/changelog,
+ trunk/libmatroska/debian/control: Updated version information.
+2003-07-27 20:28 mosu
-2003-07-31 07:53:20 Rev 119 jcsston
+ * trunk/libebml/make/mingw32/Makefile,
+ trunk/libmatroska/make/mingw32/Makefile: Necessary fixes for
+ compilation with mingw.
- * ebml/EbmlUnicodeString.h src/EbmlUnicodeString.cpp:
- Added some string functions and overloaded operators
+2003-07-26 15:18 mosu
+ * trunk/libebml/make/mingw32/Makefile: Needed updates for
+ compilation with mingw.
-2003-07-30 09:31:55 Rev 110 robux4
+2003-07-25 20:06 robux4
- * src/EbmlElement.cpp:
- Less processing in non Debug mode
+ * trunk/libebml/src/EbmlMaster.cpp: Fix a bug of Read() when the
+ size is zero
+2003-07-23 18:23 jcsston
-2003-07-29 21:43:56 Rev 105 robux4
+ * trunk/libebml/src/platform/win32/WinIOCallback.cpp: Added better
+ detection if the file was really opened or not
- * ebml/EbmlUInteger.h src/EbmlSInteger.cpp ebml/EbmlBinary.h
- src/EbmlUInteger.cpp src/EbmlBinary.cpp ebml/EbmlElement.h
- ebml/EbmlMaster.h src/EbmlElement.cpp src/EbmlMaster.cpp
- ebml/EbmlVoid.h src/EbmlVoid.cpp ebml/EbmlFloat.h
- ebml/EbmlString. h src/EbmlFloat.cpp src/EbmlString.cpp
- ebml/EbmlCrc32.h ebml/EbmlDate.h ebml/EbmlUnicodeString.h
- src/EbmlCrc32.cpp ebml/EbmlSInteger.h src/EbmlDate.cpp
- src/EbmlUnicodeString.cpp: Checksum now doesn't care about
- mandatory data
+2003-07-23 17:17 jcsston
+ * trunk/libebml/ebml/c/libebml_t.h: Added Mosu's name to the author
+ list
-2003-07-28 22:54:43 Rev 99 robux4
+2003-07-22 21:40 jcsston
- * src/EbmlMaster.cpp:
- Fix a memory leak
+ * trunk/libebml/src/platform/win32/WinIOCallback.cpp: Added
+ MODE_SAFE for opening
+2003-07-21 20:39 cyrius
-2003-07-28 22:42:46 Rev 97 robux4
+ * trunk/libebml/src/EbmlVoid.cpp: Element size fixed
- * src/platform/win32/WinIOCallback.cpp:
- Fix for some compilers
+2003-07-21 20:23 cyrius
+ * trunk/libebml/src/platform/win32/WinIOCallback.cpp: 4GB limit
+ fixed
-2003-07-28 08:49:51 Rev 91 mosu
+2003-07-21 02:42 jcsston
- * debian/changelog:
- Updated version information.
+ * trunk/libebml/ebml/c/libebml_t.h: Mosu's fixes to compile with
+ Win32 GCC
+2003-07-17 09:48 mosu
-2003-07-27 20:28:46 Rev 89 mosu
+ * trunk/libebml/make/linux/Makefile,
+ trunk/libmatroska/make/linux/Makefile: Proper Makefile that also
+ installs the header files.
- * make/mingw32/Makefile:
- Necessary fixes for compilation with mingw.
+2003-07-17 09:45 mosu
+ * trunk/libebml/make/linux/Makefile: Changes for the new directory
+ structure for the "install" target.
-2003-07-26 15:18:55 Rev 87 mosu
+2003-07-16 22:09 jcsston
- * make/mingw32/Makefile:
- Needed updates for compilation with mingw.
+ * trunk/libebml/make/vc7/lib/libebml.vcproj: Corrected Additional
+ Include Directories
+2003-07-16 22:07 jcsston
-2003-07-25 20:06:20 Rev 85 robux4
+ * trunk/libebml/src/MemIOCallback.cpp: Fixed the Read() function to
+ support seeking
- * src/EbmlMaster.cpp:
- Fix a bug of Read() when the size is zero
+2003-07-16 16:21 mosu
+ * trunk/libebml/make/linux/Makefile,
+ trunk/libmatroska/make/linux/Makefile: Removed old stuff.
-2003-07-23 18:23:59 Rev 67 jcsston
+2003-07-16 15:13 robux4
- * src/platform/win32/WinIOCallback.cpp:
- Added better detection if the file was really opened or not
+ * trunk/libebml/ebml/c, trunk/libebml/ebml/c/libebml_t.h,
+ trunk/libebml/make/mingw32, trunk/libebml/make/mingw32/Makefile,
+ trunk/libebml/make/mingw32/libebml.dev, trunk/libebml/make/vc6,
+ trunk/libebml/make/vc6/lib, trunk/libebml/make/vc6/lib/static,
+ trunk/libebml/make/vc6/lib/static/libebml.dsp,
+ trunk/libebml/make/vc6/libebml.dsw, trunk/libebml/make/vc7,
+ trunk/libebml/make/vc7/lib,
+ trunk/libebml/make/vc7/lib/libebml.vcproj: Initial CVS version
+ after the crash
+2003-07-16 15:02 robux4
-2003-07-23 17:17:35 Rev 66 jcsston
+ * trunk/libebml/make, trunk/libebml/make/linux,
+ trunk/libebml/make/linux/Makefile: Initial CVS version after the
+ crash
- * ebml/c/libebml_t.h:
- Added Mosu's name to the author list
+2003-07-16 14:46 robux4
+ * trunk/libebml, trunk/libebml/LICENSE.GPL,
+ trunk/libebml/LICENSE.QPL, trunk/libebml/debian,
+ trunk/libebml/debian/changelog, trunk/libebml/debian/control,
+ trunk/libebml/debian/copyright, trunk/libebml/debian/dirs,
+ trunk/libebml/debian/docs, trunk/libebml/debian/libebml-dev.dirs,
+ trunk/libebml/debian/libebml-dev.files,
+ trunk/libebml/debian/rules, trunk/libebml/ebml,
+ trunk/libebml/ebml/Debug.h, trunk/libebml/ebml/EbmlBinary.h,
+ trunk/libebml/ebml/EbmlConfig.h,
+ trunk/libebml/ebml/EbmlContexts.h, trunk/libebml/ebml/EbmlCrc32.h,
+ trunk/libebml/ebml/EbmlDate.h, trunk/libebml/ebml/EbmlDummy.h,
+ trunk/libebml/ebml/EbmlElement.h, trunk/libebml/ebml/EbmlEndian.h,
+ trunk/libebml/ebml/EbmlFloat.h, trunk/libebml/ebml/EbmlHead.h,
+ trunk/libebml/ebml/EbmlId.h, trunk/libebml/ebml/EbmlMaster.h,
+ trunk/libebml/ebml/EbmlSInteger.h,
+ trunk/libebml/ebml/EbmlStream.h, trunk/libebml/ebml/EbmlString.h,
+ trunk/libebml/ebml/EbmlSubHead.h, trunk/libebml/ebml/EbmlTypes.h,
+ trunk/libebml/ebml/EbmlUInteger.h,
+ trunk/libebml/ebml/EbmlUnicodeString.h,
+ trunk/libebml/ebml/EbmlVersion.h, trunk/libebml/ebml/EbmlVoid.h,
+ trunk/libebml/ebml/IOCallback.h,
+ trunk/libebml/ebml/MemIOCallback.h,
+ trunk/libebml/ebml/StdIOCallback.h, trunk/libebml/src,
+ trunk/libebml/src/Debug.cpp, trunk/libebml/src/EbmlBinary.cpp,
+ trunk/libebml/src/EbmlContexts.cpp,
+ trunk/libebml/src/EbmlCrc32.cpp, trunk/libebml/src/EbmlDate.cpp,
+ trunk/libebml/src/EbmlDummy.cpp,
+ trunk/libebml/src/EbmlElement.cpp,
+ trunk/libebml/src/EbmlFloat.cpp, trunk/libebml/src/EbmlHead.cpp,
+ trunk/libebml/src/EbmlMaster.cpp,
+ trunk/libebml/src/EbmlSInteger.cpp,
+ trunk/libebml/src/EbmlStream.cpp,
+ trunk/libebml/src/EbmlString.cpp,
+ trunk/libebml/src/EbmlSubHead.cpp,
+ trunk/libebml/src/EbmlUInteger.cpp,
+ trunk/libebml/src/EbmlUnicodeString.cpp,
+ trunk/libebml/src/EbmlVersion.cpp, trunk/libebml/src/EbmlVoid.cpp,
+ trunk/libebml/src/IOCallback.cpp,
+ trunk/libebml/src/MemIOCallback.cpp,
+ trunk/libebml/src/StdIOCallback.cpp,
+ trunk/libebml/src/StdInclude.h, trunk/libebml/src/platform,
+ trunk/libebml/src/platform/win32,
+ trunk/libebml/src/platform/win32/WinIOCallback.cpp,
+ trunk/libebml/src/platform/win32/WinIOCallback.h: Initial CVS
+ version after the crash
-2003-07-22 21:40:00 Rev 55 jcsston
-
- * src/platform/win32/WinIOCallback.cpp:
- Added MODE_SAFE for opening
-
-
-2003-07-21 20:39:05 Rev 47 cyrius
-
- * src/EbmlVoid.cpp:
- Element size fixed
-
-
-2003-07-21 20:23:34 Rev 46 cyrius
-
- * src/platform/win32/WinIOCallback.cpp:
- 4GB limit fixed
-
-
-2003-07-21 02:42:34 Rev 39 jcsston
-
- * ebml/c/libebml_t.h:
- Mosu's fixes to compile with Win32 GCC
-
-
-2003-07-17 09:48:18 Rev 12 mosu
-
- * make/linux/Makefile:
- Proper Makefile that also installs the header files.
-
-
-2003-07-17 09:45:19 Rev 11 mosu
-
- * make/linux/Makefile:
- Changes for the new directory structure for the "install"
- target.
-
-
-2003-07-16 22:09:11 Rev 10 jcsston
-
- * make/vc7/lib/libebml.vcproj:
- Corrected Additional Include Directories
-
-
-2003-07-16 22:07:45 Rev 9 jcsston
-
- * src/MemIOCallback.cpp:
- Fixed the Read() function to support seeking
-
-
-2003-07-16 16:21:39 Rev 7 mosu
-
- * make/linux/Makefile:
- Removed old stuff.
-
-
-2003-07-16 15:13:24 Rev 5 robux4
-
- * make/vc6/lib/static make/vc7/lib/libebml.vcproj make/vc6
- make/vc7
- make/vc6/libebml.dsw make/mingw32/Makefile ebml/c/libebml_t.h
- make/vc6/lib ebml/c make/vc7/lib make/mingw32
- make/vc6/lib/static/libebml.dsp make/mingw32/libebml.dev:
- Initial CVS version after the crash
-
-
-2003-07-16 15:02:54 Rev 4 robux4
-
- * make/linux/Makefile make/linux make:
- Initial CVS version after the crash
-
-
-2003-07-16 14:46:03 Rev 3 robux4
-
- * ebml/EbmlUInteger.h src/EbmlSInteger.cpp ebml/IOCallback.h
- ebml/Debug.h ebml/EbmlElement.h ebml/EbmlMaster.h
- src/EbmlElement. cpp LICENSE.GPL src/EbmlMaster.cpp
- ebml/StdIOCallback.h debian/libebml-dev.files
- src/StdIOCallback.cpp ebml/EbmlString.h debian/rules
- LICENSE.QPL debian ebml/MemIOCallback.h debian/copyright
- src/MemIOCallback.cpp src/EbmlBinary.cpp ebml/EbmlStream.h
- ebml/EbmlDummy.h src/EbmlDummy.cpp src/EbmlStream.cpp
- ebml/EbmlVoid.h ebml/EbmlTypes.h src/EbmlVoid.
- cpp ebml/EbmlFloat.h src/StdInclude.h src/EbmlFloat.cpp
- ebml ebml/EbmlDate.h src/EbmlCrc32.cpp ebml/EbmlSInteger.h
- src/EbmlDate. cpp src/EbmlUInteger.cpp src/IOCallback.cpp
- src/Debug.cpp ebml/EbmlId.h ebml/EbmlEndian.h
- debian/libebml-dev.dirs src/platform/win32/WinIOCallback.h
- ebml/EbmlHead.h debian/changelog src/EbmlHead.cpp
- ebml/EbmlConfig.h src/platform ebml/EbmlContexts.h
- src/platform/win32 src/EbmlString.cpp src/EbmlContexts.cpp
- ebml/EbmlUnicodeString.h debian/dirs src/EbmlUnicodeString.cpp
- src ebml/EbmlBinary.h ebml/EbmlVersion.h src/EbmlVersion.cpp
- src/platform/win32/WinIOCallback.cpp debian/control debian/docs
- ebml/EbmlSubHead.h ebml/EbmlCrc32.h src/EbmlSubHead.cpp:
- Initial CVS version after the crash
-
-
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.