diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml old mode 100644 new mode 100755 diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md old mode 100644 new mode 100755 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md old mode 100644 new mode 100755 diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md old mode 100644 new mode 100755 diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/LICENSE.GPLv3 b/LICENSE.GPLv3 old mode 100644 new mode 100755 diff --git a/LICENSE.LGPLv3 b/LICENSE.LGPLv3 old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/android/.gitignore b/android/.gitignore old mode 100644 new mode 100755 diff --git a/android/README.md b/android/README.md old mode 100644 new mode 100755 diff --git a/android/build.gradle b/android/build.gradle old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/Doxyfile b/android/ffmpeg-kit-android-lib/Doxyfile old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/build.gradle b/android/ffmpeg-kit-android-lib/build.gradle old mode 100644 new mode 100755 index dc277e7fb..431595fe8 --- a/android/ffmpeg-kit-android-lib/build.gradle +++ b/android/ffmpeg-kit-android-lib/build.gradle @@ -5,10 +5,10 @@ android { ndkVersion "22.0.7026061" defaultConfig { - minSdkVersion 24 + minSdkVersion 16 targetSdkVersion 30 - versionCode 240440 - versionName "4.4" + versionCode 160440 + versionName "4.4.LTS" project.archivesBaseName = "ffmpeg-kit" consumerProguardFiles 'proguard-rules.pro' } diff --git a/android/ffmpeg-kit-android-lib/proguard-rules.pro b/android/ffmpeg-kit-android-lib/proguard-rules.pro old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/AndroidManifest.xml b/android/ffmpeg-kit-android-lib/src/main/AndroidManifest.xml old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/cpp/.gitignore b/android/ffmpeg-kit-android-lib/src/main/cpp/.gitignore old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/cpp/android_lts_support.c b/android/ffmpeg-kit-android-lib/src/main/cpp/android_lts_support.c old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/cpp/ffmpegkit.c b/android/ffmpeg-kit-android-lib/src/main/cpp/ffmpegkit.c old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/cpp/ffmpegkit.h b/android/ffmpeg-kit-android-lib/src/main/cpp/ffmpegkit.h old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/cpp/ffmpegkit_abidetect.c b/android/ffmpeg-kit-android-lib/src/main/cpp/ffmpegkit_abidetect.c old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/cpp/ffmpegkit_abidetect.h b/android/ffmpeg-kit-android-lib/src/main/cpp/ffmpegkit_abidetect.h old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/cpp/ffmpegkit_exception.c b/android/ffmpeg-kit-android-lib/src/main/cpp/ffmpegkit_exception.c old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/cpp/ffmpegkit_exception.h b/android/ffmpeg-kit-android-lib/src/main/cpp/ffmpegkit_exception.h old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/cpp/ffprobekit.c b/android/ffmpeg-kit-android-lib/src/main/cpp/ffprobekit.c old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/cpp/ffprobekit.h b/android/ffmpeg-kit-android-lib/src/main/cpp/ffprobekit.h old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/cpp/fftools_cmdutils.c b/android/ffmpeg-kit-android-lib/src/main/cpp/fftools_cmdutils.c old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/cpp/fftools_cmdutils.h b/android/ffmpeg-kit-android-lib/src/main/cpp/fftools_cmdutils.h old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/cpp/fftools_ffmpeg.c b/android/ffmpeg-kit-android-lib/src/main/cpp/fftools_ffmpeg.c old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/cpp/fftools_ffmpeg.h b/android/ffmpeg-kit-android-lib/src/main/cpp/fftools_ffmpeg.h old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/cpp/fftools_ffmpeg_filter.c b/android/ffmpeg-kit-android-lib/src/main/cpp/fftools_ffmpeg_filter.c old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/cpp/fftools_ffmpeg_hw.c b/android/ffmpeg-kit-android-lib/src/main/cpp/fftools_ffmpeg_hw.c old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/cpp/fftools_ffmpeg_opt.c b/android/ffmpeg-kit-android-lib/src/main/cpp/fftools_ffmpeg_opt.c old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/cpp/fftools_ffprobe.c b/android/ffmpeg-kit-android-lib/src/main/cpp/fftools_ffprobe.c old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/cpp/saf_wrapper.c b/android/ffmpeg-kit-android-lib/src/main/cpp/saf_wrapper.c old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/cpp/saf_wrapper.h b/android/ffmpeg-kit-android-lib/src/main/cpp/saf_wrapper.h old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/Abi.java b/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/Abi.java old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/AbiDetect.java b/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/AbiDetect.java old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/AbstractSession.java b/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/AbstractSession.java old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/AsyncFFmpegExecuteTask.java b/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/AsyncFFmpegExecuteTask.java old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/AsyncFFprobeExecuteTask.java b/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/AsyncFFprobeExecuteTask.java old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/AsyncGetMediaInformationTask.java b/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/AsyncGetMediaInformationTask.java old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/CameraSupport.java b/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/CameraSupport.java old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/ExecuteCallback.java b/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/ExecuteCallback.java old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/FFmpegKit.java b/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/FFmpegKit.java old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/FFmpegKitConfig.java b/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/FFmpegKitConfig.java old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/FFmpegSession.java b/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/FFmpegSession.java old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/FFprobeKit.java b/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/FFprobeKit.java old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/FFprobeSession.java b/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/FFprobeSession.java old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/Level.java b/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/Level.java old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/Log.java b/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/Log.java old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/LogCallback.java b/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/LogCallback.java old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/LogRedirectionStrategy.java b/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/LogRedirectionStrategy.java old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/MediaInformation.java b/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/MediaInformation.java old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/MediaInformationJsonParser.java b/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/MediaInformationJsonParser.java old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/MediaInformationSession.java b/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/MediaInformationSession.java old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/NativeLoader.java b/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/NativeLoader.java old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/Packages.java b/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/Packages.java old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/ReturnCode.java b/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/ReturnCode.java old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/Session.java b/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/Session.java old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/SessionState.java b/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/SessionState.java old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/Signal.java b/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/Signal.java old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/Statistics.java b/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/Statistics.java old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/StatisticsCallback.java b/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/StatisticsCallback.java old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/StreamInformation.java b/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/StreamInformation.java old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/test/java/com/arthenica/ffmpegkit/FFmpegKitConfigTest.java b/android/ffmpeg-kit-android-lib/src/test/java/com/arthenica/ffmpegkit/FFmpegKitConfigTest.java old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/test/java/com/arthenica/ffmpegkit/FFmpegKitTest.java b/android/ffmpeg-kit-android-lib/src/test/java/com/arthenica/ffmpegkit/FFmpegKitTest.java old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/test/java/com/arthenica/ffmpegkit/FFmpegSessionTest.java b/android/ffmpeg-kit-android-lib/src/test/java/com/arthenica/ffmpegkit/FFmpegSessionTest.java old mode 100644 new mode 100755 diff --git a/android/ffmpeg-kit-android-lib/src/test/java/com/arthenica/ffmpegkit/FFprobeSessionTest.java b/android/ffmpeg-kit-android-lib/src/test/java/com/arthenica/ffmpegkit/FFprobeSessionTest.java old mode 100644 new mode 100755 diff --git a/android/gradle.properties b/android/gradle.properties old mode 100644 new mode 100755 diff --git a/android/gradle/wrapper/gradle-wrapper.jar b/android/gradle/wrapper/gradle-wrapper.jar old mode 100644 new mode 100755 diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties old mode 100644 new mode 100755 diff --git a/android/gradlew.bat b/android/gradlew.bat old mode 100644 new mode 100755 diff --git a/android/jni/.gitignore b/android/jni/.gitignore old mode 100644 new mode 100755 diff --git a/android/jni/Android.mk b/android/jni/Android.mk old mode 100644 new mode 100755 diff --git a/android/jni/cpu-features/Android.mk b/android/jni/cpu-features/Android.mk old mode 100644 new mode 100755 diff --git a/android/jni/ffmpeg/Android.mk b/android/jni/ffmpeg/Android.mk old mode 100644 new mode 100755 diff --git a/android/jni/ffmpeg/neon/Android.mk b/android/jni/ffmpeg/neon/Android.mk old mode 100644 new mode 100755 diff --git a/android/settings.gradle b/android/settings.gradle old mode 100644 new mode 100755 diff --git a/apple/.gitignore b/apple/.gitignore old mode 100644 new mode 100755 diff --git a/apple/Doxyfile b/apple/Doxyfile old mode 100644 new mode 100755 diff --git a/apple/Makefile.am b/apple/Makefile.am old mode 100644 new mode 100755 diff --git a/apple/Makefile.in b/apple/Makefile.in old mode 100644 new mode 100755 diff --git a/apple/README.md b/apple/README.md old mode 100644 new mode 100755 diff --git a/apple/aclocal.m4 b/apple/aclocal.m4 old mode 100644 new mode 100755 diff --git a/apple/configure.ac b/apple/configure.ac old mode 100644 new mode 100755 diff --git a/apple/ltmain.sh b/apple/ltmain.sh old mode 100644 new mode 100755 diff --git a/apple/m4/libtool.m4 b/apple/m4/libtool.m4 old mode 100644 new mode 100755 diff --git a/apple/m4/ltoptions.m4 b/apple/m4/ltoptions.m4 old mode 100644 new mode 100755 diff --git a/apple/m4/ltsugar.m4 b/apple/m4/ltsugar.m4 old mode 100644 new mode 100755 diff --git a/apple/m4/ltversion.m4 b/apple/m4/ltversion.m4 old mode 100644 new mode 100755 diff --git a/apple/m4/lt~obsolete.m4 b/apple/m4/lt~obsolete.m4 old mode 100644 new mode 100755 diff --git a/apple/src/.gitignore b/apple/src/.gitignore old mode 100644 new mode 100755 diff --git a/apple/src/AbstractSession.h b/apple/src/AbstractSession.h old mode 100644 new mode 100755 diff --git a/apple/src/AbstractSession.m b/apple/src/AbstractSession.m old mode 100644 new mode 100755 diff --git a/apple/src/ArchDetect.h b/apple/src/ArchDetect.h old mode 100644 new mode 100755 diff --git a/apple/src/ArchDetect.m b/apple/src/ArchDetect.m old mode 100644 new mode 100755 diff --git a/apple/src/AtomicLong.h b/apple/src/AtomicLong.h old mode 100644 new mode 100755 diff --git a/apple/src/AtomicLong.m b/apple/src/AtomicLong.m old mode 100644 new mode 100755 diff --git a/apple/src/ExecuteCallback.h b/apple/src/ExecuteCallback.h old mode 100644 new mode 100755 diff --git a/apple/src/FFmpegKit.h b/apple/src/FFmpegKit.h old mode 100644 new mode 100755 diff --git a/apple/src/FFmpegKit.m b/apple/src/FFmpegKit.m old mode 100644 new mode 100755 diff --git a/apple/src/FFmpegKitConfig.h b/apple/src/FFmpegKitConfig.h old mode 100644 new mode 100755 diff --git a/apple/src/FFmpegKitConfig.m b/apple/src/FFmpegKitConfig.m old mode 100644 new mode 100755 diff --git a/apple/src/FFmpegSession.h b/apple/src/FFmpegSession.h old mode 100644 new mode 100755 diff --git a/apple/src/FFmpegSession.m b/apple/src/FFmpegSession.m old mode 100644 new mode 100755 diff --git a/apple/src/FFprobeKit.h b/apple/src/FFprobeKit.h old mode 100644 new mode 100755 diff --git a/apple/src/FFprobeKit.m b/apple/src/FFprobeKit.m old mode 100644 new mode 100755 diff --git a/apple/src/FFprobeSession.h b/apple/src/FFprobeSession.h old mode 100644 new mode 100755 diff --git a/apple/src/FFprobeSession.m b/apple/src/FFprobeSession.m old mode 100644 new mode 100755 diff --git a/apple/src/Level.h b/apple/src/Level.h old mode 100644 new mode 100755 diff --git a/apple/src/Log.h b/apple/src/Log.h old mode 100644 new mode 100755 diff --git a/apple/src/Log.m b/apple/src/Log.m old mode 100644 new mode 100755 diff --git a/apple/src/LogCallback.h b/apple/src/LogCallback.h old mode 100644 new mode 100755 diff --git a/apple/src/LogRedirectionStrategy.h b/apple/src/LogRedirectionStrategy.h old mode 100644 new mode 100755 diff --git a/apple/src/Makefile.am b/apple/src/Makefile.am old mode 100644 new mode 100755 diff --git a/apple/src/Makefile.in b/apple/src/Makefile.in old mode 100644 new mode 100755 diff --git a/apple/src/MediaInformation.h b/apple/src/MediaInformation.h old mode 100644 new mode 100755 diff --git a/apple/src/MediaInformation.m b/apple/src/MediaInformation.m old mode 100644 new mode 100755 diff --git a/apple/src/MediaInformationJsonParser.h b/apple/src/MediaInformationJsonParser.h old mode 100644 new mode 100755 diff --git a/apple/src/MediaInformationJsonParser.m b/apple/src/MediaInformationJsonParser.m old mode 100644 new mode 100755 diff --git a/apple/src/MediaInformationSession.h b/apple/src/MediaInformationSession.h old mode 100644 new mode 100755 diff --git a/apple/src/MediaInformationSession.m b/apple/src/MediaInformationSession.m old mode 100644 new mode 100755 diff --git a/apple/src/Packages.h b/apple/src/Packages.h old mode 100644 new mode 100755 diff --git a/apple/src/Packages.m b/apple/src/Packages.m old mode 100644 new mode 100755 diff --git a/apple/src/ReturnCode.h b/apple/src/ReturnCode.h old mode 100644 new mode 100755 diff --git a/apple/src/ReturnCode.m b/apple/src/ReturnCode.m old mode 100644 new mode 100755 diff --git a/apple/src/Session.h b/apple/src/Session.h old mode 100644 new mode 100755 diff --git a/apple/src/SessionState.h b/apple/src/SessionState.h old mode 100644 new mode 100755 diff --git a/apple/src/Statistics.h b/apple/src/Statistics.h old mode 100644 new mode 100755 diff --git a/apple/src/Statistics.m b/apple/src/Statistics.m old mode 100644 new mode 100755 diff --git a/apple/src/StatisticsCallback.h b/apple/src/StatisticsCallback.h old mode 100644 new mode 100755 diff --git a/apple/src/StreamInformation.h b/apple/src/StreamInformation.h old mode 100644 new mode 100755 diff --git a/apple/src/StreamInformation.m b/apple/src/StreamInformation.m old mode 100644 new mode 100755 diff --git a/apple/src/ffmpegkit_exception.h b/apple/src/ffmpegkit_exception.h old mode 100644 new mode 100755 diff --git a/apple/src/ffmpegkit_exception.m b/apple/src/ffmpegkit_exception.m old mode 100644 new mode 100755 diff --git a/apple/src/fftools_cmdutils.c b/apple/src/fftools_cmdutils.c old mode 100644 new mode 100755 diff --git a/apple/src/fftools_cmdutils.h b/apple/src/fftools_cmdutils.h old mode 100644 new mode 100755 diff --git a/apple/src/fftools_ffmpeg.c b/apple/src/fftools_ffmpeg.c old mode 100644 new mode 100755 diff --git a/apple/src/fftools_ffmpeg.h b/apple/src/fftools_ffmpeg.h old mode 100644 new mode 100755 diff --git a/apple/src/fftools_ffmpeg_filter.c b/apple/src/fftools_ffmpeg_filter.c old mode 100644 new mode 100755 diff --git a/apple/src/fftools_ffmpeg_hw.c b/apple/src/fftools_ffmpeg_hw.c old mode 100644 new mode 100755 diff --git a/apple/src/fftools_ffmpeg_opt.c b/apple/src/fftools_ffmpeg_opt.c old mode 100644 new mode 100755 diff --git a/apple/src/fftools_ffmpeg_videotoolbox.c b/apple/src/fftools_ffmpeg_videotoolbox.c old mode 100644 new mode 100755 diff --git a/apple/src/fftools_ffprobe.c b/apple/src/fftools_ffprobe.c old mode 100644 new mode 100755 diff --git a/docs/_config.yml b/docs/_config.yml old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/annotated.html b/docs/android/doc/html/annotated.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/bc_s.png b/docs/android/doc/html/bc_s.png old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/bdwn.png b/docs/android/doc/html/bdwn.png old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/classes.html b/docs/android/doc/html/classes.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/closed.png b/docs/android/doc/html/closed.png old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d0/d07/ffmpegkit__abidetect_8h.html b/docs/android/doc/html/d0/d07/ffmpegkit__abidetect_8h.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d0/d07/ffmpegkit__abidetect_8h_source.html b/docs/android/doc/html/d0/d07/ffmpegkit__abidetect_8h_source.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d0/d0f/struct_output_filter.html b/docs/android/doc/html/d0/d0f/struct_output_filter.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d1/da2/struct_writer_context.html b/docs/android/doc/html/d1/da2/struct_writer_context.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d1/dba/fftools__ffmpeg__hw_8c.html b/docs/android/doc/html/d1/dba/fftools__ffmpeg__hw_8c.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d1/dba/fftools__ffmpeg__hw_8c_source.html b/docs/android/doc/html/d1/dba/fftools__ffmpeg__hw_8c_source.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d1/ddd/ffprobekit_8c.html b/docs/android/doc/html/d1/ddd/ffprobekit_8c.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d1/ddd/ffprobekit_8c_source.html b/docs/android/doc/html/d1/ddd/ffprobekit_8c_source.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d2/d36/fftools__ffmpeg__filter_8c.html b/docs/android/doc/html/d2/d36/fftools__ffmpeg__filter_8c.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d2/d36/fftools__ffmpeg__filter_8c_source.html b/docs/android/doc/html/d2/d36/fftools__ffmpeg__filter_8c_source.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d2/dbf/ffprobekit_8h.html b/docs/android/doc/html/d2/dbf/ffprobekit_8h.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d2/dbf/ffprobekit_8h_source.html b/docs/android/doc/html/d2/dbf/ffprobekit_8h_source.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d2/dc3/struct_callback_data.html b/docs/android/doc/html/d2/dc3/struct_callback_data.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d2/ddd/struct_compact_context.html b/docs/android/doc/html/d2/ddd/struct_compact_context.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d3/d1d/struct_option.html b/docs/android/doc/html/d3/d1d/struct_option.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d3/d6e/struct_input_stream.html b/docs/android/doc/html/d3/d6e/struct_input_stream.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d3/dad/ffmpegkit__exception_8h.html b/docs/android/doc/html/d3/dad/ffmpegkit__exception_8h.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d3/dad/ffmpegkit__exception_8h_source.html b/docs/android/doc/html/d3/dad/ffmpegkit__exception_8h_source.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d3/db7/struct_flat_context.html b/docs/android/doc/html/d3/db7/struct_flat_context.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d4/da0/struct_default_context.html b/docs/android/doc/html/d4/da0/struct_default_context.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d4/dfd/struct_input_stream_1_1sub2video.html b/docs/android/doc/html/d4/dfd/struct_input_stream_1_1sub2video.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d5/d8e/struct_benchmark_time_stamps.html b/docs/android/doc/html/d5/d8e/struct_benchmark_time_stamps.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d6/d1f/saf__wrapper_8h.html b/docs/android/doc/html/d6/d1f/saf__wrapper_8h.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d6/d1f/saf__wrapper_8h_source.html b/docs/android/doc/html/d6/d1f/saf__wrapper_8h_source.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d6/d2c/struct_audio_channel_map.html b/docs/android/doc/html/d6/d2c/struct_audio_channel_map.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d6/d53/struct_j_s_o_n_context.html b/docs/android/doc/html/d6/d53/struct_j_s_o_n_context.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d6/d69/struct_option_group.html b/docs/android/doc/html/d6/d69/struct_option_group.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d6/dff/struct_writer.html b/docs/android/doc/html/d6/dff/struct_writer.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d7/d0c/struct_input_filter.html b/docs/android/doc/html/d7/d0c/struct_input_filter.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d7/d48/fftools__ffmpeg_8c.html b/docs/android/doc/html/d7/d48/fftools__ffmpeg_8c.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d7/d48/fftools__ffmpeg_8c_source.html b/docs/android/doc/html/d7/d48/fftools__ffmpeg_8c_source.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d7/d4f/struct_option_group_list.html b/docs/android/doc/html/d7/d4f/struct_option_group_list.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d7/db2/struct_x_m_l_context.html b/docs/android/doc/html/d7/db2/struct_x_m_l_context.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d7/db3/fftools__ffmpeg_8h.html b/docs/android/doc/html/d7/db3/fftools__ffmpeg_8h.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d7/db3/fftools__ffmpeg_8h_source.html b/docs/android/doc/html/d7/db3/fftools__ffmpeg_8h_source.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d7/dcc/fftools__cmdutils_8c.html b/docs/android/doc/html/d7/dcc/fftools__cmdutils_8c.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d7/dcc/fftools__cmdutils_8c_source.html b/docs/android/doc/html/d7/dcc/fftools__cmdutils_8c_source.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d8/d4e/fftools__cmdutils_8h.html b/docs/android/doc/html/d8/d4e/fftools__cmdutils_8h.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d8/d4e/fftools__cmdutils_8h_source.html b/docs/android/doc/html/d8/d4e/fftools__cmdutils_8h_source.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d8/d78/fftools__ffprobe_8c.html b/docs/android/doc/html/d8/d78/fftools__ffprobe_8c.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d8/d78/fftools__ffprobe_8c_source.html b/docs/android/doc/html/d8/d78/fftools__ffprobe_8c_source.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d8/d99/struct_input_file.html b/docs/android/doc/html/d8/d99/struct_input_file.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d8/dee/ffmpegkit_8h.html b/docs/android/doc/html/d8/dee/ffmpegkit_8h.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d8/dee/ffmpegkit_8h_source.html b/docs/android/doc/html/d8/dee/ffmpegkit_8h_source.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d8/dee/struct_read_interval.html b/docs/android/doc/html/d8/dee/struct_read_interval.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d9/d11/structsection.html b/docs/android/doc/html/d9/d11/structsection.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d9/d56/ffmpegkit__exception_8c.html b/docs/android/doc/html/d9/d56/ffmpegkit__exception_8c.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d9/d56/ffmpegkit__exception_8c_source.html b/docs/android/doc/html/d9/d56/ffmpegkit__exception_8c_source.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d9/d59/saf__wrapper_8c.html b/docs/android/doc/html/d9/d59/saf__wrapper_8c.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d9/d59/saf__wrapper_8c_source.html b/docs/android/doc/html/d9/d59/saf__wrapper_8c_source.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d9/d6d/structunit__value.html b/docs/android/doc/html/d9/d6d/structunit__value.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/d9/de7/struct_filter_graph.html b/docs/android/doc/html/d9/de7/struct_filter_graph.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/da/d4f/struct_i_n_i_context.html b/docs/android/doc/html/da/d4f/struct_i_n_i_context.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/da/d66/fftools__ffmpeg__opt_8c.html b/docs/android/doc/html/da/d66/fftools__ffmpeg__opt_8c.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/da/d66/fftools__ffmpeg__opt_8c_source.html b/docs/android/doc/html/da/d66/fftools__ffmpeg__opt_8c_source.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/da/d94/ffmpegkit__abidetect_8c.html b/docs/android/doc/html/da/d94/ffmpegkit__abidetect_8c.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/da/d94/ffmpegkit__abidetect_8c_source.html b/docs/android/doc/html/da/d94/ffmpegkit__abidetect_8c_source.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/db/d60/struct_stream_map.html b/docs/android/doc/html/db/d60/struct_stream_map.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/db/db5/struct_option_parse_context.html b/docs/android/doc/html/db/db5/struct_option_parse_context.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/db/dd7/struct_option_group_def.html b/docs/android/doc/html/db/dd7/struct_option_group_def.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/db/dde/struct_output_stream.html b/docs/android/doc/html/db/dde/struct_output_stream.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/dc/d1e/struct_option_def.html b/docs/android/doc/html/dc/d1e/struct_option_def.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/dc/dd3/ffmpegkit_8c.html b/docs/android/doc/html/dc/dd3/ffmpegkit_8c.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/dc/dd3/ffmpegkit_8c_source.html b/docs/android/doc/html/dc/dd3/ffmpegkit_8c_source.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/dd/d15/struct_log_buffer.html b/docs/android/doc/html/dd/d15/struct_log_buffer.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/dd/da5/struct_specifier_opt.html b/docs/android/doc/html/dd/da5/struct_specifier_opt.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/de/dc7/struct_h_w_device.html b/docs/android/doc/html/de/dc7/struct_h_w_device.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/de/df2/struct_output_file.html b/docs/android/doc/html/de/df2/struct_output_file.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/df/d37/struct_h_w_accel.html b/docs/android/doc/html/df/d37/struct_h_w_accel.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/df/d77/struct_options_context.html b/docs/android/doc/html/df/d77/struct_options_context.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/df/dff/android__lts__support_8c.html b/docs/android/doc/html/df/dff/android__lts__support_8c.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/df/dff/android__lts__support_8c_source.html b/docs/android/doc/html/df/dff/android__lts__support_8c_source.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/doc.png b/docs/android/doc/html/doc.png old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/doxygen.css b/docs/android/doc/html/doxygen.css old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/doxygen.svg b/docs/android/doc/html/doxygen.svg old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/dynsections.js b/docs/android/doc/html/dynsections.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/ffmpeg-kit-icon-v9-small.png b/docs/android/doc/html/ffmpeg-kit-icon-v9-small.png old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/files.html b/docs/android/doc/html/files.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/folderclosed.png b/docs/android/doc/html/folderclosed.png old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/folderopen.png b/docs/android/doc/html/folderopen.png old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions.html b/docs/android/doc/html/functions.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_b.html b/docs/android/doc/html/functions_b.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_c.html b/docs/android/doc/html/functions_c.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_d.html b/docs/android/doc/html/functions_d.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_e.html b/docs/android/doc/html/functions_e.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_f.html b/docs/android/doc/html/functions_f.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_g.html b/docs/android/doc/html/functions_g.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_h.html b/docs/android/doc/html/functions_h.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_i.html b/docs/android/doc/html/functions_i.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_k.html b/docs/android/doc/html/functions_k.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_l.html b/docs/android/doc/html/functions_l.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_m.html b/docs/android/doc/html/functions_m.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_n.html b/docs/android/doc/html/functions_n.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_o.html b/docs/android/doc/html/functions_o.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_p.html b/docs/android/doc/html/functions_p.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_q.html b/docs/android/doc/html/functions_q.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_r.html b/docs/android/doc/html/functions_r.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_s.html b/docs/android/doc/html/functions_s.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_t.html b/docs/android/doc/html/functions_t.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_u.html b/docs/android/doc/html/functions_u.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_v.html b/docs/android/doc/html/functions_v.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_vars.html b/docs/android/doc/html/functions_vars.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_vars_b.html b/docs/android/doc/html/functions_vars_b.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_vars_c.html b/docs/android/doc/html/functions_vars_c.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_vars_d.html b/docs/android/doc/html/functions_vars_d.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_vars_e.html b/docs/android/doc/html/functions_vars_e.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_vars_f.html b/docs/android/doc/html/functions_vars_f.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_vars_g.html b/docs/android/doc/html/functions_vars_g.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_vars_h.html b/docs/android/doc/html/functions_vars_h.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_vars_i.html b/docs/android/doc/html/functions_vars_i.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_vars_k.html b/docs/android/doc/html/functions_vars_k.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_vars_l.html b/docs/android/doc/html/functions_vars_l.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_vars_m.html b/docs/android/doc/html/functions_vars_m.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_vars_n.html b/docs/android/doc/html/functions_vars_n.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_vars_o.html b/docs/android/doc/html/functions_vars_o.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_vars_p.html b/docs/android/doc/html/functions_vars_p.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_vars_q.html b/docs/android/doc/html/functions_vars_q.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_vars_r.html b/docs/android/doc/html/functions_vars_r.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_vars_s.html b/docs/android/doc/html/functions_vars_s.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_vars_t.html b/docs/android/doc/html/functions_vars_t.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_vars_u.html b/docs/android/doc/html/functions_vars_u.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_vars_v.html b/docs/android/doc/html/functions_vars_v.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_vars_w.html b/docs/android/doc/html/functions_vars_w.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_vars_x.html b/docs/android/doc/html/functions_vars_x.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_w.html b/docs/android/doc/html/functions_w.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/functions_x.html b/docs/android/doc/html/functions_x.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals.html b/docs/android/doc/html/globals.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_b.html b/docs/android/doc/html/globals_b.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_c.html b/docs/android/doc/html/globals_c.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_d.html b/docs/android/doc/html/globals_d.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_defs.html b/docs/android/doc/html/globals_defs.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_e.html b/docs/android/doc/html/globals_e.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_enum.html b/docs/android/doc/html/globals_enum.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_eval.html b/docs/android/doc/html/globals_eval.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_f.html b/docs/android/doc/html/globals_f.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_func.html b/docs/android/doc/html/globals_func.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_func_b.html b/docs/android/doc/html/globals_func_b.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_func_c.html b/docs/android/doc/html/globals_func_c.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_func_d.html b/docs/android/doc/html/globals_func_d.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_func_e.html b/docs/android/doc/html/globals_func_e.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_func_f.html b/docs/android/doc/html/globals_func_f.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_func_g.html b/docs/android/doc/html/globals_func_g.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_func_h.html b/docs/android/doc/html/globals_func_h.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_func_i.html b/docs/android/doc/html/globals_func_i.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_func_j.html b/docs/android/doc/html/globals_func_j.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_func_l.html b/docs/android/doc/html/globals_func_l.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_func_m.html b/docs/android/doc/html/globals_func_m.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_func_n.html b/docs/android/doc/html/globals_func_n.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_func_o.html b/docs/android/doc/html/globals_func_o.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_func_p.html b/docs/android/doc/html/globals_func_p.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_func_q.html b/docs/android/doc/html/globals_func_q.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_func_r.html b/docs/android/doc/html/globals_func_r.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_func_s.html b/docs/android/doc/html/globals_func_s.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_func_t.html b/docs/android/doc/html/globals_func_t.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_func_u.html b/docs/android/doc/html/globals_func_u.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_func_v.html b/docs/android/doc/html/globals_func_v.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_func_w.html b/docs/android/doc/html/globals_func_w.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_func_x.html b/docs/android/doc/html/globals_func_x.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_g.html b/docs/android/doc/html/globals_g.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_h.html b/docs/android/doc/html/globals_h.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_i.html b/docs/android/doc/html/globals_i.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_j.html b/docs/android/doc/html/globals_j.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_k.html b/docs/android/doc/html/globals_k.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_l.html b/docs/android/doc/html/globals_l.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_m.html b/docs/android/doc/html/globals_m.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_n.html b/docs/android/doc/html/globals_n.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_o.html b/docs/android/doc/html/globals_o.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_p.html b/docs/android/doc/html/globals_p.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_q.html b/docs/android/doc/html/globals_q.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_r.html b/docs/android/doc/html/globals_r.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_s.html b/docs/android/doc/html/globals_s.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_t.html b/docs/android/doc/html/globals_t.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_type.html b/docs/android/doc/html/globals_type.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_u.html b/docs/android/doc/html/globals_u.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_v.html b/docs/android/doc/html/globals_v.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_vars.html b/docs/android/doc/html/globals_vars.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_vars_b.html b/docs/android/doc/html/globals_vars_b.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_vars_c.html b/docs/android/doc/html/globals_vars_c.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_vars_d.html b/docs/android/doc/html/globals_vars_d.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_vars_e.html b/docs/android/doc/html/globals_vars_e.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_vars_f.html b/docs/android/doc/html/globals_vars_f.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_vars_g.html b/docs/android/doc/html/globals_vars_g.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_vars_h.html b/docs/android/doc/html/globals_vars_h.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_vars_i.html b/docs/android/doc/html/globals_vars_i.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_vars_j.html b/docs/android/doc/html/globals_vars_j.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_vars_k.html b/docs/android/doc/html/globals_vars_k.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_vars_l.html b/docs/android/doc/html/globals_vars_l.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_vars_m.html b/docs/android/doc/html/globals_vars_m.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_vars_n.html b/docs/android/doc/html/globals_vars_n.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_vars_o.html b/docs/android/doc/html/globals_vars_o.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_vars_p.html b/docs/android/doc/html/globals_vars_p.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_vars_q.html b/docs/android/doc/html/globals_vars_q.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_vars_r.html b/docs/android/doc/html/globals_vars_r.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_vars_s.html b/docs/android/doc/html/globals_vars_s.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_vars_t.html b/docs/android/doc/html/globals_vars_t.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_vars_u.html b/docs/android/doc/html/globals_vars_u.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_vars_v.html b/docs/android/doc/html/globals_vars_v.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_vars_w.html b/docs/android/doc/html/globals_vars_w.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_vars_x.html b/docs/android/doc/html/globals_vars_x.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_w.html b/docs/android/doc/html/globals_w.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/globals_x.html b/docs/android/doc/html/globals_x.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/index.html b/docs/android/doc/html/index.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/jquery.js b/docs/android/doc/html/jquery.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/menu.js b/docs/android/doc/html/menu.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/menudata.js b/docs/android/doc/html/menudata.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/nav_f.png b/docs/android/doc/html/nav_f.png old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/nav_g.png b/docs/android/doc/html/nav_g.png old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/nav_h.png b/docs/android/doc/html/nav_h.png old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/open.png b/docs/android/doc/html/open.png old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_0.html b/docs/android/doc/html/search/all_0.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_0.js b/docs/android/doc/html/search/all_0.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_1.html b/docs/android/doc/html/search/all_1.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_1.js b/docs/android/doc/html/search/all_1.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_10.html b/docs/android/doc/html/search/all_10.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_10.js b/docs/android/doc/html/search/all_10.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_11.html b/docs/android/doc/html/search/all_11.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_11.js b/docs/android/doc/html/search/all_11.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_12.html b/docs/android/doc/html/search/all_12.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_12.js b/docs/android/doc/html/search/all_12.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_13.html b/docs/android/doc/html/search/all_13.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_13.js b/docs/android/doc/html/search/all_13.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_14.html b/docs/android/doc/html/search/all_14.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_14.js b/docs/android/doc/html/search/all_14.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_15.html b/docs/android/doc/html/search/all_15.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_15.js b/docs/android/doc/html/search/all_15.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_16.html b/docs/android/doc/html/search/all_16.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_16.js b/docs/android/doc/html/search/all_16.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_17.html b/docs/android/doc/html/search/all_17.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_17.js b/docs/android/doc/html/search/all_17.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_2.html b/docs/android/doc/html/search/all_2.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_2.js b/docs/android/doc/html/search/all_2.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_3.html b/docs/android/doc/html/search/all_3.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_3.js b/docs/android/doc/html/search/all_3.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_4.html b/docs/android/doc/html/search/all_4.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_4.js b/docs/android/doc/html/search/all_4.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_5.html b/docs/android/doc/html/search/all_5.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_5.js b/docs/android/doc/html/search/all_5.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_6.html b/docs/android/doc/html/search/all_6.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_6.js b/docs/android/doc/html/search/all_6.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_7.html b/docs/android/doc/html/search/all_7.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_7.js b/docs/android/doc/html/search/all_7.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_8.html b/docs/android/doc/html/search/all_8.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_8.js b/docs/android/doc/html/search/all_8.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_9.html b/docs/android/doc/html/search/all_9.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_9.js b/docs/android/doc/html/search/all_9.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_a.html b/docs/android/doc/html/search/all_a.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_a.js b/docs/android/doc/html/search/all_a.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_b.html b/docs/android/doc/html/search/all_b.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_b.js b/docs/android/doc/html/search/all_b.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_c.html b/docs/android/doc/html/search/all_c.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_c.js b/docs/android/doc/html/search/all_c.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_d.html b/docs/android/doc/html/search/all_d.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_d.js b/docs/android/doc/html/search/all_d.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_e.html b/docs/android/doc/html/search/all_e.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_e.js b/docs/android/doc/html/search/all_e.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_f.html b/docs/android/doc/html/search/all_f.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/all_f.js b/docs/android/doc/html/search/all_f.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/classes_0.html b/docs/android/doc/html/search/classes_0.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/classes_0.js b/docs/android/doc/html/search/classes_0.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/classes_1.html b/docs/android/doc/html/search/classes_1.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/classes_1.js b/docs/android/doc/html/search/classes_1.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/classes_2.html b/docs/android/doc/html/search/classes_2.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/classes_2.js b/docs/android/doc/html/search/classes_2.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/classes_3.html b/docs/android/doc/html/search/classes_3.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/classes_3.js b/docs/android/doc/html/search/classes_3.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/classes_4.html b/docs/android/doc/html/search/classes_4.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/classes_4.js b/docs/android/doc/html/search/classes_4.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/classes_5.html b/docs/android/doc/html/search/classes_5.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/classes_5.js b/docs/android/doc/html/search/classes_5.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/classes_6.html b/docs/android/doc/html/search/classes_6.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/classes_6.js b/docs/android/doc/html/search/classes_6.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/classes_7.html b/docs/android/doc/html/search/classes_7.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/classes_7.js b/docs/android/doc/html/search/classes_7.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/classes_8.html b/docs/android/doc/html/search/classes_8.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/classes_8.js b/docs/android/doc/html/search/classes_8.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/classes_9.html b/docs/android/doc/html/search/classes_9.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/classes_9.js b/docs/android/doc/html/search/classes_9.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/classes_a.html b/docs/android/doc/html/search/classes_a.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/classes_a.js b/docs/android/doc/html/search/classes_a.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/classes_b.html b/docs/android/doc/html/search/classes_b.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/classes_b.js b/docs/android/doc/html/search/classes_b.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/classes_c.html b/docs/android/doc/html/search/classes_c.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/classes_c.js b/docs/android/doc/html/search/classes_c.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/classes_d.html b/docs/android/doc/html/search/classes_d.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/classes_d.js b/docs/android/doc/html/search/classes_d.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/classes_e.html b/docs/android/doc/html/search/classes_e.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/classes_e.js b/docs/android/doc/html/search/classes_e.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/close.svg b/docs/android/doc/html/search/close.svg old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/defines_0.html b/docs/android/doc/html/search/defines_0.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/defines_0.js b/docs/android/doc/html/search/defines_0.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/defines_1.html b/docs/android/doc/html/search/defines_1.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/defines_1.js b/docs/android/doc/html/search/defines_1.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/defines_10.html b/docs/android/doc/html/search/defines_10.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/defines_10.js b/docs/android/doc/html/search/defines_10.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/defines_2.html b/docs/android/doc/html/search/defines_2.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/defines_2.js b/docs/android/doc/html/search/defines_2.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/defines_3.html b/docs/android/doc/html/search/defines_3.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/defines_3.js b/docs/android/doc/html/search/defines_3.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/defines_4.html b/docs/android/doc/html/search/defines_4.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/defines_4.js b/docs/android/doc/html/search/defines_4.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/defines_5.html b/docs/android/doc/html/search/defines_5.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/defines_5.js b/docs/android/doc/html/search/defines_5.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/defines_6.html b/docs/android/doc/html/search/defines_6.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/defines_6.js b/docs/android/doc/html/search/defines_6.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/defines_7.html b/docs/android/doc/html/search/defines_7.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/defines_7.js b/docs/android/doc/html/search/defines_7.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/defines_8.html b/docs/android/doc/html/search/defines_8.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/defines_8.js b/docs/android/doc/html/search/defines_8.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/defines_9.html b/docs/android/doc/html/search/defines_9.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/defines_9.js b/docs/android/doc/html/search/defines_9.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/defines_a.html b/docs/android/doc/html/search/defines_a.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/defines_a.js b/docs/android/doc/html/search/defines_a.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/defines_b.html b/docs/android/doc/html/search/defines_b.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/defines_b.js b/docs/android/doc/html/search/defines_b.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/defines_c.html b/docs/android/doc/html/search/defines_c.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/defines_c.js b/docs/android/doc/html/search/defines_c.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/defines_d.html b/docs/android/doc/html/search/defines_d.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/defines_d.js b/docs/android/doc/html/search/defines_d.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/defines_e.html b/docs/android/doc/html/search/defines_e.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/defines_e.js b/docs/android/doc/html/search/defines_e.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/defines_f.html b/docs/android/doc/html/search/defines_f.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/defines_f.js b/docs/android/doc/html/search/defines_f.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/enums_0.html b/docs/android/doc/html/search/enums_0.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/enums_0.js b/docs/android/doc/html/search/enums_0.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/enums_1.html b/docs/android/doc/html/search/enums_1.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/enums_1.js b/docs/android/doc/html/search/enums_1.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/enums_2.html b/docs/android/doc/html/search/enums_2.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/enums_2.js b/docs/android/doc/html/search/enums_2.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/enums_3.html b/docs/android/doc/html/search/enums_3.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/enums_3.js b/docs/android/doc/html/search/enums_3.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/enumvalues_0.html b/docs/android/doc/html/search/enumvalues_0.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/enumvalues_0.js b/docs/android/doc/html/search/enumvalues_0.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/enumvalues_1.html b/docs/android/doc/html/search/enumvalues_1.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/enumvalues_1.js b/docs/android/doc/html/search/enumvalues_1.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/enumvalues_2.html b/docs/android/doc/html/search/enumvalues_2.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/enumvalues_2.js b/docs/android/doc/html/search/enumvalues_2.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/enumvalues_3.html b/docs/android/doc/html/search/enumvalues_3.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/enumvalues_3.js b/docs/android/doc/html/search/enumvalues_3.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/enumvalues_4.html b/docs/android/doc/html/search/enumvalues_4.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/enumvalues_4.js b/docs/android/doc/html/search/enumvalues_4.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/enumvalues_5.html b/docs/android/doc/html/search/enumvalues_5.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/enumvalues_5.js b/docs/android/doc/html/search/enumvalues_5.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/files_0.html b/docs/android/doc/html/search/files_0.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/files_0.js b/docs/android/doc/html/search/files_0.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/files_1.html b/docs/android/doc/html/search/files_1.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/files_1.js b/docs/android/doc/html/search/files_1.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/files_2.html b/docs/android/doc/html/search/files_2.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/files_2.js b/docs/android/doc/html/search/files_2.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_0.html b/docs/android/doc/html/search/functions_0.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_0.js b/docs/android/doc/html/search/functions_0.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_1.html b/docs/android/doc/html/search/functions_1.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_1.js b/docs/android/doc/html/search/functions_1.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_10.html b/docs/android/doc/html/search/functions_10.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_10.js b/docs/android/doc/html/search/functions_10.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_11.html b/docs/android/doc/html/search/functions_11.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_11.js b/docs/android/doc/html/search/functions_11.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_12.html b/docs/android/doc/html/search/functions_12.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_12.js b/docs/android/doc/html/search/functions_12.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_13.html b/docs/android/doc/html/search/functions_13.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_13.js b/docs/android/doc/html/search/functions_13.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_14.html b/docs/android/doc/html/search/functions_14.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_14.js b/docs/android/doc/html/search/functions_14.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_15.html b/docs/android/doc/html/search/functions_15.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_15.js b/docs/android/doc/html/search/functions_15.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_16.html b/docs/android/doc/html/search/functions_16.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_16.js b/docs/android/doc/html/search/functions_16.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_2.html b/docs/android/doc/html/search/functions_2.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_2.js b/docs/android/doc/html/search/functions_2.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_3.html b/docs/android/doc/html/search/functions_3.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_3.js b/docs/android/doc/html/search/functions_3.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_4.html b/docs/android/doc/html/search/functions_4.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_4.js b/docs/android/doc/html/search/functions_4.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_5.html b/docs/android/doc/html/search/functions_5.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_5.js b/docs/android/doc/html/search/functions_5.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_6.html b/docs/android/doc/html/search/functions_6.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_6.js b/docs/android/doc/html/search/functions_6.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_7.html b/docs/android/doc/html/search/functions_7.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_7.js b/docs/android/doc/html/search/functions_7.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_8.html b/docs/android/doc/html/search/functions_8.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_8.js b/docs/android/doc/html/search/functions_8.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_9.html b/docs/android/doc/html/search/functions_9.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_9.js b/docs/android/doc/html/search/functions_9.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_a.html b/docs/android/doc/html/search/functions_a.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_a.js b/docs/android/doc/html/search/functions_a.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_b.html b/docs/android/doc/html/search/functions_b.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_b.js b/docs/android/doc/html/search/functions_b.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_c.html b/docs/android/doc/html/search/functions_c.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_c.js b/docs/android/doc/html/search/functions_c.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_d.html b/docs/android/doc/html/search/functions_d.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_d.js b/docs/android/doc/html/search/functions_d.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_e.html b/docs/android/doc/html/search/functions_e.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_e.js b/docs/android/doc/html/search/functions_e.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_f.html b/docs/android/doc/html/search/functions_f.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/functions_f.js b/docs/android/doc/html/search/functions_f.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/mag_sel.svg b/docs/android/doc/html/search/mag_sel.svg old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/nomatches.html b/docs/android/doc/html/search/nomatches.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/search.css b/docs/android/doc/html/search/search.css old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/search.js b/docs/android/doc/html/search/search.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/search_l.png b/docs/android/doc/html/search/search_l.png old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/search_m.png b/docs/android/doc/html/search/search_m.png old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/search_r.png b/docs/android/doc/html/search/search_r.png old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/searchdata.js b/docs/android/doc/html/search/searchdata.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/typedefs_0.html b/docs/android/doc/html/search/typedefs_0.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/typedefs_0.js b/docs/android/doc/html/search/typedefs_0.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/typedefs_1.html b/docs/android/doc/html/search/typedefs_1.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/typedefs_1.js b/docs/android/doc/html/search/typedefs_1.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/typedefs_2.html b/docs/android/doc/html/search/typedefs_2.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/typedefs_2.js b/docs/android/doc/html/search/typedefs_2.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/typedefs_3.html b/docs/android/doc/html/search/typedefs_3.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/typedefs_3.js b/docs/android/doc/html/search/typedefs_3.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/typedefs_4.html b/docs/android/doc/html/search/typedefs_4.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/typedefs_4.js b/docs/android/doc/html/search/typedefs_4.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/typedefs_5.html b/docs/android/doc/html/search/typedefs_5.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/typedefs_5.js b/docs/android/doc/html/search/typedefs_5.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/typedefs_6.html b/docs/android/doc/html/search/typedefs_6.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/typedefs_6.js b/docs/android/doc/html/search/typedefs_6.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/typedefs_7.html b/docs/android/doc/html/search/typedefs_7.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/typedefs_7.js b/docs/android/doc/html/search/typedefs_7.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/typedefs_8.html b/docs/android/doc/html/search/typedefs_8.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/typedefs_8.js b/docs/android/doc/html/search/typedefs_8.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/typedefs_9.html b/docs/android/doc/html/search/typedefs_9.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/typedefs_9.js b/docs/android/doc/html/search/typedefs_9.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/typedefs_a.html b/docs/android/doc/html/search/typedefs_a.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/typedefs_a.js b/docs/android/doc/html/search/typedefs_a.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/typedefs_b.html b/docs/android/doc/html/search/typedefs_b.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/typedefs_b.js b/docs/android/doc/html/search/typedefs_b.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/typedefs_c.html b/docs/android/doc/html/search/typedefs_c.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/typedefs_c.js b/docs/android/doc/html/search/typedefs_c.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_0.html b/docs/android/doc/html/search/variables_0.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_0.js b/docs/android/doc/html/search/variables_0.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_1.html b/docs/android/doc/html/search/variables_1.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_1.js b/docs/android/doc/html/search/variables_1.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_10.html b/docs/android/doc/html/search/variables_10.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_10.js b/docs/android/doc/html/search/variables_10.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_11.html b/docs/android/doc/html/search/variables_11.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_11.js b/docs/android/doc/html/search/variables_11.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_12.html b/docs/android/doc/html/search/variables_12.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_12.js b/docs/android/doc/html/search/variables_12.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_13.html b/docs/android/doc/html/search/variables_13.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_13.js b/docs/android/doc/html/search/variables_13.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_14.html b/docs/android/doc/html/search/variables_14.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_14.js b/docs/android/doc/html/search/variables_14.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_15.html b/docs/android/doc/html/search/variables_15.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_15.js b/docs/android/doc/html/search/variables_15.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_16.html b/docs/android/doc/html/search/variables_16.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_16.js b/docs/android/doc/html/search/variables_16.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_17.html b/docs/android/doc/html/search/variables_17.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_17.js b/docs/android/doc/html/search/variables_17.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_2.html b/docs/android/doc/html/search/variables_2.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_2.js b/docs/android/doc/html/search/variables_2.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_3.html b/docs/android/doc/html/search/variables_3.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_3.js b/docs/android/doc/html/search/variables_3.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_4.html b/docs/android/doc/html/search/variables_4.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_4.js b/docs/android/doc/html/search/variables_4.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_5.html b/docs/android/doc/html/search/variables_5.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_5.js b/docs/android/doc/html/search/variables_5.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_6.html b/docs/android/doc/html/search/variables_6.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_6.js b/docs/android/doc/html/search/variables_6.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_7.html b/docs/android/doc/html/search/variables_7.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_7.js b/docs/android/doc/html/search/variables_7.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_8.html b/docs/android/doc/html/search/variables_8.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_8.js b/docs/android/doc/html/search/variables_8.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_9.html b/docs/android/doc/html/search/variables_9.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_9.js b/docs/android/doc/html/search/variables_9.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_a.html b/docs/android/doc/html/search/variables_a.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_a.js b/docs/android/doc/html/search/variables_a.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_b.html b/docs/android/doc/html/search/variables_b.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_b.js b/docs/android/doc/html/search/variables_b.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_c.html b/docs/android/doc/html/search/variables_c.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_c.js b/docs/android/doc/html/search/variables_c.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_d.html b/docs/android/doc/html/search/variables_d.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_d.js b/docs/android/doc/html/search/variables_d.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_e.html b/docs/android/doc/html/search/variables_e.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_e.js b/docs/android/doc/html/search/variables_e.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_f.html b/docs/android/doc/html/search/variables_f.html old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/search/variables_f.js b/docs/android/doc/html/search/variables_f.js old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/splitbar.png b/docs/android/doc/html/splitbar.png old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/sync_off.png b/docs/android/doc/html/sync_off.png old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/sync_on.png b/docs/android/doc/html/sync_on.png old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/tab_a.png b/docs/android/doc/html/tab_a.png old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/tab_b.png b/docs/android/doc/html/tab_b.png old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/tab_h.png b/docs/android/doc/html/tab_h.png old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/tab_s.png b/docs/android/doc/html/tab_s.png old mode 100644 new mode 100755 diff --git a/docs/android/doc/html/tabs.css b/docs/android/doc/html/tabs.css old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/allclasses-index.html b/docs/android/javadoc/allclasses-index.html old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/allclasses.html b/docs/android/javadoc/allclasses.html old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/allpackages-index.html b/docs/android/javadoc/allpackages-index.html old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/com/arthenica/ffmpegkit/Abi.html b/docs/android/javadoc/com/arthenica/ffmpegkit/Abi.html old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/com/arthenica/ffmpegkit/AbiDetect.html b/docs/android/javadoc/com/arthenica/ffmpegkit/AbiDetect.html old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/com/arthenica/ffmpegkit/AbstractSession.html b/docs/android/javadoc/com/arthenica/ffmpegkit/AbstractSession.html old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/com/arthenica/ffmpegkit/AsyncFFmpegExecuteTask.html b/docs/android/javadoc/com/arthenica/ffmpegkit/AsyncFFmpegExecuteTask.html old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/com/arthenica/ffmpegkit/AsyncFFprobeExecuteTask.html b/docs/android/javadoc/com/arthenica/ffmpegkit/AsyncFFprobeExecuteTask.html old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/com/arthenica/ffmpegkit/AsyncGetMediaInformationTask.html b/docs/android/javadoc/com/arthenica/ffmpegkit/AsyncGetMediaInformationTask.html old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/com/arthenica/ffmpegkit/ExecuteCallback.html b/docs/android/javadoc/com/arthenica/ffmpegkit/ExecuteCallback.html old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/com/arthenica/ffmpegkit/FFmpegKit.html b/docs/android/javadoc/com/arthenica/ffmpegkit/FFmpegKit.html old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/com/arthenica/ffmpegkit/FFmpegKitConfig.html b/docs/android/javadoc/com/arthenica/ffmpegkit/FFmpegKitConfig.html old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/com/arthenica/ffmpegkit/FFmpegSession.html b/docs/android/javadoc/com/arthenica/ffmpegkit/FFmpegSession.html old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/com/arthenica/ffmpegkit/FFprobeKit.html b/docs/android/javadoc/com/arthenica/ffmpegkit/FFprobeKit.html old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/com/arthenica/ffmpegkit/FFprobeSession.html b/docs/android/javadoc/com/arthenica/ffmpegkit/FFprobeSession.html old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/com/arthenica/ffmpegkit/Level.html b/docs/android/javadoc/com/arthenica/ffmpegkit/Level.html old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/com/arthenica/ffmpegkit/Log.html b/docs/android/javadoc/com/arthenica/ffmpegkit/Log.html old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/com/arthenica/ffmpegkit/LogCallback.html b/docs/android/javadoc/com/arthenica/ffmpegkit/LogCallback.html old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/com/arthenica/ffmpegkit/LogRedirectionStrategy.html b/docs/android/javadoc/com/arthenica/ffmpegkit/LogRedirectionStrategy.html old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/com/arthenica/ffmpegkit/MediaInformation.html b/docs/android/javadoc/com/arthenica/ffmpegkit/MediaInformation.html old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/com/arthenica/ffmpegkit/MediaInformationJsonParser.html b/docs/android/javadoc/com/arthenica/ffmpegkit/MediaInformationJsonParser.html old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/com/arthenica/ffmpegkit/MediaInformationSession.html b/docs/android/javadoc/com/arthenica/ffmpegkit/MediaInformationSession.html old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/com/arthenica/ffmpegkit/NativeLoader.html b/docs/android/javadoc/com/arthenica/ffmpegkit/NativeLoader.html old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/com/arthenica/ffmpegkit/ReturnCode.html b/docs/android/javadoc/com/arthenica/ffmpegkit/ReturnCode.html old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/com/arthenica/ffmpegkit/Session.html b/docs/android/javadoc/com/arthenica/ffmpegkit/Session.html old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/com/arthenica/ffmpegkit/SessionState.html b/docs/android/javadoc/com/arthenica/ffmpegkit/SessionState.html old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/com/arthenica/ffmpegkit/Signal.html b/docs/android/javadoc/com/arthenica/ffmpegkit/Signal.html old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/com/arthenica/ffmpegkit/Statistics.html b/docs/android/javadoc/com/arthenica/ffmpegkit/Statistics.html old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/com/arthenica/ffmpegkit/StatisticsCallback.html b/docs/android/javadoc/com/arthenica/ffmpegkit/StatisticsCallback.html old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/com/arthenica/ffmpegkit/StreamInformation.html b/docs/android/javadoc/com/arthenica/ffmpegkit/StreamInformation.html old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/com/arthenica/ffmpegkit/package-summary.html b/docs/android/javadoc/com/arthenica/ffmpegkit/package-summary.html old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/com/arthenica/ffmpegkit/package-tree.html b/docs/android/javadoc/com/arthenica/ffmpegkit/package-tree.html old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/constant-values.html b/docs/android/javadoc/constant-values.html old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/deprecated-list.html b/docs/android/javadoc/deprecated-list.html old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/element-list b/docs/android/javadoc/element-list old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/help-doc.html b/docs/android/javadoc/help-doc.html old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/index-all.html b/docs/android/javadoc/index-all.html old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/index.html b/docs/android/javadoc/index.html old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/jquery/external/jquery/jquery.js b/docs/android/javadoc/jquery/external/jquery/jquery.js old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png b/docs/android/javadoc/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/jquery/images/ui-bg_glass_65_dadada_1x400.png b/docs/android/javadoc/jquery/images/ui-bg_glass_65_dadada_1x400.png old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/jquery/images/ui-bg_glass_75_dadada_1x400.png b/docs/android/javadoc/jquery/images/ui-bg_glass_75_dadada_1x400.png old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png b/docs/android/javadoc/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/jquery/images/ui-bg_glass_95_fef1ec_1x400.png b/docs/android/javadoc/jquery/images/ui-bg_glass_95_fef1ec_1x400.png old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png b/docs/android/javadoc/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/jquery/images/ui-icons_222222_256x240.png b/docs/android/javadoc/jquery/images/ui-icons_222222_256x240.png old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/jquery/images/ui-icons_2e83ff_256x240.png b/docs/android/javadoc/jquery/images/ui-icons_2e83ff_256x240.png old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/jquery/images/ui-icons_454545_256x240.png b/docs/android/javadoc/jquery/images/ui-icons_454545_256x240.png old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/jquery/images/ui-icons_888888_256x240.png b/docs/android/javadoc/jquery/images/ui-icons_888888_256x240.png old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/jquery/images/ui-icons_cd0a0a_256x240.png b/docs/android/javadoc/jquery/images/ui-icons_cd0a0a_256x240.png old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/jquery/jquery-3.5.1.js b/docs/android/javadoc/jquery/jquery-3.5.1.js old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/jquery/jquery-ui.css b/docs/android/javadoc/jquery/jquery-ui.css old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/jquery/jquery-ui.js b/docs/android/javadoc/jquery/jquery-ui.js old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/jquery/jquery-ui.min.css b/docs/android/javadoc/jquery/jquery-ui.min.css old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/jquery/jquery-ui.min.js b/docs/android/javadoc/jquery/jquery-ui.min.js old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/jquery/jquery-ui.structure.css b/docs/android/javadoc/jquery/jquery-ui.structure.css old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/jquery/jquery-ui.structure.min.css b/docs/android/javadoc/jquery/jquery-ui.structure.min.css old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/jquery/jszip-utils/dist/jszip-utils-ie.js b/docs/android/javadoc/jquery/jszip-utils/dist/jszip-utils-ie.js old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/jquery/jszip-utils/dist/jszip-utils-ie.min.js b/docs/android/javadoc/jquery/jszip-utils/dist/jszip-utils-ie.min.js old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/jquery/jszip-utils/dist/jszip-utils.js b/docs/android/javadoc/jquery/jszip-utils/dist/jszip-utils.js old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/jquery/jszip-utils/dist/jszip-utils.min.js b/docs/android/javadoc/jquery/jszip-utils/dist/jszip-utils.min.js old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/jquery/jszip/dist/jszip.js b/docs/android/javadoc/jquery/jszip/dist/jszip.js old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/jquery/jszip/dist/jszip.min.js b/docs/android/javadoc/jquery/jszip/dist/jszip.min.js old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/member-search-index.js b/docs/android/javadoc/member-search-index.js old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/member-search-index.zip b/docs/android/javadoc/member-search-index.zip old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/overview-tree.html b/docs/android/javadoc/overview-tree.html old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/package-search-index.js b/docs/android/javadoc/package-search-index.js old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/package-search-index.zip b/docs/android/javadoc/package-search-index.zip old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/resources/glass.png b/docs/android/javadoc/resources/glass.png old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/resources/x.png b/docs/android/javadoc/resources/x.png old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/script.js b/docs/android/javadoc/script.js old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/search.js b/docs/android/javadoc/search.js old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/stylesheet.css b/docs/android/javadoc/stylesheet.css old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/type-search-index.js b/docs/android/javadoc/type-search-index.js old mode 100644 new mode 100755 diff --git a/docs/android/javadoc/type-search-index.zip b/docs/android/javadoc/type-search-index.zip old mode 100644 new mode 100755 diff --git a/docs/apple/html/annotated.html b/docs/apple/html/annotated.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/bc_s.png b/docs/apple/html/bc_s.png old mode 100644 new mode 100755 diff --git a/docs/apple/html/bdwn.png b/docs/apple/html/bdwn.png old mode 100644 new mode 100755 diff --git a/docs/apple/html/classes.html b/docs/apple/html/classes.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/closed.png b/docs/apple/html/closed.png old mode 100644 new mode 100755 diff --git a/docs/apple/html/d0/d0f/struct_output_filter.html b/docs/apple/html/d0/d0f/struct_output_filter.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d0/d19/_return_code_8h.html b/docs/apple/html/d0/d19/_return_code_8h.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d0/d19/_return_code_8h_source.html b/docs/apple/html/d0/d19/_return_code_8h_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d0/d5a/_session_8h.html b/docs/apple/html/d0/d5a/_session_8h.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d0/d5a/_session_8h_source.html b/docs/apple/html/d0/d5a/_session_8h_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d0/d61/_atomic_long_8m.html b/docs/apple/html/d0/d61/_atomic_long_8m.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d0/d61/_atomic_long_8m_source.html b/docs/apple/html/d0/d61/_atomic_long_8m_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d0/d78/interface_media_information_session.html b/docs/apple/html/d0/d78/interface_media_information_session.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d0/d7b/_atomic_long_8h.html b/docs/apple/html/d0/d7b/_atomic_long_8h.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d0/d7b/_atomic_long_8h_source.html b/docs/apple/html/d0/d7b/_atomic_long_8h_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d1/da2/struct_writer_context.html b/docs/apple/html/d1/da2/struct_writer_context.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d1/dba/fftools__ffmpeg__hw_8c.html b/docs/apple/html/d1/dba/fftools__ffmpeg__hw_8c.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d1/dba/fftools__ffmpeg__hw_8c_source.html b/docs/apple/html/d1/dba/fftools__ffmpeg__hw_8c_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d2/d0b/interface_f_fmpeg_kit.html b/docs/apple/html/d2/d0b/interface_f_fmpeg_kit.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d2/d1c/interface_log.html b/docs/apple/html/d2/d1c/interface_log.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d2/d36/fftools__ffmpeg__filter_8c.html b/docs/apple/html/d2/d36/fftools__ffmpeg__filter_8c.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d2/d36/fftools__ffmpeg__filter_8c_source.html b/docs/apple/html/d2/d36/fftools__ffmpeg__filter_8c_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d2/d4b/_level_8h.html b/docs/apple/html/d2/d4b/_level_8h.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d2/d4b/_level_8h_source.html b/docs/apple/html/d2/d4b/_level_8h_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d2/d81/protocol_session-p.html b/docs/apple/html/d2/d81/protocol_session-p.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d2/ddd/struct_compact_context.html b/docs/apple/html/d2/ddd/struct_compact_context.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d2/def/_f_fmpeg_session_8h.html b/docs/apple/html/d2/def/_f_fmpeg_session_8h.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d2/def/_f_fmpeg_session_8h_source.html b/docs/apple/html/d2/def/_f_fmpeg_session_8h_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d3/d1d/_return_code_8m.html b/docs/apple/html/d3/d1d/_return_code_8m.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d3/d1d/_return_code_8m_source.html b/docs/apple/html/d3/d1d/_return_code_8m_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d3/d1d/struct_option.html b/docs/apple/html/d3/d1d/struct_option.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d3/d35/_media_information_json_parser_8m.html b/docs/apple/html/d3/d35/_media_information_json_parser_8m.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d3/d35/_media_information_json_parser_8m_source.html b/docs/apple/html/d3/d35/_media_information_json_parser_8m_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d3/d6e/struct_input_stream.html b/docs/apple/html/d3/d6e/struct_input_stream.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d3/dad/ffmpegkit__exception_8h.html b/docs/apple/html/d3/dad/ffmpegkit__exception_8h.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d3/dad/ffmpegkit__exception_8h_source.html b/docs/apple/html/d3/dad/ffmpegkit__exception_8h_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d3/db7/struct_flat_context.html b/docs/apple/html/d3/db7/struct_flat_context.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d4/d53/_f_fmpeg_kit_8m.html b/docs/apple/html/d4/d53/_f_fmpeg_kit_8m.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d4/d53/_f_fmpeg_kit_8m_source.html b/docs/apple/html/d4/d53/_f_fmpeg_kit_8m_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d4/d5c/interface_media_information_json_parser.html b/docs/apple/html/d4/d5c/interface_media_information_json_parser.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d4/da0/struct_default_context.html b/docs/apple/html/d4/da0/struct_default_context.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d4/dad/_f_fprobe_kit_8h.html b/docs/apple/html/d4/dad/_f_fprobe_kit_8h.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d4/dad/_f_fprobe_kit_8h_source.html b/docs/apple/html/d4/dad/_f_fprobe_kit_8h_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d4/daf/_log_callback_8h.html b/docs/apple/html/d4/daf/_log_callback_8h.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d4/daf/_log_callback_8h_source.html b/docs/apple/html/d4/daf/_log_callback_8h_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d4/df4/_stream_information_8h.html b/docs/apple/html/d4/df4/_stream_information_8h.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d4/df4/_stream_information_8h_source.html b/docs/apple/html/d4/df4/_stream_information_8h_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d4/dfd/struct_input_stream_1_1sub2video.html b/docs/apple/html/d4/dfd/struct_input_stream_1_1sub2video.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d5/d19/struct_v_t_context.html b/docs/apple/html/d5/d19/struct_v_t_context.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d5/d1a/_media_information_8m.html b/docs/apple/html/d5/d1a/_media_information_8m.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d5/d1a/_media_information_8m_source.html b/docs/apple/html/d5/d1a/_media_information_8m_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d5/d5f/_packages_8h.html b/docs/apple/html/d5/d5f/_packages_8h.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d5/d5f/_packages_8h_source.html b/docs/apple/html/d5/d5f/_packages_8h_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d5/d78/_log_8m.html b/docs/apple/html/d5/d78/_log_8m.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d5/d78/_log_8m_source.html b/docs/apple/html/d5/d78/_log_8m_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d5/d8e/struct_benchmark_time_stamps.html b/docs/apple/html/d5/d8e/struct_benchmark_time_stamps.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d6/d2c/struct_audio_channel_map.html b/docs/apple/html/d6/d2c/struct_audio_channel_map.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d6/d36/interface_f_fprobe_kit.html b/docs/apple/html/d6/d36/interface_f_fprobe_kit.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d6/d42/_log_redirection_strategy_8h.html b/docs/apple/html/d6/d42/_log_redirection_strategy_8h.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d6/d42/_log_redirection_strategy_8h_source.html b/docs/apple/html/d6/d42/_log_redirection_strategy_8h_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d6/d53/struct_j_s_o_n_context.html b/docs/apple/html/d6/d53/struct_j_s_o_n_context.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d6/d69/struct_option_group.html b/docs/apple/html/d6/d69/struct_option_group.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d6/d6e/_f_fmpeg_session_8m.html b/docs/apple/html/d6/d6e/_f_fmpeg_session_8m.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d6/d6e/_f_fmpeg_session_8m_source.html b/docs/apple/html/d6/d6e/_f_fmpeg_session_8m_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d6/d8f/_arch_detect_8h.html b/docs/apple/html/d6/d8f/_arch_detect_8h.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d6/d8f/_arch_detect_8h_source.html b/docs/apple/html/d6/d8f/_arch_detect_8h_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d6/dca/interface_media_information.html b/docs/apple/html/d6/dca/interface_media_information.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d6/df1/_statistics_callback_8h.html b/docs/apple/html/d6/df1/_statistics_callback_8h.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d6/df1/_statistics_callback_8h_source.html b/docs/apple/html/d6/df1/_statistics_callback_8h_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d6/dff/struct_writer.html b/docs/apple/html/d6/dff/struct_writer.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d7/d0c/struct_input_filter.html b/docs/apple/html/d7/d0c/struct_input_filter.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d7/d3a/_media_information_json_parser_8h.html b/docs/apple/html/d7/d3a/_media_information_json_parser_8h.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d7/d3a/_media_information_json_parser_8h_source.html b/docs/apple/html/d7/d3a/_media_information_json_parser_8h_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d7/d48/fftools__ffmpeg_8c.html b/docs/apple/html/d7/d48/fftools__ffmpeg_8c.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d7/d48/fftools__ffmpeg_8c_source.html b/docs/apple/html/d7/d48/fftools__ffmpeg_8c_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d7/d4f/struct_option_group_list.html b/docs/apple/html/d7/d4f/struct_option_group_list.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d7/d96/_abstract_session_8m.html b/docs/apple/html/d7/d96/_abstract_session_8m.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d7/d96/_abstract_session_8m_source.html b/docs/apple/html/d7/d96/_abstract_session_8m_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d7/da5/_stream_information_8m.html b/docs/apple/html/d7/da5/_stream_information_8m.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d7/da5/_stream_information_8m_source.html b/docs/apple/html/d7/da5/_stream_information_8m_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d7/db2/struct_x_m_l_context.html b/docs/apple/html/d7/db2/struct_x_m_l_context.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d7/db3/fftools__ffmpeg_8h.html b/docs/apple/html/d7/db3/fftools__ffmpeg_8h.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d7/db3/fftools__ffmpeg_8h_source.html b/docs/apple/html/d7/db3/fftools__ffmpeg_8h_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d7/dcc/fftools__cmdutils_8c.html b/docs/apple/html/d7/dcc/fftools__cmdutils_8c.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d7/dcc/fftools__cmdutils_8c_source.html b/docs/apple/html/d7/dcc/fftools__cmdutils_8c_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d8/d27/interface_callback_data.html b/docs/apple/html/d8/d27/interface_callback_data.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d8/d4e/fftools__cmdutils_8h.html b/docs/apple/html/d8/d4e/fftools__cmdutils_8h.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d8/d4e/fftools__cmdutils_8h_source.html b/docs/apple/html/d8/d4e/fftools__cmdutils_8h_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d8/d78/_media_information_8h.html b/docs/apple/html/d8/d78/_media_information_8h.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d8/d78/_media_information_8h_source.html b/docs/apple/html/d8/d78/_media_information_8h_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d8/d78/fftools__ffprobe_8c.html b/docs/apple/html/d8/d78/fftools__ffprobe_8c.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d8/d78/fftools__ffprobe_8c_source.html b/docs/apple/html/d8/d78/fftools__ffprobe_8c_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d8/d99/struct_input_file.html b/docs/apple/html/d8/d99/struct_input_file.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d8/dee/struct_read_interval.html b/docs/apple/html/d8/dee/struct_read_interval.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d9/d0a/_f_fprobe_session_8m.html b/docs/apple/html/d9/d0a/_f_fprobe_session_8m.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d9/d0a/_f_fprobe_session_8m_source.html b/docs/apple/html/d9/d0a/_f_fprobe_session_8m_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d9/d11/structsection.html b/docs/apple/html/d9/d11/structsection.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d9/d6d/structunit__value.html b/docs/apple/html/d9/d6d/structunit__value.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d9/d76/_abstract_session_8h.html b/docs/apple/html/d9/d76/_abstract_session_8h.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d9/d76/_abstract_session_8h_source.html b/docs/apple/html/d9/d76/_abstract_session_8h_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d9/db1/_statistics_8m.html b/docs/apple/html/d9/db1/_statistics_8m.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d9/db1/_statistics_8m_source.html b/docs/apple/html/d9/db1/_statistics_8m_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d9/db7/fftools__ffmpeg__videotoolbox_8c.html b/docs/apple/html/d9/db7/fftools__ffmpeg__videotoolbox_8c.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d9/db7/fftools__ffmpeg__videotoolbox_8c_source.html b/docs/apple/html/d9/db7/fftools__ffmpeg__videotoolbox_8c_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d9/dcc/interface_statistics.html b/docs/apple/html/d9/dcc/interface_statistics.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/d9/de7/struct_filter_graph.html b/docs/apple/html/d9/de7/struct_filter_graph.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/da/d4f/struct_i_n_i_context.html b/docs/apple/html/da/d4f/struct_i_n_i_context.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/da/d66/fftools__ffmpeg__opt_8c.html b/docs/apple/html/da/d66/fftools__ffmpeg__opt_8c.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/da/d66/fftools__ffmpeg__opt_8c_source.html b/docs/apple/html/da/d66/fftools__ffmpeg__opt_8c_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/da/d9e/_f_fmpeg_kit_config_8m.html b/docs/apple/html/da/d9e/_f_fmpeg_kit_config_8m.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/da/d9e/_f_fmpeg_kit_config_8m_source.html b/docs/apple/html/da/d9e/_f_fmpeg_kit_config_8m_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/da/daf/interface_f_fmpeg_session.html b/docs/apple/html/da/daf/interface_f_fmpeg_session.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/da/df2/_statistics_8h.html b/docs/apple/html/da/df2/_statistics_8h.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/da/df2/_statistics_8h_source.html b/docs/apple/html/da/df2/_statistics_8h_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/da/df4/_log_8h.html b/docs/apple/html/da/df4/_log_8h.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/da/df4/_log_8h_source.html b/docs/apple/html/da/df4/_log_8h_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/da/df5/_packages_8m.html b/docs/apple/html/da/df5/_packages_8m.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/da/df5/_packages_8m_source.html b/docs/apple/html/da/df5/_packages_8m_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/db/d35/_arch_detect_8m.html b/docs/apple/html/db/d35/_arch_detect_8m.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/db/d35/_arch_detect_8m_source.html b/docs/apple/html/db/d35/_arch_detect_8m_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/db/d60/struct_stream_map.html b/docs/apple/html/db/d60/struct_stream_map.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/db/d76/interface_return_code.html b/docs/apple/html/db/d76/interface_return_code.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/db/d7d/interface_atomic_long.html b/docs/apple/html/db/d7d/interface_atomic_long.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/db/db5/struct_option_parse_context.html b/docs/apple/html/db/db5/struct_option_parse_context.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/db/dd7/struct_option_group_def.html b/docs/apple/html/db/dd7/struct_option_group_def.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/db/dde/struct_output_stream.html b/docs/apple/html/db/dde/struct_output_stream.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/db/de2/interface_abstract_session.html b/docs/apple/html/db/de2/interface_abstract_session.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/dc/d1e/struct_option_def.html b/docs/apple/html/dc/d1e/struct_option_def.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/dc/da0/_f_fprobe_session_8h.html b/docs/apple/html/dc/da0/_f_fprobe_session_8h.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/dc/da0/_f_fprobe_session_8h_source.html b/docs/apple/html/dc/da0/_f_fprobe_session_8h_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/dd/d15/interface_f_fprobe_session.html b/docs/apple/html/dd/d15/interface_f_fprobe_session.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/dd/d15/struct_log_buffer.html b/docs/apple/html/dd/d15/struct_log_buffer.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/dd/d2b/interface_arch_detect.html b/docs/apple/html/dd/d2b/interface_arch_detect.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/dd/d69/_media_information_session_8h.html b/docs/apple/html/dd/d69/_media_information_session_8h.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/dd/d69/_media_information_session_8h_source.html b/docs/apple/html/dd/d69/_media_information_session_8h_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/dd/d91/_media_information_session_8m.html b/docs/apple/html/dd/d91/_media_information_session_8m.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/dd/d91/_media_information_session_8m_source.html b/docs/apple/html/dd/d91/_media_information_session_8m_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/dd/da5/struct_specifier_opt.html b/docs/apple/html/dd/da5/struct_specifier_opt.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/dd/ddc/interface_stream_information.html b/docs/apple/html/dd/ddc/interface_stream_information.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/de/d57/_execute_callback_8h.html b/docs/apple/html/de/d57/_execute_callback_8h.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/de/d57/_execute_callback_8h_source.html b/docs/apple/html/de/d57/_execute_callback_8h_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/de/d5f/interface_f_fmpeg_kit_config.html b/docs/apple/html/de/d5f/interface_f_fmpeg_kit_config.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/de/db1/ffmpegkit__exception_8m.html b/docs/apple/html/de/db1/ffmpegkit__exception_8m.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/de/db1/ffmpegkit__exception_8m_source.html b/docs/apple/html/de/db1/ffmpegkit__exception_8m_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/de/dc7/struct_h_w_device.html b/docs/apple/html/de/dc7/struct_h_w_device.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/de/dcd/_f_fprobe_kit_8m.html b/docs/apple/html/de/dcd/_f_fprobe_kit_8m.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/de/dcd/_f_fprobe_kit_8m_source.html b/docs/apple/html/de/dcd/_f_fprobe_kit_8m_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/de/df2/struct_output_file.html b/docs/apple/html/de/df2/struct_output_file.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/df/d13/_session_state_8h.html b/docs/apple/html/df/d13/_session_state_8h.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/df/d13/_session_state_8h_source.html b/docs/apple/html/df/d13/_session_state_8h_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/df/d23/interface_packages.html b/docs/apple/html/df/d23/interface_packages.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/df/d37/struct_h_w_accel.html b/docs/apple/html/df/d37/struct_h_w_accel.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/df/d48/_f_fmpeg_kit_config_8h.html b/docs/apple/html/df/d48/_f_fmpeg_kit_config_8h.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/df/d48/_f_fmpeg_kit_config_8h_source.html b/docs/apple/html/df/d48/_f_fmpeg_kit_config_8h_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/df/d77/struct_options_context.html b/docs/apple/html/df/d77/struct_options_context.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/df/d99/_f_fmpeg_kit_8h.html b/docs/apple/html/df/d99/_f_fmpeg_kit_8h.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/df/d99/_f_fmpeg_kit_8h_source.html b/docs/apple/html/df/d99/_f_fmpeg_kit_8h_source.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/doc.png b/docs/apple/html/doc.png old mode 100644 new mode 100755 diff --git a/docs/apple/html/doxygen.css b/docs/apple/html/doxygen.css old mode 100644 new mode 100755 diff --git a/docs/apple/html/doxygen.svg b/docs/apple/html/doxygen.svg old mode 100644 new mode 100755 diff --git a/docs/apple/html/dynsections.js b/docs/apple/html/dynsections.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/ffmpeg-kit-icon-v9-small.png b/docs/apple/html/ffmpeg-kit-icon-v9-small.png old mode 100644 new mode 100755 diff --git a/docs/apple/html/files.html b/docs/apple/html/files.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/folderclosed.png b/docs/apple/html/folderclosed.png old mode 100644 new mode 100755 diff --git a/docs/apple/html/folderopen.png b/docs/apple/html/folderopen.png old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions.html b/docs/apple/html/functions.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_a.html b/docs/apple/html/functions_a.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_b.html b/docs/apple/html/functions_b.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_c.html b/docs/apple/html/functions_c.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_d.html b/docs/apple/html/functions_d.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_e.html b/docs/apple/html/functions_e.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_f.html b/docs/apple/html/functions_f.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_func.html b/docs/apple/html/functions_func.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_func_a.html b/docs/apple/html/functions_func_a.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_func_c.html b/docs/apple/html/functions_func_c.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_func_d.html b/docs/apple/html/functions_func_d.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_func_e.html b/docs/apple/html/functions_func_e.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_func_f.html b/docs/apple/html/functions_func_f.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_func_g.html b/docs/apple/html/functions_func_g.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_func_i.html b/docs/apple/html/functions_func_i.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_func_l.html b/docs/apple/html/functions_func_l.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_func_m.html b/docs/apple/html/functions_func_m.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_func_p.html b/docs/apple/html/functions_func_p.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_func_r.html b/docs/apple/html/functions_func_r.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_func_s.html b/docs/apple/html/functions_func_s.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_func_t.html b/docs/apple/html/functions_func_t.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_func_w.html b/docs/apple/html/functions_func_w.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_g.html b/docs/apple/html/functions_g.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_h.html b/docs/apple/html/functions_h.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_i.html b/docs/apple/html/functions_i.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_k.html b/docs/apple/html/functions_k.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_l.html b/docs/apple/html/functions_l.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_m.html b/docs/apple/html/functions_m.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_n.html b/docs/apple/html/functions_n.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_o.html b/docs/apple/html/functions_o.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_p.html b/docs/apple/html/functions_p.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_q.html b/docs/apple/html/functions_q.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_r.html b/docs/apple/html/functions_r.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_s.html b/docs/apple/html/functions_s.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_t.html b/docs/apple/html/functions_t.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_u.html b/docs/apple/html/functions_u.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_v.html b/docs/apple/html/functions_v.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_vars.html b/docs/apple/html/functions_vars.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_vars_b.html b/docs/apple/html/functions_vars_b.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_vars_c.html b/docs/apple/html/functions_vars_c.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_vars_d.html b/docs/apple/html/functions_vars_d.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_vars_e.html b/docs/apple/html/functions_vars_e.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_vars_f.html b/docs/apple/html/functions_vars_f.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_vars_g.html b/docs/apple/html/functions_vars_g.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_vars_h.html b/docs/apple/html/functions_vars_h.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_vars_i.html b/docs/apple/html/functions_vars_i.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_vars_k.html b/docs/apple/html/functions_vars_k.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_vars_l.html b/docs/apple/html/functions_vars_l.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_vars_m.html b/docs/apple/html/functions_vars_m.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_vars_n.html b/docs/apple/html/functions_vars_n.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_vars_o.html b/docs/apple/html/functions_vars_o.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_vars_p.html b/docs/apple/html/functions_vars_p.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_vars_q.html b/docs/apple/html/functions_vars_q.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_vars_r.html b/docs/apple/html/functions_vars_r.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_vars_s.html b/docs/apple/html/functions_vars_s.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_vars_t.html b/docs/apple/html/functions_vars_t.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_vars_u.html b/docs/apple/html/functions_vars_u.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_vars_v.html b/docs/apple/html/functions_vars_v.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_vars_w.html b/docs/apple/html/functions_vars_w.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_vars_x.html b/docs/apple/html/functions_vars_x.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_w.html b/docs/apple/html/functions_w.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/functions_x.html b/docs/apple/html/functions_x.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals.html b/docs/apple/html/globals.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_a.html b/docs/apple/html/globals_a.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_b.html b/docs/apple/html/globals_b.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_c.html b/docs/apple/html/globals_c.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_d.html b/docs/apple/html/globals_d.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_defs.html b/docs/apple/html/globals_defs.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_e.html b/docs/apple/html/globals_e.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_enum.html b/docs/apple/html/globals_enum.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_eval.html b/docs/apple/html/globals_eval.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_f.html b/docs/apple/html/globals_f.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_func.html b/docs/apple/html/globals_func.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_func_b.html b/docs/apple/html/globals_func_b.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_func_c.html b/docs/apple/html/globals_func_c.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_func_d.html b/docs/apple/html/globals_func_d.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_func_e.html b/docs/apple/html/globals_func_e.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_func_f.html b/docs/apple/html/globals_func_f.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_func_g.html b/docs/apple/html/globals_func_g.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_func_h.html b/docs/apple/html/globals_func_h.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_func_i.html b/docs/apple/html/globals_func_i.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_func_j.html b/docs/apple/html/globals_func_j.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_func_l.html b/docs/apple/html/globals_func_l.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_func_m.html b/docs/apple/html/globals_func_m.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_func_n.html b/docs/apple/html/globals_func_n.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_func_o.html b/docs/apple/html/globals_func_o.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_func_p.html b/docs/apple/html/globals_func_p.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_func_q.html b/docs/apple/html/globals_func_q.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_func_r.html b/docs/apple/html/globals_func_r.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_func_s.html b/docs/apple/html/globals_func_s.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_func_t.html b/docs/apple/html/globals_func_t.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_func_u.html b/docs/apple/html/globals_func_u.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_func_v.html b/docs/apple/html/globals_func_v.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_func_w.html b/docs/apple/html/globals_func_w.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_func_x.html b/docs/apple/html/globals_func_x.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_g.html b/docs/apple/html/globals_g.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_h.html b/docs/apple/html/globals_h.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_i.html b/docs/apple/html/globals_i.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_j.html b/docs/apple/html/globals_j.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_k.html b/docs/apple/html/globals_k.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_l.html b/docs/apple/html/globals_l.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_m.html b/docs/apple/html/globals_m.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_n.html b/docs/apple/html/globals_n.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_o.html b/docs/apple/html/globals_o.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_p.html b/docs/apple/html/globals_p.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_q.html b/docs/apple/html/globals_q.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_r.html b/docs/apple/html/globals_r.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_s.html b/docs/apple/html/globals_s.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_t.html b/docs/apple/html/globals_t.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_type.html b/docs/apple/html/globals_type.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_u.html b/docs/apple/html/globals_u.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_v.html b/docs/apple/html/globals_v.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_vars.html b/docs/apple/html/globals_vars.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_vars_a.html b/docs/apple/html/globals_vars_a.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_vars_b.html b/docs/apple/html/globals_vars_b.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_vars_c.html b/docs/apple/html/globals_vars_c.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_vars_d.html b/docs/apple/html/globals_vars_d.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_vars_e.html b/docs/apple/html/globals_vars_e.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_vars_f.html b/docs/apple/html/globals_vars_f.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_vars_g.html b/docs/apple/html/globals_vars_g.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_vars_h.html b/docs/apple/html/globals_vars_h.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_vars_i.html b/docs/apple/html/globals_vars_i.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_vars_j.html b/docs/apple/html/globals_vars_j.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_vars_k.html b/docs/apple/html/globals_vars_k.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_vars_l.html b/docs/apple/html/globals_vars_l.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_vars_m.html b/docs/apple/html/globals_vars_m.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_vars_n.html b/docs/apple/html/globals_vars_n.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_vars_o.html b/docs/apple/html/globals_vars_o.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_vars_p.html b/docs/apple/html/globals_vars_p.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_vars_q.html b/docs/apple/html/globals_vars_q.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_vars_r.html b/docs/apple/html/globals_vars_r.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_vars_s.html b/docs/apple/html/globals_vars_s.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_vars_t.html b/docs/apple/html/globals_vars_t.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_vars_u.html b/docs/apple/html/globals_vars_u.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_vars_v.html b/docs/apple/html/globals_vars_v.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_vars_w.html b/docs/apple/html/globals_vars_w.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_vars_x.html b/docs/apple/html/globals_vars_x.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_w.html b/docs/apple/html/globals_w.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/globals_x.html b/docs/apple/html/globals_x.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/hierarchy.html b/docs/apple/html/hierarchy.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/index.html b/docs/apple/html/index.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/jquery.js b/docs/apple/html/jquery.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/menu.js b/docs/apple/html/menu.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/menudata.js b/docs/apple/html/menudata.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/nav_f.png b/docs/apple/html/nav_f.png old mode 100644 new mode 100755 diff --git a/docs/apple/html/nav_g.png b/docs/apple/html/nav_g.png old mode 100644 new mode 100755 diff --git a/docs/apple/html/nav_h.png b/docs/apple/html/nav_h.png old mode 100644 new mode 100755 diff --git a/docs/apple/html/open.png b/docs/apple/html/open.png old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_0.html b/docs/apple/html/search/all_0.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_0.js b/docs/apple/html/search/all_0.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_1.html b/docs/apple/html/search/all_1.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_1.js b/docs/apple/html/search/all_1.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_10.html b/docs/apple/html/search/all_10.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_10.js b/docs/apple/html/search/all_10.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_11.html b/docs/apple/html/search/all_11.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_11.js b/docs/apple/html/search/all_11.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_12.html b/docs/apple/html/search/all_12.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_12.js b/docs/apple/html/search/all_12.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_13.html b/docs/apple/html/search/all_13.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_13.js b/docs/apple/html/search/all_13.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_14.html b/docs/apple/html/search/all_14.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_14.js b/docs/apple/html/search/all_14.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_15.html b/docs/apple/html/search/all_15.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_15.js b/docs/apple/html/search/all_15.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_16.html b/docs/apple/html/search/all_16.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_16.js b/docs/apple/html/search/all_16.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_17.html b/docs/apple/html/search/all_17.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_17.js b/docs/apple/html/search/all_17.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_18.html b/docs/apple/html/search/all_18.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_18.js b/docs/apple/html/search/all_18.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_2.html b/docs/apple/html/search/all_2.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_2.js b/docs/apple/html/search/all_2.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_3.html b/docs/apple/html/search/all_3.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_3.js b/docs/apple/html/search/all_3.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_4.html b/docs/apple/html/search/all_4.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_4.js b/docs/apple/html/search/all_4.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_5.html b/docs/apple/html/search/all_5.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_5.js b/docs/apple/html/search/all_5.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_6.html b/docs/apple/html/search/all_6.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_6.js b/docs/apple/html/search/all_6.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_7.html b/docs/apple/html/search/all_7.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_7.js b/docs/apple/html/search/all_7.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_8.html b/docs/apple/html/search/all_8.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_8.js b/docs/apple/html/search/all_8.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_9.html b/docs/apple/html/search/all_9.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_9.js b/docs/apple/html/search/all_9.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_a.html b/docs/apple/html/search/all_a.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_a.js b/docs/apple/html/search/all_a.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_b.html b/docs/apple/html/search/all_b.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_b.js b/docs/apple/html/search/all_b.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_c.html b/docs/apple/html/search/all_c.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_c.js b/docs/apple/html/search/all_c.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_d.html b/docs/apple/html/search/all_d.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_d.js b/docs/apple/html/search/all_d.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_e.html b/docs/apple/html/search/all_e.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_e.js b/docs/apple/html/search/all_e.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_f.html b/docs/apple/html/search/all_f.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/all_f.js b/docs/apple/html/search/all_f.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/classes_0.html b/docs/apple/html/search/classes_0.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/classes_0.js b/docs/apple/html/search/classes_0.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/classes_1.html b/docs/apple/html/search/classes_1.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/classes_1.js b/docs/apple/html/search/classes_1.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/classes_10.html b/docs/apple/html/search/classes_10.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/classes_10.js b/docs/apple/html/search/classes_10.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/classes_11.html b/docs/apple/html/search/classes_11.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/classes_11.js b/docs/apple/html/search/classes_11.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/classes_2.html b/docs/apple/html/search/classes_2.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/classes_2.js b/docs/apple/html/search/classes_2.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/classes_3.html b/docs/apple/html/search/classes_3.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/classes_3.js b/docs/apple/html/search/classes_3.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/classes_4.html b/docs/apple/html/search/classes_4.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/classes_4.js b/docs/apple/html/search/classes_4.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/classes_5.html b/docs/apple/html/search/classes_5.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/classes_5.js b/docs/apple/html/search/classes_5.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/classes_6.html b/docs/apple/html/search/classes_6.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/classes_6.js b/docs/apple/html/search/classes_6.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/classes_7.html b/docs/apple/html/search/classes_7.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/classes_7.js b/docs/apple/html/search/classes_7.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/classes_8.html b/docs/apple/html/search/classes_8.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/classes_8.js b/docs/apple/html/search/classes_8.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/classes_9.html b/docs/apple/html/search/classes_9.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/classes_9.js b/docs/apple/html/search/classes_9.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/classes_a.html b/docs/apple/html/search/classes_a.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/classes_a.js b/docs/apple/html/search/classes_a.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/classes_b.html b/docs/apple/html/search/classes_b.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/classes_b.js b/docs/apple/html/search/classes_b.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/classes_c.html b/docs/apple/html/search/classes_c.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/classes_c.js b/docs/apple/html/search/classes_c.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/classes_d.html b/docs/apple/html/search/classes_d.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/classes_d.js b/docs/apple/html/search/classes_d.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/classes_e.html b/docs/apple/html/search/classes_e.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/classes_e.js b/docs/apple/html/search/classes_e.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/classes_f.html b/docs/apple/html/search/classes_f.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/classes_f.js b/docs/apple/html/search/classes_f.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/close.svg b/docs/apple/html/search/close.svg old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/defines_0.html b/docs/apple/html/search/defines_0.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/defines_0.js b/docs/apple/html/search/defines_0.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/defines_1.html b/docs/apple/html/search/defines_1.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/defines_1.js b/docs/apple/html/search/defines_1.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/defines_2.html b/docs/apple/html/search/defines_2.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/defines_2.js b/docs/apple/html/search/defines_2.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/defines_3.html b/docs/apple/html/search/defines_3.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/defines_3.js b/docs/apple/html/search/defines_3.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/defines_4.html b/docs/apple/html/search/defines_4.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/defines_4.js b/docs/apple/html/search/defines_4.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/defines_5.html b/docs/apple/html/search/defines_5.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/defines_5.js b/docs/apple/html/search/defines_5.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/defines_6.html b/docs/apple/html/search/defines_6.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/defines_6.js b/docs/apple/html/search/defines_6.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/defines_7.html b/docs/apple/html/search/defines_7.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/defines_7.js b/docs/apple/html/search/defines_7.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/defines_8.html b/docs/apple/html/search/defines_8.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/defines_8.js b/docs/apple/html/search/defines_8.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/defines_9.html b/docs/apple/html/search/defines_9.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/defines_9.js b/docs/apple/html/search/defines_9.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/defines_a.html b/docs/apple/html/search/defines_a.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/defines_a.js b/docs/apple/html/search/defines_a.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/defines_b.html b/docs/apple/html/search/defines_b.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/defines_b.js b/docs/apple/html/search/defines_b.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/defines_c.html b/docs/apple/html/search/defines_c.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/defines_c.js b/docs/apple/html/search/defines_c.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/defines_d.html b/docs/apple/html/search/defines_d.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/defines_d.js b/docs/apple/html/search/defines_d.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/defines_e.html b/docs/apple/html/search/defines_e.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/defines_e.js b/docs/apple/html/search/defines_e.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/defines_f.html b/docs/apple/html/search/defines_f.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/defines_f.js b/docs/apple/html/search/defines_f.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/enums_0.html b/docs/apple/html/search/enums_0.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/enums_0.js b/docs/apple/html/search/enums_0.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/enums_1.html b/docs/apple/html/search/enums_1.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/enums_1.js b/docs/apple/html/search/enums_1.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/enums_2.html b/docs/apple/html/search/enums_2.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/enums_2.js b/docs/apple/html/search/enums_2.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/enums_3.html b/docs/apple/html/search/enums_3.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/enums_3.js b/docs/apple/html/search/enums_3.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/enumvalues_0.html b/docs/apple/html/search/enumvalues_0.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/enumvalues_0.js b/docs/apple/html/search/enumvalues_0.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/enumvalues_1.html b/docs/apple/html/search/enumvalues_1.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/enumvalues_1.js b/docs/apple/html/search/enumvalues_1.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/enumvalues_2.html b/docs/apple/html/search/enumvalues_2.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/enumvalues_2.js b/docs/apple/html/search/enumvalues_2.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/enumvalues_3.html b/docs/apple/html/search/enumvalues_3.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/enumvalues_3.js b/docs/apple/html/search/enumvalues_3.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/enumvalues_4.html b/docs/apple/html/search/enumvalues_4.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/enumvalues_4.js b/docs/apple/html/search/enumvalues_4.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/enumvalues_5.html b/docs/apple/html/search/enumvalues_5.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/enumvalues_5.js b/docs/apple/html/search/enumvalues_5.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/files_0.html b/docs/apple/html/search/files_0.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/files_0.js b/docs/apple/html/search/files_0.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/files_1.html b/docs/apple/html/search/files_1.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/files_1.js b/docs/apple/html/search/files_1.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/files_2.html b/docs/apple/html/search/files_2.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/files_2.js b/docs/apple/html/search/files_2.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/files_3.html b/docs/apple/html/search/files_3.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/files_3.js b/docs/apple/html/search/files_3.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/files_4.html b/docs/apple/html/search/files_4.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/files_4.js b/docs/apple/html/search/files_4.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/files_5.html b/docs/apple/html/search/files_5.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/files_5.js b/docs/apple/html/search/files_5.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/files_6.html b/docs/apple/html/search/files_6.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/files_6.js b/docs/apple/html/search/files_6.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/files_7.html b/docs/apple/html/search/files_7.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/files_7.js b/docs/apple/html/search/files_7.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_0.html b/docs/apple/html/search/functions_0.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_0.js b/docs/apple/html/search/functions_0.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_1.html b/docs/apple/html/search/functions_1.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_1.js b/docs/apple/html/search/functions_1.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_10.html b/docs/apple/html/search/functions_10.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_10.js b/docs/apple/html/search/functions_10.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_11.html b/docs/apple/html/search/functions_11.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_11.js b/docs/apple/html/search/functions_11.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_12.html b/docs/apple/html/search/functions_12.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_12.js b/docs/apple/html/search/functions_12.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_13.html b/docs/apple/html/search/functions_13.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_13.js b/docs/apple/html/search/functions_13.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_14.html b/docs/apple/html/search/functions_14.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_14.js b/docs/apple/html/search/functions_14.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_15.html b/docs/apple/html/search/functions_15.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_15.js b/docs/apple/html/search/functions_15.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_16.html b/docs/apple/html/search/functions_16.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_16.js b/docs/apple/html/search/functions_16.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_17.html b/docs/apple/html/search/functions_17.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_17.js b/docs/apple/html/search/functions_17.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_2.html b/docs/apple/html/search/functions_2.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_2.js b/docs/apple/html/search/functions_2.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_3.html b/docs/apple/html/search/functions_3.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_3.js b/docs/apple/html/search/functions_3.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_4.html b/docs/apple/html/search/functions_4.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_4.js b/docs/apple/html/search/functions_4.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_5.html b/docs/apple/html/search/functions_5.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_5.js b/docs/apple/html/search/functions_5.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_6.html b/docs/apple/html/search/functions_6.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_6.js b/docs/apple/html/search/functions_6.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_7.html b/docs/apple/html/search/functions_7.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_7.js b/docs/apple/html/search/functions_7.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_8.html b/docs/apple/html/search/functions_8.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_8.js b/docs/apple/html/search/functions_8.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_9.html b/docs/apple/html/search/functions_9.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_9.js b/docs/apple/html/search/functions_9.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_a.html b/docs/apple/html/search/functions_a.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_a.js b/docs/apple/html/search/functions_a.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_b.html b/docs/apple/html/search/functions_b.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_b.js b/docs/apple/html/search/functions_b.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_c.html b/docs/apple/html/search/functions_c.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_c.js b/docs/apple/html/search/functions_c.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_d.html b/docs/apple/html/search/functions_d.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_d.js b/docs/apple/html/search/functions_d.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_e.html b/docs/apple/html/search/functions_e.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_e.js b/docs/apple/html/search/functions_e.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_f.html b/docs/apple/html/search/functions_f.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/functions_f.js b/docs/apple/html/search/functions_f.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/mag_sel.svg b/docs/apple/html/search/mag_sel.svg old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/nomatches.html b/docs/apple/html/search/nomatches.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/search.css b/docs/apple/html/search/search.css old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/search.js b/docs/apple/html/search/search.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/search_l.png b/docs/apple/html/search/search_l.png old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/search_m.png b/docs/apple/html/search/search_m.png old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/search_r.png b/docs/apple/html/search/search_r.png old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/searchdata.js b/docs/apple/html/search/searchdata.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/typedefs_0.html b/docs/apple/html/search/typedefs_0.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/typedefs_0.js b/docs/apple/html/search/typedefs_0.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/typedefs_1.html b/docs/apple/html/search/typedefs_1.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/typedefs_1.js b/docs/apple/html/search/typedefs_1.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/typedefs_2.html b/docs/apple/html/search/typedefs_2.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/typedefs_2.js b/docs/apple/html/search/typedefs_2.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/typedefs_3.html b/docs/apple/html/search/typedefs_3.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/typedefs_3.js b/docs/apple/html/search/typedefs_3.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/typedefs_4.html b/docs/apple/html/search/typedefs_4.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/typedefs_4.js b/docs/apple/html/search/typedefs_4.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/typedefs_5.html b/docs/apple/html/search/typedefs_5.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/typedefs_5.js b/docs/apple/html/search/typedefs_5.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/typedefs_6.html b/docs/apple/html/search/typedefs_6.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/typedefs_6.js b/docs/apple/html/search/typedefs_6.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/typedefs_7.html b/docs/apple/html/search/typedefs_7.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/typedefs_7.js b/docs/apple/html/search/typedefs_7.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/typedefs_8.html b/docs/apple/html/search/typedefs_8.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/typedefs_8.js b/docs/apple/html/search/typedefs_8.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/typedefs_9.html b/docs/apple/html/search/typedefs_9.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/typedefs_9.js b/docs/apple/html/search/typedefs_9.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/typedefs_a.html b/docs/apple/html/search/typedefs_a.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/typedefs_a.js b/docs/apple/html/search/typedefs_a.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/typedefs_b.html b/docs/apple/html/search/typedefs_b.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/typedefs_b.js b/docs/apple/html/search/typedefs_b.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/typedefs_c.html b/docs/apple/html/search/typedefs_c.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/typedefs_c.js b/docs/apple/html/search/typedefs_c.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/typedefs_d.html b/docs/apple/html/search/typedefs_d.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/typedefs_d.js b/docs/apple/html/search/typedefs_d.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/typedefs_e.html b/docs/apple/html/search/typedefs_e.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/typedefs_e.js b/docs/apple/html/search/typedefs_e.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_0.html b/docs/apple/html/search/variables_0.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_0.js b/docs/apple/html/search/variables_0.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_1.html b/docs/apple/html/search/variables_1.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_1.js b/docs/apple/html/search/variables_1.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_10.html b/docs/apple/html/search/variables_10.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_10.js b/docs/apple/html/search/variables_10.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_11.html b/docs/apple/html/search/variables_11.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_11.js b/docs/apple/html/search/variables_11.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_12.html b/docs/apple/html/search/variables_12.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_12.js b/docs/apple/html/search/variables_12.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_13.html b/docs/apple/html/search/variables_13.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_13.js b/docs/apple/html/search/variables_13.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_14.html b/docs/apple/html/search/variables_14.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_14.js b/docs/apple/html/search/variables_14.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_15.html b/docs/apple/html/search/variables_15.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_15.js b/docs/apple/html/search/variables_15.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_16.html b/docs/apple/html/search/variables_16.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_16.js b/docs/apple/html/search/variables_16.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_17.html b/docs/apple/html/search/variables_17.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_17.js b/docs/apple/html/search/variables_17.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_18.html b/docs/apple/html/search/variables_18.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_18.js b/docs/apple/html/search/variables_18.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_2.html b/docs/apple/html/search/variables_2.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_2.js b/docs/apple/html/search/variables_2.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_3.html b/docs/apple/html/search/variables_3.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_3.js b/docs/apple/html/search/variables_3.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_4.html b/docs/apple/html/search/variables_4.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_4.js b/docs/apple/html/search/variables_4.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_5.html b/docs/apple/html/search/variables_5.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_5.js b/docs/apple/html/search/variables_5.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_6.html b/docs/apple/html/search/variables_6.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_6.js b/docs/apple/html/search/variables_6.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_7.html b/docs/apple/html/search/variables_7.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_7.js b/docs/apple/html/search/variables_7.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_8.html b/docs/apple/html/search/variables_8.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_8.js b/docs/apple/html/search/variables_8.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_9.html b/docs/apple/html/search/variables_9.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_9.js b/docs/apple/html/search/variables_9.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_a.html b/docs/apple/html/search/variables_a.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_a.js b/docs/apple/html/search/variables_a.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_b.html b/docs/apple/html/search/variables_b.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_b.js b/docs/apple/html/search/variables_b.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_c.html b/docs/apple/html/search/variables_c.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_c.js b/docs/apple/html/search/variables_c.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_d.html b/docs/apple/html/search/variables_d.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_d.js b/docs/apple/html/search/variables_d.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_e.html b/docs/apple/html/search/variables_e.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_e.js b/docs/apple/html/search/variables_e.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_f.html b/docs/apple/html/search/variables_f.html old mode 100644 new mode 100755 diff --git a/docs/apple/html/search/variables_f.js b/docs/apple/html/search/variables_f.js old mode 100644 new mode 100755 diff --git a/docs/apple/html/splitbar.png b/docs/apple/html/splitbar.png old mode 100644 new mode 100755 diff --git a/docs/apple/html/sync_off.png b/docs/apple/html/sync_off.png old mode 100644 new mode 100755 diff --git a/docs/apple/html/sync_on.png b/docs/apple/html/sync_on.png old mode 100644 new mode 100755 diff --git a/docs/apple/html/tab_a.png b/docs/apple/html/tab_a.png old mode 100644 new mode 100755 diff --git a/docs/apple/html/tab_b.png b/docs/apple/html/tab_b.png old mode 100644 new mode 100755 diff --git a/docs/apple/html/tab_h.png b/docs/apple/html/tab_h.png old mode 100644 new mode 100755 diff --git a/docs/apple/html/tab_s.png b/docs/apple/html/tab_s.png old mode 100644 new mode 100755 diff --git a/docs/apple/html/tabs.css b/docs/apple/html/tabs.css old mode 100644 new mode 100755 diff --git a/docs/assets/ffmpeg-kit-icon-v9-small.png b/docs/assets/ffmpeg-kit-icon-v9-small.png old mode 100644 new mode 100755 diff --git a/docs/assets/ffmpeg-kit-icon-v9.png b/docs/assets/ffmpeg-kit-icon-v9.png old mode 100644 new mode 100755 diff --git a/docs/index.md b/docs/index.md old mode 100644 new mode 100755 diff --git a/scripts/android/dav1d.sh b/scripts/android/dav1d.sh old mode 100644 new mode 100755 diff --git a/scripts/android/ffmpeg.sh b/scripts/android/ffmpeg.sh index c8dd20791..d46f050d9 100755 --- a/scripts/android/ffmpeg.sh +++ b/scripts/android/ffmpeg.sh @@ -415,6 +415,139 @@ ${SED_INLINE} "s/\$version/$FFMPEG_VERSION/g" "${BASEDIR}"/src/"${LIB_NAME}"/ffb --disable-nvenc \ --disable-vaapi \ --disable-vdpau \ + --enable-small \ + --enable-pthreads \ + --enable-avfilter \ + --enable-avformat \ + --enable-avcodec \ + --enable-swresample \ + --enable-swscale \ + --enable-hwaccels \ + \ + --disable-decoders \ + --enable-decoder=pcm_u16be \ + --enable-decoder=pcm_u16le \ + --enable-decoder=pcm_u8 \ + --enable-decoder=pcm_s8 \ + --enable-decoder=pcm_s16be \ + --enable-decoder=pcm_s16le \ + --enable-decoder=pcm_f32le \ + --enable-decoder=pcm_f64le \ + --enable-decoder=mp3 \ + --enable-decoder=mpeg4 \ + --enable-decoder=mpegvideo \ + --enable-decoder=aac \ + --enable-decoder=h264 \ + --enable-decoder=dnxhd \ + --enable-decoder=png \ + --enable-decoder=mjpeg \ + \ + --disable-encoders \ + --enable-encoder=libx264 \ + --enable-encoder=pcm_s16le \ + --enable-encoder=pcm_s8 \ + --enable-encoder=pcm_u8 \ + --enable-encoder=pcm_f32le \ + --enable-encoder=pcm_f64le \ + --enable-encoder=mpeg4 \ + --enable-encoder=mov \ + --enable-encoder=h264 \ + --enable-encoder=aac \ + --enable-encoder=mp3 \ + --enable-encoder=rawvideo \ + --enable-encoder=png \ + --enable-encoder=mjpeg \ + \ + --enable-parser=aac \ + --enable-parser=mpeg4video \ + --enable-parser=mpegaudio \ + --enable-parser=mpegvideo \ + --enable-parser=dnxhd \ + --enable-parser=h264 \ + \ + --disable-protocols \ + --enable-protocol=file \ + --enable-protocol=md5 \ + --enable-protocol=pipe \ + --enable-protocol=concat \ + \ + --disable-muxers \ + --enable-muxer=dnxhd \ + --enable-muxer=pcm_s16le \ + --enable-muxer=pcm_s8 \ + --enable-muxer=pcm_u8 \ + --enable-muxer=mov \ + --enable-muxer=ismv \ + --enable-muxer=mp4 \ + --enable-muxer=matroska \ + --enable-muxer=avi \ + --enable-muxer=h264 \ + --enable-muxer=yuv4mpegpipe \ + --enable-muxer=crc \ + --enable-muxer=framecrc \ + --enable-muxer=framehash \ + --enable-muxer=framemd5 \ + --enable-muxer=hash \ + --enable-muxer=md5 \ + --enable-muxer=mpegts \ + --enable-muxer=mp3 \ + --enable-muxer=image2 \ + \ + --disable-demuxers \ + --enable-demuxer=amr \ + --enable-demuxer=mp3 \ + --enable-demuxer=pcm_s16le \ + --enable-demuxer=pcm_s8 \ + --enable-demuxer=pcm_u8 \ + --enable-demuxer=mov \ + --enable-demuxer=h264 \ + --enable-demuxer=mp4 \ + --enable-demuxer=mpegvideo \ + --enable-demuxer=aac \ + --enable-demuxer=matroska \ + --enable-demuxer=avi \ + --enable-demuxer=concat \ + --enable-demuxer=mpegts \ + --enable-demuxer=rawvideo \ + --enable-demuxer=aac \ + --enable-demuxer=image2 \ + \ + --disable-parsers \ + --enable-parser=h264 \ + --enable-parser=aac \ + --enable-parser=mpegaudio \ + \ + --disable-bsfs \ + --enable-bsf=h264_metadata \ + --enable-bsf=h264_redundant_pps \ + --enable-bsf=h264_mp4toannexb \ + --enable-bsf=mpeg4_unpack_bframes \ + --enable-bsf=noise \ + --enable-bsf=remove_extra \ + --enable-bsf=trace_headers \ + --enable-bsf=av1_metadata \ + --enable-bsf=chomp \ + --enable-bsf=dump_extra \ + --enable-bsf=extract_extradata \ + --enable-bsf=imxdump \ + --enable-bsf=mov2textsub \ + --enable-bsf=mpeg2_metadata \ + --enable-bsf=null \ + --enable-bsf=text2movsub \ + --enable-bsf=trace_headers \ + \ + --disable-indevs \ + --enable-indev=lavfi \ + --disable-outdevs \ + --enable-debug \ + --disable-htmlpages \ + --disable-manpages \ + --disable-podpages \ + --disable-txtpages \ + --disable-ffplay \ + --disable-ffprobe \ + --enable-hardcoded-tables \ + --enable-yasm \ ${CONFIGURE_POSTFIX} 1>>"${BASEDIR}"/build.log 2>&1 if [[ $? -ne 0 ]]; then diff --git a/scripts/apple/dav1d.sh b/scripts/apple/dav1d.sh old mode 100644 new mode 100755 diff --git a/src/.gitignore b/src/.gitignore old mode 100644 new mode 100755 diff --git a/tools/patch/cmake/x265/CMakeLists.txt b/tools/patch/cmake/x265/CMakeLists.txt old mode 100644 new mode 100755 diff --git a/tools/patch/make/libvpx/configure.sh b/tools/patch/make/libvpx/configure.sh old mode 100644 new mode 100755 diff --git a/tools/patch/make/libvpx/configure.x86_64_mac_catalyst.sh b/tools/patch/make/libvpx/configure.x86_64_mac_catalyst.sh old mode 100644 new mode 100755 diff --git a/tools/patch/make/nettle/aclocal.m4 b/tools/patch/make/nettle/aclocal.m4 old mode 100644 new mode 100755 diff --git a/tools/patch/make/rubberband/Makefile.android.in b/tools/patch/make/rubberband/Makefile.android.in old mode 100644 new mode 100755 diff --git a/tools/patch/make/rubberband/Makefile.ios.in b/tools/patch/make/rubberband/Makefile.ios.in old mode 100644 new mode 100755 diff --git a/tools/patch/make/rubberband/configure.ac b/tools/patch/make/rubberband/configure.ac old mode 100644 new mode 100755 diff --git a/tools/patch/make/rubberband/rubberband.pc.in b/tools/patch/make/rubberband/rubberband.pc.in old mode 100644 new mode 100755 diff --git a/tools/patch/make/sdl/configure.in b/tools/patch/make/sdl/configure.in old mode 100644 new mode 100755 diff --git a/tools/release/android/build.gradle b/tools/release/android/build.gradle old mode 100644 new mode 100755 diff --git a/tools/release/android/build.lts.gradle b/tools/release/android/build.lts.gradle old mode 100644 new mode 100755 diff --git a/tools/release/android/release.template.gradle b/tools/release/android/release.template.gradle old mode 100644 new mode 100755 diff --git a/tools/release/apple/ffmpeg-kit-ios-audio.podspec b/tools/release/apple/ffmpeg-kit-ios-audio.podspec old mode 100644 new mode 100755 diff --git a/tools/release/apple/ffmpeg-kit-ios-full-gpl.podspec b/tools/release/apple/ffmpeg-kit-ios-full-gpl.podspec old mode 100644 new mode 100755 diff --git a/tools/release/apple/ffmpeg-kit-ios-full.podspec b/tools/release/apple/ffmpeg-kit-ios-full.podspec old mode 100644 new mode 100755 diff --git a/tools/release/apple/ffmpeg-kit-ios-https-gpl.podspec b/tools/release/apple/ffmpeg-kit-ios-https-gpl.podspec old mode 100644 new mode 100755 diff --git a/tools/release/apple/ffmpeg-kit-ios-https.podspec b/tools/release/apple/ffmpeg-kit-ios-https.podspec old mode 100644 new mode 100755 diff --git a/tools/release/apple/ffmpeg-kit-ios-min-gpl.podspec b/tools/release/apple/ffmpeg-kit-ios-min-gpl.podspec old mode 100644 new mode 100755 diff --git a/tools/release/apple/ffmpeg-kit-ios-min.podspec b/tools/release/apple/ffmpeg-kit-ios-min.podspec old mode 100644 new mode 100755 diff --git a/tools/release/apple/ffmpeg-kit-ios-video.podspec b/tools/release/apple/ffmpeg-kit-ios-video.podspec old mode 100644 new mode 100755 diff --git a/tools/release/apple/ffmpeg-kit-macos-audio.podspec b/tools/release/apple/ffmpeg-kit-macos-audio.podspec old mode 100644 new mode 100755 diff --git a/tools/release/apple/ffmpeg-kit-macos-full-gpl.podspec b/tools/release/apple/ffmpeg-kit-macos-full-gpl.podspec old mode 100644 new mode 100755 diff --git a/tools/release/apple/ffmpeg-kit-macos-full.podspec b/tools/release/apple/ffmpeg-kit-macos-full.podspec old mode 100644 new mode 100755 diff --git a/tools/release/apple/ffmpeg-kit-macos-https-gpl.podspec b/tools/release/apple/ffmpeg-kit-macos-https-gpl.podspec old mode 100644 new mode 100755 diff --git a/tools/release/apple/ffmpeg-kit-macos-https.podspec b/tools/release/apple/ffmpeg-kit-macos-https.podspec old mode 100644 new mode 100755 diff --git a/tools/release/apple/ffmpeg-kit-macos-min-gpl.podspec b/tools/release/apple/ffmpeg-kit-macos-min-gpl.podspec old mode 100644 new mode 100755 diff --git a/tools/release/apple/ffmpeg-kit-macos-min.podspec b/tools/release/apple/ffmpeg-kit-macos-min.podspec old mode 100644 new mode 100755 diff --git a/tools/release/apple/ffmpeg-kit-macos-video.podspec b/tools/release/apple/ffmpeg-kit-macos-video.podspec old mode 100644 new mode 100755 diff --git a/tools/release/apple/ffmpeg-kit-tvos-audio.podspec b/tools/release/apple/ffmpeg-kit-tvos-audio.podspec old mode 100644 new mode 100755 diff --git a/tools/release/apple/ffmpeg-kit-tvos-full-gpl.podspec b/tools/release/apple/ffmpeg-kit-tvos-full-gpl.podspec old mode 100644 new mode 100755 diff --git a/tools/release/apple/ffmpeg-kit-tvos-full.podspec b/tools/release/apple/ffmpeg-kit-tvos-full.podspec old mode 100644 new mode 100755 diff --git a/tools/release/apple/ffmpeg-kit-tvos-https-gpl.podspec b/tools/release/apple/ffmpeg-kit-tvos-https-gpl.podspec old mode 100644 new mode 100755 diff --git a/tools/release/apple/ffmpeg-kit-tvos-https.podspec b/tools/release/apple/ffmpeg-kit-tvos-https.podspec old mode 100644 new mode 100755 diff --git a/tools/release/apple/ffmpeg-kit-tvos-min-gpl.podspec b/tools/release/apple/ffmpeg-kit-tvos-min-gpl.podspec old mode 100644 new mode 100755 diff --git a/tools/release/apple/ffmpeg-kit-tvos-min.podspec b/tools/release/apple/ffmpeg-kit-tvos-min.podspec old mode 100644 new mode 100755 diff --git a/tools/release/apple/ffmpeg-kit-tvos-video.podspec b/tools/release/apple/ffmpeg-kit-tvos-video.podspec old mode 100644 new mode 100755