0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 18 hours ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Transferring API Description file from Apiary.io More... almost 8 years ago
Merge pull request #15 from reinecke/compressed_header_handling More... about 10 years ago
- Explicitly import each exception from exceptions module - Updated docstring to account for changed exception class - Cleaned up some extra whitespace More... about 10 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 10 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 10 years ago
Merge pull request #14 from mgoblue80/master More... over 10 years ago
Change from log.error to log.warn in the case of missing moov or mdat atoms More... over 10 years ago
Merge pull request #12 from wandenberg/master More... over 10 years ago
adding option to move moov atom to the end of the file, for test purposes only More... over 10 years ago
Copy input file permissions to output file when processing files. More... over 10 years ago
Version bump to 1.8 More... over 10 years ago
Add extra debug log information about the atoms and sizes being written out. More... over 10 years ago
Fix a bug where the limit variable was repeatedly overwritten during a loop due to the recent refactoring work. More... over 10 years ago
Merge pull request #9 from jaraco/master More... almost 11 years ago
Update README to reflect recent changes More... almost 11 years ago
Merge pull request #8 from jaraco/master More... almost 11 years ago
Extract struct_fmt; use integral count rather than repeating the character More... almost 11 years ago
Use dict to select offset lengths (rather than implicitly falling to co64) More... almost 11 years ago
extract _patch_moov More... almost 11 years ago
Use getvalue instead of seek/read More... almost 11 years ago
Extract 'get_chunks' function More... almost 11 years ago
Use _find_atoms_ex in process() More... almost 11 years ago
Extract _find_atoms_ex More... almost 11 years ago
Remove superfluous parens More... almost 11 years ago
Update _read_atoms to use _read_atom_ex, which substantially simplifies the implementation. More... almost 11 years ago
Created _read_atom_ex, which extends read_atom to return Atom instances More... almost 11 years ago
Update documentation on find_atoms More... almost 11 years ago
Make use of Atom attributes through process() More... almost 11 years ago
Force integer division on CHUNK_SIZE More... almost 11 years ago
Extract _ensure_valid_index More... almost 11 years ago