Netint Heif Converter Release Notes
--------------------------------------------------------------
v0.1.5	Apr. 04, 2021

* Add RELEASE_NOTES.txt
* Re-enable multi-session
* Add arg for configuring number of sessions
* Use getopt to add help text and flagged args
* Set default sessions to 4*num_enc
* Remove intermediary jpeg2h265_thread_*.h265. files at end
* Add arg for looping inputs for performance benchmarking
* Fix a false positive crash when input changes resolution
* Fix ICodec.cpp:assignDevice()
* Add arg for selecting enc_idx to use
--------------------------------------------------------------
v0.1.4	Oct. 26, 2020

* Re-enable bindCore
* Fix pixFormat deprecation
--------------------------------------------------------------
v0.1.3	Oct. 21, 2020

* Temporary fix for crash by disabling multi-session
* Turn off bindCore
* Add GDB compile flag. Compile with GDB using:
  'make -j `grep -c ^processor /proc/cpuinfo` GDB=TRUE'