You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,10 @@ A Matroska parser written in Go.
13
13
14
14
Source: https://en.wikipedia.org/wiki/Matroska
15
15
16
-
This library is based on the 14th iteration of [draft-ietf-cellar-matroska][draft-ietf-cellar-matroska-14] and the 10th iteration of [draft-ietf-cellar-codec][draft-ietf-cellar-codec-10]. None of these documents reached ["Internet Standard"](https://tools.ietf.org/html/rfc2026#section-4.1.3) status yet.
16
+
This library is based on the version of [RFC 9559][rfc9559] and the 10th iteration of [draft-ietf-cellar-codec][draft-ietf-cellar-codec-14]. None of these documents reached ["Internet Standard"](https://datatracker.ietf.org/html/rfc2026#section-4.1.3) status yet.
17
17
18
-
-draft-ietf-cellar-matroska is still an [Internet-Draft](https://tools.ietf.org/html/rfc2026#section-2.2).
19
-
- draft-ietf-cellar-codec is still an [Internet-Draft](https://tools.ietf.org/html/rfc2026#section-2.2).
18
+
-RFC 9559 is still a [Proposed Standard](https://datatracker.ietf.org/doc/html/rfc2026#section-4.1.1)
19
+
- draft-ietf-cellar-codec is still an [Internet-Draft](https://datatracker.ietf.org/html/rfc2026#section-2.2).
20
20
21
21
The goal of this project is to create an implementation based on these documents and during the implementation provide feedback.
22
22
@@ -26,7 +26,7 @@ The goal of this project is to create an implementation based on these documents
26
26
27
27
Beta version will be considered when the feature set covers most of the documents the implementation is based on, and the public API is reached a mature state.
28
28
29
-
Stable version will be considered only if enough positive feedback is gathered to lock the public API and all document the implementation is based on became ["Internet Standard"](https://tools.ietf.org/html/rfc2026#section-4.1.3).
29
+
Stable version will be considered only if enough positive feedback is gathered to lock the public API and all document the implementation is based on became ["Internet Standard"](https://datatracker.ietf.org/html/rfc2026#section-4.1.3).
30
30
31
31
## Documents
32
32
@@ -43,8 +43,8 @@ Huge thanks to the [Matroska.org](https://www.matroska.org/) for their work.
43
43
44
44
### IETF Documents
45
45
46
-
-[draft-ietf-cellar-matroska-14: Matroska Media Container Format Specifications][draft-ietf-cellar-matroska-14]
47
-
-[draft-ietf-cellar-codec-10: Matroska Media Container Codec Specifications][draft-ietf-cellar-codec-10]
46
+
-[RFC 9559: Matroska Media Container Format Specification][rfc9559]
47
+
-[draft-ietf-cellar-codec-14: Matroska Media Container Codec Specifications][draft-ietf-cellar-codec-14]
48
48
49
49
Huge thanks to the [IETF CELLAR Working Group](https://datatracker.ietf.org/wg/cellar/charter/) for their work.
50
50
@@ -61,20 +61,20 @@ Inspiration for the implementation comes from the following places:
Copy file name to clipboardExpand all lines: cmd/mkc/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ A CLI tool to inspect Matroska files. The tool is written in Go.
10
10
11
11
`mkc` stands for "Matroska Command". The name of the command follows the logic of the extension naming used for Matroska files. The most used extensions are `mkv` "Matroska Video", `mka` "Matroska Audio", and `mks` "Matroska Subtitle".
12
12
13
-
The library used by this command is based on the 7th iteration of [draft-ietf-cellar-matroska][draft-ietf-cellar-matroska-07] and the 6th iteration of [draft-ietf-cellar-codec][draft-ietf-cellar-codec-06]. None of these documents reached ["Internet Standard"](https://tools.ietf.org/html/rfc2026#section-4.1.3) status yet.
13
+
This library is based on the version of [RFC 9559][rfc9559] and the 10th iteration of [draft-ietf-cellar-codec][draft-ietf-cellar-codec-14]. None of these documents reached ["Internet Standard"](https://datatracker.ietf.org/html/rfc2026#section-4.1.3) status yet.
14
14
15
-
-draft-ietf-cellar-matroska is still an [Internet-Draft](https://tools.ietf.org/html/rfc2026#section-2.2).
16
-
- draft-ietf-cellar-codec is still an [Internet-Draft](https://tools.ietf.org/html/rfc2026#section-2.2).
15
+
-RFC 9559 is still a [Proposed Standard](https://datatracker.ietf.org/doc/html/rfc2026#section-4.1.1)
16
+
- draft-ietf-cellar-codec is still an [Internet-Draft](https://datatracker.ietf.org/html/rfc2026#section-2.2).
17
17
18
18
The goal of this command line tool is to see how one would use the libraries provided by [github.com/coding-socks/matroska](https://github.com/coding-socks/matroska) and [github.com/coding-socks/ebml](https://github.com/coding-socks/ebml).
19
19
@@ -41,11 +41,11 @@ Huge thanks to the [Matroska.org](https://www.matroska.org/) for their work.
41
41
### IETF Documents
42
42
43
43
-[RFC 8794: Extensible Binary Meta Language][rfc8794]
44
-
-[draft-ietf-cellar-matroska-07: Matroska Media Container Format Specifications][draft-ietf-cellar-matroska-07]
45
-
-[draft-ietf-cellar-codec-06: Matroska Media Container Codec Specifications][draft-ietf-cellar-codec-06]
44
+
-[RFC 9559: Matroska Media Container Format Specification][rfc9559]
45
+
-[draft-ietf-cellar-codec-14: Matroska Media Container Codec Specifications][draft-ietf-cellar-codec-14]
46
46
47
47
Huge thanks to the [IETF CELLAR Working Group](https://datatracker.ietf.org/wg/cellar/charter/) for their work.
0 commit comments