aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-05-08Add cycle benchmarking supportHarald Welte6-4/+83
2013-06-17build: Use AM_CPPFLAGS in Makefile.amSylvain Munaut1-1/+1
2013-02-11gapk: make sure the output file is closed/flushed on ctrl+cHarald Welte1-1/+21
2013-02-11gapk: Add support for RTP input/output streamsHarald Welte3-13/+343
2013-02-11gapk main: move fh_in and fh_out to sub-structures in a unionHarald Welte1-16/+31
2012-12-08codec: Fix opencore nb include pathSylvain Munaut1-2/+2
2011-02-25format/fmt_ti: Add support for EFR variantSylvain Munaut2-0/+90
2011-02-25format/fmt_ti: Add support for HR variantSylvain Munaut2-0/+58
2011-02-25format: Add support for the TI calypso/locosto dumped buffer formatSylvain Munaut3-1/+81
2010-11-12codec: Fix EFR codec encoder function. Return value is #bytesSylvain Munaut1-1/+1
2010-11-12[4/4] HR support: Add hooks in gapk to use libgsmhr for encoding/decodingSylvain Munaut2-0/+49
2010-11-11Add a real main method to does the jobSylvain Munaut1-1/+405
2010-11-11format: Add support for Raw PCM Signed 16 bits Little EndianSylvain Munaut3-0/+63
2010-11-11procqueue: Add Codec tasksSylvain Munaut2-1/+70
2010-11-11procqueue: Add format conversion tasksSylvain Munaut2-1/+62
2010-11-11procqueue: Add file related tasksSylvain Munaut2-1/+100
2010-11-11procqueue: Add some mechanism to queue 'processing items' on the framesSylvain Munaut2-0/+133
2010-11-11codec/efr: Add support for encoding/decoding using OpenCore AMR NBSylvain Munaut2-2/+88
2010-11-11codec/fr: Add support for encoding/decoding using libgsmSylvain Munaut2-1/+60
2010-11-11format: Add function to get format by nameSylvain Munaut1-0/+15
2010-11-11format: Add support for .amr files encapsulating EFR dataSylvain Munaut3-1/+80
2010-11-11format: Add support for the file read/written by the Racal 6103E ms test setSylvain Munaut3-1/+169
2010-11-05format: Add support for the 3GPP HR reference vocoder file/frame formatsSylvain Munaut3-1/+210
2010-11-05format: Add support for classic .gsm file/frame formatSylvain Munaut3-1/+63
2010-11-05format: Add initial format frameworkSylvain Munaut2-0/+37
2010-10-29Add dependency to libosmocodec (part of libosmocore)Sylvain Munaut1-1/+2
2010-10-29codec: Add preliminary codecs definitions for HR/FR/EFRSylvain Munaut6-1/+152
2010-10-24Initial skeleton importSylvain Munaut2-0/+28