retina/fuzz
Scott Lamb b54ea3f4fd v0.4.3: upgrade h264-reader crate
* match a couple h264-reader semantic changes. E.g., decode_nal now
  expects the full NALU including header byte.

* adjust test data in depacketize_parameter_change. The SDP parameters
  I used were invalid in a way caught only by the new h264-reader crate.
  That's not the intended scenario, so use different parameters. But
  mention the accidental scenario in CHANGELOG.md.

* initialize logging in h264 tests to ease debugging problems like the
  bullet above.

* in AAC code, match h264-reader's switch from bitreader to
  bitstream-io. This keeps dependencies down, in addition to the reasons
  for h264-reader's switch, described here:
  7a02a3b7bd
2022-09-28 22:12:17 -07:00
..
fuzz_targets fix clippy error 2022-05-11 11:37:09 -07:00
.gitignore start h.264 fuzz testing 2021-06-07 18:12:45 -07:00
Cargo.lock v0.4.3: upgrade h264-reader crate 2022-09-28 22:12:17 -07:00
Cargo.toml H.264 fixes, testing, packetizer 2021-06-25 16:39:48 -07:00