akallabeth
|
eb95f00991
|
Move H264 subsystem variable to header
|
2022-04-28 13:25:27 +02:00 |
|
Armin Novak
|
e5d820a37d
|
Use variable for mediacodec codec name
|
2022-02-24 12:06:06 +01:00 |
|
Armin Novak
|
ac98dfa502
|
Fixed mediacodec backend
* Link directly, no runtime linking. (It is part of the NDK for API >=
21)
* Fix problems with functions introduced with API 26 and 28
|
2022-02-24 12:06:06 +01:00 |
|
akallabeth
|
8cc6582044
|
Unify struct definitions (#7633)
* Unified enum/struct definitions, fixed include issues
* Fixed mac compilation issues
* Added missing include
* Fixed windows server build warnings
* Fixed VS2010 build issue
* Removed unnecessary library linking
* Fixed ThreadPool WinXP compatibility
* Fixed pr review remarks
|
2022-02-14 14:59:22 +01:00 |
|
Armin Novak
|
83d834a6ca
|
Static internal variables, added resolution limit explanation
|
2022-01-31 11:20:27 +01:00 |
|
eronnen
|
4c78b66822
|
always initializing MediaCodec with non-zero resolution, adjusting to codec output resolution
|
2022-01-31 11:20:27 +01:00 |
|
Armin Novak
|
6f3761b8bf
|
Fixed too eager assert.
|
2022-01-26 12:22:41 +01:00 |
|
Armin Novak
|
61e7f5796f
|
Added missing include
|
2022-01-26 10:24:26 +01:00 |
|
Armin Novak
|
4d29cb3700
|
Fixed statement expressions and missing goto
|
2022-01-26 10:24:26 +01:00 |
|
Armin Novak
|
d3ae4cf26d
|
Added code assertions, fixed loading order
|
2022-01-26 10:24:26 +01:00 |
|
Ely Ronnen
|
633c1abf44
|
handling small input buffer case
|
2022-01-26 10:24:26 +01:00 |
|
Ely Ronnen
|
91540862df
|
import libmediandk.so dynamically
|
2022-01-26 10:24:26 +01:00 |
|
Ely Ronnen
|
52202762e8
|
adding mediacodec h264 implementation using NDK
|
2022-01-26 10:24:26 +01:00 |
|