Commit History

Author SHA1 Message Date
  Ralph Giles 4d564e84c8 Bump version for v0.1.5. 9 years ago
  Ralph Giles 49946f1197 Merge pull request #8 from kinetiknz/wip 9 years ago
  Matthew Gregan 58f4438dd6 Remove MediaContext tracing via C API enabled during debugging. 9 years ago
  Ralph Giles 41eacea208 Merge pull request #7 from kinetiknz/wip 9 years ago
  Matthew Gregan b690e48a47 Export audio and video metadata via C API. 9 years ago
  Matthew Gregan faeb8d0974 Split read_box into subfunctions divided by the atoms the box can contain. 9 years ago
  Matthew Gregan e2b98923a4 Implement more of the FFI interface. 9 years ago
  Ralph Giles 22d16298fa Run travis builds on both stable and nightly rustc. 9 years ago
  Ralph Giles dcbe862e1e Bump version for v0.1.4. 9 years ago
  Matthew Gregan 55d38ac41c Tighten calculation of compatible_brands count. 9 years ago
  Matthew Gregan 4340ec47e2 Minor formatting improvements. 9 years ago
  Matthew Gregan 6d55992589 Minor capi code cleanups. 9 years ago
  Ralph Giles 5fb0357d81 Restore tracing in the dump.rs example. 9 years ago
  Ralph Giles 83b7c38cb1 Convert debug println!()s to log!() macros. 9 years ago
  Ralph Giles 5f47c7930b Bump version for v0.1.3. 9 years ago
  Ralph Giles 70f4569043 Use Box::{into_raw, from_raw} instead of mem::transmute. 9 years ago
  Ralph Giles b584de0de5 Document what each afl fuzz case does. 9 years ago
  Ralph Giles 9742275c59 Return a FourCC from be_fourcc instead of a buffer. 9 years ago
  Ralph Giles b154acc87e Check the return value of read() in be_fourcc(). 9 years ago
  Ralph Giles 6899348dbd Add regression test from fuzzing. 9 years ago
  Ralph Giles abb0f2b5c4 Add regression test from fuzzing test cases. 9 years ago
  Ralph Giles 471c80a18f Fix MPL url. 9 years ago
  Ralph Giles c0afc74159 Improve InvalidData documentation. 9 years ago
  Matthew Gregan 7749281710 Convert panics in read_stsd into error returns. 9 years ago
  Matthew Gregan 0b0c0badf6 Convert box version checks from panics to error returns. 9 years ago
  Matthew Gregan ba8f131f0a Return Unsupported rather than InvalidData for zero-sized boxes. 9 years ago
  Matthew Gregan a60ea2d6f4 Convert assert in read_box_header to an error return. 9 years ago
  Matthew Gregan 65c741bdbd Handle error rather than unwrapping in skip(). 9 years ago
  Matthew Gregan ba62c7d798 Fix unnecessary parens warning. 9 years ago
  Matthew Gregan 5f9ea87b95 Change FourCC representation to a [u8; 4]. 9 years ago