GitXplorerGitXplorer
t

EBML

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
555cea81cd780d301b2be2be0ea086ec312d7f5f

add a readme file and get some other relevant parts into git. Remove 'bitstring.py' from git, that file isn't mine.

ttungol committed 12 years ago
Unverified
4762306e8dbd59cb64bd7a37099ae88f656b407c

some documentation I added at some point and never committed

ttungol committed 12 years ago
Unverified
38b13fcec780ed7b75b63ba5a4e5dfb1653eebe4

basic write functionality is in place. Plus there's a todo list in a comment. Get on that.

committed 14 years ago
Unverified
9d9dd4e63630f38cc5a9a4447cfb2df4816490cd

turned void handling off, fixed a bug with the sizes of negative integers

committed 14 years ago
Unverified
75edc62384207b7e954372be2b286ee157733150

progress is being made, not sure what the current bug is

committed 14 years ago
Unverified
f3f3d1d96bea29c8c42b030049876f13cfc09fdb

wierd bug: bitstring is returning 0L for __notzero__() in this code

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.