Commit Graph

5 Commits

Author SHA1 Message Date
julien
6fc8a7d097 - adding support for file type in the C API and the python bindings
- adding a test in coretests.py to make sure the implementation is ok
2008-11-01 03:38:50 +00:00
julien
eaedfb824a - python layer is now almost complete for reading (core objects and methods)
- beefing up test
2008-10-27 08:16:17 +00:00
julien
aa695f4460 - fixing bug in Bento4C.cpp: *result contains the result...
- fixing bugs in core.py:
    - AP4_FileByteStream_Create was called with the old prototype -> caused a seg fault
    - self.movie was causing a conflict with the movie property -> renamed self.moov
2008-10-27 08:15:59 +00:00
julien
df292d8dd2 - there's a problem with the byref(result) in the file stream constructor
- fixing a few other problems (mostly forgot self in a few places)
2008-10-27 08:15:46 +00:00
julien
015bc7779a - adding constants for handler types
- work on core.py: adding tracks and samples
- adding tests: they fail with a bus error for now (will have to debug that)
2008-10-27 08:15:34 +00:00