Commit History

Author SHA1 Message Date
  Ralph Giles 5e7e91e2ed Bump version for 0.4.0 release. 7 years ago
  Ralph Giles b4e6993fa0 Make get_track_count fallible. 7 years ago
  Ralph Giles a9f32d0001 Reformat struct initializers. 7 years ago
  Ralph Giles c1fc71affa Export the track codec through the C api. 7 years ago
  Matthew Gregan dd753eca99 Merge pull request #12 from rillian/poison 7 years ago
  Ralph Giles aca1e8b949 Don't poison the demuxer context on EOF. 8 years ago
  Ralph Giles 26b9378db1 Export a serialized opus header in mp4parse_get_track_audio_info. 7 years ago
  Ralph Giles 92900776e8 Implement Default for mp4parse_track_audio_info. 7 years ago
  Matthew Gregan 4bb3645237 Remove Opus header serialization debug code. 7 years ago
  Ralph Giles 05b8b92c18 Write the correct version when serializing opus headers. 7 years ago
  Ralph Giles 44aa2044e5 Use track_index consistently in the capi. 7 years ago
  Ralph Giles a78a875670 Add serialization call to make an Opus header. 7 years ago
  Ralph Giles ff77660570 Remove Error::AssertCaught. 8 years ago
  Ralph Giles 0ab7f6288b Remove panic-catch thread in mp4parse_read. 8 years ago
  Ralph Giles 33d20603b3 Split compound assert. 8 years ago
  Ralph Giles 1e04be4084 Update to test-assembler 0.1.2. 8 years ago
  Matthew Gregan a416567809 Update to byteorder 0.5.0. 8 years ago
  Ralph Giles b0e39c4c8a Bump version for 0.3.0 release. 8 years ago
  Ralph Giles 00dd0ebda0 test.cc: find minimal.mp4 relative to the executable. 8 years ago
  Matthew Gregan 97615394e8 Don't allow mp4parse_parser reuse after the C API returns an error. 8 years ago
  Matthew Gregan 212cd002e8 BoxType::from should be From impl. 8 years ago
  Matthew Gregan 65e018f429 .map_err(From::from) is easier on the eye than Ok(try!(...)) 8 years ago
  Matthew Gregan 80839fc12e Add a TODO. 8 years ago
  Matthew Gregan 58de445ea8 Minor formatting tweaks. 8 years ago
  Matthew Gregan 6dea54465d Use a smaller test file and move it to examples. 8 years ago
  Matthew Gregan 884f296990 Bump rusty-cheddar version and remove libc dep. 8 years ago
  Matthew Gregan e316f24a1d Rename next() to next_box() since it's not a true Iterator. 8 years ago
  Matthew Gregan 4f8e51d2ef Typo/comment only fixes. 8 years ago
  Matthew Gregan ff39ce0af6 Add BMFFBox::box_iter for iterating children of the current box. 8 years ago
  Matthew Gregan b664d5736c Simplify lifetimes on BoxIter more. 8 years ago