Skip to content

Release 1.1.0 of the Amazon Kinesis Video PIC

Latest
Compare
Choose a tag to compare
@hassanctech hassanctech released this 11 Mar 20:23
65e38da
  • Changed default build type from Debug to Release (#237, #239)
  • Created new GMTIME_THREAD_SAFE macro since the c standard lib function gmtime is not thread safe on Linux (#240)
  • When Profile level logging was introduced, the SILENT log setting did not work as expected it would still result in Profile level logging. Fixed this regression in behavior ( #234)
  • Changed internal state machine implantation to steps iteratively instead of recursively to avoid any stack overflow issues (#220)
  • Fixed potential thread safety issues (#238, #231, #242)
  • Fixed potential integer overflow issues on 32 bit systems (#229 , #230)
  • Addressed compiler warnings and other clean-ups (#232)