aboutsummaryrefslogtreecommitdiffstats
path: root/src/pq_rtp.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-15procqueue: introduce and use shared cat_name definitionsVadim Yanitskiy1-1/+2
2017-12-31procqueue: use queue / item names in loggingVadim Yanitskiy1-2/+4
2017-12-31procqueue: add item catedory and sub-category fieldsVadim Yanitskiy1-0/+2
2017-12-31procqueue: add item type enum (source, sink, proc)Vadim Yanitskiy1-0/+3
2017-12-31libosmogapk: use talloc for memory managementVadim Yanitskiy1-5/+7
2017-12-31procqueue: add processing state callbackVadim Yanitskiy1-0/+1
2017-12-31libosmogapk: use Osmocom logging frameworkVadim Yanitskiy1-3/+5
2017-12-31Add an 'osmo_gapk' prefix to the exposed symbolsVadim Yanitskiy1-5/+5
2017-12-31Install GAPK headers to '${includedir}/osmocom/gapk/'Vadim Yanitskiy1-3/+3
2017-05-28direct all log statements to stderr to avoid breaking stdout data outHarald Welte1-10/+11
2017-05-28Print some useful information while putting together the procqueueHarald Welte1-0/+2
2017-05-28prepare gapk for dealing with variable-length framesHarald Welte1-5/+5
2017-05-28RTP: give meaningful error messages if something failsHarald Welte1-8/+24
2017-05-27add some more comments throughout the codeHarald Welte1-0/+13
2013-02-11gapk: Add support for RTP input/output streamsHarald Welte1-0/+226