diff options
Diffstat (limited to 'baseline/source/g723_enc/ChangeLog.txt')
| -rw-r--r-- | baseline/source/g723_enc/ChangeLog.txt | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/baseline/source/g723_enc/ChangeLog.txt b/baseline/source/g723_enc/ChangeLog.txt new file mode 100644 index 0000000..8657026 --- /dev/null +++ b/baseline/source/g723_enc/ChangeLog.txt | |||
| @@ -0,0 +1,34 @@ | |||
| 1 | File: g723_enc.c | ||
| 2 | Original provenience: SUN Microsystems | ||
| 3 | |||
| 4 | 2016-03-02: | ||
| 5 | - Renamed file to g723_enc and removed all g721 dead code | ||
| 6 | - Added TACLeBench header to line 1 | ||
| 7 | - Moved SUN license to license.txt | ||
| 8 | - Deleted unused code that was commented out | ||
| 9 | - Renamed functions prepended g723_enc to all function names | ||
| 10 | - Renamed function main to g723_enc_main | ||
| 11 | - Created new function main, calling g723_enc_init, g723_enc_main and | ||
| 12 | returning g723_enc_return | ||
| 13 | - Reordered functions in source code: initialization- and | ||
| 14 | return-value-related functions first, followed by algorithm core | ||
| 15 | functions, followed by main functions | ||
| 16 | - Applied code formatting with astyle as in the example | ||
| 17 | |||
| 18 | 2016-03-09: | ||
| 19 | - Renamed global variables, prepended g723_enc_ | ||
| 20 | - Removed static keyword from global variables | ||
| 21 | - Renamed datatype from g723_enc_g72x_state to g723_enc_state | ||
| 22 | - Renamed function g723_enc_g72x_init_state to g723_enc_init_state | ||
| 23 | |||
| 24 | 2016-05-23: | ||
| 25 | - Added initialization with volatile int | ||
| 26 | - Added check_sum and comparison with expected result | ||
| 27 | |||
| 28 | 2016-05-25 | ||
| 29 | - Changed name of struct g723_enc_state to g723_enc_state_t | ||
| 30 | - Changed name of variable state to g723_enc_state | ||
| 31 | |||
| 32 | 2017-07-10 | ||
| 33 | - Fixed undefined behaviour introduced by accessing the result of a pointer | ||
| 34 | type cast. | ||
