[matroska] r845 - trunk/libmatroska
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mosu Date: 2004-09-26 14:34:20 +0400 (Sun, 26 Sep 2004) New Revision: 845 Modified: trunk/libmatroska/ChangeLog Log: Automatic ChangeLog update Modified: trunk/libmatroska/ChangeLog =================================================================== --- trunk/libmatroska/ChangeLog 2004-09-26 10:22:44 UTC (rev 844) +++ trunk/libmatroska/ChangeLog 2004-09-26 10:34:20 UTC (rev 845) @@ -1,6 +1,126 @@ -2004-08-19 20:08:44 Rev 720 mosu +2004-09-26 10:21:27 Rev 843 mosu + * debian/changelog debian/control: + Bumped the version number to 0.7.4 and the libebml build + requirements to 0.7.2 in the Debian build system. + +2004-09-26 10:20:16 Rev 842 mosu + + * make/linux/check_ids: + Added a small script that looks for duplicate EBML IDs in all + of libmatroska's source files. + +2004-09-11 17:42:24 Rev 780 mosu + + * matroska/KaxChapters.h: + EditionProcessed has a default value (0) according to the specs. + +2004-09-04 16:29:03 Rev 745 robux4 + + * src/KaxChapters.cpp matroska/KaxChapters.h: + KaxEditionManaged becomes KaxEditionProcessed and mandatory +KaxEditionManagedPrivate becomes KaxChapterManagedPrivate and moves + +2004-09-03 13:38:05 Rev 744 robux4 + + * matroska/KaxTrackAudio.h: + no more automatic OutputSamplingFrequency default value + +2004-09-02 14:17:56 Rev 743 mosu + * src/KaxChapters.cpp: + The usual after-robux4 compilation fix ;-) + +2004-09-02 11:08:36 Rev 742 robux4 + + * src/KaxChapters.cpp matroska/KaxChapters.h: + add support for KaxChapterProcessCommand and + KaxEditionManagedPrivate + +2004-08-31 17:02:53 Rev 741 mosu + + * matroska/KaxAttached.h: + 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. + + +2004-08-30 18:52:56 Rev 740 mosu + + * src/KaxTracks.cpp: + MinCache IS mandatory. My bad. + + +2004-08-30 18:17:49 Rev 739 mosu + + * src/KaxTracks.cpp: + MinCache is not mandatory. + +2004-08-30 09:21:46 Rev 738 robux4 + + * src/KaxChapters.cpp src/KaxTrackVideo.cpp src/KaxTracks.cpp: + flags are mandatory + +2004-08-28 14:04:05 Rev 735 robux4 + + * make/vc7/vc7.sln make/vc7/lib/dll + make/vc7/lib/dll/libmatroskadll. + v71.vcproj: allow DLL building with MSVC7 (not compatible with + the MinGW DLLs) + +2004-08-27 18:58:27 Rev 734 robux4 + + * matroska/KaxTag.h: + KaxTagTargetTypeValue default to 50 + +2004-08-27 12:25:01 Rev 733 robux4 + + * src/KaxTag.cpp: + TargetTypeValue is no longer mandatory + +2004-08-27 10:01:55 Rev 732 mosu + + * src/KaxChapters.cpp: + Fixed the wrong element names. + +2004-08-27 09:31:05 Rev 731 robux4 + + * matroska/KaxTag.h src/KaxTag.cpp: + add KaxTagTargetTypeValue as in the specs + +2004-08-27 09:22:46 Rev 730 robux4 + + * src/KaxChapters.cpp matroska/KaxChapters.h: + add KaxChapterPhysicalEquiv as in the new specs + +2004-08-25 14:56:31 Rev 729 mosu + + * src/KaxChapters.cpp matroska/KaxTrackVideo.h: + Fixed the compilation. + +2004-08-25 14:48:19 Rev 728 mosu + + * matroska/KaxVersion.h: + Pushed the version number. + +2004-08-25 14:44:26 Rev 727 robux4 + + * src/KaxChapters.cpp matroska/KaxChapters.h: + add KaxChapterProcess and KaxChapterProcessTime + +2004-08-25 14:22:14 Rev 726 robux4 + + * matroska/KaxTrackVideo.h src/KaxTrackVideo.cpp: + add the new PixelCropXXX elements + +2004-08-21 20:18:30 Rev 721 mosu + + * ChangeLog: + Updates + +2004-08-19 20:08:44 Rev 720 mosu + + * src/KaxChapters.cpp: Wrong element ID. 2004-08-19 17:16:55 Rev 719 robux4