Searched +full:- +full:- +full:without +full:- +full:librtmp (Results 1 – 17 of 17) sorted by relevance
| /external/curl/ |
| D | .cirrus.yml | 18 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 21 # SPDX-License-Identifier: curl 24 # https://cirrus-ci.com/github/curl/curl 27 # https://cirrus-ci.org/guide/writing-tasks/ 32 '.azure-pipelines.yml', 46 - name: FreeBSD 14.0 48 image_family: freebsd-14-0 53 MAKEFLAGS: -j 3 56 - pkg update -f 57 …- pkg install -y autoconf automake libtool pkgconf brotli openldap26-client heimdal libpsl libssh2… [all …]
|
| D | configure.ac | 18 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 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 72 AC_MSG_ERROR([sed not found in PATH. Cannot continue without sed.]) 79 if test -z "$GREP"; then 83 if test -z "$GREP" || test "$GREP" = "not_found"; then 84 AC_MSG_ERROR([grep not found in PATH. Cannot continue without grep.]) 89 dnl 'grep -E' is mandatory for configure process and libtool. [all …]
|
| D | RELEASE-NOTES | 11 o curl_version_info: provide librtmp version [73] 22 o appveyor: drop unnecessary `--clean-first` cmake option [197] 23 o appveyor: guard against crash-build with VS2008 [193] 24 o appveyor: make gcc 6 mingw64 job build-only [152] 25 o asyn-thread: fix curl_global_cleanup crash in Windows [161] 26 o asyn-thread: fix Curl_thread_create result check [162] 33 o BUG-BOUNTY.md: clarify the third party situation [210] 35 o build: remove MacOSX-Framework script [60] 37 o cf-https-connect: use timeouts as unsigned ints [143] 38 o cf-socket: don't try getting local IP without socket [188] [all …]
|
| D | CMakeLists.txt | 18 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 21 # SPDX-License-Identifier: curl 29 # sub-projects in a larger build using `FetchContent`. To support 32 # https://cmake.org/cmake/help/latest/module/FetchContent.html#integrating-with-find-package 61 string(REGEX MATCH "#define LIBCURL_VERSION_NUM 0x[0-9a-fA-F]+" 66 # Setup package meta-data 71 # SET(PACKAGE_VERSION "-") 72 # SET(PACKAGE_STRING "curl-") 91 option(ENABLE_ARES "Set to ON to enable c-ares support" OFF) 99 add_definitions(-D_WIN32_WINNT=${CURL_TARGET_WINDOWS_VERSION}) [all …]
|
| D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.71 for curl -. 8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, 19 ## -------------------------------- ## 21 ## -------------------------------- ## 66 # Try built-in echo, and fail. 77 (`test -n "$xc_tst_str" >/dev/null 2>&1`) && xc_tst_str='success' 93 (`test -n "$PATH" >/dev/null 2>&1`) && xc_tst_str='success' 126 | sed -e 's:unknown:success:' 2>/dev/null` 160 | tr -d "0123456789$xc_tab" 2>/dev/null` [all …]
|
| /external/curl/lib/ |
| D | Makefile.mk | 18 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 21 # SPDX-License-Identifier: curl 25 # Makefile to build curl parts with GCC-like toolchains and optional features. 27 # Usage: make -f Makefile.mk CFG=-feat1[-feat2][-feat3][...] 28 # Example: make -f Makefile.mk CFG=-zlib-ssl-libssh2-ipv6 54 TRIPLET ?= $(shell $(CC) -dumpmachine) 59 # Cross-tools: https://github.com/andrewwutw/build-djgpp 63 # Cross-tools: https://github.com/bebbo/amiga-gcc 67 CPPFLAGS += -I. -I$(PROOT)/include 77 ifneq ($(findstring -debug,$(CFG)),) [all …]
|
| D | curl_rtmp.c | 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 22 * SPDX-License-Identifier: curl 37 #include <librtmp/rtmp.h> 223 if(!RTMP_SetupURL(r, data->state.url)) { in rtmp_setup_connection() 227 conn->proto.rtmp = r; in rtmp_setup_connection() 233 struct connectdata *conn = data->conn; in rtmp_connect() 234 RTMP *r = conn->proto.rtmp; in rtmp_connect() 237 r->m_sb.sb_socket = (int)conn->sock[FIRSTSOCKET]; in rtmp_connect() 242 if(data->state.upload) in rtmp_connect() 243 r->Link.protocol |= RTMP_FEATURE_WRITE; in rtmp_connect() [all …]
|
| D | curl_config.h.in | 3 /* Ignore c-ares deprecation warnings */ 21 /* disable alt-svc */ 63 /* disable headers-api */ 66 /* disable alt-svc */ 87 /* to disable --libcurl C code generation option */ 114 /* disable progress-meter */ 305 /* Define to 1 if you have a working glibc-style strerror_r function. */ 314 /* if you have GSS-API libraries */ 393 /* Define to 1 if you have the `brotlidec' library (-lbrotlidec). */ 399 /* Define to 1 if you have the `idn2' library (-lidn2). */ [all …]
|
| D | curl_config.h | 4 /* Ignore c-ares deprecation warnings */ 22 /* disable alt-svc */ 49 /* disable headers-api */ 52 /* disable alt-svc */ 70 /* to disable --libcurl C code generation option */ 94 /* disable progress-meter */ 290 /* Define to 1 if you have a working glibc-style strerror_r function. */ 299 /* if you have GSS-API libraries */ 378 /* Define to 1 if you have the `brotlidec' library (-lbrotlidec). */ 384 /* Define to 1 if you have the `idn2' library (-lidn2). */ [all …]
|
| D | version.c | 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 21 * SPDX-License-Identifier: curl 57 #include <librtmp/rtmp.h> 67 /* Ignore -Wvla warnings in brotli headers */ 69 #pragma GCC diagnostic ignored "-Wvla" 105 unsigned int minor = (unsigned int)((zstd_version - in zstd_version() 107 unsigned int patch = (unsigned int)(zstd_version - in zstd_version() 108 (major * 100 * 100) - (minor * 100)); in zstd_version() 116 * It is implemented to work multi-threaded by making sure repeated invokes 193 brotli_version(&br_version[7], sizeof(br_version) - 7); in curl_version() [all …]
|
| D | curl_config.h.cmake | 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 21 * SPDX-License-Identifier: curl 29 /* define "1" to use built-in ca store of TLS backend */ 38 /* disables alt-svc */ 59 /* disables AWS-SIG4 */ 65 /* disables DNS-over-HTTPS */ 83 /* disables headers-api support */ 101 /* disables --libcurl option from the curl tool */ 125 /* disables built-in progress meter */ 286 /* Define to 1 if you have a working glibc-style strerror_r function. */ [all …]
|
| /external/curl/scripts/ |
| D | ciconfig.pl | 19 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 22 # SPDX-License-Identifier: curl 27 # check for and use this feature without the configure flag 29 # --enable- 32 'fast-install' => 1, 33 'silent-rules' => 1, 52 'libcurl-option' => 1, 55 'openssl-auto-load-config' => 1, 56 'versioned-symbols' => 1, 57 'symbol-hiding' => 1, [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/curl/.circleci/ |
| D | config.yml | 18 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 21 # SPDX-License-Identifier: curl 28 # See https://circleci.com/docs/configuration-reference/#macos-execution-environment 30 …ion of CircleCI pipeline process engine. See: https://circleci.com/docs/2.0/configuration-reference 36 - run: 38 autoreconf -fi 39 … ./configure --enable-warnings --enable-werror --with-openssl || { tail -1000 config.log; false; } 41 configure-openssl-no-verbose: 43 - run: 45 autoreconf -fi [all …]
|
| /external/curl/docs/ |
| D | INSTALL.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 22 ./bootstrap-vcpkg.sh 33 the `GIT-INFO.md` file in the root directory for specific instructions on how 41 ./configure --with-openssl [--with-gnutls --with-wolfssl] 52 ./configure --help 57 ./configure --prefix=/path/to/curl/tree 60 without being root. An example of this would be to make a local install in 63 ./configure --prefix=$HOME [all …]
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/ |
| D | RELEASENOTES.md | 3 ### dev-v2 (not yet released) 31 `com.google.android.gms:play-services-cast-framework:20.1.0`. Earlier 32 versions of `play-services-cast-framework` are not compatible with apps 60 * Support the `forced-subtitle` track role 65 renditions contain muxed closed-caption tracks that are *not* declared 69 * Support key-frame accurate seeking in HLS 86 opt-out flag for apps that don't want to clear the playlist on stop. 112 ### 2.16.1 (2021-11-18) 118 * Fix track selection issue where a mixture of non-empty and empty track 141 ### 2.16.0 (2021-11-04) [all …]
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/ |
| D | RELEASENOTES.md | 3 ### 2.17.1 (2022-03-10) 6 [AndroidX media3 1.0.0-alpha03 release](https://github.com/androidx/media/releases/tag/1.0.0-alpha0… 9 * Fix error checking audio capabilities for Dolby Atmos (E-AC3-JOC) in 24 ### 2.17.0 (2022-02-24) 27 [AndroidX media3 1.0.0-alpha02 release](https://github.com/androidx/media/releases/tag/1.0.0-alpha0… 40 low-latency features nor a user request setting the speed 59 multiple codecs are supported by primary, hardware-accelerated decoders 77 * Fix decoder fallback logic for Dolby Atmos (E-AC3-JOC) to use a 78 compatible E-AC3 decoder if needed. 124 * Support the `forced-subtitle` track role [all …]
|