提交历史

作者 SHA1 备注 提交日期
  Ralph Giles b0e39c4c8a Bump version for 0.3.0 release. 9 年之前
  Ralph Giles 00dd0ebda0 test.cc: find minimal.mp4 relative to the executable. 9 年之前
  Matthew Gregan 97615394e8 Don't allow mp4parse_parser reuse after the C API returns an error. 9 年之前
  Matthew Gregan 212cd002e8 BoxType::from should be From impl. 9 年之前
  Matthew Gregan 65e018f429 .map_err(From::from) is easier on the eye than Ok(try!(...)) 9 年之前
  Matthew Gregan 80839fc12e Add a TODO. 9 年之前
  Matthew Gregan 58de445ea8 Minor formatting tweaks. 9 年之前
  Matthew Gregan 6dea54465d Use a smaller test file and move it to examples. 9 年之前
  Matthew Gregan 884f296990 Bump rusty-cheddar version and remove libc dep. 9 年之前
  Matthew Gregan e316f24a1d Rename next() to next_box() since it's not a true Iterator. 9 年之前
  Matthew Gregan 4f8e51d2ef Typo/comment only fixes. 9 年之前
  Matthew Gregan ff39ce0af6 Add BMFFBox::box_iter for iterating children of the current box. 9 年之前
  Matthew Gregan b664d5736c Simplify lifetimes on BoxIter more. 9 年之前
  Matthew Gregan 56bb4c98f8 Ignore an unused_result lint in get_track_count_null_parser test. 9 年之前
  Matthew Gregan c5b1d62463 Remove unnecessary casts. 9 年之前
  Matthew Gregan ff1882a9f5 Convert BMFFBox from a trait to an impl. 9 年之前
  Matthew Gregan 94bd31d1ef Simplify skipping unsupported content in read_stsd. 9 年之前
  Matthew Gregan 822abadce9 Address a couple of rusty-clippy issues in capi.rs. 9 年之前
  Matthew Gregan 20d81a9248 Rework the C API to take a callback for I/O. 9 年之前
  Matthew Gregan 08f90ab567 Rename "state" and "context" to "parser" in C API. 9 年之前
  Matthew Gregan 410eaac42c Extern uses C API by default. 9 年之前
  Matthew Gregan baaed562cc Make BoxHeader and read_box_header private. 9 年之前
  Matthew Gregan 1fa902ce6a Fix new tests after rebase. 9 年之前
  Matthew Gregan 18fe025de4 Experiment with enum of box types. 9 年之前
  Matthew Gregan 1d808f1f62 Add some spec-related comments. 9 年之前
  Matthew Gregan a7b4b594dc Rename Input to BoxIter. 9 年之前
  Matthew Gregan 67a0f7f57f One possible fix for brand case issues. 9 年之前
  Matthew Gregan 122c9efef6 Skip unsupported tracks rather than exiting parse. 9 年之前
  Matthew Gregan ea8627c82d Add a failing test for case issues with ftyp brands. 9 年之前
  Matthew Gregan 022390632f Track state of moov parse in read_mp4. 9 年之前