Releases: AOMediaCodec/libiamf
Releases · AOMediaCodec/libiamf
v1.0.1
What's Changed
- Provide defaults when building target defines by @yilun-zhangs in #97
- Setup initial GitHub CI to build for
linux-amd64
. by @jwcullen in #96 - During the fmp4 demux, re-allocate buffer when find a larger frame. by @yilun-zhangs in #100
- Update README.md for WGD by @sunghee-hwang in #99
- Fix one memory leak when there is subblocks in ParamDefinition of OutputMixConfig by @yilun-zhangs in #101
- Change implicit NULL char conversion to explicit \0 char by @trevorknight in #94
- Delete tests/test_000000.py by @kr728-kim in #98
- 1, Rename iamfplayer to iamfdec. 2, Add output path argument. 3, Upgr… by @yilun-zhangs in #104
- Modify the missing place after PR 104 by @yilun-zhangs in #105
- Remove all
*decoded_substream*.wav
files. by @jwcullen in #107 - Setup initial GitHub CI to build on
macos-latest
andmacos-12
. by @jwcullen in #108 - Improve the license comments in source code by @yilun-zhangs in #111
- Make the binaural compile more efficient by @yilun-zhangs in #110
- Make the binaural compile more efficient(#110 was covered) by @yilun-zhangs in #112
- enhance iamf v1.0 decoder for future extension by @yilun-zhangs in #113
- Add several corner case test vectors by @jwcullen in #114
- Add default case for non-exhaustive switch statement by @trevorknight in #117
- [V1.0] 1,Verify opus version and iamf code validity 2, fix aac specific information parsing 3, vlogging changing(info_type->info_type_bit_masks) by @yilun-zhangs in #118
- fix one possible crash when decoding iamf bitstream file by @yilun-zhangs in #121
- V1.0.0-errata updates. by @jwcullen in #116
- Update README.md by @sunghee-hwang in #115
Full Changelog: v1.0.0-errata...v1.0.1
v1.0.0-errata
What's Changed
- Consolidate and prefer
Mechanism_5s.wav
in some test vectors. by @jwcullen in #63 - Fix typo in
PATENTS
. "PARTRY"->"PARTY". by @jwcullen in #64 - sync iamf decoder(compile, comments, etc) by @yilun-zhangs in #65
- Update the README by @kr728-kim in #67
- Update
.proto
, documentation, and fix some Opus test vectors being lower bitrate than expected. by @jwcullen in #66 - fix building error under release mode in Visual Studio by @yilun-zhangs in #69
- Adds missing include and avoids unused variable by @trevorknight in #74
- keep same version for header files from different position, update readme related. by @yilun-zhangs in #75
- Places parens to avoid precedence warning by @trevorknight in #84
- Remove vestigial
sync.proto
. by @jwcullen in #72 - Add
CONTRIBUTING.md
. by @jwcullen in #76 - Fix #78,#79: Update mp4 demux with
iacb
box, update descriptors parsi… by @yilun-zhangs in #81 - Fix #77: Update IAMF files with iacb atom and new semantics. by @jwcullen in #82
- Update README.md for v1.0.0-errata1 by @sunghee-hwang in #83
- Fix one initialization typo in matrix by @yilun-zhangs in #91
- Update README.md for the release of v1.0.0-errata by @sunghee-hwang in #93
New Contributors
- @kr728-kim made their first contribution in #67
- @trevorknight made their first contribution in #74
Full Changelog: v1.0.0...v1.0.0-errata
First approved version
Merge pull request #60 from felicialim/update-sections Update sections in textprotos