Commit Graph

67 Commits

Author SHA1 Message Date
Taner Sener
f56cc05d50 update android documentation 2022-04-11 12:39:39 +01:00
Taner Sener
326dd1b127 resolve build errors on nightly builds 2022-01-09 14:16:23 +00:00
Taner Sener
c672cf9480 depend on android ndk 22.1.7171670, fixes #292 2022-01-01 14:27:24 +00:00
Taner Sener
a2908f5d32 freeze v4.5.1 2021-12-30 22:26:16 +00:00
Taner Sener
ae708befea add support for zimg openssl and srt, fixes #28 and #241 2021-12-28 00:17:04 +00:00
Taner Sener
38d88e0c12 replace execute callback with session specific complete callbacks, fixes #197 2021-12-24 17:34:42 +00:00
Taner Sener
6d1493d08d fix synchronous execution errors in get media information from command methods for android 2021-12-22 00:20:15 +00:00
Taner Sener
d8945c1fca unify the names of execute methods that accept a string for android 2021-12-21 20:54:21 +00:00
Taner Sener
d1fc22d96f build android library using ndk 23b 2021-12-21 00:48:34 +00:00
Taner Sener
64a67922c7 update min sdk version in build.gradle when api level is explicitly set 2021-12-21 00:42:59 +00:00
Taner Sener
15345abc27 replace @jlink with @link in android javadocs 2021-12-19 23:58:33 +00:00
Taner Sener
a7fe2d4b66 implement chapters in media information object, fixes #196 2021-12-18 23:43:16 +00:00
Taner Sener
d370cfd3e2 use unique method names for overloaded methods on android 2021-11-10 01:12:49 +00:00
Taner Şener
57ba208726
Merge pull request #230 from tanersener/improve-documentation
Improve documentation
2021-11-09 19:46:37 +00:00
Taner Sener
27af848e9c more detailed docs for async execute methods 2021-11-09 09:31:44 +00:00
Taner Sener
1cb36ea365 call session callbacks first rather than global callbacks on native platforms 2021-11-08 00:47:38 +00:00
Taner Sener
fc747666c5 add missing break statements while processing logs in native platforms 2021-11-08 00:21:59 +00:00
Taner Sener
eee8d852b9 differentiate class and insance methods in ReturnCode class for native platforms 2021-11-08 00:12:32 +00:00
Taner Sener
b142442551 add sessionStateToString method on android platform 2021-11-07 23:47:53 +00:00
Taner Sener
eda94ad613 introduce a method to generate saf protocol urls using a custom open mode, fixes #167 2021-11-07 22:21:27 +00:00
Taner Sener
83d1fc6e72 dont allow generating invalid saf urls, improves #34 2021-11-07 14:08:51 +00:00
Taner Sener
3f8ec5d2f7 document internal native methods that must not be called by applications 2021-11-07 14:06:20 +00:00
Taner Sener
fb0a2105a0 clear sessionHistoryMap in clearSessions(), fixes #171 2021-10-07 08:46:20 +01:00
Taner Sener
1203a3218c use rich code blocks in readmes 2021-10-06 20:40:36 +01:00
Taner Sener
5a3224b357 freeze native 4.5 releases 2021-09-19 21:48:24 +01:00
Taner Sener
dc8f5b635c specify test options in the build.gradle 2021-09-18 12:36:43 +01:00
Taner Sener
28612fce75 fix ios ffprobe implementation 2021-09-15 23:28:45 +01:00
Taner Sener
e3ea69a58e Fix getLastReceivedStatistics method, fixes #139 2021-09-15 17:58:15 +01:00
Taner Sener
64d380290a implement clearSessions methods on FFmpegKitConfig 2021-09-15 16:52:07 +01:00
Taner Sener
caa53bedd8 parseArguments and argumentsToString moved under FFmpegKitConfig 2021-09-15 16:26:24 +01:00
Taner Sener
68cbf69e80 StreamInformation getFullCodec method renamed as getCodecLong 2021-09-15 15:54:31 +01:00
Taner Sener
247a8b2149 Disable exiting upon receiving more then 3 signals, fixes #129 2021-08-18 23:06:43 +03:00
Taner Sener
d4f51ca5c0 add sessions to history on creation 2021-08-17 14:06:00 +03:00
Taner Sener
78c4da02e8 make packages class public for android, fixes #14 2021-08-16 21:28:12 +03:00
Taner Sener
5295129a7c copy license files into android archives, fixes #12 2021-08-16 01:00:11 +03:00
Taner Sener
470f70282b use thread specific exit contexts for each native session, fixes #72 2021-08-16 00:17:54 +03:00
Taner Sener
4ce973e9d8 fix android github action errors 2021-08-15 21:32:18 +03:00
Taner Sener
98bb5c7619 use ffmpeg n4.5-dev-1598-gacd3c101ef 2021-08-15 00:14:32 +03:00
Taner Sener
22d20d7de7 update external libraries 2021-05-16 11:26:05 +01:00
Taner Sener
c356b059c7 implement custom ffmpeg-kit protocols for android, fixes #39 2021-05-14 22:49:08 +01:00
a-huk
4e78eac467
Explicit SAF read & write instructions 2021-05-06 21:50:38 +02:00
Taner Sener
95dc029215 make sure files and connections are closed, fixes #33, fixes #35 2021-05-01 13:51:17 +01:00
Taner Sener
647aedbf5c Add examples about new API features into documentation 2021-03-04 00:32:18 +00:00
Taner Sener
9a2792a376 add platform specific documentation 2021-03-03 11:05:54 +00:00
Taner Sener
994d7c2f55 fix setting build directory for lts releases in android.mk 2021-03-03 21:41:50 +00:00
Taner Sener
2cf5f9ff0e update documentation 2021-03-03 18:59:41 +00:00
Taner Sener
eaa0db2067 add release scripts 2021-02-28 23:01:46 +00:00
Taner Sener
21821a8a51 fix api errors 2021-02-22 01:22:30 +00:00
Taner Sener
bdb9601069 add helper methods to ReturnCode 2021-02-16 16:44:46 +00:00
Taner Sener
a05fdf4e56 suppress depreciation warnings in native loader 2021-02-15 09:58:17 +00:00