1. 11943bf osmo-gapk: adjust application verbosity by Vadim Yanitskiy · 7 years ago
  2. 0fe18af osmo-gapk: use Osmocom logging framework by Vadim Yanitskiy · 7 years ago
  3. 4b7cd2c osmo-gapk: drop useless printf calls by Vadim Yanitskiy · 7 years ago
  4. c35ba8a libosmogapk: use Osmocom logging framework by Vadim Yanitskiy · 7 years ago
  5. f8d91a0 osmo-gapk: use more convenient name for the source file by Vadim Yanitskiy · 7 years ago
  6. 4ffd6f2 osmo-gapk: create a common shutdown function by Vadim Yanitskiy · 7 years ago
  7. 5716ca6 osmo-gapk: add an option to enable / disable benchmark by Vadim Yanitskiy · 7 years ago
  8. 539af39 procqueue: use linuxlist to store queue items by Vadim Yanitskiy · 7 years ago
  9. 1cf7f34 procqueue: use uint8_t as output buffer type by Vadim Yanitskiy · 7 years ago
  10. 304fa73 procqueue: store output buffers inside queue items by Vadim Yanitskiy · 7 years ago
  11. 3be9c7a procqueue: use unsigned int for I/O frame size fields by Vadim Yanitskiy · 7 years ago
  12. 4f0a47d Add the symbol export map for libosmogapk by Vadim Yanitskiy · 7 years ago
  13. cda8995 benchmark: add functions to get cycle and frame count by Vadim Yanitskiy · 7 years ago
  14. 72218e7 benchmark: allocate memory dynamically by Vadim Yanitskiy · 7 years ago
  15. c9a75e5 benchmark: get rid of 'static inline' definition by Vadim Yanitskiy · 7 years ago
  16. ba46856 benchmark: move benchmark impl to a private header by Vadim Yanitskiy · 7 years ago
  17. 349219c benchmark: move benchmark_dump() outside the library by Vadim Yanitskiy · 7 years ago
  18. a8d4657 Add an 'osmo_gapk' prefix to the exposed symbols by Vadim Yanitskiy · 7 years ago
  19. 9cba760 procqueue: expose the processing queue struct definition by Vadim Yanitskiy · 7 years ago
  20. 40d59f1 Add a pkg-config manifest for libosmogapk by Vadim Yanitskiy · 7 years ago
  21. 5f94157 Use '#pragma once' instead of include guard by Vadim Yanitskiy · 7 years ago
  22. 30209ce Install GAPK headers to '${includedir}/osmocom/gapk/' by Vadim Yanitskiy · 7 years ago
  23. 48206ad Add an 'osmo' prefix to the 'gapk' binary by Vadim Yanitskiy · 7 years ago
  24. 95e6664 Introduce a shared 'libosmogapk' library by Vadim Yanitskiy · 7 years ago
  25. 45d0fd6 Add git-review config by Max · 6 years ago
  26. d5cfaa6 pq_alsa.c: print error message if device init fails by Vadim Yanitskiy · 7 years ago
  27. 83aa99e pq_alsa.c: handle output buffer underrun by Vadim Yanitskiy · 7 years ago
  28. 6c42261 test/common.sh: fix typo in gapk binary location by Vadim Yanitskiy · 7 years ago
  29. 1452203 fmt_gsm: document that this format is also used for RTP by Harald Welte · 7 years ago v0.4
  30. 2ba67e8 Add gapk testsuit by Harald Welte · 7 years ago
  31. 84f4f86 fmt_rtp_hr_ietf.c: Fix error encoding this format by Harald Welte · 7 years ago
  32. fa93cec EFR codec fixup. by Harald Welte · 7 years ago
  33. ac3517e alsa/file input: return -1 on eof (short read) by Harald Welte · 7 years ago
  34. d045f17 procqueue.c: Logging unficiation (always use the [x] prefix) by Harald Welte · 7 years ago
  35. 6c7fd79 codac_amr: Remove printf() left from debugging/testing by Harald Welte · 7 years ago
  36. 0c655bc direct all log statements to stderr to avoid breaking stdout data out by Harald Welte · 7 years ago
  37. 7bdf34c fmt_ti: fix lsb/msb mix-up in ti_hr_from_canon() by Harald Welte · 7 years ago
  38. 076d41a print_help(): Fix formatting of help text by Harald Welte · 7 years ago
  39. 848db7b Add support for RTP with GSM-HR payload according to RFC5993 by Harald Welte · 7 years ago
  40. dc3589a Add support for RTP with GSM-HR payload according to ETSI TS 101 318 by Harald Welte · 7 years ago
  41. f62e7a4 Add "rtp-efr" format support for RTP payload according to RFC3551 4.5.9 by Harald Welte · 7 years ago
  42. 526fc6e Fix HR codec block sizes by Harald Welte · 7 years ago
  43. bd42eba Print some useful information while putting together the procqueue by Harald Welte · 7 years ago
  44. 495c694 print meaningful error messages if something goes wrong in main/pq by Harald Welte · 7 years ago
  45. 8b01f0c Add AMR codec support by Harald Welte · 7 years ago
  46. 494d92c more API documentation by Harald Welte · 7 years ago
  47. 5912848 prepare gapk for dealing with variable-length frames by Harald Welte · 7 years ago
  48. 62688b6 introduce #defines for canonical length + use them by Harald Welte · 7 years ago
  49. 2ae47af Add ALSA input/output support to GAPK by Harald Welte · 7 years ago
  50. 07d6913 RTP: give meaningful error messages if something fails by Harald Welte · 7 years ago
  51. f3d2ad6 add some more comments throughout the code by Harald Welte · 7 years ago
  52. d192d8c benchmark: Fix cpuid clobbering by Sylvain Munaut · 8 years ago
  53. db94df5 main: Fixup the help screen by Sylvain Munaut · 8 years ago
  54. c0f0342 libgsmhr: Make it safe to decode/encode different streams at once by Sylvain Munaut · 8 years ago
  55. 5e2e044 libgsmhr: Add some code cleanup / speedup patches for reference codec by Sylvain Munaut · 8 years ago
  56. 59a6c2d libgsmhr: Use patch instead of 'sed' by Sylvain Munaut · 8 years ago
  57. 04a705f libgsmhr: Fix parallel build dependency by Sylvain Munaut · 8 years ago
  58. cddc914 libgsmhr: fix Makefile.am dependency on source download by Sylvain Munaut · 8 years ago
  59. 8966846 libgsmhr/fetch_sources: Only use the filename and not any path by Sylvain Munaut · 8 years ago
  60. ac967d2 build: Don't build static libraries by Sylvain Munaut · 8 years ago
  61. ea1c6c6 build: Use autotools 'subdir-objects' option by Sylvain Munaut · 8 years ago
  62. d392a89 benchmark: Make sure to print to stderr by Sylvain Munaut · 8 years ago
  63. d72b0f6 ensure all gapk header files are included in 'dist' by Harald Welte · 9 years ago v0.3
  64. bb782d9 Fix dist / distcheck targets by including fetch_sources.py in EXTRA_DIST by Harald Welte · 9 years ago
  65. 0790f03 add git-version-gen to auto-generate version from git repo tags by Harald Welte · 9 years ago v0.2
  66. 7a04624 Add cycle benchmarking support by Harald Welte · 10 years ago
  67. 8b5e0c7 libgsmhr: Update source location by Sylvain Munaut · 10 years ago
  68. 2c8b3fd build: Use AM_CPPFLAGS in Makefile.am by Sylvain Munaut · 11 years ago
  69. e7e12cc gapk: make sure the output file is closed/flushed on ctrl+c by Harald Welte · 11 years ago
  70. ce94d97 gapk: Add support for RTP input/output streams by Harald Welte · 11 years ago
  71. f7f0c91 gapk main: move fh_in and fh_out to sub-structures in a union by Harald Welte · 11 years ago
  72. db83725 codec: Fix opencore nb include path by Sylvain Munaut · 11 years ago
  73. 19428ca autotools: Add AC_LANG_SOURCE required for autotools >= 2.68 by Sylvain Munaut · 13 years ago
  74. e2c5719 format/fmt_ti: Add support for EFR variant by Sylvain Munaut · 13 years ago
  75. b1525d6 format/fmt_ti: Add support for HR variant by Sylvain Munaut · 13 years ago
  76. cfaec3a format: Add support for the TI calypso/locosto dumped buffer format by Sylvain Munaut · 13 years ago
  77. 3c9c2fb Fix error in configure.ac preventing compiling without opencore-amrnb by Sylvain Munaut · 14 years ago
  78. f624d18 codec: Fix EFR codec encoder function. Return value is #bytes by Sylvain Munaut · 14 years ago
  79. 477f5cd Update gitignore by Sylvain Munaut · 14 years ago
  80. a0c4d21 [4/4] HR support: Add hooks in gapk to use libgsmhr for encoding/decoding by Sylvain Munaut · 14 years ago
  81. f7d6f3c [3/4] HR support: Add actual wrapper code to call reference code by Sylvain Munaut · 14 years ago
  82. aa55d30 [2/4] HR support: Add logic to fetch reference source code and build it by Sylvain Munaut · 14 years ago
  83. 0d2a82c [1/4] HR support: Add autotools skeleton for libgsmhr by Sylvain Munaut · 14 years ago
  84. 4604976 Add a real main method to does the job by Sylvain Munaut · 14 years ago
  85. 456758c format: Add support for Raw PCM Signed 16 bits Little Endian by Sylvain Munaut · 14 years ago
  86. 9843418 procqueue: Add Codec tasks by Sylvain Munaut · 14 years ago
  87. 792d041 procqueue: Add format conversion tasks by Sylvain Munaut · 14 years ago
  88. d9fb0e3 procqueue: Add file related tasks by Sylvain Munaut · 14 years ago
  89. 3c0a4fb procqueue: Add some mechanism to queue 'processing items' on the frames by Sylvain Munaut · 14 years ago
  90. 8552b9d codec/efr: Add support for encoding/decoding using OpenCore AMR NB by Sylvain Munaut · 14 years ago
  91. dc5b38b codec/fr: Add support for encoding/decoding using libgsm by Sylvain Munaut · 14 years ago
  92. 24b7612 format: Add function to get format by name by Sylvain Munaut · 14 years ago
  93. ef7ada5 codec: Add fields in struct codec_desc to support encoding/decoding by Sylvain Munaut · 14 years ago
  94. 723df06 format: Add support for .amr files encapsulating EFR data by Sylvain Munaut · 14 years ago
  95. 16f8d7f format: Add fields in format descriptor for fixed headers by Sylvain Munaut · 14 years ago
  96. 6c96cc2 format: Add support for the file read/written by the Racal 6103E ms test set by Sylvain Munaut · 14 years ago
  97. f905983 format: Add support for the 3GPP HR reference vocoder file/frame formats by Sylvain Munaut · 14 years ago
  98. 5e380d0 format: Add support for classic .gsm file/frame format by Sylvain Munaut · 14 years ago
  99. 0f7e52d format: Add initial format framework by Sylvain Munaut · 14 years ago
  100. 553b3b6 Add dependency to libosmocodec (part of libosmocore) by Sylvain Munaut · 14 years ago