FreeCalypso > hg > gsm-codec-lib
annotate Library-versions @ 585:3c6bf0d26ee7 default tip
TW-TS-005 reader: fix maximum line length bug
TW-TS-005 section 4.1 states:
The maximum allowed length of each line is 80 characters, not
including the OS-specific newline encoding.
The implementation of this line length limit in the TW-TS-005 hex file
reader function in the present suite was wrong, such that lines of
the full maximum length could not be read. Fix it.
Note that this bug affects comment lines too, not just actual RTP
payloads. Neither Annex A nor Annex B features an RTP payload format
that goes to the maximum of 40 bytes, but if a comment line goes to
the maximum allowed length of 80 characters not including the
terminating newline, the bug will be triggered, necessitating
the present fix.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 25 Feb 2025 07:49:28 +0000 |
parents | 53d3f48af107 |
children |
rev | line source |
---|---|
449
2af2b5c12268
Library-versions: libtwamr is officially version 1.0.0
Mychaela Falconia <falcon@freecalypso.org>
parents:
424
diff
changeset
|
1 All Themyscira GSM codec libraries (currently libgsmefr, libgsmfr2 and libtwamr) |
2af2b5c12268
Library-versions: libtwamr is officially version 1.0.0
Mychaela Falconia <falcon@freecalypso.org>
parents:
424
diff
changeset
|
2 use Semantic Versioning, as described at <https://semver.org/>. In the present |
2af2b5c12268
Library-versions: libtwamr is officially version 1.0.0
Mychaela Falconia <falcon@freecalypso.org>
parents:
424
diff
changeset
|
3 source release package, the semantic versions of the included libraries are as |
2af2b5c12268
Library-versions: libtwamr is officially version 1.0.0
Mychaela Falconia <falcon@freecalypso.org>
parents:
424
diff
changeset
|
4 follows: |
208
13d27ff5b5df
add documents for release
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
5 |
543
53d3f48af107
libgsmefr is now at version 1.2.0
Mychaela Falconia <falcon@freecalypso.org>
parents:
534
diff
changeset
|
6 libgsmefr version 1.2.0 |
534
516e84085a15
libgsmfr2 is now at version 2.1.0
Mychaela Falconia <falcon@freecalypso.org>
parents:
473
diff
changeset
|
7 libgsmfr2 version 2.1.0 |
449
2af2b5c12268
Library-versions: libtwamr is officially version 1.0.0
Mychaela Falconia <falcon@freecalypso.org>
parents:
424
diff
changeset
|
8 libtwamr version 1.0.0 |