GitXplorerGitXplorer
t

EBML

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
df54bc8b620de647a74142f692b8ebe5e1ff0b53

hexid is a bitstring.Bits now, EBML.write() works in that it runs, but doesn't work in that it produces bad output right now.

committed 14 years ago
Unverified
a60929730b9c675b1ac8a9b3f55393242f7df074

EBML subclasses Element

committed 14 years ago
Unverified
2d8a5a8b3f627203a168f1ad3871936528fa91b2

minor fixes

committed 14 years ago
Unverified
cb3f9f5040c4ffee83476d468649177fa2e7ba82

I reorganized the write functions, hopefully for clarity. Work was also done on how 'dummy' references are handled, although this isn't quite complete yet.

committed 14 years ago
Unverified
e4a1f6d6b541d37bddf72ac85de313a2f32938dd

more write

committed 14 years ago
Unverified
2d105d9d6e344065e963e4a45bd106e1146bde09

getting close now to a finished write functionality

committed 14 years ago

README

The README file for this repository.

Some old code I wrote. It's an implementation of EBML as described at http://www.matroska.org/technical/specs/rfc/index.html.

Matroska doesn't actually use the document type definitions described in that file, but I went ahead and implemented it that way anyway. Oh well.

It runs really slowly on a video file of any real size, but it does work.