Home | History | Annotate | only in /external/chromium_org/third_party/libsrtp
Up to higher level directory
NameDateSize
.gitignore23-Apr-201512
config/23-Apr-2015
libsrtp.gyp23-Apr-201510.9K
libsrtp.target.darwin-arm.mk23-Apr-20158.5K
libsrtp.target.darwin-arm64.mk23-Apr-20157.9K
libsrtp.target.darwin-mips.mk23-Apr-20158.2K
libsrtp.target.darwin-mips64.mk23-Apr-20158.1K
libsrtp.target.darwin-x86.mk23-Apr-20158.2K
libsrtp.target.darwin-x86_64.mk23-Apr-20158.1K
libsrtp.target.linux-arm.mk23-Apr-20158.5K
libsrtp.target.linux-arm64.mk23-Apr-20157.9K
libsrtp.target.linux-mips.mk23-Apr-20158.2K
libsrtp.target.linux-mips64.mk23-Apr-20158.1K
libsrtp.target.linux-x86.mk23-Apr-20158.2K
libsrtp.target.linux-x86_64.mk23-Apr-20158.1K
README.chromium23-Apr-2015697
srtp/23-Apr-2015

README.chromium

      1 Name: libsrtp
      2 URL: http://srtp.sourceforge.net/srtp.html
      3 Version: 1.4.4
      4 License: 3-clause BSD
      5 License File: srtp/LICENSE
      6 Security Critical: Yes
      7 
      8 Description:
      9   Libsrtp provides secure media transmission in a real
     10   time communication. It's used with libjingle which
     11   provides the p2p session setup.
     12 
     13   Libsrtp is distributed under the following BSD-based license, detailed info
     14   in srtp/LICENSE.
     15 
     16 Local Modifications:
     17 
     18 Replace 'inline' with 'INLINE' and #define to either 'inline' or '__inline'.
     19 This is required because VS2012 does not allow redefinition of keywords via
     20 macros, but also does not support 'inline' in C files.
     21 
     22 Adding additional RTP header check
     23 
     24 Added gyp support to __arm64__
     25