Compare commits

...

10 Commits

Author SHA1 Message Date
Taner Sener c293dd421b Using released versions in test-apps. 2018-11-09 15:49:11 +03:00
Taner Sener d46a5e1e66 ios release scripts updated. also fixes #41 for android vorbis builds. 2018-11-09 13:38:10 +03:00
Taner Sener a32f0067d4 ffmpeg patched for https://trac.ffmpeg.org/ticket/7433 2018-11-09 00:53:43 +03:00
Taner Sener aead62b215 new minor release: v2.2 2018-11-08 23:32:23 +03:00
Taner Sener b20376a785 Build file versions updated 2018-11-08 23:16:48 +03:00
Taner Sener e0b4aacf92 new version: libaom v1.0.0-898-g716f2896c 2018-11-08 23:11:46 +03:00
Taner Sener c461ea76d3 new version: x264-snapshot-20181107 2018-11-08 23:08:28 +03:00
Taner Sener ff1b1c4935 new version: ffmpeg v4.0.3 2018-11-03 22:16:09 +03:00
Taner Sener 28e52ed774 new version: opus v1.3 2018-11-03 22:16:08 +03:00
Taner Sener b68ffc3053 updated: android release package information 2018-10-15 23:07:39 +03:00
1056 changed files with 37350 additions and 14768 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
# MobileFFmpeg [![Join the chat at https://gitter.im/mobile-ffmpeg/Lobby](https://badges.gitter.im/mobile-ffmpeg/Lobby.svg)](https://gitter.im/mobile-ffmpeg/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) ![GitHub release](https://img.shields.io/badge/release-v2.1.1-blue.svg) ![Bintray](https://img.shields.io/badge/bintray-v2.1.1-blue.svg) ![CocoaPods](https://img.shields.io/badge/pod-v2.1.1-blue.svg)
# MobileFFmpeg [![Join the chat at https://gitter.im/mobile-ffmpeg/Lobby](https://badges.gitter.im/mobile-ffmpeg/Lobby.svg)](https://gitter.im/mobile-ffmpeg/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) ![GitHub release](https://img.shields.io/badge/release-v2.2-blue.svg) ![Bintray](https://img.shields.io/badge/bintray-v2.2-blue.svg) ![CocoaPods](https://img.shields.io/badge/pod-v2.2-blue.svg)
FFmpeg for Android and IOS
@@ -177,7 +177,7 @@ execution, video encoding, accessing https, encoding audio, burning subtitles an
- `MobileFFmpeg v1.x` is the previous stable, includes `FFmpeg v3.4.4`
- `MobileFFmpeg v2.x` is the current stable, includes `FFmpeg v4.0.2`
- `MobileFFmpeg v2.x` is the current stable, includes `FFmpeg v4.0.3`
### 4. Building
#### 4.1 Prerequisites
+1 -1
View File
@@ -20,7 +20,7 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.arthenica:mobile-ffmpeg-full:2.1.1'
implementation 'com.arthenica:mobile-ffmpeg-full:2.2'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
+3 -3
View File
@@ -780,9 +780,9 @@ download_gpl_library_source() {
GPL_LIB_DEST_DIR="libvidstab"
;;
x264)
GPL_LIB_URL="ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20180829-2245-stable.tar.bz2"
GPL_LIB_FILE="x264-snapshot-20180829-2245-stable.tar.bz2"
GPL_LIB_ORIG_DIR="x264-snapshot-20180829-2245-stable"
GPL_LIB_URL="ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20181107-2245-stable.tar.bz2"
GPL_LIB_FILE="x264-snapshot-20181107-2245-stable.tar.bz2"
GPL_LIB_ORIG_DIR="x264-snapshot-20181107-2245-stable"
GPL_LIB_DEST_DIR="x264"
;;
x265)
+1 -1
View File
@@ -42,7 +42,7 @@ if [[ ${RECONF_libvorbis} -eq 1 ]]; then
autoreconf_library ${LIB_NAME}
fi
./configure \
PKG_CONFIG= ./configure \
--prefix=${BASEDIR}/prebuilt/android-$(get_target_build)/${LIB_NAME} \
--with-pic \
--with-sysroot=${ANDROID_NDK_ROOT}/toolchains/mobile-ffmpeg-${TOOLCHAIN}/sysroot \
+3 -3
View File
@@ -750,9 +750,9 @@ download_gpl_library_source() {
GPL_LIB_DEST_DIR="libvidstab"
;;
x264)
GPL_LIB_URL="ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20180829-2245-stable.tar.bz2"
GPL_LIB_FILE="x264-snapshot-20180829-2245-stable.tar.bz2"
GPL_LIB_ORIG_DIR="x264-snapshot-20180829-2245-stable"
GPL_LIB_URL="ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20181107-2245-stable.tar.bz2"
GPL_LIB_FILE="x264-snapshot-20181107-2245-stable.tar.bz2"
GPL_LIB_ORIG_DIR="x264-snapshot-20181107-2245-stable"
GPL_LIB_DEST_DIR="x264"
;;
x265)
+1 -1
View File
@@ -48,7 +48,7 @@ if [[ ${RECONF_libvorbis} -eq 1 ]]; then
autoreconf_library ${LIB_NAME}
fi
./configure \
PKG_CONFIG= ./configure \
--prefix=${BASEDIR}/prebuilt/ios-$(get_target_host)/${LIB_NAME} \
--with-pic \
--with-sysroot=${SDK_PATH} \
+1 -1
View File
@@ -94,7 +94,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -90,7 +90,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -352,7 +352,7 @@ Data Fields</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -483,7 +483,7 @@ Variables</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -103,7 +103,7 @@ $(function() {
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:41 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -1214,7 +1214,7 @@ Variables</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -207,7 +207,7 @@ $(function() {
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:41 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -204,7 +204,7 @@ Variables</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -82,7 +82,7 @@ $(function() {
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -97,7 +97,7 @@ Variables</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -70,7 +70,7 @@ $(function() {
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -281,7 +281,7 @@ Data Fields</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -137,7 +137,7 @@ Data Fields</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -1066,7 +1066,7 @@ Data Fields</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -257,7 +257,7 @@ Functions</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -71,7 +71,7 @@ $(function() {
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -197,7 +197,7 @@ Data Fields</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -172,7 +172,7 @@ Data Fields</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -244,7 +244,7 @@ Data Fields</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -352,7 +352,7 @@ Data Fields</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -3871,7 +3871,7 @@ Variables</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -438,7 +438,7 @@ $(function() {
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:41 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -137,7 +137,7 @@ Data Fields</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -2207,7 +2207,7 @@ Variables</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -521,7 +521,7 @@ $(function() {
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:41 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -3678,7 +3678,7 @@ Variables</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -238,7 +238,7 @@ $(function() {
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:41 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -3031,7 +3031,7 @@ Variables</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -185,7 +185,7 @@ $(function() {
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:41 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -388,7 +388,7 @@ Data Fields</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -573,7 +573,7 @@ Functions</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -77,7 +77,7 @@ $(function() {
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -226,7 +226,7 @@ Data Fields</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -4086,7 +4086,7 @@ Variables</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -473,7 +473,7 @@ $(function() {
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -190,7 +190,7 @@ Data Fields</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -154,7 +154,7 @@ Data Fields</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -139,7 +139,7 @@ Data Fields</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -1312,7 +1312,7 @@ Data Fields</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -226,7 +226,7 @@ Data Fields</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -1386,7 +1386,7 @@ Variables</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -131,7 +131,7 @@ $(function() {
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -226,7 +226,7 @@ Data Fields</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -136,7 +136,7 @@ Data Fields</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -232,7 +232,7 @@ Data Fields</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -154,7 +154,7 @@ Data Fields</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
@@ -2296,7 +2296,7 @@ Data Fields</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -85,7 +85,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -114,7 +114,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -78,7 +78,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -118,7 +118,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -126,7 +126,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -102,7 +102,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -195,7 +195,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -98,7 +98,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -126,7 +126,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -113,7 +113,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -75,7 +75,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -110,7 +110,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -110,7 +110,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -263,7 +263,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -97,7 +97,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -96,7 +96,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -75,7 +75,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -104,7 +104,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -197,7 +197,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -96,7 +96,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -82,7 +82,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -75,7 +75,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -114,7 +114,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -78,7 +78,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -118,7 +118,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -126,7 +126,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -102,7 +102,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -195,7 +195,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -98,7 +98,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -126,7 +126,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -113,7 +113,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -75,7 +75,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -110,7 +110,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -110,7 +110,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -263,7 +263,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -97,7 +97,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -96,7 +96,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -75,7 +75,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -104,7 +104,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -197,7 +197,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -96,7 +96,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -82,7 +82,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -75,7 +75,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -79,7 +79,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -79,7 +79,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -152,7 +152,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
+1 -1
View File
@@ -220,7 +220,7 @@ $(function() {
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 29 2018 18:16:42 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Nov 8 2018 23:19:14 for MobileFFmpeg Android API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>

Some files were not shown because too many files have changed in this diff Show More