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,47 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Version macros.
|
|
3
|
+
*
|
|
4
|
+
* This file is part of FFmpeg.
|
|
5
|
+
*
|
|
6
|
+
* FFmpeg is free software; you can redistribute it and/or
|
|
7
|
+
* modify it under the terms of the GNU Lesser General Public
|
|
8
|
+
* License as published by the Free Software Foundation; either
|
|
9
|
+
* version 2.1 of the License, or (at your option) any later version.
|
|
10
|
+
*
|
|
11
|
+
* FFmpeg is distributed in the hope that it will be useful,
|
|
12
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
14
|
+
* Lesser General Public License for more details.
|
|
15
|
+
*
|
|
16
|
+
* You should have received a copy of the GNU Lesser General Public
|
|
17
|
+
* License along with FFmpeg; if not, write to the Free Software
|
|
18
|
+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
19
|
+
*/
|
|
20
|
+
|
|
21
|
+
#ifndef AVFORMAT_VERSION_H
|
|
22
|
+
#define AVFORMAT_VERSION_H
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @file
|
|
26
|
+
* @ingroup libavf
|
|
27
|
+
* Libavformat version macros
|
|
28
|
+
*/
|
|
29
|
+
|
|
30
|
+
#include "libavutil/version.h"
|
|
31
|
+
|
|
32
|
+
#include "version_major.h"
|
|
33
|
+
|
|
34
|
+
#define LIBAVFORMAT_VERSION_MINOR 7
|
|
35
|
+
#define LIBAVFORMAT_VERSION_MICRO 100
|
|
36
|
+
|
|
37
|
+
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
|
|
38
|
+
LIBAVFORMAT_VERSION_MINOR, \
|
|
39
|
+
LIBAVFORMAT_VERSION_MICRO)
|
|
40
|
+
#define LIBAVFORMAT_VERSION AV_VERSION(LIBAVFORMAT_VERSION_MAJOR, \
|
|
41
|
+
LIBAVFORMAT_VERSION_MINOR, \
|
|
42
|
+
LIBAVFORMAT_VERSION_MICRO)
|
|
43
|
+
#define LIBAVFORMAT_BUILD LIBAVFORMAT_VERSION_INT
|
|
44
|
+
|
|
45
|
+
#define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION)
|
|
46
|
+
|
|
47
|
+
#endif /* AVFORMAT_VERSION_H */
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Version macros.
|
|
3
|
+
*
|
|
4
|
+
* This file is part of FFmpeg.
|
|
5
|
+
*
|
|
6
|
+
* FFmpeg is free software; you can redistribute it and/or
|
|
7
|
+
* modify it under the terms of the GNU Lesser General Public
|
|
8
|
+
* License as published by the Free Software Foundation; either
|
|
9
|
+
* version 2.1 of the License, or (at your option) any later version.
|
|
10
|
+
*
|
|
11
|
+
* FFmpeg is distributed in the hope that it will be useful,
|
|
12
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
14
|
+
* Lesser General Public License for more details.
|
|
15
|
+
*
|
|
16
|
+
* You should have received a copy of the GNU Lesser General Public
|
|
17
|
+
* License along with FFmpeg; if not, write to the Free Software
|
|
18
|
+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
19
|
+
*/
|
|
20
|
+
|
|
21
|
+
#ifndef AVFORMAT_VERSION_MAJOR_H
|
|
22
|
+
#define AVFORMAT_VERSION_MAJOR_H
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @file
|
|
26
|
+
* @ingroup libavf
|
|
27
|
+
* Libavformat version macros
|
|
28
|
+
*/
|
|
29
|
+
|
|
30
|
+
// Major bumping may affect Ticket5467, 5421, 5451(compatibility with Chromium)
|
|
31
|
+
// Also please add any ticket numbers that you believe might be affected here
|
|
32
|
+
#define LIBAVFORMAT_VERSION_MAJOR 61
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* FF_API_* defines may be placed below to indicate public API that will be
|
|
36
|
+
* dropped at a future version bump. The defines themselves are not part of
|
|
37
|
+
* the public API and may change, break or disappear at any time.
|
|
38
|
+
*
|
|
39
|
+
* @note, when bumping the major version it is recommended to manually
|
|
40
|
+
* disable each FF_API_* in its own commit instead of disabling them all
|
|
41
|
+
* at once through the bump. This improves the git bisect-ability of the change.
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
#define FF_API_COMPUTE_PKT_FIELDS2 (LIBAVFORMAT_VERSION_MAJOR < 62)
|
|
45
|
+
#define FF_API_LAVF_SHORTEST (LIBAVFORMAT_VERSION_MAJOR < 62)
|
|
46
|
+
#define FF_API_ALLOW_FLUSH (LIBAVFORMAT_VERSION_MAJOR < 62)
|
|
47
|
+
#define FF_API_AVSTREAM_SIDE_DATA (LIBAVFORMAT_VERSION_MAJOR < 62)
|
|
48
|
+
|
|
49
|
+
#define FF_API_GET_DUR_ESTIMATE_METHOD (LIBAVFORMAT_VERSION_MAJOR < 62)
|
|
50
|
+
#define FF_API_INTERNAL_TIMING (LIBAVFORMAT_VERSION_MAJOR < 62)
|
|
51
|
+
|
|
52
|
+
#define FF_API_R_FRAME_RATE 1
|
|
53
|
+
|
|
54
|
+
#endif /* AVFORMAT_VERSION_MAJOR_H */
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* copyright (c) 2006 Mans Rullgard
|
|
3
|
+
*
|
|
4
|
+
* This file is part of FFmpeg.
|
|
5
|
+
*
|
|
6
|
+
* FFmpeg is free software; you can redistribute it and/or
|
|
7
|
+
* modify it under the terms of the GNU Lesser General Public
|
|
8
|
+
* License as published by the Free Software Foundation; either
|
|
9
|
+
* version 2.1 of the License, or (at your option) any later version.
|
|
10
|
+
*
|
|
11
|
+
* FFmpeg is distributed in the hope that it will be useful,
|
|
12
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
14
|
+
* Lesser General Public License for more details.
|
|
15
|
+
*
|
|
16
|
+
* You should have received a copy of the GNU Lesser General Public
|
|
17
|
+
* License along with FFmpeg; if not, write to the Free Software
|
|
18
|
+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
19
|
+
*/
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* @file
|
|
23
|
+
* @ingroup lavu_adler32
|
|
24
|
+
* Public header for Adler-32 hash function implementation.
|
|
25
|
+
*/
|
|
26
|
+
|
|
27
|
+
#ifndef AVUTIL_ADLER32_H
|
|
28
|
+
#define AVUTIL_ADLER32_H
|
|
29
|
+
|
|
30
|
+
#include <stddef.h>
|
|
31
|
+
#include <stdint.h>
|
|
32
|
+
#include "attributes.h"
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* @defgroup lavu_adler32 Adler-32
|
|
36
|
+
* @ingroup lavu_hash
|
|
37
|
+
* Adler-32 hash function implementation.
|
|
38
|
+
*
|
|
39
|
+
* @{
|
|
40
|
+
*/
|
|
41
|
+
|
|
42
|
+
typedef uint32_t AVAdler;
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* Calculate the Adler32 checksum of a buffer.
|
|
46
|
+
*
|
|
47
|
+
* Passing the return value to a subsequent av_adler32_update() call
|
|
48
|
+
* allows the checksum of multiple buffers to be calculated as though
|
|
49
|
+
* they were concatenated.
|
|
50
|
+
*
|
|
51
|
+
* @param adler initial checksum value
|
|
52
|
+
* @param buf pointer to input buffer
|
|
53
|
+
* @param len size of input buffer
|
|
54
|
+
* @return updated checksum
|
|
55
|
+
*/
|
|
56
|
+
AVAdler av_adler32_update(AVAdler adler, const uint8_t *buf,
|
|
57
|
+
size_t len) av_pure;
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* @}
|
|
61
|
+
*/
|
|
62
|
+
|
|
63
|
+
#endif /* AVUTIL_ADLER32_H */
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* copyright (c) 2007 Michael Niedermayer <michaelni@gmx.at>
|
|
3
|
+
*
|
|
4
|
+
* This file is part of FFmpeg.
|
|
5
|
+
*
|
|
6
|
+
* FFmpeg is free software; you can redistribute it and/or
|
|
7
|
+
* modify it under the terms of the GNU Lesser General Public
|
|
8
|
+
* License as published by the Free Software Foundation; either
|
|
9
|
+
* version 2.1 of the License, or (at your option) any later version.
|
|
10
|
+
*
|
|
11
|
+
* FFmpeg is distributed in the hope that it will be useful,
|
|
12
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
14
|
+
* Lesser General Public License for more details.
|
|
15
|
+
*
|
|
16
|
+
* You should have received a copy of the GNU Lesser General Public
|
|
17
|
+
* License along with FFmpeg; if not, write to the Free Software
|
|
18
|
+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
19
|
+
*/
|
|
20
|
+
|
|
21
|
+
#ifndef AVUTIL_AES_H
|
|
22
|
+
#define AVUTIL_AES_H
|
|
23
|
+
|
|
24
|
+
#include <stdint.h>
|
|
25
|
+
|
|
26
|
+
#include "attributes.h"
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* @defgroup lavu_aes AES
|
|
30
|
+
* @ingroup lavu_crypto
|
|
31
|
+
* @{
|
|
32
|
+
*/
|
|
33
|
+
|
|
34
|
+
extern const int av_aes_size;
|
|
35
|
+
|
|
36
|
+
struct AVAES;
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Allocate an AVAES context.
|
|
40
|
+
*/
|
|
41
|
+
struct AVAES *av_aes_alloc(void);
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* Initialize an AVAES context.
|
|
45
|
+
*
|
|
46
|
+
* @param a The AVAES context
|
|
47
|
+
* @param key Pointer to the key
|
|
48
|
+
* @param key_bits 128, 192 or 256
|
|
49
|
+
* @param decrypt 0 for encryption, 1 for decryption
|
|
50
|
+
*/
|
|
51
|
+
int av_aes_init(struct AVAES *a, const uint8_t *key, int key_bits, int decrypt);
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* Encrypt or decrypt a buffer using a previously initialized context.
|
|
55
|
+
*
|
|
56
|
+
* @param a The AVAES context
|
|
57
|
+
* @param dst destination array, can be equal to src
|
|
58
|
+
* @param src source array, can be equal to dst
|
|
59
|
+
* @param count number of 16 byte blocks
|
|
60
|
+
* @param iv initialization vector for CBC mode, if NULL then ECB will be used
|
|
61
|
+
* @param decrypt 0 for encryption, 1 for decryption
|
|
62
|
+
*/
|
|
63
|
+
void av_aes_crypt(struct AVAES *a, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int decrypt);
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* @}
|
|
67
|
+
*/
|
|
68
|
+
|
|
69
|
+
#endif /* AVUTIL_AES_H */
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* AES-CTR cipher
|
|
3
|
+
* Copyright (c) 2015 Eran Kornblau <erankor at gmail dot com>
|
|
4
|
+
*
|
|
5
|
+
* This file is part of FFmpeg.
|
|
6
|
+
*
|
|
7
|
+
* FFmpeg is free software; you can redistribute it and/or
|
|
8
|
+
* modify it under the terms of the GNU Lesser General Public
|
|
9
|
+
* License as published by the Free Software Foundation; either
|
|
10
|
+
* version 2.1 of the License, or (at your option) any later version.
|
|
11
|
+
*
|
|
12
|
+
* FFmpeg is distributed in the hope that it will be useful,
|
|
13
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
14
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
15
|
+
* Lesser General Public License for more details.
|
|
16
|
+
*
|
|
17
|
+
* You should have received a copy of the GNU Lesser General Public
|
|
18
|
+
* License along with FFmpeg; if not, write to the Free Software
|
|
19
|
+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
20
|
+
*/
|
|
21
|
+
|
|
22
|
+
#ifndef AVUTIL_AES_CTR_H
|
|
23
|
+
#define AVUTIL_AES_CTR_H
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* @defgroup lavu_aes_ctr AES-CTR
|
|
27
|
+
* @ingroup lavu_crypto
|
|
28
|
+
* @{
|
|
29
|
+
*/
|
|
30
|
+
|
|
31
|
+
#include <stdint.h>
|
|
32
|
+
|
|
33
|
+
#include "attributes.h"
|
|
34
|
+
|
|
35
|
+
#define AES_CTR_KEY_SIZE (16)
|
|
36
|
+
#define AES_CTR_IV_SIZE (8)
|
|
37
|
+
|
|
38
|
+
struct AVAESCTR;
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Allocate an AVAESCTR context.
|
|
42
|
+
*/
|
|
43
|
+
struct AVAESCTR *av_aes_ctr_alloc(void);
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* Initialize an AVAESCTR context.
|
|
47
|
+
*
|
|
48
|
+
* @param a The AVAESCTR context to initialize
|
|
49
|
+
* @param key encryption key, must have a length of AES_CTR_KEY_SIZE
|
|
50
|
+
*/
|
|
51
|
+
int av_aes_ctr_init(struct AVAESCTR *a, const uint8_t *key);
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* Release an AVAESCTR context.
|
|
55
|
+
*
|
|
56
|
+
* @param a The AVAESCTR context
|
|
57
|
+
*/
|
|
58
|
+
void av_aes_ctr_free(struct AVAESCTR *a);
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* Process a buffer using a previously initialized context.
|
|
62
|
+
*
|
|
63
|
+
* @param a The AVAESCTR context
|
|
64
|
+
* @param dst destination array, can be equal to src
|
|
65
|
+
* @param src source array, can be equal to dst
|
|
66
|
+
* @param size the size of src and dst
|
|
67
|
+
*/
|
|
68
|
+
void av_aes_ctr_crypt(struct AVAESCTR *a, uint8_t *dst, const uint8_t *src, int size);
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
* Get the current iv
|
|
72
|
+
*/
|
|
73
|
+
const uint8_t* av_aes_ctr_get_iv(struct AVAESCTR *a);
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* Generate a random iv
|
|
77
|
+
*/
|
|
78
|
+
void av_aes_ctr_set_random_iv(struct AVAESCTR *a);
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* Forcefully change the 8-byte iv
|
|
82
|
+
*/
|
|
83
|
+
void av_aes_ctr_set_iv(struct AVAESCTR *a, const uint8_t* iv);
|
|
84
|
+
|
|
85
|
+
/**
|
|
86
|
+
* Forcefully change the "full" 16-byte iv, including the counter
|
|
87
|
+
*/
|
|
88
|
+
void av_aes_ctr_set_full_iv(struct AVAESCTR *a, const uint8_t* iv);
|
|
89
|
+
|
|
90
|
+
/**
|
|
91
|
+
* Increment the top 64 bit of the iv (performed after each frame)
|
|
92
|
+
*/
|
|
93
|
+
void av_aes_ctr_increment_iv(struct AVAESCTR *a);
|
|
94
|
+
|
|
95
|
+
/**
|
|
96
|
+
* @}
|
|
97
|
+
*/
|
|
98
|
+
|
|
99
|
+
#endif /* AVUTIL_AES_CTR_H */
|
package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/ambient_viewing_environment.h
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2023 Jan Ekström <jeebjp@gmail.com>
|
|
3
|
+
*
|
|
4
|
+
* This file is part of FFmpeg.
|
|
5
|
+
*
|
|
6
|
+
* FFmpeg is free software; you can redistribute it and/or
|
|
7
|
+
* modify it under the terms of the GNU Lesser General Public
|
|
8
|
+
* License as published by the Free Software Foundation; either
|
|
9
|
+
* version 2.1 of the License, or (at your option) any later version.
|
|
10
|
+
*
|
|
11
|
+
* FFmpeg is distributed in the hope that it will be useful,
|
|
12
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
14
|
+
* Lesser General Public License for more details.
|
|
15
|
+
*
|
|
16
|
+
* You should have received a copy of the GNU Lesser General Public
|
|
17
|
+
* License along with FFmpeg; if not, write to the Free Software
|
|
18
|
+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
19
|
+
*/
|
|
20
|
+
|
|
21
|
+
#ifndef AVUTIL_AMBIENT_VIEWING_ENVIRONMENT_H
|
|
22
|
+
#define AVUTIL_AMBIENT_VIEWING_ENVIRONMENT_H
|
|
23
|
+
|
|
24
|
+
#include <stddef.h>
|
|
25
|
+
#include "frame.h"
|
|
26
|
+
#include "rational.h"
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Ambient viewing environment metadata as defined by H.274. The values are
|
|
30
|
+
* saved in AVRationals so that they keep their exactness, while allowing for
|
|
31
|
+
* easy access to a double value with f.ex. av_q2d.
|
|
32
|
+
*
|
|
33
|
+
* @note sizeof(AVAmbientViewingEnvironment) is not part of the public ABI, and
|
|
34
|
+
* it must be allocated using av_ambient_viewing_environment_alloc.
|
|
35
|
+
*/
|
|
36
|
+
typedef struct AVAmbientViewingEnvironment {
|
|
37
|
+
/**
|
|
38
|
+
* Environmental illuminance of the ambient viewing environment in lux.
|
|
39
|
+
*/
|
|
40
|
+
AVRational ambient_illuminance;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Normalized x chromaticity coordinate of the environmental ambient light
|
|
44
|
+
* in the nominal viewing environment according to the CIE 1931 definition
|
|
45
|
+
* of x and y as specified in ISO/CIE 11664-1.
|
|
46
|
+
*/
|
|
47
|
+
AVRational ambient_light_x;
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* Normalized y chromaticity coordinate of the environmental ambient light
|
|
51
|
+
* in the nominal viewing environment according to the CIE 1931 definition
|
|
52
|
+
* of x and y as specified in ISO/CIE 11664-1.
|
|
53
|
+
*/
|
|
54
|
+
AVRational ambient_light_y;
|
|
55
|
+
} AVAmbientViewingEnvironment;
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* Allocate an AVAmbientViewingEnvironment structure.
|
|
59
|
+
*
|
|
60
|
+
* @return the newly allocated struct or NULL on failure
|
|
61
|
+
*/
|
|
62
|
+
AVAmbientViewingEnvironment *av_ambient_viewing_environment_alloc(size_t *size);
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Allocate and add an AVAmbientViewingEnvironment structure to an existing
|
|
66
|
+
* AVFrame as side data.
|
|
67
|
+
*
|
|
68
|
+
* @return the newly allocated struct, or NULL on failure
|
|
69
|
+
*/
|
|
70
|
+
AVAmbientViewingEnvironment *av_ambient_viewing_environment_create_side_data(AVFrame *frame);
|
|
71
|
+
|
|
72
|
+
#endif /* AVUTIL_AMBIENT_VIEWING_ENVIRONMENT_H */
|
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* copyright (c) 2006 Michael Niedermayer <michaelni@gmx.at>
|
|
3
|
+
*
|
|
4
|
+
* This file is part of FFmpeg.
|
|
5
|
+
*
|
|
6
|
+
* FFmpeg is free software; you can redistribute it and/or
|
|
7
|
+
* modify it under the terms of the GNU Lesser General Public
|
|
8
|
+
* License as published by the Free Software Foundation; either
|
|
9
|
+
* version 2.1 of the License, or (at your option) any later version.
|
|
10
|
+
*
|
|
11
|
+
* FFmpeg is distributed in the hope that it will be useful,
|
|
12
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
14
|
+
* Lesser General Public License for more details.
|
|
15
|
+
*
|
|
16
|
+
* You should have received a copy of the GNU Lesser General Public
|
|
17
|
+
* License along with FFmpeg; if not, write to the Free Software
|
|
18
|
+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
19
|
+
*/
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* @file
|
|
23
|
+
* Macro definitions for various function/variable attributes
|
|
24
|
+
*/
|
|
25
|
+
|
|
26
|
+
#ifndef AVUTIL_ATTRIBUTES_H
|
|
27
|
+
#define AVUTIL_ATTRIBUTES_H
|
|
28
|
+
|
|
29
|
+
#ifdef __GNUC__
|
|
30
|
+
# define AV_GCC_VERSION_AT_LEAST(x,y) (__GNUC__ > (x) || __GNUC__ == (x) && __GNUC_MINOR__ >= (y))
|
|
31
|
+
# define AV_GCC_VERSION_AT_MOST(x,y) (__GNUC__ < (x) || __GNUC__ == (x) && __GNUC_MINOR__ <= (y))
|
|
32
|
+
#else
|
|
33
|
+
# define AV_GCC_VERSION_AT_LEAST(x,y) 0
|
|
34
|
+
# define AV_GCC_VERSION_AT_MOST(x,y) 0
|
|
35
|
+
#endif
|
|
36
|
+
|
|
37
|
+
#ifdef __has_builtin
|
|
38
|
+
# define AV_HAS_BUILTIN(x) __has_builtin(x)
|
|
39
|
+
#else
|
|
40
|
+
# define AV_HAS_BUILTIN(x) 0
|
|
41
|
+
#endif
|
|
42
|
+
|
|
43
|
+
#ifndef av_always_inline
|
|
44
|
+
#if AV_GCC_VERSION_AT_LEAST(3,1)
|
|
45
|
+
# define av_always_inline __attribute__((always_inline)) inline
|
|
46
|
+
#elif defined(_MSC_VER)
|
|
47
|
+
# define av_always_inline __forceinline
|
|
48
|
+
#else
|
|
49
|
+
# define av_always_inline inline
|
|
50
|
+
#endif
|
|
51
|
+
#endif
|
|
52
|
+
|
|
53
|
+
#ifndef av_extern_inline
|
|
54
|
+
#if defined(__ICL) && __ICL >= 1210 || defined(__GNUC_STDC_INLINE__)
|
|
55
|
+
# define av_extern_inline extern inline
|
|
56
|
+
#else
|
|
57
|
+
# define av_extern_inline inline
|
|
58
|
+
#endif
|
|
59
|
+
#endif
|
|
60
|
+
|
|
61
|
+
#if AV_GCC_VERSION_AT_LEAST(3,4)
|
|
62
|
+
# define av_warn_unused_result __attribute__((warn_unused_result))
|
|
63
|
+
#else
|
|
64
|
+
# define av_warn_unused_result
|
|
65
|
+
#endif
|
|
66
|
+
|
|
67
|
+
#if AV_GCC_VERSION_AT_LEAST(3,1)
|
|
68
|
+
# define av_noinline __attribute__((noinline))
|
|
69
|
+
#elif defined(_MSC_VER)
|
|
70
|
+
# define av_noinline __declspec(noinline)
|
|
71
|
+
#else
|
|
72
|
+
# define av_noinline
|
|
73
|
+
#endif
|
|
74
|
+
|
|
75
|
+
#if AV_GCC_VERSION_AT_LEAST(3,1) || defined(__clang__)
|
|
76
|
+
# define av_pure __attribute__((pure))
|
|
77
|
+
#else
|
|
78
|
+
# define av_pure
|
|
79
|
+
#endif
|
|
80
|
+
|
|
81
|
+
#if AV_GCC_VERSION_AT_LEAST(2,6) || defined(__clang__)
|
|
82
|
+
# define av_const __attribute__((const))
|
|
83
|
+
#else
|
|
84
|
+
# define av_const
|
|
85
|
+
#endif
|
|
86
|
+
|
|
87
|
+
#if AV_GCC_VERSION_AT_LEAST(4,3) || defined(__clang__)
|
|
88
|
+
# define av_cold __attribute__((cold))
|
|
89
|
+
#else
|
|
90
|
+
# define av_cold
|
|
91
|
+
#endif
|
|
92
|
+
|
|
93
|
+
#if AV_GCC_VERSION_AT_LEAST(4,1) && !defined(__llvm__)
|
|
94
|
+
# define av_flatten __attribute__((flatten))
|
|
95
|
+
#else
|
|
96
|
+
# define av_flatten
|
|
97
|
+
#endif
|
|
98
|
+
|
|
99
|
+
#if AV_GCC_VERSION_AT_LEAST(3,1)
|
|
100
|
+
# define attribute_deprecated __attribute__((deprecated))
|
|
101
|
+
#elif defined(_MSC_VER)
|
|
102
|
+
# define attribute_deprecated __declspec(deprecated)
|
|
103
|
+
#else
|
|
104
|
+
# define attribute_deprecated
|
|
105
|
+
#endif
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
* Disable warnings about deprecated features
|
|
109
|
+
* This is useful for sections of code kept for backward compatibility and
|
|
110
|
+
* scheduled for removal.
|
|
111
|
+
*/
|
|
112
|
+
#ifndef AV_NOWARN_DEPRECATED
|
|
113
|
+
#if AV_GCC_VERSION_AT_LEAST(4,6) || defined(__clang__)
|
|
114
|
+
# define AV_NOWARN_DEPRECATED(code) \
|
|
115
|
+
_Pragma("GCC diagnostic push") \
|
|
116
|
+
_Pragma("GCC diagnostic ignored \"-Wdeprecated-declarations\"") \
|
|
117
|
+
code \
|
|
118
|
+
_Pragma("GCC diagnostic pop")
|
|
119
|
+
#elif defined(_MSC_VER)
|
|
120
|
+
# define AV_NOWARN_DEPRECATED(code) \
|
|
121
|
+
__pragma(warning(push)) \
|
|
122
|
+
__pragma(warning(disable : 4996)) \
|
|
123
|
+
code; \
|
|
124
|
+
__pragma(warning(pop))
|
|
125
|
+
#else
|
|
126
|
+
# define AV_NOWARN_DEPRECATED(code) code
|
|
127
|
+
#endif
|
|
128
|
+
#endif
|
|
129
|
+
|
|
130
|
+
#if defined(__GNUC__) || defined(__clang__)
|
|
131
|
+
# define av_unused __attribute__((unused))
|
|
132
|
+
#else
|
|
133
|
+
# define av_unused
|
|
134
|
+
#endif
|
|
135
|
+
|
|
136
|
+
/**
|
|
137
|
+
* Mark a variable as used and prevent the compiler from optimizing it
|
|
138
|
+
* away. This is useful for variables accessed only from inline
|
|
139
|
+
* assembler without the compiler being aware.
|
|
140
|
+
*/
|
|
141
|
+
#if AV_GCC_VERSION_AT_LEAST(3,1) || defined(__clang__)
|
|
142
|
+
# define av_used __attribute__((used))
|
|
143
|
+
#else
|
|
144
|
+
# define av_used
|
|
145
|
+
#endif
|
|
146
|
+
|
|
147
|
+
#if AV_GCC_VERSION_AT_LEAST(3,3) || defined(__clang__)
|
|
148
|
+
# define av_alias __attribute__((may_alias))
|
|
149
|
+
#else
|
|
150
|
+
# define av_alias
|
|
151
|
+
#endif
|
|
152
|
+
|
|
153
|
+
#if (defined(__GNUC__) || defined(__clang__)) && !defined(__INTEL_COMPILER)
|
|
154
|
+
# define av_uninit(x) x=x
|
|
155
|
+
#else
|
|
156
|
+
# define av_uninit(x) x
|
|
157
|
+
#endif
|
|
158
|
+
|
|
159
|
+
#if defined(__GNUC__) || defined(__clang__)
|
|
160
|
+
# define av_builtin_constant_p __builtin_constant_p
|
|
161
|
+
# define av_printf_format(fmtpos, attrpos) __attribute__((__format__(__printf__, fmtpos, attrpos)))
|
|
162
|
+
#else
|
|
163
|
+
# define av_builtin_constant_p(x) 0
|
|
164
|
+
# define av_printf_format(fmtpos, attrpos)
|
|
165
|
+
#endif
|
|
166
|
+
|
|
167
|
+
#if AV_GCC_VERSION_AT_LEAST(2,5) || defined(__clang__)
|
|
168
|
+
# define av_noreturn __attribute__((noreturn))
|
|
169
|
+
#else
|
|
170
|
+
# define av_noreturn
|
|
171
|
+
#endif
|
|
172
|
+
|
|
173
|
+
#endif /* AVUTIL_ATTRIBUTES_H */
|