aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-03-28fmt_rtp_amr,fmt_rtp_efr: replace damaged packets with silenceMatan Perelman2-0/+23
2023-03-16src/Makefile.am: fix building with --enable-gsmhrVadim Yanitskiy1-1/+1
2023-03-13src/Makefile.am: there shall be no libraries in LDFLAGSVadim Yanitskiy1-5/+5
2023-02-20Run struct_endianness.pyOliver Smith1-18/+6
2020-08-01gapk: add optional throttlingHarald Welte1-8/+61
2020-07-01don't assert just because a broken RTP packet (wrong lenth) is receivedHarald Welte3-3/+15
2019-07-17Fix typosMartin Hauke3-5/+5
2018-07-09Make RTP payload type configurableVadim Yanitskiy2-14/+58
2018-07-03fmt_ti.c: fix: properly pre-clean the output bufferVadim Yanitskiy1-1/+2
2018-06-29Implement ECU (Error Concealment Unit) block for FRVadim Yanitskiy4-0/+175
2018-06-29procqueue.c: rely on item type instead of its positionVadim Yanitskiy1-15/+17
2018-06-29app_osmo_gapk.c: use recommended osmo_init_logging2()Vadim Yanitskiy1-1/+1
2018-02-02src/Makefile.am: fix osmo-gapk LDADD dependencyVadim Yanitskiy1-1/+1
2018-01-17Merge branch 'fixeria/lib' into masterVadim Yanitskiy29-382/+852
2018-01-15procqueue: introduce and use shared cat_name definitionsVadim Yanitskiy3-3/+6
2018-01-09pq_alsa.c: fix memory leak after pq_cb_alsa_exit()Vadim Yanitskiy1-0/+1
2018-01-08Fix BENCHMARK_STOP call for both AMR and FR codecsVadim Yanitskiy2-3/+3
2017-12-31osmo-gapk: fix I/O count check conditionVadim Yanitskiy1-1/+1
2017-12-31procqueue: allocate an output buffer as named chunkVadim Yanitskiy1-1/+1
2017-12-31procqueue: set talloc name and context for queue descriptionVadim Yanitskiy1-0/+10
2017-12-31src/libosmogapk.map: export osmo_gapk_* with a wilcardVadim Yanitskiy1-47/+1
2017-12-31procqueue: use queue / item names in loggingVadim Yanitskiy6-16/+22
2017-12-31procqueue: separate queue check functionVadim Yanitskiy3-16/+57
2017-12-31procqueue: add item catedory and sub-category fieldsVadim Yanitskiy7-0/+32
2017-12-31procqueue: add item type enum (source, sink, proc)Vadim Yanitskiy6-0/+12
2017-12-31procqueue: add human-readable name to osmo_gapk_pqVadim Yanitskiy2-2/+9
2017-12-31libosmogapk: drop an 'osmo' prefix from internal log variablesVadim Yanitskiy1-4/+4
2017-12-31osmo-gapk: use talloc for memory managementVadim Yanitskiy1-3/+22
2017-12-31libosmogapk: introduce the internal root talloc contextVadim Yanitskiy6-4/+26
2017-12-31libosmogapk: rename the 'logging.c' to 'common.c'Vadim Yanitskiy2-2/+3
2017-12-31libosmogapk: fix memory leak in both AMR and EFR codecsVadim Yanitskiy2-0/+4
2017-12-31libosmogapk: use talloc for memory managementVadim Yanitskiy7-30/+36
2017-12-31osmo-gapk: fix I/O combinations checkVadim Yanitskiy1-9/+21
2017-12-31osmo-gapk: wait until sink finish processingVadim Yanitskiy1-0/+9
2017-12-31src/pq_alsa.c: implement processing state callbackVadim Yanitskiy1-1/+8
2017-12-31procqueue: add processing state callbackVadim Yanitskiy5-0/+5
2017-12-31osmo-gapk: abort the processing queue on SIGINTVadim Yanitskiy1-5/+12
2017-12-31osmo-gapk: adjust application verbosityVadim Yanitskiy1-4/+27
2017-12-31osmo-gapk: use Osmocom logging frameworkVadim Yanitskiy1-30/+30
2017-12-31osmo-gapk: drop useless printf callsVadim Yanitskiy1-2/+2
2017-12-31libosmogapk: use Osmocom logging frameworkVadim Yanitskiy10-17/+89
2017-12-31osmo-gapk: use more convenient name for the source fileVadim Yanitskiy2-1/+1
2017-12-31osmo-gapk: create a common shutdown functionVadim Yanitskiy1-14/+18
2017-12-31osmo-gapk: add an option to enable / disable benchmarkVadim Yanitskiy1-3/+13
2017-12-31procqueue: use linuxlist to store queue itemsVadim Yanitskiy1-45/+59
2017-12-31procqueue: use uint8_t as output buffer typeVadim Yanitskiy1-1/+1
2017-12-31procqueue: store output buffers inside queue itemsVadim Yanitskiy1-6/+6
2017-12-31Add the symbol export map for libosmogapkVadim Yanitskiy2-0/+46
2017-12-31benchmark: add functions to get cycle and frame countVadim Yanitskiy2-19/+57
2017-12-31benchmark: allocate memory dynamicallyVadim Yanitskiy2-2/+39