0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Jul 22, 2024 — Jul 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Transferring API Description file from Apiary.io More... about 9 years ago
Merge pull request #15 from reinecke/compressed_header_handling More... over 11 years ago
- Explicitly import each exception from exceptions module - Updated docstring to account for changed exception class - Cleaned up some extra whitespace More... over 11 years ago
added option to not delete free atoms added detection of compressed moov headers to avoid rendering compressed chunk data in cmov atoms corrupt More... over 11 years ago
Introduced more granular exceptions with useful explanation strings. These exceptions subclass FastStartException, so any existing exception handling code API users have should be unaffected More... over 11 years ago
Merge pull request #14 from mgoblue80/master More... over 11 years ago
Change from log.error to log.warn in the case of missing moov or mdat atoms More... over 11 years ago
Merge pull request #12 from wandenberg/master More... over 11 years ago
adding option to move moov atom to the end of the file, for test purposes only More... almost 12 years ago
Copy input file permissions to output file when processing files. More... almost 12 years ago
Version bump to 1.8 More... almost 12 years ago
Add extra debug log information about the atoms and sizes being written out. More... almost 12 years ago
Fix a bug where the limit variable was repeatedly overwritten during a loop due to the recent refactoring work. More... almost 12 years ago
Merge pull request #9 from jaraco/master More... about 12 years ago
Update README to reflect recent changes More... about 12 years ago
Merge pull request #8 from jaraco/master More... about 12 years ago
Extract struct_fmt; use integral count rather than repeating the character More... about 12 years ago
Use dict to select offset lengths (rather than implicitly falling to co64) More... about 12 years ago
extract _patch_moov More... about 12 years ago
Use getvalue instead of seek/read More... about 12 years ago
Extract 'get_chunks' function More... about 12 years ago
Use _find_atoms_ex in process() More... about 12 years ago
Extract _find_atoms_ex More... about 12 years ago
Remove superfluous parens More... about 12 years ago
Update _read_atoms to use _read_atom_ex, which substantially simplifies the implementation. More... about 12 years ago
Created _read_atom_ex, which extends read_atom to return Atom instances More... about 12 years ago
Update documentation on find_atoms More... about 12 years ago
Make use of Atom attributes through process() More... about 12 years ago
Force integer division on CHUNK_SIZE More... about 12 years ago
Extract _ensure_valid_index More... about 12 years ago