1. de3959e Use OSMO_FD_* instead of deprecated BSC_FD_* by Harald Welte · 3 years, 9 months ago
  2. 8d15001 trau_sync: make sync pattern configurable by Philipp Maier · 3 years, 11 months ago
  3. 2f80b93 trau_frame: Add missing break statement in osmo_trau_frame_encode() by Harald Welte · 4 years ago
  4. ab8e066 trau_sync: Check return value of osmo_fsm_register() by Harald Welte · 4 years ago
  5. 1f310f7 trau_frame: Fix computation of odd parity while encoding HR frames by Harald Welte · 4 years ago
  6. cd90ed2 TRAU frame RTP conversion by Harald Welte · 4 years, 2 months ago
  7. 8eae96f trau_sync: prevent false positive synchronization on startup by Philipp Maier · 4 years ago
  8. 78861c0 Add new TRAU frame sync code by Harald Welte · 4 years, 2 months ago
  9. 95e2dfb osmo_trau_frame_encode(): Check for sufficiently sized output buffer by Harald Welte · 4 years ago
  10. dd9ee98 trau_frame: Introduce support for Downlink Time Alignment by Harald Welte · 4 years ago
  11. 254b924 trau_frame: New API by Harald Welte · 4 years, 2 months ago
  12. 54c919e ortp: disable SO_REUSEADDR + SO_REUSEPORT by Harald Welte · 4 years, 4 months ago
  13. 3c51482 osmo_ortp: add osmo_rtp_socket_set_dscp() by Oliver Smith · 4 years, 4 months ago
  14. bab7ae7 rtp: Add 'autoconnect' feature to the osmo_rtp_socket by Sylvain Munaut · 5 years ago
  15. de5758d osmo_ortp: Log domain and fix strings without endl char by Pau Espin Pedrol · 6 years ago
  16. e7761c6 Revert "ortp: enable scheduled mode on rtp socket creation" by Philipp Maier · 6 years ago
  17. 05de362 Revert "ortp: make sure the ortp scheduler is started" by Philipp Maier · 6 years ago
  18. 5a236ce ortp: enable scheduled mode on rtp socket creation by Philipp Maier · 6 years ago
  19. c81b68f ortp: detect ssrc changes immediately by Philipp Maier · 6 years ago
  20. 28eeb6b ortp: reset rtp session on SSRC changes by Philipp Maier · 6 years ago
  21. 7632278 ortp: make sure the ortp scheduler is started by Philipp Maier · 6 years ago
  22. d1dd22c Add a new osmo_rtp_set_source_desc() function to set the RTCP SDES items by Harald Welte · 7 years ago
  23. 323d39d Add SPDX-License-Identifier to all source files by Harald Welte · 7 years ago
  24. 9e992c2 osmo_ortp.c: Duration of a RTP frame affects timestamp of the next one by Pau Espin Pedrol · 7 years ago
  25. 524923a osmo_ortp: Add osmo_rtp_drop_frame API by Pau Espin Pedrol · 7 years ago
  26. 05df2d6 osmo_ortp.c: Fix warning: check ortp API in rtp_session_signal_connect by Pau Espin Pedrol · 7 years ago
  27. b0c3a4a osmo_ortp.c: Fix warning: implicit use of function by Pau Espin Pedrol · 7 years ago
  28. 5e87fdf Fix RTP jitter buffer that never stop to increase. by Jean-Francois Dionne · 7 years ago
  29. c42bf19 configure: Fix compilation with new libortp by Pau Espin Pedrol · 7 years ago
  30. bf42e0a Enable adaptive jitter compensation by Max · 8 years ago
  31. ac2ad3b Remove obsolete compile-time conditional by Max · 8 years ago
  32. 7c840be Expand network error callback by Max · 8 years ago
  33. 78d0486 osmo_rtp_socket_poll(): Fix log message to match function name by Max · 8 years ago
  34. 34260c8 osmo_rtp_socket_fdreg(): Check return value of osmo_fd_register() by Harald Welte · 8 years ago
  35. 7895e04 Fix metadata corruption by Harald Welte · 8 years ago
  36. f690600 Unify RTP receiving by Max · 8 years ago
  37. 02ceea8 Extend RTP RX callback parameters by Max · 8 years ago
  38. 2c32f0a Resync RTP session in case of timestamp jump by Yves Godin · 8 years ago
  39. a0ff942 Really fix order of set_connected_mode and set_remote_addr by Neels Hofmeyr · 8 years ago
  40. 15d9b79 Bump minimum oRTP version by Max · 8 years ago 3G_2016_09
  41. fc47015 Use callback for polling data by Max · 8 years ago
  42. 6dab90f Change API to convey marker bit by Max · 8 years ago
  43. c77c2a6 osmo_ortp.c: fix order of set_connected_mode and set_remote_addr by Neels Hofmeyr · 8 years ago
  44. 73b9bc7 Extend RTP frame sending API by Max · 8 years ago
  45. 8c119f7 Set connected mode after setting remote address by Max · 8 years ago
  46. 80f7c04 Fix RTCP port allocation by Max · 8 years ago
  47. e54d7bc Do not send RTP to port 0 by Max · 8 years ago
  48. 71bc9e2 ortp: Guard the jitter stats with a version check by Holger Hans Peter Freyther · 9 years ago
  49. fe01908 ortp: Export statistics for the bts or similar by Holger Hans Peter Freyther · 9 years ago v0.3.2
  50. fb6e1e9 rtp: Randomize the initial timestamp for RFC compliance by Holger Hans Peter Freyther · 10 years ago
  51. bf6f1f4 rtp: Randomize the initial sequence number for RFC compliance by Holger Hans Peter Freyther · 10 years ago
  52. e58d331 ortp: Fix the version check for ORTP by not using the cached result by Holger Hans Peter Freyther · 11 years ago
  53. 2bfc01d enable support of libortp >= 0.21, which has an API breakage by Harald Welte · 11 years ago
  54. e7a3f43 ortp: Don't write error callbacks to stderr, but use osmocom logging by Harald Welte · 11 years ago
  55. 41bc615 RTP: Allow disabling jitter buffer by setting a buffer size of 0 by Andreas Eversberg · 11 years ago v0.1.5
  56. d426d45 Permit libortp to use the connect() syscall, enabling later getsockname() by Harald Welte · 11 years ago
  57. 5685535 build: build libosmotrau.la in the src directory. by Diego Elio Pettenò · 12 years ago
  58. 62f0e06 build: use LT_INIT([pic-only]) instead of forcing -fPIC in AM_CFLAGS. by Diego Elio Pettenò · 12 years ago
  59. df78e92 osmo-ortp: Prefix oRTP messages with osmo-ortp by Holger Hans Peter Freyther · 12 years ago
  60. 0b5ffc1 osmo_ortp: include ortp/port.h for the memory management functions by Harald Welte · 13 years ago
  61. 65a5089 add osmo_rtp_socket_set_param() and osmo_rtp_socket_log_stats() by Harald Welte · 13 years ago
  62. fcb1fe8 libosmo-trau: doxygen documentation by Harald Welte · 13 years ago
  63. 9b737df osmo_ortp: introduce POLL mode for rtp sockets by Harald Welte · 13 years ago
  64. 41d0d84 add 'libosmotrau' for TRAU/RTP related code by Harald Welte · 13 years ago