[matroska] r716 - trunk/libmatroska
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mosu Date: 2004-08-17 01:22:46 +0400 (Tue, 17 Aug 2004) New Revision: 716 Modified: trunk/libmatroska/ChangeLog Log: Updates Modified: trunk/libmatroska/ChangeLog =================================================================== --- trunk/libmatroska/ChangeLog 2004-08-16 21:04:05 UTC (rev 715) +++ trunk/libmatroska/ChangeLog 2004-08-16 21:22:46 UTC (rev 716) @@ -1,5 +1,39 @@ -2004-08-05 11:59:36 Rev 699 robux4 +2004-08-16 21:04:05 Rev 715 mosu + * matroska/KaxTag.h: + Set the default value for KaxTagLangue to "und" complying with + the specs. + + +2004-08-16 20:49:31 Rev 714 mosu + + * debian/changelog matroska/KaxVersion.h: + New version number 0.7.3 because of the changes / additions + to the tags. + +2004-08-10 15:49:42 Rev 713 robux4 + + * src/KaxTag.cpp: + never make the same mistake twice... + +2004-08-10 14:03:07 Rev 712 robux4 + + * matroska/KaxTag.h src/KaxTag.cpp: + rename the new KaxTagLanguage to KaxTagLangue + +2004-08-10 12:58:47 Rev 711 robux4 + + * matroska/KaxTag.h src/KaxTag.cpp src/KaxTags.cpp: + fix mandatory values +add support for TagLanguage and TagDefault + +2004-08-06 07:34:57 Rev 701 mosu + + * ChangeLog: + Updates + +2004-08-05 11:59:36 Rev 699 robux4 + * src/KaxChapters.cpp matroska/KaxChapters.h: support for EditionFlagHidden (not compiled!)