Searched +full:- +full:- +full:disable +full:- +full:rtsp (Results 1 – 25 of 55) sorted by relevance
123
| /external/curl/ |
| D | androidconfigure | 3 set -e 8 echo "Run 'lunch aosp_arm-eng' and build the current version first." >&2 20 HOST="arm-linux-androideabi" 22 export CC="${T}/prebuilts/clang/host/linux-x86/${CLANG_VERSION}/bin/clang" 23 export LD="${T}/prebuilts/clang/host/linux-x86/${CLANG_VERSION}/bin/lld" 28 "--sysroot ${T}/out/soong/ndk/sysroot/" 31 "-I${T}/external/zlib/" 32 # We don't have target-specific clang binaries like the NDK, so provide 34 "--target=armv7a-linux-androideabi34" 41 "-L${ANDROID_PRODUCT_OUT}/system/lib/" [all …]
|
| D | configure.ac | 21 # SPDX-License-Identifier: curl 29 AC_INIT([curl], [-], [a suitable curl mailing list: https://curl.se/mail/]) 67 if test -z "$SED"; then 71 if test -z "$SED" || test "$SED" = "not_found"; then 79 if test -z "$GREP"; then 83 if test -z "$GREP" || test "$GREP" = "not_found"; then 89 dnl 'grep -E' is mandatory for configure process and libtool. 91 if test -z "$EGREP"; then 93 AC_MSG_CHECKING([that grep -E works]) 94 if echo a | ($GREP -E '(a|b)') >/dev/null 2>&1; then [all …]
|
| D | .azure-pipelines.yml | 21 # SPDX-License-Identifier: curl 32 - 'master' 33 - '*/ci' 36 - '.circleci/*' 37 - '.cirrus.yml' 38 - '.github/*' 39 - '.github/workflows/*' 40 - 'appveyor.*' 41 - 'packages/*' 42 - 'plan9/*' [all …]
|
| /external/curl/docs/libcurl/opts/ |
| D | CURLOPT_RANGE.md | 1 --- 3 SPDX-License-Identifier: curl 7 See-also: 8 - CURLOPT_LOW_SPEED_LIMIT (3) 9 - CURLOPT_MAXFILESIZE_LARGE (3) 10 - CURLOPT_MAX_RECV_SPEED_LARGE (3) 11 - CURLOPT_RESUME_FROM (3) 13 - HTTP 14 - FTP 15 - FILE [all …]
|
| /external/curl/docs/libcurl/ |
| D | curl_easy_setopt.md | 1 --- 3 SPDX-License-Identifier: curl 7 See-also: 8 - curl_easy_cleanup (3) 9 - curl_easy_getinfo (3) 10 - curl_easy_init (3) 11 - curl_easy_option_by_id (3) 12 - curl_easy_option_by_name (3) 13 - curl_easy_option_next (3) 14 - curl_easy_reset (3) [all …]
|
| /external/oss-fuzz/projects/ffmpeg/ |
| D | build.sh | 1 #!/bin/bash -eux 8 # http://www.apache.org/licenses/LICENSE-2.0 18 # Disable UBSan vptr since several targets built with -fno-rtti. 19 export CFLAGS="$CFLAGS -fno-sanitize=vptr" 20 export CXXFLAGS="$CXXFLAGS -fno-sanitize=vptr" 24 mkdir -p $FFMPEG_DEPS_PATH 30 bzip2 -f -d alsa-lib-* 31 tar xf alsa-lib-* 32 rm alsa-lib-*.tar 33 cd alsa-lib-* [all …]
|
| /external/curl/docs/ |
| D | CURL-DISABLE.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 7 # Code defines to disable features and protocols 11 Disable support for Alt-Svc: HTTP headers. 15 Disable support for binding the local end of connections. 19 Disable support for HTTP cookies. 23 Disable support for the Basic authentication methods. 27 Disable support for the Bearer authentication methods. 31 Disable support for the Digest authentication methods. [all …]
|
| D | KNOWN_BUGS | 16 1.5 Expect-100 meets 417 30 3.3 POP3 expects "CRLF.CRLF" eob for some single-line responses 39 5.2 curl-config --libs contains private details 41 5.5 cannot handle Unicode arguments in non-Unicode builds on Windows 42 5.6 cygwin: make install installs curl-config.1 twice 44 5.11 configure --with-gssapi with Heimdal is ignored on macOS 55 6.6 libcurl can fail to try alternatives with --proxy-any 57 6.9 SHA-256 digest not supported in Windows SSPI builds 85 11.4 HTTP test server 'connection-monitor' problems 101 15.6 uses -lpthread instead of Threads::Threads [all …]
|
| D | URL-SYNTAX.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 14 - [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986) (although URL is called 16 - [The WHATWG URL Specification](https://url.spec.whatwg.org/) 68 inter-operate better with URLs that appear in the wild. 78 by re-encoding them to `%20`. 80 ### non-ASCII 83 are percent-encoded by curl. 89 RFC 3986 but not according to the WHATWG spec - which allows one to infinity [all …]
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/demos/surface/ |
| D | build.gradle | 7 // http://www.apache.org/licenses/LICENSE-2.0 36 proguardFiles getDefaultProguardFile('proguard-android.txt') 43 disable 'MissingTranslation' 48 implementation project(modulePrefix + 'library-core') 49 implementation project(modulePrefix + 'library-dash') 50 implementation project(modulePrefix + 'library-hls') 51 implementation project(modulePrefix + 'library-rtsp') 52 implementation project(modulePrefix + 'library-smoothstreaming') 53 implementation project(modulePrefix + 'library-ui')
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/demos/surface/ |
| D | build.gradle | 7 // http://www.apache.org/licenses/LICENSE-2.0 36 proguardFiles getDefaultProguardFile('proguard-android.txt') 43 disable 'MissingTranslation' 48 implementation project(modulePrefix + 'library-core') 49 implementation project(modulePrefix + 'library-dash') 50 implementation project(modulePrefix + 'library-hls') 51 implementation project(modulePrefix + 'library-rtsp') 52 implementation project(modulePrefix + 'library-smoothstreaming') 53 implementation project(modulePrefix + 'library-ui')
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/demos/gl/ |
| D | build.gradle | 7 // http://www.apache.org/licenses/LICENSE-2.0 36 proguardFiles getDefaultProguardFile('proguard-android.txt') 43 disable 'MissingTranslation' 48 implementation project(modulePrefix + 'library-core') 49 implementation project(modulePrefix + 'library-dash') 50 implementation project(modulePrefix + 'library-hls') 51 implementation project(modulePrefix + 'library-rtsp') 52 implementation project(modulePrefix + 'library-smoothstreaming') 53 implementation project(modulePrefix + 'library-ui') 55 compileOnly 'org.checkerframework:checker-qual:' + checkerframeworkVersion [all …]
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/demos/gl/ |
| D | build.gradle | 7 // http://www.apache.org/licenses/LICENSE-2.0 36 proguardFiles getDefaultProguardFile('proguard-android.txt') 43 disable 'MissingTranslation' 48 implementation project(modulePrefix + 'library-core') 49 implementation project(modulePrefix + 'library-dash') 50 implementation project(modulePrefix + 'library-hls') 51 implementation project(modulePrefix + 'library-rtsp') 52 implementation project(modulePrefix + 'library-smoothstreaming') 53 implementation project(modulePrefix + 'library-ui') 55 compileOnly 'org.checkerframework:checker-qual:' + checkerframeworkVersion [all …]
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/demos/cast/ |
| D | build.gradle | 7 // http://www.apache.org/licenses/LICENSE-2.0 38 "proguard-rules.txt", 39 getDefaultProguardFile('proguard-android.txt') 50 disable 'GoogleAppIndexingWarning','MissingTranslation' 55 implementation project(modulePrefix + 'library-core') 56 implementation project(modulePrefix + 'library-dash') 57 implementation project(modulePrefix + 'library-hls') 58 implementation project(modulePrefix + 'library-rtsp') 59 implementation project(modulePrefix + 'library-smoothstreaming') 60 implementation project(modulePrefix + 'library-ui') [all …]
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/demos/cast/ |
| D | build.gradle | 7 // http://www.apache.org/licenses/LICENSE-2.0 38 "proguard-rules.txt", 39 getDefaultProguardFile('proguard-android.txt') 50 disable 'GoogleAppIndexingWarning','MissingTranslation' 55 implementation project(modulePrefix + 'library-core') 56 implementation project(modulePrefix + 'library-dash') 57 implementation project(modulePrefix + 'library-hls') 58 implementation project(modulePrefix + 'library-rtsp') 59 implementation project(modulePrefix + 'library-smoothstreaming') 60 implementation project(modulePrefix + 'library-ui') [all …]
|
| /external/curl/packages/vms/ |
| D | build_curl-config_script.com | 1 $! build_curl-config_script.com 3 $! This generates the curl-config. script from the curl-config.in file. 19 $! SPDX-License-Identifier: ISC 23 $! Skip this if the curl-config. already exists. 24 $ if f$search("[--]curl-config.") .nes. "" then goto all_exit 38 $ x_cppflag_curl_staticlib = "-DCURL_STATICLIB" 44 $ x_support_protocols2 = " LDAPS POP3 POP3S RTSP SMTP SMTPS TELNET TFTP" 52 $ part1 = "-L/usr/lib -L/SSL_LIB -lssl -lcrypto -lz" 57 $ x_libcurl_libs = part1 + " -lgssapi" 62 $!----------------------- [all …]
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/demos/main/ |
| D | build.gradle | 7 // http://www.apache.org/licenses/LICENSE-2.0 38 "proguard-rules.txt", 39 getDefaultProguardFile('proguard-android.txt') 51 disable 'GoogleAppIndexingWarning','MissingTranslation','IconDensities' 69 compileOnly 'org.checkerframework:checker-qual:' + checkerframeworkVersion 74 implementation project(modulePrefix + 'library-core') 75 implementation project(modulePrefix + 'library-dash') 76 implementation project(modulePrefix + 'library-hls') 77 implementation project(modulePrefix + 'library-rtsp') 78 implementation project(modulePrefix + 'library-smoothstreaming') [all …]
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/demos/main/ |
| D | build.gradle | 7 // http://www.apache.org/licenses/LICENSE-2.0 38 "proguard-rules.txt", 39 getDefaultProguardFile('proguard-android.txt') 51 disable 'GoogleAppIndexingWarning','MissingTranslation','IconDensities' 69 compileOnly 'org.checkerframework:checker-qual:' + checkerframeworkVersion 74 implementation project(modulePrefix + 'library-core') 75 implementation project(modulePrefix + 'library-dash') 76 implementation project(modulePrefix + 'library-hls') 77 implementation project(modulePrefix + 'library-rtsp') 78 implementation project(modulePrefix + 'library-smoothstreaming') [all …]
|
| /external/curl/.github/workflows/ |
| D | macos.yml | 3 # SPDX-License-Identifier: curl 10 - master 11 - '*/ci' 12 paths-ignore: 13 - '**/*.md' 14 - '.azure-pipelines.yml' 15 - '.circleci/**' 16 - '.cirrus.yml' 17 - 'appveyor.*' 18 - 'packages/**' [all …]
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/com/google/android/exoplayer2/source/rtsp/ |
| D | RtspMediaSource.html | 2 <!-- NewPage --> 4 …-- start favicons snippet, use https://realfavicongenerator.net/ --><link rel="apple-touch-icon" s… 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 8 <link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style"> 11 <script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"><… 12 <!--[if IE]> 13 <script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js… 14 <![endif]--> 15 <script type="text/javascript" src="../../../../../../jquery/jquery-3.5.1.js"></script> 16 <script type="text/javascript" src="../../../../../../jquery/jquery-ui.js"></script> [all …]
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/com/google/android/exoplayer2/source/rtsp/ |
| D | RtspMediaSource.html | 2 <!-- NewPage --> 4 …-- start favicons snippet, use https://realfavicongenerator.net/ --><link rel="apple-touch-icon" s… 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 8 <link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style"> 11 <script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"><… 12 <!--[if IE]> 13 <script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js… 14 <![endif]--> 15 <script type="text/javascript" src="../../../../../../jquery/jquery-3.5.1.js"></script> 16 <script type="text/javascript" src="../../../../../../jquery/jquery-ui.js"></script> [all …]
|
| /external/curl/include/curl/ |
| D | curl.h | 23 * SPDX-License-Identifier: curl 36 /* Compile-time deprecation macros. */ 45 _Pragma("GCC diagnostic ignored \"-Wdeprecated-declarations\"") \ 54 #include "system.h" /* determine things run-time */ 72 included, since they can't co-exist without problems */ 78 /* HP-UX systems version 9, 10 and 11 lack sys/select.h and so does oldish 79 libc5-based Linux systems. Only include it on systems that are known to 99 /* Compatibility for non-Clang compilers */ 143 #define CURL_SOCKET_BAD -1 185 char *contenttype; /* Content-Type */ [all …]
|
| /external/curl/tests/server/ |
| D | rtspd.c | 21 * SPDX-License-Identifier: curl 27 * curl's test suite Real Time Streaming Protocol (RTSP) server. 76 static long prevtestno = -1; /* previous test number we served */ 77 static long prevpartno = -1; /* previous part number we served */ 107 size_t cl; /* Content-Length of the incoming request */ 110 int pipe; /* if non-zero, expect this many requests to do a "piped" 112 int skip; /* if non-zero, the server is instructed to not read this 114 bytes said in Content-Length, but the server only reads N 115 - skip bytes. */ 117 reqprot_t protocol; /* request protocol, HTTP or RTSP */ [all …]
|
| /external/curl/tests/ |
| D | FILEFORMAT.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 12 in its own line. Comments are either XML-style (enclosed with `<!--` and 13 `-->`) or shell script style (beginning with `#`) and must appear on their own 43 or even percent-encoded individual bytes. As an example, insert the HTTP 56 %hex[ %XX-encoded data to decode ]hex% 96 Accept-Encoding 103 Accept-Encoding: not-brotli 110 Accept-Encoding: brotli [all …]
|
| /external/curl/scripts/ |
| D | ciconfig.pl | 22 # SPDX-License-Identifier: curl 29 # --enable- 32 'fast-install' => 1, 33 'silent-rules' => 1, 40 'rtsp' => 1, 52 'libcurl-option' => 1, 55 'openssl-auto-load-config' => 1, 56 'versioned-symbols' => 1, 57 'symbol-hiding' => 1, 58 'threaded-resolver' => 1, [all …]
|
123