~jspiros/python-ebml.git
13 years agoImplemented basic EBMLFile class for parsing files.
Joseph Spiros [Sat, 9 Apr 2011 11:28:52 +0000 (07:28 -0400)]
Implemented basic EBMLFile class for parsing files.
Needs improvement, as it parses the entire file into memory at once.

13 years agoImplemented a basic form of schema representation.
Joseph Spiros [Sat, 9 Apr 2011 08:43:19 +0000 (04:43 -0400)]
Implemented a basic form of schema representation.

13 years agoInitial commit. Implemented reading of variable size integers, element sizes, and...
Joseph Spiros [Sat, 9 Apr 2011 02:21:36 +0000 (22:21 -0400)]
Initial commit. Implemented reading of variable size integers, element sizes, and element IDs.