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