コミット履歴

作者 SHA1 メッセージ 日付
  Ralph Giles 352e915935 Bump version to v0.0.8. 10 年 前
  Ralph Giles dd9a42ca98 Add some error handling. 10 年 前
  Ralph Giles 7d41622411 Wrap long declaration. 10 年 前
  Ralph Giles ec6b8946e3 Move slice construction into the main C entry point. 10 年 前
  Ralph Giles 548caf5360 Convert to a slice instead of a Vec. 10 年 前
  Ralph Giles 102c9efed0 Nightly rust book says ffi entry points should be unsafe. 10 年 前
  Ralph Giles 288740c263 Forget, don't drop, the cursor we don't own. 10 年 前
  Ralph Giles d7454e497c Remove task wrapper from the dump example. 10 年 前
  Ralph Giles e376b3c6f9 Return a Result from read_box. 10 年 前
  Ralph Giles 4d49923fcb Fix tkhd dimension output. 10 年 前
  Ralph Giles 83c76bdc2a Add entry point for C language clients. 10 年 前
  Ralph Giles a96f63341d Don't export fourcc_to_string. 10 年 前
  Ralph Giles 388dd1af3e Bump version to v0.0.7 10 年 前
  Ralph Giles e2c8459fc7 Move recursive read_box into the crate. 10 年 前
  Ralph Giles ce87ca89c5 Call tkhd from the dump example. 10 年 前
  Ralph Giles 0ac48650df Add parser for tkdh boxes. 10 年 前
  Ralph Giles 41a8137f21 Abstract read_box() recursion and call it from 'trak' boxes. 10 年 前
  Ralph Giles 88393f1589 Skip the rest of mvhd box contents. 10 年 前
  Ralph Giles 3250ace234 Unwrap the return value of skip_box_content(). 10 年 前
  Ralph Giles 544ace1611 Dump mvhd box. 10 年 前
  Ralph Giles c760059f20 Add mvhd parser. 10 年 前
  Ralph Giles 5ffaba4a66 Try recursing into moov boxes. 10 年 前
  Ralph Giles 52d3ff1da6 Turn the outer match into an and_then(). 10 年 前
  Ralph Giles 38e8cee9bf Move box reading to a separate function. 10 年 前
  Ralph Giles e5507d8073 Bump version to v0.0.6 10 年 前
  Ralph Giles cd0be9b105 Demonstrate recursion for content parsing in dump.rs. 10 年 前
  Ralph Giles 499aac17d0 Make read_ftyp() only read the body. 10 年 前
  Ralph Giles cc2b7d0348 Export fourcc_to_string(). 10 年 前
  Ralph Giles 9bcfdc4f36 Use a more descriptive fourcc_to_string() name. 10 年 前
  Ralph Giles f4f01fa3ba Remove Mp4 name prefix. 10 年 前