Skip to content

Releases: IBM/g729-codec-service

v0.0.8

05 Jan 22:04
bdd65c1
Compare
Choose a tag to compare
  • Updated base image to ubi9 from ubi8

v0.0.7

16 Jun 15:36
3bb149b
Compare
Choose a tag to compare
  • Dockerfile is now built on top of the ubi-minimal image.

v0.0.6

09 Jul 17:15
Compare
Choose a tag to compare

Fixes buffer overflow when decoding g729 frames larger than 20ms, which would eventually result in a segmentation fault.

v0.0.5

15 Apr 00:36
3bf74b3
Compare
Choose a tag to compare
  • Fixes segmentation fault that occurs when misinitialization the output buffer of the G729Encoder

v0.0.4

15 Apr 00:01
52a01dd
Compare
Choose a tag to compare
  • Fixes issue where extra memory was initialized for the G729 encoder.
  • Updates bcg729 to address a possible overflowing issue

v0.0.3

01 Apr 16:17
e131a06
Compare
Choose a tag to compare

Improved signal handing using tini from https://github.com/krallin/tini

v0.0.2

28 May 16:31
0b55469
Compare
Choose a tag to compare

Adds support to configure the WebSocket idleTimeout. (1226d05)