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,96 @@
|
|
|
1
|
+
package com.webrtc
|
|
2
|
+
|
|
3
|
+
import android.view.Surface
|
|
4
|
+
import android.view.SurfaceView
|
|
5
|
+
import android.view.SurfaceHolder
|
|
6
|
+
import android.media.AudioFormat
|
|
7
|
+
import android.media.AudioManager
|
|
8
|
+
import android.media.AudioTrack
|
|
9
|
+
import androidx.annotation.Keep
|
|
10
|
+
import com.facebook.proguard.annotations.DoNotStrip
|
|
11
|
+
import com.facebook.react.uimanager.ThemedReactContext
|
|
12
|
+
import com.margelo.nitro.webrtc.HybridWebrtcViewSpec
|
|
13
|
+
|
|
14
|
+
@Keep
|
|
15
|
+
@DoNotStrip
|
|
16
|
+
class HybridWebrtcView(val context: ThemedReactContext) : HybridWebrtcViewSpec() {
|
|
17
|
+
// View
|
|
18
|
+
override val view: SurfaceView = SurfaceView(context)
|
|
19
|
+
private var audioTrack = AudioTrack(
|
|
20
|
+
AudioManager.STREAM_MUSIC,
|
|
21
|
+
48000,
|
|
22
|
+
AudioFormat.CHANNEL_OUT_STEREO,
|
|
23
|
+
AudioFormat.ENCODING_PCM_16BIT,
|
|
24
|
+
AudioTrack.getMinBufferSize(
|
|
25
|
+
48000,
|
|
26
|
+
AudioFormat.CHANNEL_OUT_STEREO,
|
|
27
|
+
AudioFormat.ENCODING_PCM_16BIT
|
|
28
|
+
),
|
|
29
|
+
AudioTrack.MODE_STREAM
|
|
30
|
+
)
|
|
31
|
+
|
|
32
|
+
external fun unsubscribe(subscriptionId: Int)
|
|
33
|
+
external fun subscribeAudio(pipeId: String, track: AudioTrack): Int
|
|
34
|
+
external fun subscribeVideo(pipeId: String, surface: Surface): Int
|
|
35
|
+
|
|
36
|
+
private var _audioPipeId: String? = null
|
|
37
|
+
private var _videoPipeId: String? = null
|
|
38
|
+
private var videoSubscriptionId: Int = -1
|
|
39
|
+
private var audioSubscriptionId: Int = -1
|
|
40
|
+
|
|
41
|
+
override var audioPipeId: String?
|
|
42
|
+
get() = _audioPipeId
|
|
43
|
+
set(value) {
|
|
44
|
+
if (this.audioSubscriptionId > 0) {
|
|
45
|
+
this.unsubscribe(this.audioSubscriptionId)
|
|
46
|
+
}
|
|
47
|
+
if (value.isNullOrEmpty()) {
|
|
48
|
+
return;
|
|
49
|
+
}
|
|
50
|
+
this.audioSubscriptionId = subscribeAudio(value, audioTrack)
|
|
51
|
+
this._audioPipeId = value
|
|
52
|
+
audioTrack.play()
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
init {
|
|
57
|
+
view.holder.addCallback(object : SurfaceHolder.Callback {
|
|
58
|
+
override fun surfaceCreated(holder: SurfaceHolder) {
|
|
59
|
+
updateVideoPipeId(_videoPipeId, holder.surface)
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
override fun surfaceChanged(
|
|
63
|
+
holder: SurfaceHolder,
|
|
64
|
+
format: Int,
|
|
65
|
+
width: Int,
|
|
66
|
+
height: Int
|
|
67
|
+
) {
|
|
68
|
+
updateVideoPipeId(_videoPipeId, holder.surface)
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
override fun surfaceDestroyed(holder: SurfaceHolder) {
|
|
72
|
+
updateVideoPipeId(_videoPipeId, null)
|
|
73
|
+
}
|
|
74
|
+
})
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
private fun updateVideoPipeId(newVideoPipeId: String?, surface: Surface?) {
|
|
78
|
+
if (this.videoSubscriptionId > 0) {
|
|
79
|
+
this.unsubscribe(this.videoSubscriptionId)
|
|
80
|
+
}
|
|
81
|
+
if (surface == null) {
|
|
82
|
+
return;
|
|
83
|
+
}
|
|
84
|
+
if (newVideoPipeId.isNullOrEmpty()) {
|
|
85
|
+
return;
|
|
86
|
+
}
|
|
87
|
+
this.videoSubscriptionId = subscribeVideo(newVideoPipeId, surface)
|
|
88
|
+
this._videoPipeId = newVideoPipeId
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
override var videoPipeId: String?
|
|
92
|
+
get() = _videoPipeId
|
|
93
|
+
set(value) {
|
|
94
|
+
updateVideoPipeId(value, view.holder.surface)
|
|
95
|
+
}
|
|
96
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
package com.webrtc
|
|
2
|
+
|
|
3
|
+
import android.content.pm.PackageManager
|
|
4
|
+
import androidx.core.content.ContextCompat
|
|
5
|
+
import com.facebook.react.modules.core.PermissionAwareActivity
|
|
6
|
+
import com.facebook.react.modules.core.PermissionListener
|
|
7
|
+
import kotlin.random.Random
|
|
8
|
+
import kotlinx.coroutines.CompletableDeferred
|
|
9
|
+
import com.margelo.nitro.NitroModules
|
|
10
|
+
|
|
11
|
+
suspend fun requestPermission(permission: String) {
|
|
12
|
+
val context = NitroModules.applicationContext
|
|
13
|
+
?: throw RuntimeException("ReactApplicationContext is not available")
|
|
14
|
+
|
|
15
|
+
val currentActivity = context.currentActivity
|
|
16
|
+
?: throw RuntimeException("No current Activity")
|
|
17
|
+
|
|
18
|
+
if (ContextCompat.checkSelfPermission(context, permission)
|
|
19
|
+
== PackageManager.PERMISSION_GRANTED
|
|
20
|
+
) {
|
|
21
|
+
return
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
if (currentActivity !is PermissionAwareActivity) {
|
|
25
|
+
throw RuntimeException("Current activity doesn't support permissions")
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
val code = Random.nextInt(0, 65535)
|
|
29
|
+
val deferred = CompletableDeferred<Unit>()
|
|
30
|
+
|
|
31
|
+
val listener = object : PermissionListener {
|
|
32
|
+
override fun onRequestPermissionsResult(
|
|
33
|
+
requestCode: Int,
|
|
34
|
+
permissions: Array<String>,
|
|
35
|
+
grantResults: IntArray
|
|
36
|
+
): Boolean {
|
|
37
|
+
if (requestCode != code) return false
|
|
38
|
+
|
|
39
|
+
if (permissions.isEmpty() || grantResults.isEmpty() ||
|
|
40
|
+
grantResults[0] != PackageManager.PERMISSION_GRANTED
|
|
41
|
+
) {
|
|
42
|
+
deferred.completeExceptionally(
|
|
43
|
+
RuntimeException("Permission denied by user")
|
|
44
|
+
)
|
|
45
|
+
} else {
|
|
46
|
+
deferred.complete(Unit)
|
|
47
|
+
}
|
|
48
|
+
return true
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
currentActivity.requestPermissions(
|
|
53
|
+
arrayOf(permission),
|
|
54
|
+
code,
|
|
55
|
+
listener
|
|
56
|
+
)
|
|
57
|
+
deferred.await()
|
|
58
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
package com.webrtc;
|
|
2
|
+
|
|
3
|
+
import com.facebook.react.bridge.NativeModule;
|
|
4
|
+
import com.facebook.react.bridge.ReactApplicationContext;
|
|
5
|
+
import com.facebook.react.module.model.ReactModuleInfoProvider;
|
|
6
|
+
import com.facebook.react.TurboReactPackage;
|
|
7
|
+
import com.facebook.react.uimanager.ViewManager;
|
|
8
|
+
import com.margelo.nitro.webrtc.*;
|
|
9
|
+
import com.margelo.nitro.webrtc.views.*;
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
public class WebrtcPackage : TurboReactPackage() {
|
|
13
|
+
override fun getModule(name: String, reactContext: ReactApplicationContext): NativeModule? =
|
|
14
|
+
null
|
|
15
|
+
|
|
16
|
+
override fun getReactModuleInfoProvider(): ReactModuleInfoProvider =
|
|
17
|
+
ReactModuleInfoProvider { emptyMap() }
|
|
18
|
+
|
|
19
|
+
override fun createViewManagers(reactContext: ReactApplicationContext): List<ViewManager<*, *>> {
|
|
20
|
+
val viewManagers = ArrayList<ViewManager<*, *>>()
|
|
21
|
+
viewManagers.add(HybridWebrtcViewManager())
|
|
22
|
+
return viewManagers
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
companion object {
|
|
26
|
+
init {
|
|
27
|
+
WebrtcOnLoad.initializeNative()
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
#include "AudioFifo.hpp"
|
|
2
|
+
|
|
3
|
+
using namespace FFmpeg;
|
|
4
|
+
|
|
5
|
+
AudioFifo::~AudioFifo ()
|
|
6
|
+
{
|
|
7
|
+
if (fifo != nullptr)
|
|
8
|
+
{
|
|
9
|
+
av_audio_fifo_free (fifo);
|
|
10
|
+
fifo = nullptr;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
void AudioFifo::write (const Frame &frame)
|
|
15
|
+
{
|
|
16
|
+
std::lock_guard lock (mutex);
|
|
17
|
+
if (fifo == nullptr)
|
|
18
|
+
{
|
|
19
|
+
// init
|
|
20
|
+
format = (AVSampleFormat)frame->format;
|
|
21
|
+
channels = frame->ch_layout.nb_channels;
|
|
22
|
+
sample_rate = frame->sample_rate;
|
|
23
|
+
pts = frame->pts;
|
|
24
|
+
constexpr int AUDIO_FIFO_BUFFER_SIZE = 1024;
|
|
25
|
+
fifo = av_audio_fifo_alloc (format, channels, AUDIO_FIFO_BUFFER_SIZE);
|
|
26
|
+
if (fifo == nullptr)
|
|
27
|
+
{
|
|
28
|
+
throw std::runtime_error ("av_audio_fifo_alloc faield");
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
int ret
|
|
33
|
+
= av_audio_fifo_write (fifo, (void **)frame->data, frame->nb_samples);
|
|
34
|
+
checkError (ret, "av_audio_fifo_write");
|
|
35
|
+
if (ret < frame->nb_samples)
|
|
36
|
+
{
|
|
37
|
+
throw std::runtime_error ("Could not write to audio fifo");
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
auto AudioFifo::read (int nb_samples) -> std::optional<Frame>
|
|
42
|
+
{
|
|
43
|
+
std::lock_guard lock (mutex);
|
|
44
|
+
if (fifo == nullptr)
|
|
45
|
+
{
|
|
46
|
+
return std::nullopt;
|
|
47
|
+
}
|
|
48
|
+
if (av_audio_fifo_size (fifo) == 0)
|
|
49
|
+
{
|
|
50
|
+
return std::nullopt;
|
|
51
|
+
}
|
|
52
|
+
if (nb_samples < 0)
|
|
53
|
+
{
|
|
54
|
+
nb_samples = av_audio_fifo_size (fifo);
|
|
55
|
+
}
|
|
56
|
+
if (av_audio_fifo_size (fifo) < nb_samples)
|
|
57
|
+
{
|
|
58
|
+
return std::nullopt;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
Frame frame (format, sample_rate, channels, nb_samples, pts);
|
|
62
|
+
|
|
63
|
+
int ret = av_audio_fifo_read (fifo, (void **)frame->data, nb_samples);
|
|
64
|
+
checkError (ret, "av_audio_fifo_read");
|
|
65
|
+
|
|
66
|
+
pts += nb_samples;
|
|
67
|
+
|
|
68
|
+
return frame;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
void AudioFifo::clear ()
|
|
72
|
+
{
|
|
73
|
+
std::lock_guard lock (mutex);
|
|
74
|
+
if (fifo != nullptr)
|
|
75
|
+
{
|
|
76
|
+
av_audio_fifo_reset (fifo);
|
|
77
|
+
}
|
|
78
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
#pragma once
|
|
2
|
+
#include "Frame.hpp"
|
|
3
|
+
|
|
4
|
+
namespace FFmpeg
|
|
5
|
+
{
|
|
6
|
+
class AudioFifo
|
|
7
|
+
{
|
|
8
|
+
private:
|
|
9
|
+
std::recursive_mutex mutex;
|
|
10
|
+
AVAudioFifo *fifo = nullptr;
|
|
11
|
+
|
|
12
|
+
AVSampleFormat format = AV_SAMPLE_FMT_NONE;
|
|
13
|
+
int channels = 0;
|
|
14
|
+
int sample_rate = 0;
|
|
15
|
+
int64_t pts = -1;
|
|
16
|
+
|
|
17
|
+
public:
|
|
18
|
+
~AudioFifo ();
|
|
19
|
+
|
|
20
|
+
void write (const Frame &frame);
|
|
21
|
+
auto read (int nb_samples) -> std::optional<Frame>;
|
|
22
|
+
void clear ();
|
|
23
|
+
};
|
|
24
|
+
} // namespace FFmpeg
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
#include "Common.hpp"
|
|
2
|
+
|
|
3
|
+
namespace FFmpeg
|
|
4
|
+
{
|
|
5
|
+
|
|
6
|
+
void checkError (int ret, const std::string &message)
|
|
7
|
+
{
|
|
8
|
+
if (ret >= 0)
|
|
9
|
+
{
|
|
10
|
+
return;
|
|
11
|
+
}
|
|
12
|
+
constexpr int length = 256;
|
|
13
|
+
std::vector<char> err (length);
|
|
14
|
+
av_strerror (ret, err.data (), length);
|
|
15
|
+
throw std::runtime_error (message + " failed: " + err.data ());
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
auto currentPts (const AVRational &time_base) -> int64_t
|
|
19
|
+
{
|
|
20
|
+
static auto globalBaseTime = std::chrono::steady_clock::now ();
|
|
21
|
+
auto now = std::chrono::steady_clock::now ();
|
|
22
|
+
double seconds
|
|
23
|
+
= std::chrono::duration<double> (now - globalBaseTime).count ();
|
|
24
|
+
return seconds * time_base.den / time_base.num;
|
|
25
|
+
}
|
|
26
|
+
} // namespace FFmpeg
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
#pragma once
|
|
2
|
+
#include <memory>
|
|
3
|
+
#include <mutex>
|
|
4
|
+
#include <optional>
|
|
5
|
+
#include <stdexcept>
|
|
6
|
+
#include <string>
|
|
7
|
+
#include <vector>
|
|
8
|
+
|
|
9
|
+
extern "C"
|
|
10
|
+
{
|
|
11
|
+
#define AVMediaType FFmpeg_AVMediaType
|
|
12
|
+
#include <libavcodec/avcodec.h>
|
|
13
|
+
#include <libavformat/avformat.h>
|
|
14
|
+
#include <libavutil/audio_fifo.h>
|
|
15
|
+
#include <libavutil/imgutils.h>
|
|
16
|
+
#include <libavutil/log.h>
|
|
17
|
+
#include <libswresample/swresample.h>
|
|
18
|
+
#include <libswscale/swscale.h>
|
|
19
|
+
#undef AVMediaType
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
namespace FFmpeg
|
|
23
|
+
{
|
|
24
|
+
void checkError (int ret, const std::string &message);
|
|
25
|
+
auto currentPts (const AVRational &time_base) -> int64_t;
|
|
26
|
+
} // namespace FFmpeg
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
#include "Decoder.hpp"
|
|
2
|
+
|
|
3
|
+
using namespace FFmpeg;
|
|
4
|
+
|
|
5
|
+
Decoder::Decoder (AVCodecID codecId)
|
|
6
|
+
{
|
|
7
|
+
std::lock_guard lock (mutex);
|
|
8
|
+
const AVCodec *decoder = avcodec_find_decoder (codecId);
|
|
9
|
+
if (decoder == nullptr)
|
|
10
|
+
{
|
|
11
|
+
throw std::runtime_error ("Could not find decoder");
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
ctx = avcodec_alloc_context3 (decoder);
|
|
15
|
+
if (ctx == nullptr)
|
|
16
|
+
{
|
|
17
|
+
throw std::runtime_error ("Could not allocate AVCodecContext");
|
|
18
|
+
}
|
|
19
|
+
if (decoder->id == AV_CODEC_ID_OPUS)
|
|
20
|
+
{
|
|
21
|
+
ctx->time_base = (AVRational){ 1, OPUS_SAMPLE_RATE };
|
|
22
|
+
ctx->sample_rate = OPUS_SAMPLE_RATE;
|
|
23
|
+
ctx->bit_rate = OPUS_BIT_RATE;
|
|
24
|
+
ctx->sample_fmt = AV_SAMPLE_FMT_FLT;
|
|
25
|
+
av_channel_layout_default (&ctx->ch_layout, 2);
|
|
26
|
+
}
|
|
27
|
+
ctx->flags |= AV_CODEC_FLAG_LOW_DELAY;
|
|
28
|
+
int ret = avcodec_open2 (ctx, decoder, nullptr) < 0;
|
|
29
|
+
checkError (ret, "avcodec_open2");
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
Decoder::~Decoder ()
|
|
33
|
+
{
|
|
34
|
+
if (ctx != nullptr)
|
|
35
|
+
{
|
|
36
|
+
avcodec_free_context (&ctx);
|
|
37
|
+
ctx = nullptr;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
void Decoder::send (const Packet &packet)
|
|
42
|
+
{
|
|
43
|
+
std::lock_guard lock (mutex);
|
|
44
|
+
int ret = avcodec_send_packet (ctx, packet.get ());
|
|
45
|
+
checkError (ret, "avcodec_send_packet");
|
|
46
|
+
while (true)
|
|
47
|
+
{
|
|
48
|
+
Frame frame;
|
|
49
|
+
int ret = avcodec_receive_frame (ctx, frame.get ());
|
|
50
|
+
if (ret == AVERROR (EAGAIN) || ret == AVERROR_EOF)
|
|
51
|
+
{
|
|
52
|
+
break;
|
|
53
|
+
}
|
|
54
|
+
checkError (ret, "avcodec_receive_frame");
|
|
55
|
+
buffer.push_back (frame);
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
auto Decoder::receive () -> std::vector<Frame>
|
|
60
|
+
{
|
|
61
|
+
std::lock_guard lock (mutex);
|
|
62
|
+
std::vector<Frame> result = std::move (buffer);
|
|
63
|
+
buffer.clear ();
|
|
64
|
+
return result;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
void Decoder::flush ()
|
|
68
|
+
{
|
|
69
|
+
std::lock_guard lock (mutex);
|
|
70
|
+
int ret = avcodec_send_packet (ctx, nullptr);
|
|
71
|
+
checkError (ret, "avcodec_send_packet");
|
|
72
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
#pragma once
|
|
2
|
+
#include "Frame.hpp"
|
|
3
|
+
#include "Packet.hpp"
|
|
4
|
+
|
|
5
|
+
namespace FFmpeg
|
|
6
|
+
{
|
|
7
|
+
class Decoder
|
|
8
|
+
{
|
|
9
|
+
private:
|
|
10
|
+
std::recursive_mutex mutex;
|
|
11
|
+
AVCodecContext *ctx = nullptr;
|
|
12
|
+
std::vector<Frame> buffer;
|
|
13
|
+
|
|
14
|
+
static constexpr int OPUS_BIT_RATE = 64000;
|
|
15
|
+
static constexpr int OPUS_SAMPLE_RATE = 48000;
|
|
16
|
+
|
|
17
|
+
public:
|
|
18
|
+
Decoder (AVCodecID codecId);
|
|
19
|
+
~Decoder ();
|
|
20
|
+
|
|
21
|
+
void send (const Packet &packet);
|
|
22
|
+
auto receive () -> std::vector<Frame>;
|
|
23
|
+
void flush ();
|
|
24
|
+
};
|
|
25
|
+
} // namespace FFmpeg
|
|
@@ -0,0 +1,203 @@
|
|
|
1
|
+
#include "Encoder.hpp"
|
|
2
|
+
|
|
3
|
+
using namespace FFmpeg;
|
|
4
|
+
|
|
5
|
+
Encoder::Encoder (AVCodecID codecId)
|
|
6
|
+
{
|
|
7
|
+
std::lock_guard lock (mutex);
|
|
8
|
+
if (codecId == AV_CODEC_ID_NONE)
|
|
9
|
+
{
|
|
10
|
+
return;
|
|
11
|
+
}
|
|
12
|
+
encoder = avcodec_find_encoder (codecId);
|
|
13
|
+
if (encoder == nullptr)
|
|
14
|
+
{
|
|
15
|
+
throw std::runtime_error ("Could not find encoder");
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
Encoder::~Encoder ()
|
|
20
|
+
{
|
|
21
|
+
if (ctx != nullptr)
|
|
22
|
+
{
|
|
23
|
+
avcodec_free_context (&ctx);
|
|
24
|
+
ctx = nullptr;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
void Encoder::_init (const Frame &frame)
|
|
29
|
+
{
|
|
30
|
+
ctx = avcodec_alloc_context3 (encoder);
|
|
31
|
+
if (ctx == nullptr)
|
|
32
|
+
{
|
|
33
|
+
throw std::runtime_error ("Could not allocate AVCodecContext");
|
|
34
|
+
}
|
|
35
|
+
this->basePts = frame->pts;
|
|
36
|
+
if (encoder->id == AV_CODEC_ID_H264)
|
|
37
|
+
{
|
|
38
|
+
ctx->codec_id = AV_CODEC_ID_H264;
|
|
39
|
+
ctx->width = frame->width;
|
|
40
|
+
ctx->height = frame->height;
|
|
41
|
+
ctx->time_base = (AVRational){ 1, H264_SAMPLE_RATE };
|
|
42
|
+
ctx->framerate = (AVRational){ H264_FPS, 1 };
|
|
43
|
+
ctx->bit_rate = H264_BIT_RATE;
|
|
44
|
+
ctx->gop_size = H264_GOP_SIZE;
|
|
45
|
+
ctx->max_b_frames = 0;
|
|
46
|
+
ctx->pix_fmt = AV_PIX_FMT_YUV420P;
|
|
47
|
+
ctx->profile = FF_PROFILE_H264_CONSTRAINED_BASELINE;
|
|
48
|
+
ctx->color_range = AVCOL_RANGE_MPEG;
|
|
49
|
+
ctx->color_primaries = AVCOL_PRI_BT709;
|
|
50
|
+
ctx->color_trc = AVCOL_TRC_BT709;
|
|
51
|
+
ctx->colorspace = AVCOL_SPC_BT709;
|
|
52
|
+
}
|
|
53
|
+
else if (encoder->id == AV_CODEC_ID_H265)
|
|
54
|
+
{
|
|
55
|
+
ctx->codec_id = AV_CODEC_ID_H265;
|
|
56
|
+
ctx->width = frame->width;
|
|
57
|
+
ctx->height = frame->height;
|
|
58
|
+
ctx->time_base = (AVRational){ 1, H265_SAMPLE_RATE };
|
|
59
|
+
ctx->framerate = (AVRational){ H265_FPS, 1 };
|
|
60
|
+
ctx->bit_rate = H265_BIT_RATE;
|
|
61
|
+
ctx->gop_size = H265_GOP_SIZE;
|
|
62
|
+
ctx->max_b_frames = 0;
|
|
63
|
+
ctx->pix_fmt = AV_PIX_FMT_YUV420P;
|
|
64
|
+
ctx->profile = FF_PROFILE_HEVC_MAIN;
|
|
65
|
+
ctx->color_range = AVCOL_RANGE_MPEG;
|
|
66
|
+
ctx->color_primaries = AVCOL_PRI_BT709;
|
|
67
|
+
ctx->color_trc = AVCOL_TRC_BT709;
|
|
68
|
+
ctx->colorspace = AVCOL_SPC_BT709;
|
|
69
|
+
}
|
|
70
|
+
else if (encoder->id == AV_CODEC_ID_OPUS)
|
|
71
|
+
{
|
|
72
|
+
ctx->codec_id = AV_CODEC_ID_OPUS;
|
|
73
|
+
ctx->time_base = (AVRational){ 1, OPUS_SAMPLE_RATE };
|
|
74
|
+
ctx->sample_rate = OPUS_SAMPLE_RATE;
|
|
75
|
+
ctx->bit_rate = OPUS_BIT_RATE;
|
|
76
|
+
ctx->sample_fmt = AV_SAMPLE_FMT_FLT;
|
|
77
|
+
av_channel_layout_default (&ctx->ch_layout, 2);
|
|
78
|
+
}
|
|
79
|
+
else if (encoder->id == AV_CODEC_ID_AAC)
|
|
80
|
+
{
|
|
81
|
+
ctx->codec_id = AV_CODEC_ID_AAC;
|
|
82
|
+
ctx->time_base = (AVRational){ 1, AAC_SAMPLE_RATE };
|
|
83
|
+
ctx->sample_rate = AAC_SAMPLE_RATE;
|
|
84
|
+
ctx->bit_rate = AAC_BIT_RATE;
|
|
85
|
+
ctx->sample_fmt = AV_SAMPLE_FMT_FLTP;
|
|
86
|
+
av_channel_layout_default (&ctx->ch_layout, 2);
|
|
87
|
+
}
|
|
88
|
+
else if (encoder->id == AV_CODEC_ID_PNG)
|
|
89
|
+
{
|
|
90
|
+
ctx->codec_id = AV_CODEC_ID_PNG;
|
|
91
|
+
ctx->time_base = (AVRational){ 1, PNG_SAMPLE_RATE };
|
|
92
|
+
ctx->width = frame->width;
|
|
93
|
+
ctx->height = frame->height;
|
|
94
|
+
ctx->pix_fmt = AV_PIX_FMT_RGBA;
|
|
95
|
+
}
|
|
96
|
+
else
|
|
97
|
+
{
|
|
98
|
+
throw std::runtime_error ("Unsupported encoder"
|
|
99
|
+
+ std::to_string (encoder->id));
|
|
100
|
+
}
|
|
101
|
+
ctx->flags |= AV_CODEC_FLAG_LOW_DELAY;
|
|
102
|
+
int ret = avcodec_open2 (ctx, encoder, nullptr);
|
|
103
|
+
checkError (ret, "avcodec_open2");
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
void Encoder::_receive ()
|
|
107
|
+
{
|
|
108
|
+
while (true)
|
|
109
|
+
{
|
|
110
|
+
Packet packet;
|
|
111
|
+
int ret = avcodec_receive_packet (ctx, packet.get ());
|
|
112
|
+
if (ret == AVERROR (EAGAIN) || ret == AVERROR_EOF)
|
|
113
|
+
{
|
|
114
|
+
break;
|
|
115
|
+
}
|
|
116
|
+
checkError (ret, "avcodec_receive_packet");
|
|
117
|
+
buffer.push_back (packet);
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
void Encoder::send (const Frame &frame)
|
|
122
|
+
{
|
|
123
|
+
std::lock_guard lock (mutex);
|
|
124
|
+
if (ctx == nullptr)
|
|
125
|
+
{
|
|
126
|
+
_init (frame);
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
std::vector<Frame> frames;
|
|
130
|
+
|
|
131
|
+
if (encoder->id == AV_CODEC_ID_OPUS)
|
|
132
|
+
{
|
|
133
|
+
Frame resampled_frame = resampler.resample (frame, AV_SAMPLE_FMT_FLT,
|
|
134
|
+
AAC_SAMPLE_RATE, 2);
|
|
135
|
+
fifo.write (resampled_frame);
|
|
136
|
+
|
|
137
|
+
while (std::optional<Frame> frame = fifo.read (OPUS_NB_SAMPLES))
|
|
138
|
+
{
|
|
139
|
+
frames.push_back (frame.value ());
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
else if (encoder->id == AV_CODEC_ID_AAC)
|
|
143
|
+
{
|
|
144
|
+
Frame resampled_frame = resampler.resample (frame, AV_SAMPLE_FMT_FLTP,
|
|
145
|
+
OPUS_SAMPLE_RATE, 2);
|
|
146
|
+
fifo.write (resampled_frame);
|
|
147
|
+
while (std::optional<Frame> frame = fifo.read (AAC_NB_SAMPLES))
|
|
148
|
+
{
|
|
149
|
+
frames.push_back (frame.value ());
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
else if (encoder->id == AV_CODEC_ID_H264
|
|
153
|
+
|| encoder->id == AV_CODEC_ID_H265)
|
|
154
|
+
{
|
|
155
|
+
frames.push_back (scaler.scale (frame, AV_PIX_FMT_YUV420P,
|
|
156
|
+
frame->width, frame->height));
|
|
157
|
+
}
|
|
158
|
+
else if (encoder->id == AV_CODEC_ID_PNG)
|
|
159
|
+
{
|
|
160
|
+
frames.push_back (scaler.scale (frame, AV_PIX_FMT_RGBA, frame->width,
|
|
161
|
+
frame->height));
|
|
162
|
+
}
|
|
163
|
+
else
|
|
164
|
+
{
|
|
165
|
+
throw std::runtime_error ("Unsupported encoder"
|
|
166
|
+
+ std::to_string (encoder->id));
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
for (Frame &frame : frames)
|
|
170
|
+
{
|
|
171
|
+
frame->pts -= this->basePts;
|
|
172
|
+
int ret = avcodec_send_frame (ctx, frame.get ());
|
|
173
|
+
checkError (ret, "avcodec_send_frame");
|
|
174
|
+
_receive ();
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
auto Encoder::receive () -> std::vector<Packet>
|
|
179
|
+
{
|
|
180
|
+
std::lock_guard lock (mutex);
|
|
181
|
+
if (ctx == nullptr)
|
|
182
|
+
{
|
|
183
|
+
return {};
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
std::vector<Packet> result = std::move (buffer);
|
|
187
|
+
buffer.clear ();
|
|
188
|
+
return result;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
void Encoder::flush ()
|
|
192
|
+
{
|
|
193
|
+
std::lock_guard lock (mutex);
|
|
194
|
+
if (ctx == nullptr)
|
|
195
|
+
{
|
|
196
|
+
return;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
int ret = avcodec_send_frame (ctx, nullptr);
|
|
200
|
+
checkError (ret, "avcodec_send_frame");
|
|
201
|
+
|
|
202
|
+
_receive ();
|
|
203
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
#pragma once
|
|
2
|
+
#include "AudioFifo.hpp"
|
|
3
|
+
#include "Frame.hpp"
|
|
4
|
+
#include "Packet.hpp"
|
|
5
|
+
#include "Resampler.hpp"
|
|
6
|
+
#include "Scaler.hpp"
|
|
7
|
+
|
|
8
|
+
namespace FFmpeg
|
|
9
|
+
{
|
|
10
|
+
class Encoder
|
|
11
|
+
{
|
|
12
|
+
private:
|
|
13
|
+
std::recursive_mutex mutex;
|
|
14
|
+
Scaler scaler;
|
|
15
|
+
Resampler resampler;
|
|
16
|
+
AudioFifo fifo;
|
|
17
|
+
int64_t basePts = -1;
|
|
18
|
+
std::vector<Packet> buffer;
|
|
19
|
+
|
|
20
|
+
static constexpr int AAC_NB_SAMPLES = 1024;
|
|
21
|
+
static constexpr int AAC_SAMPLE_RATE = 48000;
|
|
22
|
+
static constexpr int AAC_BIT_RATE = 128000;
|
|
23
|
+
|
|
24
|
+
static constexpr int OPUS_NB_SAMPLES = 960;
|
|
25
|
+
static constexpr int OPUS_SAMPLE_RATE = 48000;
|
|
26
|
+
static constexpr int OPUS_BIT_RATE = 64000;
|
|
27
|
+
|
|
28
|
+
static constexpr int PNG_SAMPLE_RATE = 90000;
|
|
29
|
+
|
|
30
|
+
static constexpr int H264_SAMPLE_RATE = 90000;
|
|
31
|
+
static constexpr int H264_GOP_SIZE = 60;
|
|
32
|
+
static constexpr int H264_BIT_RATE = 1000000;
|
|
33
|
+
static constexpr int H264_FPS = 30;
|
|
34
|
+
|
|
35
|
+
static constexpr int H265_SAMPLE_RATE = 90000;
|
|
36
|
+
static constexpr int H265_GOP_SIZE = 60;
|
|
37
|
+
static constexpr int H265_BIT_RATE = 1000000;
|
|
38
|
+
static constexpr int H265_FPS = 30;
|
|
39
|
+
|
|
40
|
+
void _init (const Frame &frame);
|
|
41
|
+
void _receive ();
|
|
42
|
+
|
|
43
|
+
public:
|
|
44
|
+
const AVCodec *encoder = nullptr;
|
|
45
|
+
AVCodecContext *ctx = nullptr;
|
|
46
|
+
|
|
47
|
+
Encoder (AVCodecID codecId);
|
|
48
|
+
~Encoder ();
|
|
49
|
+
|
|
50
|
+
void send (const Frame &frame);
|
|
51
|
+
auto receive () -> std::vector<Packet>;
|
|
52
|
+
void flush ();
|
|
53
|
+
};
|
|
54
|
+
} // namespace FFmpeg
|