Commit History

Author SHA1 Message Date
  Ralph Giles 5d5023dec3 Bump version for v0.1.2. 9 years ago
  Ralph Giles 0a8dfa549c Restore unsafe to mp4parse_read and mp4parse_free. 9 years ago
  Ralph Giles 1fe92d8d70 Remove unsafe from mp4parse_new declaration. 9 years ago
  Ralph Giles fc65aa57ae Remove unsafe from mp4parse_free() declaration. 9 years ago
  Matthew Gregan ad436ca086 MediaContext::tracks doesn't need to be public. 9 years ago
  Ralph Giles 30f74ad8fe Add rust tests for the capi entry points. 9 years ago
  Ralph Giles 5e4ebf7709 Ignore C++ example generated files. 9 years ago
  Ralph Giles 7a089ea9ea Update dump.cc for capi changes. 9 years ago
  Ralph Giles bcbed167c6 Move the C api header up a level. 9 years ago
  Ralph Giles a6345abe1b Update C header to match capi.rs function names. 9 years ago
  Ralph Giles 027e48329f Fix comment typos. 9 years ago
  Ralph Giles 830a055d7f Move C api calls to a separate file. 9 years ago
  Ralph Giles 4dace6dcac Validate and return error instead of asserting on bad context pointer. 9 years ago
  Ralph Giles 6a5fc43ae0 Wrap capi read_box() call in a thread. 9 years ago
  Ralph Giles 87d9e24044 Remove old read_box_from_buffer() C entry point. 9 years ago
  Ralph Giles 69052a9277 Update dump.rs to use #[derive(Debug)] box formatters. 9 years ago
  Ralph Giles ab4625be8f Make MediaContext::new() public. 9 years ago
  Matthew Gregan 123c29483c WIP: Start CAPI. 9 years ago
  Matthew Gregan d58cf48d15 Type the FourCC and impl a nicer Debug printer for it. 9 years ago
  Matthew Gregan a335c2d451 Remove Display impls and rely on derived Debug impls instead. 9 years ago
  Matthew Gregan 5907e33187 Add a constructor for MediaContext. 9 years ago
  Ralph Giles 6552f0e532 Exclude test files from the cargo package. 9 years ago
  Ralph Giles 8f7e4cfb87 Bump version for mp4parse v0.1.1. 9 years ago
  Ralph Giles 83ad295c55 Use match for updating MediaContext::Tracks. 9 years ago
  Ralph Giles 2a4c38bec1 Fix comment. 9 years ago
  Ralph Giles 85a23100df Clarify debug println! at the end of read_box(). 9 years ago
  Ralph Giles a614819bb9 dump.rs: Print the final result after traversing the file. 9 years ago
  Matthew Gregan 40355b7dae Remove unnecessary and(). 9 years ago
  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 years ago
  Ralph Giles bea0c580ed Bump version. 9 years ago