Commit History

Upphovsman SHA1 Meddelande Datum
  Ralph Giles 8f7e4cfb87 Bump version for mp4parse v0.1.1. 10 år sedan
  Ralph Giles 83ad295c55 Use match for updating MediaContext::Tracks. 10 år sedan
  Ralph Giles 2a4c38bec1 Fix comment. 10 år sedan
  Ralph Giles 85a23100df Clarify debug println! at the end of read_box(). 10 år sedan
  Ralph Giles a614819bb9 dump.rs: Print the final result after traversing the file. 10 år sedan
  Matthew Gregan 40355b7dae Remove unnecessary and(). 10 år sedan
  Matthew Gregan 1e91987a12 Call read_box in a loop inside read_box_from_buffer. Also retain the MediaContext over calls to read_box in dump.rs. 10 år sedan
  Ralph Giles bea0c580ed Bump version. 10 år sedan
  Ralph Giles 9125dbf2c7 Return the number of tracks read to C callers. 10 år sedan
  Matthew Gregan de11a57b11 Tidy up SampleEntry comments. 10 år sedan
  Matthew Gregan 84021d80bd Don't bother parsing unused fields in video SampleEntries. 10 år sedan
  Matthew Gregan d97da5ab5a Whitespace. 10 år sedan
  Matthew Gregan 42a7c243d8 Skip reserved fields rather than reading and ignoring them. 10 år sedan
  Matthew Gregan af2ad9a6d8 Convert several more locations to use the skip helper function. 10 år sedan
  Matthew Gregan 57507c2e29 Introduce simpler helpers to remove ::<BigEndian> boilerplate. 10 år sedan
  Matthew Gregan 55ecd326af Replace another unwrap with try! 10 år sedan
  Matthew Gregan a8687da1a9 Remove TODO regarding template fields. 10 år sedan
  Matthew Gregan 274a9e6ee5 Return an error if skip hits an early read. Differentiate between 10 år sedan
  Matthew Gregan 32fb000f37 Remove unneeded string parsing. 10 år sedan
  Ralph Giles 5227c78b28 Don't panic on unrecognized track types. 10 år sedan
  Ralph Giles 9754442dd4 Implement Display for MediaContext. 10 år sedan
  Ralph Giles 43df5dd410 Silence dead-code warnings. 10 år sedan
  Ralph Giles 5d521a6747 Fix unused member warning in HandlerBox. 10 år sedan
  Ralph Giles d33d11830e Add travis build to the README. 10 år sedan
  Ralph Giles f5bc7c4b23 Return Result form read_fullbox_extra. 10 år sedan
  Ralph Giles 2ca1f07955 Use try! intead of unwrap with read_box_header. 10 år sedan
  Matthew Gregan bca10d9ee7 Assert that entire Take and Cursor has been read. 10 år sedan
  Matthew Gregan e9226b5b1d Stash the avcC (for video) and esds (for audio) atom contents on the appropriate track. 10 år sedan
  Matthew Gregan 473ef58d91 Minor code consistency cleanup. 10 år sedan
  Matthew Gregan 27061df2fa Share implementation of skip and skip_box_contents. 10 år sedan