gapk/src
Harald Welte ac4a44c836 gapk: Implement optional looping/rewinding of input files
Together with the recently-added throttling, this can be useful to
generate a continuous stream of RTP data from an input file.

Change-Id: I2d552695dfb4cc96039838e79e0f5ae25a6737c8
2020-08-02 09:03:52 +02:00
..
Makefile.am Implement ECU (Error Concealment Unit) block for FR 2018-06-29 20:54:04 +07:00
app_osmo_gapk.c gapk: Implement optional looping/rewinding of input files 2020-08-02 09:03:52 +02:00
benchmark.c libosmogapk: introduce the internal root talloc context 2017-12-31 12:20:59 +01:00
codec_amr.c Merge branch 'fixeria/lib' into master 2018-01-17 20:54:03 +06:00
codec_efr.c libosmogapk: introduce the internal root talloc context 2017-12-31 12:20:59 +01:00
codec_fr.c Implement ECU (Error Concealment Unit) block for FR 2018-06-29 20:54:04 +07:00
codec_hr.c benchmark: move benchmark impl to a private header 2017-12-31 12:20:59 +01:00
codec_pcm.c Add an 'osmo_gapk' prefix to the exposed symbols 2017-12-31 12:20:59 +01:00
codecs.c Add an 'osmo_gapk' prefix to the exposed symbols 2017-12-31 12:20:59 +01:00
common.c libosmogapk: drop an 'osmo' prefix from internal log variables 2017-12-31 12:20:59 +01:00
ecu_fr.c Implement ECU (Error Concealment Unit) block for FR 2018-06-29 20:54:04 +07:00
fmt_amr.c Add an 'osmo_gapk' prefix to the exposed symbols 2017-12-31 12:20:59 +01:00
fmt_amr_opencore.c Add an 'osmo_gapk' prefix to the exposed symbols 2017-12-31 12:20:59 +01:00
fmt_gsm.c Add an 'osmo_gapk' prefix to the exposed symbols 2017-12-31 12:20:59 +01:00
fmt_hr_ref.c Add an 'osmo_gapk' prefix to the exposed symbols 2017-12-31 12:20:59 +01:00
fmt_racal.c Add an 'osmo_gapk' prefix to the exposed symbols 2017-12-31 12:20:59 +01:00
fmt_rawpcm.c Add an 'osmo_gapk' prefix to the exposed symbols 2017-12-31 12:20:59 +01:00
fmt_rtp_amr.c Add an 'osmo_gapk' prefix to the exposed symbols 2017-12-31 12:20:59 +01:00
fmt_rtp_efr.c don't assert just because a broken RTP packet (wrong lenth) is received 2020-07-01 09:50:01 +02:00
fmt_rtp_hr_etsi.c don't assert just because a broken RTP packet (wrong lenth) is received 2020-07-01 09:50:01 +02:00
fmt_rtp_hr_ietf.c don't assert just because a broken RTP packet (wrong lenth) is received 2020-07-01 09:50:01 +02:00
fmt_ti.c fmt_ti.c: fix: properly pre-clean the output buffer 2018-07-03 15:29:32 +00:00
formats.c Add an 'osmo_gapk' prefix to the exposed symbols 2017-12-31 12:20:59 +01:00
libosmogapk.map src/libosmogapk.map: export osmo_gapk_* with a wilcard 2017-12-31 12:20:59 +01:00
pq_alsa.c Fix typos 2019-07-17 22:45:14 +02:00
pq_codec.c procqueue: use queue / item names in logging 2017-12-31 12:20:59 +01:00
pq_ecu.c Implement ECU (Error Concealment Unit) block for FR 2018-06-29 20:54:04 +07:00
pq_file.c gapk: Implement optional looping/rewinding of input files 2020-08-02 09:03:52 +02:00
pq_format.c procqueue: use queue / item names in logging 2017-12-31 12:20:59 +01:00
pq_rtp.c Fix typos 2019-07-17 22:45:14 +02:00
procqueue.c procqueue.c: rely on item type instead of its position 2018-06-29 20:54:04 +07:00