Историја ревизија

Аутор SHA1 Порука Датум
  Ralph Giles 7c0428711b Fix capi re-export. пре 9 година
  Ralph Giles 623dd3309a Add capi source. пре 9 година
  Ralph Giles 6b87dc25c8 WIP: Try to move capi calls to a separate file. пре 9 година
  Ralph Giles 87d9e24044 Remove old read_box_from_buffer() C entry point. пре 9 година
  Ralph Giles 69052a9277 Update dump.rs to use #[derive(Debug)] box formatters. пре 9 година
  Ralph Giles ab4625be8f Make MediaContext::new() public. пре 9 година
  Matthew Gregan 123c29483c WIP: Start CAPI. пре 9 година
  Matthew Gregan d58cf48d15 Type the FourCC and impl a nicer Debug printer for it. пре 9 година
  Matthew Gregan a335c2d451 Remove Display impls and rely on derived Debug impls instead. пре 9 година
  Matthew Gregan 5907e33187 Add a constructor for MediaContext. пре 9 година
  Ralph Giles 6552f0e532 Exclude test files from the cargo package. пре 9 година
  Ralph Giles 8f7e4cfb87 Bump version for mp4parse v0.1.1. пре 9 година
  Ralph Giles 83ad295c55 Use match for updating MediaContext::Tracks. пре 9 година
  Ralph Giles 2a4c38bec1 Fix comment. пре 9 година
  Ralph Giles 85a23100df Clarify debug println! at the end of read_box(). пре 9 година
  Ralph Giles a614819bb9 dump.rs: Print the final result after traversing the file. пре 9 година
  Matthew Gregan 40355b7dae Remove unnecessary and(). пре 9 година
  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. пре 9 година
  Ralph Giles bea0c580ed Bump version. пре 9 година
  Ralph Giles 9125dbf2c7 Return the number of tracks read to C callers. пре 9 година
  Matthew Gregan de11a57b11 Tidy up SampleEntry comments. пре 9 година
  Matthew Gregan 84021d80bd Don't bother parsing unused fields in video SampleEntries. пре 9 година
  Matthew Gregan d97da5ab5a Whitespace. пре 9 година
  Matthew Gregan 42a7c243d8 Skip reserved fields rather than reading and ignoring them. пре 9 година
  Matthew Gregan af2ad9a6d8 Convert several more locations to use the skip helper function. пре 9 година
  Matthew Gregan 57507c2e29 Introduce simpler helpers to remove ::<BigEndian> boilerplate. пре 9 година
  Matthew Gregan 55ecd326af Replace another unwrap with try! пре 9 година
  Matthew Gregan a8687da1a9 Remove TODO regarding template fields. пре 9 година
  Matthew Gregan 274a9e6ee5 Return an error if skip hits an early read. Differentiate between пре 9 година
  Matthew Gregan 32fb000f37 Remove unneeded string parsing. пре 9 година