Enable some audio decoders support#5101
Open
Vichet97 wants to merge 234 commits intobilibili:masterfrom
Open
Conversation
delete two assert error.
use IJKSDLGLViewProtocol in vout_ios_gles2 instead of IJKSDLGLView. add fcc_bgra overlay-format in VideoToolbox
release for flutter 0.2.0, see changes in NEWS.md
f0.3.0 fix cocoapods error
feat: libsrt build support
* ci: update github action caches * ci: test github actions cache
ci: add android ios release ci
|
ac3/eac3 has copywrite problem. Not recommend to turn it ON by default. |
* ci: add android symbols to github release * pref: add concrete rules for consumer proguard
* publish android aar to mavenCenter (Android) * upload android symbols to github release (Android)
* build: upload aar artifact to github action * fix: upgrade ffmpeg tag, fix mov seek crash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
export COMMON_FF_CFG_FLAGS="$COMMON_FF_CFG_FLAGS --enable-decoder=mpeg4"
export COMMON_FF_CFG_FLAGS="$COMMON_FF_CFG_FLAGS --enable-decoder=mp2*"
export COMMON_FF_CFG_FLAGS="$COMMON_FF_CFG_FLAGS --enable-decoder=ac3"