gapk.git branch master updated. v0.3-33-g2ba67e8

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Sun May 28 19:30:27 UTC 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GSM Audio Pocket Knife".

The branch, master has been updated
       via  2ba67e8c9e7f8925e144bd40050aac2afa266383 (commit)
      from  84f4f86fdfefb8e98b05643d73299b75144eac7a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/gapk/commit/?id=2ba67e8c9e7f8925e144bd40050aac2afa266383

commit 2ba67e8c9e7f8925e144bd40050aac2afa266383
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun May 28 21:28:57 2017 +0200

    Add gapk testsuit
    
    This testsuite takes a PCM auidio file and encodes from it every
    supported format, and compares that output with a known sample (from an
    earlier, trusted version of gakp, shipped as part of this project).
    
    I then re-decodes this file to PCM and also compares that with a shipped
    reference re-decode.

-----------------------------------------------------------------------

Summary of changes:
 test/common.sh                                    |  13 +++++
 test/play_all_formats.sh                          |  14 +++++
 test/ref-files/hhgttg_part1_5.s16                 | Bin 0 -> 80000 bytes
 test/ref-files/hhgttg_part1_5.s16.amr-efr         | Bin 0 -> 8006 bytes
 test/ref-files/hhgttg_part1_5.s16.amr-efr.s16     | Bin 0 -> 80000 bytes
 test/ref-files/hhgttg_part1_5.s16.gsm             | Bin 0 -> 8250 bytes
 test/ref-files/hhgttg_part1_5.s16.gsm.s16         | Bin 0 -> 80000 bytes
 test/ref-files/hhgttg_part1_5.s16.racal-efr       | Bin 0 -> 7750 bytes
 test/ref-files/hhgttg_part1_5.s16.racal-efr.s16   | Bin 0 -> 80000 bytes
 test/ref-files/hhgttg_part1_5.s16.racal-fr        | Bin 0 -> 8250 bytes
 test/ref-files/hhgttg_part1_5.s16.racal-fr.s16    | Bin 0 -> 80000 bytes
 test/ref-files/hhgttg_part1_5.s16.racal-hr        | Bin 0 -> 3500 bytes
 test/ref-files/hhgttg_part1_5.s16.racal-hr.s16    | Bin 0 -> 80000 bytes
 test/ref-files/hhgttg_part1_5.s16.rtp-efr         | Bin 0 -> 7750 bytes
 test/ref-files/hhgttg_part1_5.s16.rtp-efr.s16     | Bin 0 -> 80000 bytes
 test/ref-files/hhgttg_part1_5.s16.rtp-hr-etsi     | Bin 0 -> 3500 bytes
 test/ref-files/hhgttg_part1_5.s16.rtp-hr-etsi.s16 | Bin 0 -> 80000 bytes
 test/ref-files/hhgttg_part1_5.s16.rtp-hr-ietf     | Bin 0 -> 3750 bytes
 test/ref-files/hhgttg_part1_5.s16.rtp-hr-ietf.s16 | Bin 0 -> 80000 bytes
 test/ref-files/hhgttg_part1_5.s16.ti-efr          | Bin 0 -> 8250 bytes
 test/ref-files/hhgttg_part1_5.s16.ti-efr.s16      | Bin 0 -> 80000 bytes
 test/ref-files/hhgttg_part1_5.s16.ti-fr           | Bin 0 -> 8250 bytes
 test/ref-files/hhgttg_part1_5.s16.ti-fr.s16       | Bin 0 -> 80000 bytes
 test/ref-files/hhgttg_part1_5.s16.ti-hr           | Bin 0 -> 8250 bytes
 test/ref-files/hhgttg_part1_5.s16.ti-hr.s16       | Bin 0 -> 80000 bytes
 test/test_all_formats.sh                          |  62 ++++++++++++++++++++++
 test/update_ref_files.sh                          |  22 ++++++++
 27 files changed, 111 insertions(+)
 create mode 100644 test/common.sh
 create mode 100755 test/play_all_formats.sh
 create mode 100644 test/ref-files/hhgttg_part1_5.s16
 create mode 100644 test/ref-files/hhgttg_part1_5.s16.amr-efr
 create mode 100644 test/ref-files/hhgttg_part1_5.s16.amr-efr.s16
 create mode 100644 test/ref-files/hhgttg_part1_5.s16.gsm
 create mode 100644 test/ref-files/hhgttg_part1_5.s16.gsm.s16
 create mode 100644 test/ref-files/hhgttg_part1_5.s16.racal-efr
 create mode 100644 test/ref-files/hhgttg_part1_5.s16.racal-efr.s16
 create mode 100644 test/ref-files/hhgttg_part1_5.s16.racal-fr
 create mode 100644 test/ref-files/hhgttg_part1_5.s16.racal-fr.s16
 create mode 100644 test/ref-files/hhgttg_part1_5.s16.racal-hr
 create mode 100644 test/ref-files/hhgttg_part1_5.s16.racal-hr.s16
 create mode 100644 test/ref-files/hhgttg_part1_5.s16.rtp-efr
 create mode 100644 test/ref-files/hhgttg_part1_5.s16.rtp-efr.s16
 create mode 100644 test/ref-files/hhgttg_part1_5.s16.rtp-hr-etsi
 create mode 100644 test/ref-files/hhgttg_part1_5.s16.rtp-hr-etsi.s16
 create mode 100644 test/ref-files/hhgttg_part1_5.s16.rtp-hr-ietf
 create mode 100644 test/ref-files/hhgttg_part1_5.s16.rtp-hr-ietf.s16
 create mode 100644 test/ref-files/hhgttg_part1_5.s16.ti-efr
 create mode 100644 test/ref-files/hhgttg_part1_5.s16.ti-efr.s16
 create mode 100644 test/ref-files/hhgttg_part1_5.s16.ti-fr
 create mode 100644 test/ref-files/hhgttg_part1_5.s16.ti-fr.s16
 create mode 100644 test/ref-files/hhgttg_part1_5.s16.ti-hr
 create mode 100644 test/ref-files/hhgttg_part1_5.s16.ti-hr.s16
 create mode 100755 test/test_all_formats.sh
 create mode 100755 test/update_ref_files.sh


hooks/post-receive
-- 
GSM Audio Pocket Knife



More information about the osmocom-commitlog mailing list