From 0e56b468eeaf711e4594aba83a15f2944cfb58b9 Mon Sep 17 00:00:00 2001 From: System Administrator Date: Tue, 1 Dec 2015 23:14:55 +0100 Subject: Update binaries and code source for OSX --- tinyRTP/include/tinyrtp.h | 0 tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_header.h | 0 tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_packet.h | 0 tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_rblock.h | 0 tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_report.h | 0 tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_report_bye.h | 0 tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_report_fb.h | 0 tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_report_rr.h | 0 tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_report_sdes.h | 0 tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_report_sr.h | 0 tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_report_xr.h | 0 tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_sdes_chunck.h | 0 tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_sdes_item.h | 0 tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_session.h | 0 tinyRTP/include/tinyrtp/rtp/trtp_rtp_header.h | 0 tinyRTP/include/tinyrtp/rtp/trtp_rtp_packet.h | 0 tinyRTP/include/tinyrtp/rtp/trtp_rtp_session.h | 0 tinyRTP/include/tinyrtp/trtp.h | 0 tinyRTP/include/tinyrtp/trtp_manager.h | 0 tinyRTP/include/tinyrtp/trtp_srtp.h | 0 tinyRTP/include/tinyrtp_config.h | 0 21 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 tinyRTP/include/tinyrtp.h mode change 100644 => 100755 tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_header.h mode change 100644 => 100755 tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_packet.h mode change 100644 => 100755 tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_rblock.h mode change 100644 => 100755 tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_report.h mode change 100644 => 100755 tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_report_bye.h mode change 100644 => 100755 tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_report_fb.h mode change 100644 => 100755 tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_report_rr.h mode change 100644 => 100755 tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_report_sdes.h mode change 100644 => 100755 tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_report_sr.h mode change 100644 => 100755 tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_report_xr.h mode change 100644 => 100755 tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_sdes_chunck.h mode change 100644 => 100755 tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_sdes_item.h mode change 100644 => 100755 tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_session.h mode change 100644 => 100755 tinyRTP/include/tinyrtp/rtp/trtp_rtp_header.h mode change 100644 => 100755 tinyRTP/include/tinyrtp/rtp/trtp_rtp_packet.h mode change 100644 => 100755 tinyRTP/include/tinyrtp/rtp/trtp_rtp_session.h mode change 100644 => 100755 tinyRTP/include/tinyrtp/trtp.h mode change 100644 => 100755 tinyRTP/include/tinyrtp/trtp_manager.h mode change 100644 => 100755 tinyRTP/include/tinyrtp/trtp_srtp.h mode change 100644 => 100755 tinyRTP/include/tinyrtp_config.h (limited to 'tinyRTP/include') diff --git a/tinyRTP/include/tinyrtp.h b/tinyRTP/include/tinyrtp.h old mode 100644 new mode 100755 diff --git a/tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_header.h b/tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_header.h old mode 100644 new mode 100755 diff --git a/tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_packet.h b/tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_packet.h old mode 100644 new mode 100755 diff --git a/tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_rblock.h b/tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_rblock.h old mode 100644 new mode 100755 diff --git a/tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_report.h b/tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_report.h old mode 100644 new mode 100755 diff --git a/tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_report_bye.h b/tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_report_bye.h old mode 100644 new mode 100755 diff --git a/tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_report_fb.h b/tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_report_fb.h old mode 100644 new mode 100755 diff --git a/tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_report_rr.h b/tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_report_rr.h old mode 100644 new mode 100755 diff --git a/tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_report_sdes.h b/tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_report_sdes.h old mode 100644 new mode 100755 diff --git a/tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_report_sr.h b/tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_report_sr.h old mode 100644 new mode 100755 diff --git a/tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_report_xr.h b/tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_report_xr.h old mode 100644 new mode 100755 diff --git a/tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_sdes_chunck.h b/tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_sdes_chunck.h old mode 100644 new mode 100755 diff --git a/tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_sdes_item.h b/tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_sdes_item.h old mode 100644 new mode 100755 diff --git a/tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_session.h b/tinyRTP/include/tinyrtp/rtcp/trtp_rtcp_session.h old mode 100644 new mode 100755 diff --git a/tinyRTP/include/tinyrtp/rtp/trtp_rtp_header.h b/tinyRTP/include/tinyrtp/rtp/trtp_rtp_header.h old mode 100644 new mode 100755 diff --git a/tinyRTP/include/tinyrtp/rtp/trtp_rtp_packet.h b/tinyRTP/include/tinyrtp/rtp/trtp_rtp_packet.h old mode 100644 new mode 100755 diff --git a/tinyRTP/include/tinyrtp/rtp/trtp_rtp_session.h b/tinyRTP/include/tinyrtp/rtp/trtp_rtp_session.h old mode 100644 new mode 100755 diff --git a/tinyRTP/include/tinyrtp/trtp.h b/tinyRTP/include/tinyrtp/trtp.h old mode 100644 new mode 100755 diff --git a/tinyRTP/include/tinyrtp/trtp_manager.h b/tinyRTP/include/tinyrtp/trtp_manager.h old mode 100644 new mode 100755 diff --git a/tinyRTP/include/tinyrtp/trtp_srtp.h b/tinyRTP/include/tinyrtp/trtp_srtp.h old mode 100644 new mode 100755 diff --git a/tinyRTP/include/tinyrtp_config.h b/tinyRTP/include/tinyrtp_config.h old mode 100644 new mode 100755 -- cgit v1.1