react-native-webrtc-nitro 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/ac3_parser.h +36 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/adts_parser.h +37 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/avcodec.h +3128 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/avdct.h +88 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/avfft.h +149 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/bsf.h +332 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/codec.h +382 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/codec_desc.h +134 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/codec_id.h +669 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/codec_par.h +248 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/d3d11va.h +109 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/defs.h +337 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/dirac.h +135 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/dv_profile.h +82 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/dxva2.h +90 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/jni.h +67 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/mediacodec.h +103 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/packet.h +887 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/qsv.h +109 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/vdpau.h +171 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/version.h +45 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/version_major.h +52 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/videotoolbox.h +85 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/vorbis_parser.h +74 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavformat/avformat.h +3107 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavformat/avio.h +831 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavformat/version.h +47 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavformat/version_major.h +54 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/adler32.h +63 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/aes.h +69 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/aes_ctr.h +99 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/ambient_viewing_environment.h +72 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/attributes.h +173 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/audio_fifo.h +187 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/avassert.h +78 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/avconfig.h +6 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/avstring.h +428 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/avutil.h +362 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/base64.h +72 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/blowfish.h +82 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/bprint.h +254 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/bswap.h +105 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/buffer.h +322 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/camellia.h +70 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/cast5.h +80 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/channel_layout.h +751 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/common.h +589 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/cpu.h +145 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/crc.h +102 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/csp.h +150 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/des.h +81 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/detection_bbox.h +108 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/dict.h +241 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/display.h +109 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/dovi_meta.h +396 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/downmix_info.h +115 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/encryption_info.h +205 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/error.h +129 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/eval.h +140 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/executor.h +67 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/ffversion.h +5 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/fifo.h +242 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/file.h +62 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/film_grain_params.h +322 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/frame.h +1175 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hash.h +264 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hdr_dynamic_metadata.h +376 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hdr_dynamic_vivid_metadata.h +346 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hmac.h +99 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hwcontext.h +598 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hwcontext_cuda.h +74 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hwcontext_d3d11va.h +178 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hwcontext_d3d12va.h +142 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hwcontext_drm.h +169 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hwcontext_dxva2.h +75 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hwcontext_mediacodec.h +61 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hwcontext_opencl.h +100 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hwcontext_qsv.h +87 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hwcontext_vaapi.h +117 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hwcontext_vdpau.h +44 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hwcontext_videotoolbox.h +106 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hwcontext_vulkan.h +382 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/iamf.h +690 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/imgutils.h +377 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/intfloat.h +77 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/intreadwrite.h +677 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/lfg.h +81 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/log.h +387 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/lzo.h +66 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/macros.h +80 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/mastering_display_metadata.h +137 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/mathematics.h +300 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/md5.h +89 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/mem.h +607 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/motion_vector.h +57 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/murmur3.h +115 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/opt.h +1187 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/parseutils.h +197 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/pixdesc.h +440 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/pixelutils.h +51 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/pixfmt.h +716 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/random_seed.h +57 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/rational.h +225 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/rc4.h +69 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/replaygain.h +50 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/ripemd.h +83 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/samplefmt.h +269 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/sha.h +90 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/sha512.h +92 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/spherical.h +243 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/stereo3d.h +325 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/tea.h +71 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/threadmessage.h +115 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/time.h +56 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/timecode.h +199 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/timestamp.h +85 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/tree.h +137 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/twofish.h +70 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/tx.h +210 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/uuid.h +146 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/version.h +124 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/video_enc_params.h +171 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/video_hint.h +107 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/xtea.h +94 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libswresample/swresample.h +587 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libswresample/version.h +46 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libswresample/version_major.h +31 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libswscale/swscale.h +460 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libswscale/version.h +44 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libswscale/version_major.h +35 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/lib/libavcodec.so +0 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/lib/libavformat.so +0 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/lib/libavutil.so +0 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/lib/libswresample.so +0 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/lib/libswscale.so +0 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/ac3_parser.h +36 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/adts_parser.h +37 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/avcodec.h +3128 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/avdct.h +88 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/avfft.h +149 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/bsf.h +332 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/codec.h +382 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/codec_desc.h +134 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/codec_id.h +669 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/codec_par.h +248 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/d3d11va.h +109 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/defs.h +337 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/dirac.h +135 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/dv_profile.h +82 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/dxva2.h +90 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/jni.h +67 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/mediacodec.h +103 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/packet.h +887 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/qsv.h +109 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/vdpau.h +171 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/version.h +45 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/version_major.h +52 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/videotoolbox.h +85 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/vorbis_parser.h +74 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavformat/avformat.h +3107 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavformat/avio.h +831 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavformat/version.h +47 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavformat/version_major.h +54 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/adler32.h +63 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/aes.h +69 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/aes_ctr.h +99 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/ambient_viewing_environment.h +72 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/attributes.h +173 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/audio_fifo.h +187 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/avassert.h +78 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/avconfig.h +6 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/avstring.h +428 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/avutil.h +362 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/base64.h +72 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/blowfish.h +82 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/bprint.h +254 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/bswap.h +105 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/buffer.h +322 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/camellia.h +70 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/cast5.h +80 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/channel_layout.h +751 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/common.h +589 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/cpu.h +145 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/crc.h +102 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/csp.h +150 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/des.h +81 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/detection_bbox.h +108 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/dict.h +241 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/display.h +109 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/dovi_meta.h +396 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/downmix_info.h +115 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/encryption_info.h +205 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/error.h +129 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/eval.h +140 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/executor.h +67 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/ffversion.h +5 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/fifo.h +242 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/file.h +62 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/film_grain_params.h +322 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/frame.h +1175 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hash.h +264 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hdr_dynamic_metadata.h +376 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hdr_dynamic_vivid_metadata.h +346 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hmac.h +99 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hwcontext.h +598 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hwcontext_cuda.h +74 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hwcontext_d3d11va.h +178 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hwcontext_d3d12va.h +142 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hwcontext_drm.h +169 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hwcontext_dxva2.h +75 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hwcontext_mediacodec.h +61 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hwcontext_opencl.h +100 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hwcontext_qsv.h +87 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hwcontext_vaapi.h +117 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hwcontext_vdpau.h +44 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hwcontext_videotoolbox.h +106 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hwcontext_vulkan.h +382 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/iamf.h +690 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/imgutils.h +377 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/intfloat.h +77 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/intreadwrite.h +677 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/lfg.h +81 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/log.h +387 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/lzo.h +66 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/macros.h +80 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/mastering_display_metadata.h +137 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/mathematics.h +300 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/md5.h +89 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/mem.h +607 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/motion_vector.h +57 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/murmur3.h +115 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/opt.h +1187 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/parseutils.h +197 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/pixdesc.h +440 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/pixelutils.h +51 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/pixfmt.h +716 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/random_seed.h +57 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/rational.h +225 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/rc4.h +69 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/replaygain.h +50 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/ripemd.h +83 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/samplefmt.h +269 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/sha.h +90 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/sha512.h +92 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/spherical.h +243 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/stereo3d.h +325 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/tea.h +71 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/threadmessage.h +115 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/time.h +56 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/timecode.h +199 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/timestamp.h +85 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/tree.h +137 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/twofish.h +70 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/tx.h +210 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/uuid.h +146 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/version.h +124 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/video_enc_params.h +171 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/video_hint.h +107 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/xtea.h +94 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libswresample/swresample.h +587 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libswresample/version.h +46 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libswresample/version_major.h +31 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libswscale/swscale.h +460 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libswscale/version.h +44 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libswscale/version_major.h +35 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/lib/libavcodec.so +0 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/lib/libavformat.so +0 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/lib/libavutil.so +0 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/lib/libswresample.so +0 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/lib/libswscale.so +0 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/ac3_parser.h +36 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/adts_parser.h +37 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/avcodec.h +3128 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/avdct.h +88 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/avfft.h +149 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/bsf.h +332 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/codec.h +382 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/codec_desc.h +134 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/codec_id.h +669 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/codec_par.h +248 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/d3d11va.h +109 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/defs.h +337 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/dirac.h +135 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/dv_profile.h +82 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/dxva2.h +90 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/jni.h +67 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/mediacodec.h +103 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/packet.h +887 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/qsv.h +109 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/vdpau.h +171 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/version.h +45 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/version_major.h +52 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/videotoolbox.h +85 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/vorbis_parser.h +74 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavformat/avformat.h +3107 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavformat/avio.h +831 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavformat/version.h +47 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavformat/version_major.h +54 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/adler32.h +63 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/aes.h +69 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/aes_ctr.h +99 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/ambient_viewing_environment.h +72 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/attributes.h +173 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/audio_fifo.h +187 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/avassert.h +78 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/avconfig.h +6 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/avstring.h +428 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/avutil.h +362 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/base64.h +72 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/blowfish.h +82 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/bprint.h +254 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/bswap.h +105 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/buffer.h +322 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/camellia.h +70 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/cast5.h +80 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/channel_layout.h +751 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/common.h +589 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/cpu.h +145 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/crc.h +102 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/csp.h +150 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/des.h +81 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/detection_bbox.h +108 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/dict.h +241 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/display.h +109 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/dovi_meta.h +396 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/downmix_info.h +115 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/encryption_info.h +205 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/error.h +129 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/eval.h +140 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/executor.h +67 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/ffversion.h +5 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/fifo.h +242 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/file.h +62 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/film_grain_params.h +322 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/frame.h +1175 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hash.h +264 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hdr_dynamic_metadata.h +376 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hdr_dynamic_vivid_metadata.h +346 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hmac.h +99 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hwcontext.h +598 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hwcontext_cuda.h +74 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hwcontext_d3d11va.h +178 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hwcontext_d3d12va.h +142 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hwcontext_drm.h +169 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hwcontext_dxva2.h +75 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hwcontext_mediacodec.h +61 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hwcontext_opencl.h +100 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hwcontext_qsv.h +87 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hwcontext_vaapi.h +117 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hwcontext_vdpau.h +44 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hwcontext_videotoolbox.h +106 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hwcontext_vulkan.h +382 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/iamf.h +690 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/imgutils.h +377 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/intfloat.h +77 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/intreadwrite.h +677 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/lfg.h +81 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/log.h +387 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/lzo.h +66 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/macros.h +80 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/mastering_display_metadata.h +137 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/mathematics.h +300 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/md5.h +89 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/mem.h +607 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/motion_vector.h +57 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/murmur3.h +115 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/opt.h +1187 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/parseutils.h +197 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/pixdesc.h +440 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/pixelutils.h +51 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/pixfmt.h +716 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/random_seed.h +57 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/rational.h +225 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/rc4.h +69 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/replaygain.h +50 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/ripemd.h +83 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/samplefmt.h +269 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/sha.h +90 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/sha512.h +92 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/spherical.h +243 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/stereo3d.h +325 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/tea.h +71 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/threadmessage.h +115 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/time.h +56 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/timecode.h +199 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/timestamp.h +85 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/tree.h +137 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/twofish.h +70 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/tx.h +210 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/uuid.h +146 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/version.h +124 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/video_enc_params.h +171 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/video_hint.h +107 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/xtea.h +94 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libswresample/swresample.h +587 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libswresample/version.h +46 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libswresample/version_major.h +31 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libswscale/swscale.h +460 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libswscale/version.h +44 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libswscale/version_major.h +35 -0
- package/3rdparty/output/android/ffmpeg/x86/lib/libavcodec.so +0 -0
- package/3rdparty/output/android/ffmpeg/x86/lib/libavformat.so +0 -0
- package/3rdparty/output/android/ffmpeg/x86/lib/libavutil.so +0 -0
- package/3rdparty/output/android/ffmpeg/x86/lib/libswresample.so +0 -0
- package/3rdparty/output/android/ffmpeg/x86/lib/libswscale.so +0 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/ac3_parser.h +36 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/adts_parser.h +37 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/avcodec.h +3128 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/avdct.h +88 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/avfft.h +149 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/bsf.h +332 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/codec.h +382 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/codec_desc.h +134 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/codec_id.h +669 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/codec_par.h +248 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/d3d11va.h +109 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/defs.h +337 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/dirac.h +135 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/dv_profile.h +82 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/dxva2.h +90 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/jni.h +67 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/mediacodec.h +103 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/packet.h +887 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/qsv.h +109 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/vdpau.h +171 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/version.h +45 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/version_major.h +52 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/videotoolbox.h +85 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/vorbis_parser.h +74 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavformat/avformat.h +3107 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavformat/avio.h +831 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavformat/version.h +47 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavformat/version_major.h +54 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/adler32.h +63 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/aes.h +69 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/aes_ctr.h +99 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/ambient_viewing_environment.h +72 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/attributes.h +173 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/audio_fifo.h +187 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/avassert.h +78 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/avconfig.h +6 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/avstring.h +428 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/avutil.h +362 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/base64.h +72 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/blowfish.h +82 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/bprint.h +254 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/bswap.h +105 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/buffer.h +322 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/camellia.h +70 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/cast5.h +80 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/channel_layout.h +751 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/common.h +589 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/cpu.h +145 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/crc.h +102 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/csp.h +150 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/des.h +81 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/detection_bbox.h +108 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/dict.h +241 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/display.h +109 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/dovi_meta.h +396 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/downmix_info.h +115 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/encryption_info.h +205 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/error.h +129 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/eval.h +140 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/executor.h +67 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/ffversion.h +5 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/fifo.h +242 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/file.h +62 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/film_grain_params.h +322 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/frame.h +1175 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hash.h +264 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hdr_dynamic_metadata.h +376 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hdr_dynamic_vivid_metadata.h +346 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hmac.h +99 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hwcontext.h +598 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hwcontext_cuda.h +74 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hwcontext_d3d11va.h +178 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hwcontext_d3d12va.h +142 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hwcontext_drm.h +169 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hwcontext_dxva2.h +75 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hwcontext_mediacodec.h +61 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hwcontext_opencl.h +100 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hwcontext_qsv.h +87 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hwcontext_vaapi.h +117 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hwcontext_vdpau.h +44 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hwcontext_videotoolbox.h +106 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hwcontext_vulkan.h +382 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/iamf.h +690 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/imgutils.h +377 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/intfloat.h +77 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/intreadwrite.h +677 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/lfg.h +81 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/log.h +387 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/lzo.h +66 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/macros.h +80 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/mastering_display_metadata.h +137 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/mathematics.h +300 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/md5.h +89 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/mem.h +607 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/motion_vector.h +57 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/murmur3.h +115 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/opt.h +1187 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/parseutils.h +197 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/pixdesc.h +440 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/pixelutils.h +51 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/pixfmt.h +716 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/random_seed.h +57 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/rational.h +225 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/rc4.h +69 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/replaygain.h +50 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/ripemd.h +83 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/samplefmt.h +269 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/sha.h +90 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/sha512.h +92 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/spherical.h +243 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/stereo3d.h +325 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/tea.h +71 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/threadmessage.h +115 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/time.h +56 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/timecode.h +199 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/timestamp.h +85 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/tree.h +137 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/twofish.h +70 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/tx.h +210 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/uuid.h +146 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/version.h +124 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/video_enc_params.h +171 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/video_hint.h +107 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/xtea.h +94 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libswresample/swresample.h +587 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libswresample/version.h +46 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libswresample/version_major.h +31 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libswscale/swscale.h +460 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libswscale/version.h +44 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libswscale/version_major.h +35 -0
- package/3rdparty/output/android/ffmpeg/x86_64/lib/libavcodec.so +0 -0
- package/3rdparty/output/android/ffmpeg/x86_64/lib/libavformat.so +0 -0
- package/3rdparty/output/android/ffmpeg/x86_64/lib/libavutil.so +0 -0
- package/3rdparty/output/android/ffmpeg/x86_64/lib/libswresample.so +0 -0
- package/3rdparty/output/android/ffmpeg/x86_64/lib/libswscale.so +0 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/av1rtppacketizer.hpp +57 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/candidate.hpp +77 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/channel.hpp +61 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/common.hpp +85 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/configuration.hpp +129 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/datachannel.hpp +80 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/dependencydescriptor.hpp +107 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/description.hpp +328 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/frameinfo.hpp +32 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/global.hpp +59 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/h264rtpdepacketizer.hpp +42 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/h264rtppacketizer.hpp +57 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/h265nalunit.hpp +194 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/h265rtpdepacketizer.hpp +45 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/h265rtppacketizer.hpp +55 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/iceudpmuxlistener.hpp +47 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/mediahandler.hpp +58 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/message.hpp +100 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/nalunit.hpp +197 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/pacinghandler.hpp +49 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/peerconnection.hpp +142 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/plihandler.hpp +36 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/reliability.hpp +43 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/rembhandler.hpp +35 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/rtc.h +537 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/rtc.hpp +48 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/rtcpnackresponder.hpp +76 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/rtcpreceivingsession.hpp +54 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/rtcpsrreporter.hpp +49 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/rtp.hpp +367 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/rtpdepacketizer.hpp +79 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/rtppacketizationconfig.hpp +112 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/rtppacketizer.hpp +105 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/track.hpp +65 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/utils.hpp +159 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/version.h +9 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/websocket.hpp +67 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/websocketserver.hpp +48 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/lib/libdatachannel.so +0 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/av1rtppacketizer.hpp +57 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/candidate.hpp +77 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/channel.hpp +61 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/common.hpp +85 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/configuration.hpp +129 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/datachannel.hpp +80 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/dependencydescriptor.hpp +107 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/description.hpp +328 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/frameinfo.hpp +32 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/global.hpp +59 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/h264rtpdepacketizer.hpp +42 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/h264rtppacketizer.hpp +57 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/h265nalunit.hpp +194 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/h265rtpdepacketizer.hpp +45 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/h265rtppacketizer.hpp +55 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/iceudpmuxlistener.hpp +47 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/mediahandler.hpp +58 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/message.hpp +100 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/nalunit.hpp +197 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/pacinghandler.hpp +49 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/peerconnection.hpp +142 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/plihandler.hpp +36 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/reliability.hpp +43 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/rembhandler.hpp +35 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/rtc.h +537 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/rtc.hpp +48 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/rtcpnackresponder.hpp +76 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/rtcpreceivingsession.hpp +54 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/rtcpsrreporter.hpp +49 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/rtp.hpp +367 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/rtpdepacketizer.hpp +79 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/rtppacketizationconfig.hpp +112 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/rtppacketizer.hpp +105 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/track.hpp +65 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/utils.hpp +159 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/version.h +9 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/websocket.hpp +67 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/websocketserver.hpp +48 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/lib/libdatachannel.so +0 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/av1rtppacketizer.hpp +57 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/candidate.hpp +77 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/channel.hpp +61 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/common.hpp +85 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/configuration.hpp +129 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/datachannel.hpp +80 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/dependencydescriptor.hpp +107 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/description.hpp +328 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/frameinfo.hpp +32 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/global.hpp +59 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/h264rtpdepacketizer.hpp +42 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/h264rtppacketizer.hpp +57 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/h265nalunit.hpp +194 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/h265rtpdepacketizer.hpp +45 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/h265rtppacketizer.hpp +55 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/iceudpmuxlistener.hpp +47 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/mediahandler.hpp +58 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/message.hpp +100 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/nalunit.hpp +197 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/pacinghandler.hpp +49 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/peerconnection.hpp +142 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/plihandler.hpp +36 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/reliability.hpp +43 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/rembhandler.hpp +35 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/rtc.h +537 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/rtc.hpp +48 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/rtcpnackresponder.hpp +76 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/rtcpreceivingsession.hpp +54 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/rtcpsrreporter.hpp +49 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/rtp.hpp +367 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/rtpdepacketizer.hpp +79 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/rtppacketizationconfig.hpp +112 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/rtppacketizer.hpp +105 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/track.hpp +65 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/utils.hpp +159 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/version.h +9 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/websocket.hpp +67 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/websocketserver.hpp +48 -0
- package/3rdparty/output/android/libdatachannel/x86/lib/libdatachannel.so +0 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/av1rtppacketizer.hpp +57 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/candidate.hpp +77 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/channel.hpp +61 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/common.hpp +85 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/configuration.hpp +129 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/datachannel.hpp +80 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/dependencydescriptor.hpp +107 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/description.hpp +328 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/frameinfo.hpp +32 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/global.hpp +59 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/h264rtpdepacketizer.hpp +42 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/h264rtppacketizer.hpp +57 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/h265nalunit.hpp +194 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/h265rtpdepacketizer.hpp +45 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/h265rtppacketizer.hpp +55 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/iceudpmuxlistener.hpp +47 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/mediahandler.hpp +58 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/message.hpp +100 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/nalunit.hpp +197 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/pacinghandler.hpp +49 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/peerconnection.hpp +142 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/plihandler.hpp +36 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/reliability.hpp +43 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/rembhandler.hpp +35 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/rtc.h +537 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/rtc.hpp +48 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/rtcpnackresponder.hpp +76 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/rtcpreceivingsession.hpp +54 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/rtcpsrreporter.hpp +49 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/rtp.hpp +367 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/rtpdepacketizer.hpp +79 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/rtppacketizationconfig.hpp +112 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/rtppacketizer.hpp +105 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/track.hpp +65 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/utils.hpp +159 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/version.h +9 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/websocket.hpp +67 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/websocketserver.hpp +48 -0
- package/3rdparty/output/android/libdatachannel/x86_64/lib/libdatachannel.so +0 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/Info.plist +48 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/ac3_parser.h +36 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/adts_parser.h +37 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/avcodec.h +3128 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/avdct.h +88 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/avfft.h +149 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/bsf.h +332 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/codec.h +382 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/codec_desc.h +134 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/codec_id.h +669 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/codec_par.h +248 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/d3d11va.h +109 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/defs.h +337 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/dirac.h +135 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/dv_profile.h +82 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/dxva2.h +90 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/jni.h +67 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/mediacodec.h +103 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/packet.h +887 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/qsv.h +109 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/vdpau.h +171 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/version.h +45 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/version_major.h +52 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/videotoolbox.h +85 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/vorbis_parser.h +74 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavformat/avformat.h +3107 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavformat/avio.h +831 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavformat/version.h +47 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavformat/version_major.h +54 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/adler32.h +63 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/aes.h +69 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/aes_ctr.h +99 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/ambient_viewing_environment.h +72 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/attributes.h +173 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/audio_fifo.h +187 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/avassert.h +78 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/avconfig.h +6 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/avstring.h +428 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/avutil.h +362 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/base64.h +72 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/blowfish.h +82 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/bprint.h +254 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/bswap.h +105 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/buffer.h +322 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/camellia.h +70 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/cast5.h +80 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/channel_layout.h +751 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/common.h +589 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/cpu.h +145 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/crc.h +102 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/csp.h +150 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/des.h +81 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/detection_bbox.h +108 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/dict.h +241 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/display.h +109 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/dovi_meta.h +396 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/downmix_info.h +115 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/encryption_info.h +205 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/error.h +129 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/eval.h +140 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/executor.h +67 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/ffversion.h +5 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/fifo.h +242 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/file.h +62 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/film_grain_params.h +322 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/frame.h +1175 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hash.h +264 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hdr_dynamic_metadata.h +376 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hdr_dynamic_vivid_metadata.h +346 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hmac.h +99 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hwcontext.h +598 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hwcontext_cuda.h +74 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hwcontext_d3d11va.h +178 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hwcontext_d3d12va.h +142 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hwcontext_drm.h +169 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hwcontext_dxva2.h +75 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hwcontext_mediacodec.h +61 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hwcontext_opencl.h +100 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hwcontext_qsv.h +87 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hwcontext_vaapi.h +117 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hwcontext_vdpau.h +44 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hwcontext_videotoolbox.h +106 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hwcontext_vulkan.h +382 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/iamf.h +690 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/imgutils.h +377 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/intfloat.h +77 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/intreadwrite.h +677 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/lfg.h +81 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/log.h +387 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/lzo.h +66 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/macros.h +80 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/mastering_display_metadata.h +137 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/mathematics.h +300 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/md5.h +89 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/mem.h +607 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/motion_vector.h +57 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/murmur3.h +115 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/opt.h +1187 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/parseutils.h +197 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/pixdesc.h +440 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/pixelutils.h +51 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/pixfmt.h +716 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/random_seed.h +57 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/rational.h +225 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/rc4.h +69 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/replaygain.h +50 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/ripemd.h +83 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/samplefmt.h +269 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/sha.h +90 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/sha512.h +92 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/spherical.h +243 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/stereo3d.h +325 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/tea.h +71 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/threadmessage.h +115 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/time.h +56 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/timecode.h +199 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/timestamp.h +85 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/tree.h +137 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/twofish.h +70 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/tx.h +210 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/uuid.h +146 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/version.h +124 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/video_enc_params.h +171 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/video_hint.h +107 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/xtea.h +94 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libswresample/swresample.h +587 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libswresample/version.h +46 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libswresample/version_major.h +31 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libswscale/swscale.h +460 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libswscale/version.h +44 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libswscale/version_major.h +35 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/libffmpeg.a +0 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/ac3_parser.h +36 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/adts_parser.h +37 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/avcodec.h +3128 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/avdct.h +88 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/avfft.h +149 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/bsf.h +332 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/codec.h +382 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/codec_desc.h +134 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/codec_id.h +669 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/codec_par.h +248 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/d3d11va.h +109 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/defs.h +337 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/dirac.h +135 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/dv_profile.h +82 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/dxva2.h +90 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/jni.h +67 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/mediacodec.h +103 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/packet.h +887 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/qsv.h +109 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/vdpau.h +171 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/version.h +45 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/version_major.h +52 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/videotoolbox.h +85 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/vorbis_parser.h +74 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavformat/avformat.h +3107 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavformat/avio.h +831 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavformat/version.h +47 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavformat/version_major.h +54 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/adler32.h +63 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/aes.h +69 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/aes_ctr.h +99 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/ambient_viewing_environment.h +72 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/attributes.h +173 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/audio_fifo.h +187 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/avassert.h +78 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/avconfig.h +6 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/avstring.h +428 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/avutil.h +362 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/base64.h +72 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/blowfish.h +82 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/bprint.h +254 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/bswap.h +105 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/buffer.h +322 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/camellia.h +70 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/cast5.h +80 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/channel_layout.h +751 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/common.h +589 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/cpu.h +145 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/crc.h +102 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/csp.h +150 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/des.h +81 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/detection_bbox.h +108 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/dict.h +241 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/display.h +109 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/dovi_meta.h +396 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/downmix_info.h +115 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/encryption_info.h +205 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/error.h +129 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/eval.h +140 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/executor.h +67 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/ffversion.h +5 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/fifo.h +242 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/file.h +62 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/film_grain_params.h +322 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/frame.h +1175 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hash.h +264 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hdr_dynamic_metadata.h +376 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hdr_dynamic_vivid_metadata.h +346 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hmac.h +99 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hwcontext.h +598 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hwcontext_cuda.h +74 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hwcontext_d3d11va.h +178 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hwcontext_d3d12va.h +142 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hwcontext_drm.h +169 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hwcontext_dxva2.h +75 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hwcontext_mediacodec.h +61 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hwcontext_opencl.h +100 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hwcontext_qsv.h +87 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hwcontext_vaapi.h +117 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hwcontext_vdpau.h +44 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hwcontext_videotoolbox.h +106 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hwcontext_vulkan.h +382 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/iamf.h +690 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/imgutils.h +377 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/intfloat.h +77 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/intreadwrite.h +677 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/lfg.h +81 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/log.h +387 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/lzo.h +66 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/macros.h +80 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/mastering_display_metadata.h +137 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/mathematics.h +300 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/md5.h +89 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/mem.h +607 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/motion_vector.h +57 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/murmur3.h +115 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/opt.h +1187 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/parseutils.h +197 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/pixdesc.h +440 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/pixelutils.h +51 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/pixfmt.h +716 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/random_seed.h +57 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/rational.h +225 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/rc4.h +69 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/replaygain.h +50 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/ripemd.h +83 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/samplefmt.h +269 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/sha.h +90 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/sha512.h +92 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/spherical.h +243 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/stereo3d.h +325 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/tea.h +71 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/threadmessage.h +115 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/time.h +56 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/timecode.h +199 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/timestamp.h +85 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/tree.h +137 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/twofish.h +70 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/tx.h +210 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/uuid.h +146 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/version.h +124 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/video_enc_params.h +171 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/video_hint.h +107 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/xtea.h +94 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libswresample/swresample.h +587 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libswresample/version.h +46 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libswresample/version_major.h +31 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libswscale/swscale.h +460 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libswscale/version.h +44 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libswscale/version_major.h +35 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/libffmpeg.a +0 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/Info.plist +48 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/av1rtppacketizer.hpp +57 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/candidate.hpp +77 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/channel.hpp +61 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/common.hpp +85 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/configuration.hpp +129 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/datachannel.hpp +80 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/dependencydescriptor.hpp +107 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/description.hpp +328 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/frameinfo.hpp +32 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/global.hpp +59 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/h264rtpdepacketizer.hpp +42 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/h264rtppacketizer.hpp +57 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/h265nalunit.hpp +194 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/h265rtpdepacketizer.hpp +45 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/h265rtppacketizer.hpp +55 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/iceudpmuxlistener.hpp +47 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/mediahandler.hpp +58 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/message.hpp +100 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/nalunit.hpp +197 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/pacinghandler.hpp +49 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/peerconnection.hpp +142 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/plihandler.hpp +36 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/reliability.hpp +43 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/rembhandler.hpp +35 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/rtc.h +537 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/rtc.hpp +48 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/rtcpnackresponder.hpp +76 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/rtcpreceivingsession.hpp +54 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/rtcpsrreporter.hpp +49 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/rtp.hpp +367 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/rtpdepacketizer.hpp +79 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/rtppacketizationconfig.hpp +112 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/rtppacketizer.hpp +105 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/track.hpp +65 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/utils.hpp +159 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/version.h +9 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/websocket.hpp +67 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/websocketserver.hpp +48 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/libdatachannel.a +0 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/av1rtppacketizer.hpp +57 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/candidate.hpp +77 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/channel.hpp +61 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/common.hpp +85 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/configuration.hpp +129 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/datachannel.hpp +80 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/dependencydescriptor.hpp +107 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/description.hpp +328 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/frameinfo.hpp +32 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/global.hpp +59 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/h264rtpdepacketizer.hpp +42 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/h264rtppacketizer.hpp +57 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/h265nalunit.hpp +194 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/h265rtpdepacketizer.hpp +45 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/h265rtppacketizer.hpp +55 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/iceudpmuxlistener.hpp +47 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/mediahandler.hpp +58 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/message.hpp +100 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/nalunit.hpp +197 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/pacinghandler.hpp +49 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/peerconnection.hpp +142 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/plihandler.hpp +36 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/reliability.hpp +43 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/rembhandler.hpp +35 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/rtc.h +537 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/rtc.hpp +48 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/rtcpnackresponder.hpp +76 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/rtcpreceivingsession.hpp +54 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/rtcpsrreporter.hpp +49 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/rtp.hpp +367 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/rtpdepacketizer.hpp +79 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/rtppacketizationconfig.hpp +112 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/rtppacketizer.hpp +105 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/track.hpp +65 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/utils.hpp +159 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/version.h +9 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/websocket.hpp +67 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/websocketserver.hpp +48 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/libdatachannel.a +0 -0
- package/LICENSE +21 -0
- package/README.md +29 -0
- package/Webrtc.podspec +44 -0
- package/android/CMakeLists.txt +54 -0
- package/android/build.gradle +148 -0
- package/android/fix-prefab.gradle +51 -0
- package/android/gradle.properties +5 -0
- package/android/src/main/AndroidManifest.xml +2 -0
- package/android/src/main/cpp/cpp-adapter.cpp +210 -0
- package/android/src/main/java/com/webrtc/HybridCamera.kt +166 -0
- package/android/src/main/java/com/webrtc/HybridMicrophone.kt +85 -0
- package/android/src/main/java/com/webrtc/HybridWebrtcView.kt +96 -0
- package/android/src/main/java/com/webrtc/Permission.kt +58 -0
- package/android/src/main/java/com/webrtc/WebrtcPackage.kt +31 -0
- package/cpp/FFmpeg/AudioFifo.cpp +78 -0
- package/cpp/FFmpeg/AudioFifo.hpp +24 -0
- package/cpp/FFmpeg/Common.cpp +26 -0
- package/cpp/FFmpeg/Common.hpp +26 -0
- package/cpp/FFmpeg/Decoder.cpp +72 -0
- package/cpp/FFmpeg/Decoder.hpp +25 -0
- package/cpp/FFmpeg/Encoder.cpp +203 -0
- package/cpp/FFmpeg/Encoder.hpp +54 -0
- package/cpp/FFmpeg/FFmpeg.hpp +9 -0
- package/cpp/FFmpeg/Frame.cpp +289 -0
- package/cpp/FFmpeg/Frame.hpp +42 -0
- package/cpp/FFmpeg/Muxer.cpp +162 -0
- package/cpp/FFmpeg/Muxer.hpp +38 -0
- package/cpp/FFmpeg/Packet.cpp +16 -0
- package/cpp/FFmpeg/Packet.hpp +26 -0
- package/cpp/FFmpeg/Resampler.cpp +68 -0
- package/cpp/FFmpeg/Resampler.hpp +24 -0
- package/cpp/FFmpeg/Scaler.cpp +34 -0
- package/cpp/FFmpeg/Scaler.hpp +18 -0
- package/cpp/FramePipe.cpp +74 -0
- package/cpp/FramePipe.hpp +14 -0
- package/cpp/Hybrid/HybridMediaDevices.cpp +82 -0
- package/cpp/Hybrid/HybridMediaDevices.hpp +23 -0
- package/cpp/Hybrid/HybridMediaStream.cpp +63 -0
- package/cpp/Hybrid/HybridMediaStream.hpp +43 -0
- package/cpp/Hybrid/HybridMediaStreamTrack.cpp +70 -0
- package/cpp/Hybrid/HybridMediaStreamTrack.hpp +93 -0
- package/cpp/Hybrid/HybridRTCPeerConnection.cpp +488 -0
- package/cpp/Hybrid/HybridRTCPeerConnection.hpp +152 -0
- package/cpp/Hybrid/HybridRTCRtpReceiver.hpp +33 -0
- package/cpp/Hybrid/HybridRTCRtpSender.hpp +31 -0
- package/cpp/Hybrid/HybridRTCRtpTransceiver.cpp +253 -0
- package/cpp/Hybrid/HybridRTCRtpTransceiver.hpp +101 -0
- package/cpp/MockCamera.hpp +40 -0
- package/cpp/MockMicrophone.hpp +42 -0
- package/cpp/__tests__/CMakeLists.txt +60 -0
- package/cpp/__tests__/FFmpeg/testAudioFifo.cpp +79 -0
- package/cpp/__tests__/FFmpeg/testCommon.cpp +44 -0
- package/cpp/__tests__/FFmpeg/testDecoder.cpp +84 -0
- package/cpp/__tests__/FFmpeg/testEncoder.cpp +198 -0
- package/cpp/__tests__/FFmpeg/testFrame.cpp +95 -0
- package/cpp/__tests__/FFmpeg/testMuxer.cpp +75 -0
- package/cpp/__tests__/FFmpeg/testResampler.cpp +164 -0
- package/cpp/__tests__/FFmpeg/testScaler.cpp +35 -0
- package/cpp/__tests__/main.cpp +7 -0
- package/cpp/__tests__/testFramePipe.cpp +107 -0
- package/ios/FramePipeWrapper.h +26 -0
- package/ios/FramePipeWrapper.mm +320 -0
- package/ios/HybridCamera.swift +111 -0
- package/ios/HybridMicrophone.swift +103 -0
- package/ios/HybridWebrtcView.swift +123 -0
- package/ios/Permission.swift +26 -0
- package/lib/commonjs/index.js +94 -0
- package/lib/commonjs/index.js.map +1 -0
- package/lib/commonjs/package.json +1 -0
- package/lib/commonjs/specs/Camera.nitro.js +6 -0
- package/lib/commonjs/specs/Camera.nitro.js.map +1 -0
- package/lib/commonjs/specs/MediaDevices.nitro.js +9 -0
- package/lib/commonjs/specs/MediaDevices.nitro.js.map +1 -0
- package/lib/commonjs/specs/MediaStream.nitro.js +9 -0
- package/lib/commonjs/specs/MediaStream.nitro.js.map +1 -0
- package/lib/commonjs/specs/MediaStreamTrack.nitro.js +9 -0
- package/lib/commonjs/specs/MediaStreamTrack.nitro.js.map +1 -0
- package/lib/commonjs/specs/Microphone.nitro.js +6 -0
- package/lib/commonjs/specs/Microphone.nitro.js.map +1 -0
- package/lib/commonjs/specs/RTCPeerConnection.nitro.js +17 -0
- package/lib/commonjs/specs/RTCPeerConnection.nitro.js.map +1 -0
- package/lib/commonjs/specs/RTCRtpReceiver.nitro.js +9 -0
- package/lib/commonjs/specs/RTCRtpReceiver.nitro.js.map +1 -0
- package/lib/commonjs/specs/RTCRtpSender.nitro.js +9 -0
- package/lib/commonjs/specs/RTCRtpSender.nitro.js.map +1 -0
- package/lib/commonjs/specs/RTCRtpTransceiver.nitro.js +9 -0
- package/lib/commonjs/specs/RTCRtpTransceiver.nitro.js.map +1 -0
- package/lib/commonjs/views/WebrtcView.js +25 -0
- package/lib/commonjs/views/WebrtcView.js.map +1 -0
- package/lib/commonjs/views/WebrtcView.nitro.js +6 -0
- package/lib/commonjs/views/WebrtcView.nitro.js.map +1 -0
- package/lib/module/index.js +11 -0
- package/lib/module/index.js.map +1 -0
- package/lib/module/specs/Camera.nitro.js +4 -0
- package/lib/module/specs/Camera.nitro.js.map +1 -0
- package/lib/module/specs/MediaDevices.nitro.js +6 -0
- package/lib/module/specs/MediaDevices.nitro.js.map +1 -0
- package/lib/module/specs/MediaStream.nitro.js +6 -0
- package/lib/module/specs/MediaStream.nitro.js.map +1 -0
- package/lib/module/specs/MediaStreamTrack.nitro.js +6 -0
- package/lib/module/specs/MediaStreamTrack.nitro.js.map +1 -0
- package/lib/module/specs/Microphone.nitro.js +4 -0
- package/lib/module/specs/Microphone.nitro.js.map +1 -0
- package/lib/module/specs/RTCPeerConnection.nitro.js +14 -0
- package/lib/module/specs/RTCPeerConnection.nitro.js.map +1 -0
- package/lib/module/specs/RTCRtpReceiver.nitro.js +6 -0
- package/lib/module/specs/RTCRtpReceiver.nitro.js.map +1 -0
- package/lib/module/specs/RTCRtpSender.nitro.js +6 -0
- package/lib/module/specs/RTCRtpSender.nitro.js.map +1 -0
- package/lib/module/specs/RTCRtpTransceiver.nitro.js +6 -0
- package/lib/module/specs/RTCRtpTransceiver.nitro.js.map +1 -0
- package/lib/module/views/WebrtcView.js +20 -0
- package/lib/module/views/WebrtcView.js.map +1 -0
- package/lib/module/views/WebrtcView.nitro.js +4 -0
- package/lib/module/views/WebrtcView.nitro.js.map +1 -0
- package/lib/typescript/src/index.d.ts +9 -0
- package/lib/typescript/src/index.d.ts.map +1 -0
- package/lib/typescript/src/specs/Camera.nitro.d.ts +8 -0
- package/lib/typescript/src/specs/Camera.nitro.d.ts.map +1 -0
- package/lib/typescript/src/specs/MediaDevices.nitro.d.ts +17 -0
- package/lib/typescript/src/specs/MediaDevices.nitro.d.ts.map +1 -0
- package/lib/typescript/src/specs/MediaStream.nitro.d.ts +17 -0
- package/lib/typescript/src/specs/MediaStream.nitro.d.ts.map +1 -0
- package/lib/typescript/src/specs/MediaStreamTrack.nitro.d.ts +18 -0
- package/lib/typescript/src/specs/MediaStreamTrack.nitro.d.ts.map +1 -0
- package/lib/typescript/src/specs/Microphone.nitro.d.ts +8 -0
- package/lib/typescript/src/specs/Microphone.nitro.d.ts.map +1 -0
- package/lib/typescript/src/specs/RTCPeerConnection.nitro.d.ts +72 -0
- package/lib/typescript/src/specs/RTCPeerConnection.nitro.d.ts.map +1 -0
- package/lib/typescript/src/specs/RTCRtpReceiver.nitro.d.ts +12 -0
- package/lib/typescript/src/specs/RTCRtpReceiver.nitro.d.ts.map +1 -0
- package/lib/typescript/src/specs/RTCRtpSender.nitro.d.ts +12 -0
- package/lib/typescript/src/specs/RTCRtpSender.nitro.d.ts.map +1 -0
- package/lib/typescript/src/specs/RTCRtpTransceiver.nitro.d.ts +17 -0
- package/lib/typescript/src/specs/RTCRtpTransceiver.nitro.d.ts.map +1 -0
- package/lib/typescript/src/views/WebrtcView.d.ts +9 -0
- package/lib/typescript/src/views/WebrtcView.d.ts.map +1 -0
- package/lib/typescript/src/views/WebrtcView.nitro.d.ts +12 -0
- package/lib/typescript/src/views/WebrtcView.nitro.d.ts.map +1 -0
- package/nitro.json +53 -0
- package/nitrogen/.clang-tidy +1 -0
- package/nitrogen/generated/.gitattributes +1 -0
- package/nitrogen/generated/android/Webrtc+autolinking.cmake +94 -0
- package/nitrogen/generated/android/Webrtc+autolinking.gradle +27 -0
- package/nitrogen/generated/android/WebrtcOnLoad.cpp +136 -0
- package/nitrogen/generated/android/WebrtcOnLoad.hpp +25 -0
- package/nitrogen/generated/android/c++/JHybridCameraSpec.cpp +64 -0
- package/nitrogen/generated/android/c++/JHybridCameraSpec.hpp +65 -0
- package/nitrogen/generated/android/c++/JHybridMicrophoneSpec.cpp +64 -0
- package/nitrogen/generated/android/c++/JHybridMicrophoneSpec.hpp +65 -0
- package/nitrogen/generated/android/c++/JHybridWebrtcViewSpec.cpp +66 -0
- package/nitrogen/generated/android/c++/JHybridWebrtcViewSpec.hpp +68 -0
- package/nitrogen/generated/android/c++/views/JHybridWebrtcViewStateUpdater.cpp +60 -0
- package/nitrogen/generated/android/c++/views/JHybridWebrtcViewStateUpdater.hpp +49 -0
- package/nitrogen/generated/android/kotlin/com/margelo/nitro/webrtc/HybridCameraSpec.kt +58 -0
- package/nitrogen/generated/android/kotlin/com/margelo/nitro/webrtc/HybridMicrophoneSpec.kt +58 -0
- package/nitrogen/generated/android/kotlin/com/margelo/nitro/webrtc/HybridWebrtcViewSpec.kt +65 -0
- package/nitrogen/generated/android/kotlin/com/margelo/nitro/webrtc/WebrtcOnLoad.kt +35 -0
- package/nitrogen/generated/android/kotlin/com/margelo/nitro/webrtc/views/HybridWebrtcViewManager.kt +50 -0
- package/nitrogen/generated/android/kotlin/com/margelo/nitro/webrtc/views/HybridWebrtcViewStateUpdater.kt +23 -0
- package/nitrogen/generated/ios/Webrtc+autolinking.rb +60 -0
- package/nitrogen/generated/ios/Webrtc-Swift-Cxx-Bridge.cpp +83 -0
- package/nitrogen/generated/ios/Webrtc-Swift-Cxx-Bridge.hpp +161 -0
- package/nitrogen/generated/ios/Webrtc-Swift-Cxx-Umbrella.hpp +56 -0
- package/nitrogen/generated/ios/WebrtcAutolinking.mm +119 -0
- package/nitrogen/generated/ios/WebrtcAutolinking.swift +55 -0
- package/nitrogen/generated/ios/c++/HybridCameraSpecSwift.cpp +11 -0
- package/nitrogen/generated/ios/c++/HybridCameraSpecSwift.hpp +77 -0
- package/nitrogen/generated/ios/c++/HybridMicrophoneSpecSwift.cpp +11 -0
- package/nitrogen/generated/ios/c++/HybridMicrophoneSpecSwift.hpp +77 -0
- package/nitrogen/generated/ios/c++/HybridWebrtcViewSpecSwift.cpp +11 -0
- package/nitrogen/generated/ios/c++/HybridWebrtcViewSpecSwift.hpp +83 -0
- package/nitrogen/generated/ios/c++/views/HybridWebrtcViewComponent.mm +101 -0
- package/nitrogen/generated/ios/swift/Func_void.swift +47 -0
- package/nitrogen/generated/ios/swift/Func_void_std__exception_ptr.swift +47 -0
- package/nitrogen/generated/ios/swift/HybridCameraSpec.swift +56 -0
- package/nitrogen/generated/ios/swift/HybridCameraSpec_cxx.swift +138 -0
- package/nitrogen/generated/ios/swift/HybridMicrophoneSpec.swift +56 -0
- package/nitrogen/generated/ios/swift/HybridMicrophoneSpec_cxx.swift +138 -0
- package/nitrogen/generated/ios/swift/HybridWebrtcViewSpec.swift +57 -0
- package/nitrogen/generated/ios/swift/HybridWebrtcViewSpec_cxx.swift +177 -0
- package/nitrogen/generated/shared/c++/Event.hpp +75 -0
- package/nitrogen/generated/shared/c++/HybridCameraSpec.cpp +21 -0
- package/nitrogen/generated/shared/c++/HybridCameraSpec.hpp +63 -0
- package/nitrogen/generated/shared/c++/HybridMediaDevicesSpec.cpp +22 -0
- package/nitrogen/generated/shared/c++/HybridMediaDevicesSpec.hpp +69 -0
- package/nitrogen/generated/shared/c++/HybridMediaStreamSpec.cpp +26 -0
- package/nitrogen/generated/shared/c++/HybridMediaStreamSpec.hpp +70 -0
- package/nitrogen/generated/shared/c++/HybridMediaStreamTrackSpec.cpp +28 -0
- package/nitrogen/generated/shared/c++/HybridMediaStreamTrackSpec.hpp +70 -0
- package/nitrogen/generated/shared/c++/HybridMicrophoneSpec.cpp +21 -0
- package/nitrogen/generated/shared/c++/HybridMicrophoneSpec.hpp +63 -0
- package/nitrogen/generated/shared/c++/HybridRTCPeerConnectionSpec.cpp +41 -0
- package/nitrogen/generated/shared/c++/HybridRTCPeerConnectionSpec.hpp +120 -0
- package/nitrogen/generated/shared/c++/HybridRTCRtpReceiverSpec.cpp +21 -0
- package/nitrogen/generated/shared/c++/HybridRTCRtpReceiverSpec.hpp +66 -0
- package/nitrogen/generated/shared/c++/HybridRTCRtpSenderSpec.cpp +21 -0
- package/nitrogen/generated/shared/c++/HybridRTCRtpSenderSpec.hpp +66 -0
- package/nitrogen/generated/shared/c++/HybridRTCRtpTransceiverSpec.cpp +24 -0
- package/nitrogen/generated/shared/c++/HybridRTCRtpTransceiverSpec.hpp +76 -0
- package/nitrogen/generated/shared/c++/HybridWebrtcViewSpec.cpp +24 -0
- package/nitrogen/generated/shared/c++/HybridWebrtcViewSpec.hpp +66 -0
- package/nitrogen/generated/shared/c++/MediaStreamConstraints.hpp +79 -0
- package/nitrogen/generated/shared/c++/MediaStreamTrackState.hpp +76 -0
- package/nitrogen/generated/shared/c++/RTCConfiguration.hpp +78 -0
- package/nitrogen/generated/shared/c++/RTCIceCandidate.hpp +75 -0
- package/nitrogen/generated/shared/c++/RTCIceCandidateInit.hpp +82 -0
- package/nitrogen/generated/shared/c++/RTCIceGatheringState.hpp +80 -0
- package/nitrogen/generated/shared/c++/RTCIceServer.hpp +86 -0
- package/nitrogen/generated/shared/c++/RTCPeerConnectionIceEvent.hpp +79 -0
- package/nitrogen/generated/shared/c++/RTCPeerConnectionState.hpp +92 -0
- package/nitrogen/generated/shared/c++/RTCRtpTransceiverDirection.hpp +84 -0
- package/nitrogen/generated/shared/c++/RTCRtpTransceiverInit.hpp +86 -0
- package/nitrogen/generated/shared/c++/RTCSdpType.hpp +84 -0
- package/nitrogen/generated/shared/c++/RTCSessionDescriptionInit.hpp +82 -0
- package/nitrogen/generated/shared/c++/RTCTrackEvent.hpp +85 -0
- package/nitrogen/generated/shared/c++/views/HybridWebrtcViewComponent.cpp +99 -0
- package/nitrogen/generated/shared/c++/views/HybridWebrtcViewComponent.hpp +109 -0
- package/nitrogen/generated/shared/json/WebrtcViewConfig.json +11 -0
- package/package.json +127 -0
- package/src/index.ts +8 -0
- package/src/specs/Camera.nitro.ts +8 -0
- package/src/specs/MediaDevices.nitro.ts +18 -0
- package/src/specs/MediaStream.nitro.ts +17 -0
- package/src/specs/MediaStreamTrack.nitro.ts +22 -0
- package/src/specs/Microphone.nitro.ts +8 -0
- package/src/specs/RTCPeerConnection.nitro.ts +105 -0
- package/src/specs/RTCRtpReceiver.nitro.ts +12 -0
- package/src/specs/RTCRtpSender.nitro.ts +12 -0
- package/src/specs/RTCRtpTransceiver.nitro.ts +25 -0
- package/src/views/WebrtcView.nitro.ts +17 -0
- package/src/views/WebrtcView.tsx +29 -0
|
@@ -0,0 +1,346 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2021 Limin Wang <lance.lmwang at gmail.com>
|
|
3
|
+
*
|
|
4
|
+
* This file is part of FFmpeg.
|
|
5
|
+
*
|
|
6
|
+
* FFmpeg is free software; you can redistribute it and/or
|
|
7
|
+
* modify it under the terms of the GNU Lesser General Public
|
|
8
|
+
* License as published by the Free Software Foundation; either
|
|
9
|
+
* version 2.1 of the License, or (at your option) any later version.
|
|
10
|
+
*
|
|
11
|
+
* FFmpeg is distributed in the hope that it will be useful,
|
|
12
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
14
|
+
* Lesser General Public License for more details.
|
|
15
|
+
*
|
|
16
|
+
* You should have received a copy of the GNU Lesser General Public
|
|
17
|
+
* License along with FFmpeg; if not, write to the Free Software
|
|
18
|
+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
19
|
+
*/
|
|
20
|
+
|
|
21
|
+
#ifndef AVUTIL_HDR_DYNAMIC_VIVID_METADATA_H
|
|
22
|
+
#define AVUTIL_HDR_DYNAMIC_VIVID_METADATA_H
|
|
23
|
+
|
|
24
|
+
#include "frame.h"
|
|
25
|
+
#include "rational.h"
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* HDR Vivid three spline params.
|
|
29
|
+
*/
|
|
30
|
+
typedef struct AVHDRVivid3SplineParams {
|
|
31
|
+
/**
|
|
32
|
+
* The mode of three Spline. the value shall be in the range
|
|
33
|
+
* of 0 to 3, inclusive.
|
|
34
|
+
*/
|
|
35
|
+
int th_mode;
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* three_Spline_TH_enable_MB is in the range of 0.0 to 1.0, inclusive
|
|
39
|
+
* and in multiples of 1.0/255.
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
42
|
+
AVRational th_enable_mb;
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* 3Spline_TH_enable of three Spline.
|
|
46
|
+
* The value shall be in the range of 0.0 to 1.0, inclusive.
|
|
47
|
+
* and in multiples of 1.0/4095.
|
|
48
|
+
*/
|
|
49
|
+
AVRational th_enable;
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* 3Spline_TH_Delta1 of three Spline.
|
|
53
|
+
* The value shall be in the range of 0.0 to 0.25, inclusive,
|
|
54
|
+
* and in multiples of 0.25/1023.
|
|
55
|
+
*/
|
|
56
|
+
AVRational th_delta1;
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* 3Spline_TH_Delta2 of three Spline.
|
|
60
|
+
* The value shall be in the range of 0.0 to 0.25, inclusive,
|
|
61
|
+
* and in multiples of 0.25/1023.
|
|
62
|
+
*/
|
|
63
|
+
AVRational th_delta2;
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* 3Spline_enable_Strength of three Spline.
|
|
67
|
+
* The value shall be in the range of 0.0 to 1.0, inclusive,
|
|
68
|
+
* and in multiples of 1.0/255.
|
|
69
|
+
*/
|
|
70
|
+
AVRational enable_strength;
|
|
71
|
+
} AVHDRVivid3SplineParams;
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* Color tone mapping parameters at a processing window in a dynamic metadata for
|
|
75
|
+
* CUVA 005.1:2021.
|
|
76
|
+
*/
|
|
77
|
+
typedef struct AVHDRVividColorToneMappingParams {
|
|
78
|
+
/**
|
|
79
|
+
* The nominal maximum display luminance of the targeted system display,
|
|
80
|
+
* in multiples of 1.0/4095 candelas per square metre. The value shall be in
|
|
81
|
+
* the range of 0.0 to 1.0, inclusive.
|
|
82
|
+
*/
|
|
83
|
+
AVRational targeted_system_display_maximum_luminance;
|
|
84
|
+
|
|
85
|
+
/**
|
|
86
|
+
* This flag indicates that transfer the base paramter(for value of 1)
|
|
87
|
+
*/
|
|
88
|
+
int base_enable_flag;
|
|
89
|
+
|
|
90
|
+
/**
|
|
91
|
+
* base_param_m_p in the base parameter,
|
|
92
|
+
* in multiples of 1.0/16383. The value shall be in
|
|
93
|
+
* the range of 0.0 to 1.0, inclusive.
|
|
94
|
+
*/
|
|
95
|
+
AVRational base_param_m_p;
|
|
96
|
+
|
|
97
|
+
/**
|
|
98
|
+
* base_param_m_m in the base parameter,
|
|
99
|
+
* in multiples of 1.0/10. The value shall be in
|
|
100
|
+
* the range of 0.0 to 6.3, inclusive.
|
|
101
|
+
*/
|
|
102
|
+
AVRational base_param_m_m;
|
|
103
|
+
|
|
104
|
+
/**
|
|
105
|
+
* base_param_m_a in the base parameter,
|
|
106
|
+
* in multiples of 1.0/1023. The value shall be in
|
|
107
|
+
* the range of 0.0 to 1.0 inclusive.
|
|
108
|
+
*/
|
|
109
|
+
AVRational base_param_m_a;
|
|
110
|
+
|
|
111
|
+
/**
|
|
112
|
+
* base_param_m_b in the base parameter,
|
|
113
|
+
* in multiples of 1/1023. The value shall be in
|
|
114
|
+
* the range of 0.0 to 1.0, inclusive.
|
|
115
|
+
*/
|
|
116
|
+
AVRational base_param_m_b;
|
|
117
|
+
|
|
118
|
+
/**
|
|
119
|
+
* base_param_m_n in the base parameter,
|
|
120
|
+
* in multiples of 1.0/10. The value shall be in
|
|
121
|
+
* the range of 0.0 to 6.3, inclusive.
|
|
122
|
+
*/
|
|
123
|
+
AVRational base_param_m_n;
|
|
124
|
+
|
|
125
|
+
/**
|
|
126
|
+
* indicates k1_0 in the base parameter,
|
|
127
|
+
* base_param_k1 <= 1: k1_0 = base_param_k1
|
|
128
|
+
* base_param_k1 > 1: reserved
|
|
129
|
+
*/
|
|
130
|
+
int base_param_k1;
|
|
131
|
+
|
|
132
|
+
/**
|
|
133
|
+
* indicates k2_0 in the base parameter,
|
|
134
|
+
* base_param_k2 <= 1: k2_0 = base_param_k2
|
|
135
|
+
* base_param_k2 > 1: reserved
|
|
136
|
+
*/
|
|
137
|
+
int base_param_k2;
|
|
138
|
+
|
|
139
|
+
/**
|
|
140
|
+
* indicates k3_0 in the base parameter,
|
|
141
|
+
* base_param_k3 == 1: k3_0 = base_param_k3
|
|
142
|
+
* base_param_k3 == 2: k3_0 = maximum_maxrgb
|
|
143
|
+
* base_param_k3 > 2: reserved
|
|
144
|
+
*/
|
|
145
|
+
int base_param_k3;
|
|
146
|
+
|
|
147
|
+
/**
|
|
148
|
+
* This flag indicates that delta mode of base paramter(for value of 1)
|
|
149
|
+
*/
|
|
150
|
+
int base_param_Delta_enable_mode;
|
|
151
|
+
|
|
152
|
+
/**
|
|
153
|
+
* base_param_Delta in the base parameter,
|
|
154
|
+
* in multiples of 1.0/127. The value shall be in
|
|
155
|
+
* the range of 0.0 to 1.0, inclusive.
|
|
156
|
+
*/
|
|
157
|
+
AVRational base_param_Delta;
|
|
158
|
+
|
|
159
|
+
/**
|
|
160
|
+
* indicates 3Spline_enable_flag in the base parameter,
|
|
161
|
+
* This flag indicates that transfer three Spline of base paramter(for value of 1)
|
|
162
|
+
*/
|
|
163
|
+
int three_Spline_enable_flag;
|
|
164
|
+
|
|
165
|
+
/**
|
|
166
|
+
* The number of three Spline. The value shall be in the range
|
|
167
|
+
* of 1 to 2, inclusive.
|
|
168
|
+
*/
|
|
169
|
+
int three_Spline_num;
|
|
170
|
+
|
|
171
|
+
#if FF_API_HDR_VIVID_THREE_SPLINE
|
|
172
|
+
/**
|
|
173
|
+
* The mode of three Spline. the value shall be in the range
|
|
174
|
+
* of 0 to 3, inclusive.
|
|
175
|
+
* @deprecated Use three_spline instead
|
|
176
|
+
*/
|
|
177
|
+
attribute_deprecated
|
|
178
|
+
int three_Spline_TH_mode;
|
|
179
|
+
|
|
180
|
+
/**
|
|
181
|
+
* three_Spline_TH_enable_MB is in the range of 0.0 to 1.0, inclusive
|
|
182
|
+
* and in multiples of 1.0/255.
|
|
183
|
+
* @deprecated Use three_spline instead
|
|
184
|
+
*/
|
|
185
|
+
attribute_deprecated
|
|
186
|
+
AVRational three_Spline_TH_enable_MB;
|
|
187
|
+
|
|
188
|
+
/**
|
|
189
|
+
* 3Spline_TH_enable of three Spline.
|
|
190
|
+
* The value shall be in the range of 0.0 to 1.0, inclusive.
|
|
191
|
+
* and in multiples of 1.0/4095.
|
|
192
|
+
* @deprecated Use three_spline instead
|
|
193
|
+
*/
|
|
194
|
+
attribute_deprecated
|
|
195
|
+
AVRational three_Spline_TH_enable;
|
|
196
|
+
|
|
197
|
+
/**
|
|
198
|
+
* 3Spline_TH_Delta1 of three Spline.
|
|
199
|
+
* The value shall be in the range of 0.0 to 0.25, inclusive,
|
|
200
|
+
* and in multiples of 0.25/1023.
|
|
201
|
+
* @deprecated Use three_spline instead
|
|
202
|
+
*/
|
|
203
|
+
attribute_deprecated
|
|
204
|
+
AVRational three_Spline_TH_Delta1;
|
|
205
|
+
|
|
206
|
+
/**
|
|
207
|
+
* 3Spline_TH_Delta2 of three Spline.
|
|
208
|
+
* The value shall be in the range of 0.0 to 0.25, inclusive,
|
|
209
|
+
* and in multiples of 0.25/1023.
|
|
210
|
+
* @deprecated Use three_spline instead
|
|
211
|
+
*/
|
|
212
|
+
attribute_deprecated
|
|
213
|
+
AVRational three_Spline_TH_Delta2;
|
|
214
|
+
|
|
215
|
+
/**
|
|
216
|
+
* 3Spline_enable_Strength of three Spline.
|
|
217
|
+
* The value shall be in the range of 0.0 to 1.0, inclusive,
|
|
218
|
+
* and in multiples of 1.0/255.
|
|
219
|
+
* @deprecated Use three_spline instead
|
|
220
|
+
*/
|
|
221
|
+
attribute_deprecated
|
|
222
|
+
AVRational three_Spline_enable_Strength;
|
|
223
|
+
#endif
|
|
224
|
+
|
|
225
|
+
AVHDRVivid3SplineParams three_spline[2];
|
|
226
|
+
} AVHDRVividColorToneMappingParams;
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
/**
|
|
230
|
+
* Color transform parameters at a processing window in a dynamic metadata for
|
|
231
|
+
* CUVA 005.1:2021.
|
|
232
|
+
*/
|
|
233
|
+
typedef struct AVHDRVividColorTransformParams {
|
|
234
|
+
/**
|
|
235
|
+
* Indicates the minimum brightness of the displayed content.
|
|
236
|
+
* The values should be in the range of 0.0 to 1.0,
|
|
237
|
+
* inclusive and in multiples of 1/4095.
|
|
238
|
+
*/
|
|
239
|
+
AVRational minimum_maxrgb;
|
|
240
|
+
|
|
241
|
+
/**
|
|
242
|
+
* Indicates the average brightness of the displayed content.
|
|
243
|
+
* The values should be in the range of 0.0 to 1.0,
|
|
244
|
+
* inclusive and in multiples of 1/4095.
|
|
245
|
+
*/
|
|
246
|
+
AVRational average_maxrgb;
|
|
247
|
+
|
|
248
|
+
/**
|
|
249
|
+
* Indicates the variance brightness of the displayed content.
|
|
250
|
+
* The values should be in the range of 0.0 to 1.0,
|
|
251
|
+
* inclusive and in multiples of 1/4095.
|
|
252
|
+
*/
|
|
253
|
+
AVRational variance_maxrgb;
|
|
254
|
+
|
|
255
|
+
/**
|
|
256
|
+
* Indicates the maximum brightness of the displayed content.
|
|
257
|
+
* The values should be in the range of 0.0 to 1.0, inclusive
|
|
258
|
+
* and in multiples of 1/4095.
|
|
259
|
+
*/
|
|
260
|
+
AVRational maximum_maxrgb;
|
|
261
|
+
|
|
262
|
+
/**
|
|
263
|
+
* This flag indicates that the metadata for the tone mapping function in
|
|
264
|
+
* the processing window is present (for value of 1).
|
|
265
|
+
*/
|
|
266
|
+
int tone_mapping_mode_flag;
|
|
267
|
+
|
|
268
|
+
/**
|
|
269
|
+
* The number of tone mapping param. The value shall be in the range
|
|
270
|
+
* of 1 to 2, inclusive.
|
|
271
|
+
*/
|
|
272
|
+
int tone_mapping_param_num;
|
|
273
|
+
|
|
274
|
+
/**
|
|
275
|
+
* The color tone mapping parameters.
|
|
276
|
+
*/
|
|
277
|
+
AVHDRVividColorToneMappingParams tm_params[2];
|
|
278
|
+
|
|
279
|
+
/**
|
|
280
|
+
* This flag indicates that the metadata for the color saturation mapping in
|
|
281
|
+
* the processing window is present (for value of 1).
|
|
282
|
+
*/
|
|
283
|
+
int color_saturation_mapping_flag;
|
|
284
|
+
|
|
285
|
+
/**
|
|
286
|
+
* The number of color saturation param. The value shall be in the range
|
|
287
|
+
* of 0 to 7, inclusive.
|
|
288
|
+
*/
|
|
289
|
+
int color_saturation_num;
|
|
290
|
+
|
|
291
|
+
/**
|
|
292
|
+
* Indicates the color correction strength parameter.
|
|
293
|
+
* The values should be in the range of 0.0 to 2.0, inclusive
|
|
294
|
+
* and in multiples of 1/128.
|
|
295
|
+
*/
|
|
296
|
+
AVRational color_saturation_gain[8];
|
|
297
|
+
} AVHDRVividColorTransformParams;
|
|
298
|
+
|
|
299
|
+
/**
|
|
300
|
+
* This struct represents dynamic metadata for color volume transform -
|
|
301
|
+
* CUVA 005.1:2021 standard
|
|
302
|
+
*
|
|
303
|
+
* To be used as payload of a AVFrameSideData or AVPacketSideData with the
|
|
304
|
+
* appropriate type.
|
|
305
|
+
*
|
|
306
|
+
* @note The struct should be allocated with
|
|
307
|
+
* av_dynamic_hdr_vivid_alloc() and its size is not a part of
|
|
308
|
+
* the public ABI.
|
|
309
|
+
*/
|
|
310
|
+
typedef struct AVDynamicHDRVivid {
|
|
311
|
+
/**
|
|
312
|
+
* The system start code. The value shall be set to 0x01.
|
|
313
|
+
*/
|
|
314
|
+
uint8_t system_start_code;
|
|
315
|
+
|
|
316
|
+
/**
|
|
317
|
+
* The number of processing windows. The value shall be set to 0x01
|
|
318
|
+
* if the system_start_code is 0x01.
|
|
319
|
+
*/
|
|
320
|
+
uint8_t num_windows;
|
|
321
|
+
|
|
322
|
+
/**
|
|
323
|
+
* The color transform parameters for every processing window.
|
|
324
|
+
*/
|
|
325
|
+
AVHDRVividColorTransformParams params[3];
|
|
326
|
+
} AVDynamicHDRVivid;
|
|
327
|
+
|
|
328
|
+
/**
|
|
329
|
+
* Allocate an AVDynamicHDRVivid structure and set its fields to
|
|
330
|
+
* default values. The resulting struct can be freed using av_freep().
|
|
331
|
+
*
|
|
332
|
+
* @return An AVDynamicHDRVivid filled with default values or NULL
|
|
333
|
+
* on failure.
|
|
334
|
+
*/
|
|
335
|
+
AVDynamicHDRVivid *av_dynamic_hdr_vivid_alloc(size_t *size);
|
|
336
|
+
|
|
337
|
+
/**
|
|
338
|
+
* Allocate a complete AVDynamicHDRVivid and add it to the frame.
|
|
339
|
+
* @param frame The frame which side data is added to.
|
|
340
|
+
*
|
|
341
|
+
* @return The AVDynamicHDRVivid structure to be filled by caller or NULL
|
|
342
|
+
* on failure.
|
|
343
|
+
*/
|
|
344
|
+
AVDynamicHDRVivid *av_dynamic_hdr_vivid_create_side_data(AVFrame *frame);
|
|
345
|
+
|
|
346
|
+
#endif /* AVUTIL_HDR_DYNAMIC_VIVID_METADATA_H */
|
package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hmac.h
ADDED
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (C) 2012 Martin Storsjo
|
|
3
|
+
*
|
|
4
|
+
* This file is part of FFmpeg.
|
|
5
|
+
*
|
|
6
|
+
* FFmpeg is free software; you can redistribute it and/or
|
|
7
|
+
* modify it under the terms of the GNU Lesser General Public
|
|
8
|
+
* License as published by the Free Software Foundation; either
|
|
9
|
+
* version 2.1 of the License, or (at your option) any later version.
|
|
10
|
+
*
|
|
11
|
+
* FFmpeg is distributed in the hope that it will be useful,
|
|
12
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
14
|
+
* Lesser General Public License for more details.
|
|
15
|
+
*
|
|
16
|
+
* You should have received a copy of the GNU Lesser General Public
|
|
17
|
+
* License along with FFmpeg; if not, write to the Free Software
|
|
18
|
+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
19
|
+
*/
|
|
20
|
+
|
|
21
|
+
#ifndef AVUTIL_HMAC_H
|
|
22
|
+
#define AVUTIL_HMAC_H
|
|
23
|
+
|
|
24
|
+
#include <stdint.h>
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* @defgroup lavu_hmac HMAC
|
|
28
|
+
* @ingroup lavu_crypto
|
|
29
|
+
* @{
|
|
30
|
+
*/
|
|
31
|
+
|
|
32
|
+
enum AVHMACType {
|
|
33
|
+
AV_HMAC_MD5,
|
|
34
|
+
AV_HMAC_SHA1,
|
|
35
|
+
AV_HMAC_SHA224,
|
|
36
|
+
AV_HMAC_SHA256,
|
|
37
|
+
AV_HMAC_SHA384,
|
|
38
|
+
AV_HMAC_SHA512,
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
typedef struct AVHMAC AVHMAC;
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* Allocate an AVHMAC context.
|
|
45
|
+
* @param type The hash function used for the HMAC.
|
|
46
|
+
*/
|
|
47
|
+
AVHMAC *av_hmac_alloc(enum AVHMACType type);
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* Free an AVHMAC context.
|
|
51
|
+
* @param ctx The context to free, may be NULL
|
|
52
|
+
*/
|
|
53
|
+
void av_hmac_free(AVHMAC *ctx);
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
* Initialize an AVHMAC context with an authentication key.
|
|
57
|
+
* @param ctx The HMAC context
|
|
58
|
+
* @param key The authentication key
|
|
59
|
+
* @param keylen The length of the key, in bytes
|
|
60
|
+
*/
|
|
61
|
+
void av_hmac_init(AVHMAC *ctx, const uint8_t *key, unsigned int keylen);
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* Hash data with the HMAC.
|
|
65
|
+
* @param ctx The HMAC context
|
|
66
|
+
* @param data The data to hash
|
|
67
|
+
* @param len The length of the data, in bytes
|
|
68
|
+
*/
|
|
69
|
+
void av_hmac_update(AVHMAC *ctx, const uint8_t *data, unsigned int len);
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* Finish hashing and output the HMAC digest.
|
|
73
|
+
* @param ctx The HMAC context
|
|
74
|
+
* @param out The output buffer to write the digest into
|
|
75
|
+
* @param outlen The length of the out buffer, in bytes
|
|
76
|
+
* @return The number of bytes written to out, or a negative error code.
|
|
77
|
+
*/
|
|
78
|
+
int av_hmac_final(AVHMAC *ctx, uint8_t *out, unsigned int outlen);
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* Hash an array of data with a key.
|
|
82
|
+
* @param ctx The HMAC context
|
|
83
|
+
* @param data The data to hash
|
|
84
|
+
* @param len The length of the data, in bytes
|
|
85
|
+
* @param key The authentication key
|
|
86
|
+
* @param keylen The length of the key, in bytes
|
|
87
|
+
* @param out The output buffer to write the digest into
|
|
88
|
+
* @param outlen The length of the out buffer, in bytes
|
|
89
|
+
* @return The number of bytes written to out, or a negative error code.
|
|
90
|
+
*/
|
|
91
|
+
int av_hmac_calc(AVHMAC *ctx, const uint8_t *data, unsigned int len,
|
|
92
|
+
const uint8_t *key, unsigned int keylen,
|
|
93
|
+
uint8_t *out, unsigned int outlen);
|
|
94
|
+
|
|
95
|
+
/**
|
|
96
|
+
* @}
|
|
97
|
+
*/
|
|
98
|
+
|
|
99
|
+
#endif /* AVUTIL_HMAC_H */
|