j-jorge
a8940056aa
Allow unity builds on a subset of the sources. ( #1266 )
...
In order to allow unity builds we need to avoiding "using namespace"
at file scope, #undef our file-specific #defines, and avoid having
static functions with identical name and signature.
2023-07-15 19:06:54 +08:00
j-jorge
7ade6fefad
Add missing include guards. ( #1265 )
2023-07-10 08:47:20 +08:00
halx99
408608a579
Fix warning [skip ci]
2023-06-28 16:17:55 +08:00
halx99
ef41a52939
Sync yasio to latest
2023-06-24 21:18:27 +08:00
Deal(一线灵)
87601a734b
Update 3rd sources ( #1240 )
...
- llhttp: 8.1.1
- yasio: latest
- recast 1.6.0
- openal-soft: latest for official UWP support
- glad 2.0.4
- libpng 1.6.40
- astcenc 4.5.0
- Add fastlz: latest
- Disable lz4 by default
2023-06-24 09:17:14 +08:00
Deal(一线灵)
9a4d1aa09b
Apple Media, print error reason when load media failed
2023-06-19 09:27:28 +08:00
Deal(一线灵)
0c058a5d3e
Remove CC prefix from code file name ( #1230 )
...
* Add migrate sources tool
* Fix include replace regex
* Fix compile
* Migrate maually
* Disable sources-migrate tool by default
* Fix ci
* Fix ci
* Improve source migrate
* Fix ios/tvos ci
* Fix ios/tvos ci
* Fix
2023-06-11 13:08:08 +08:00
Deal(一线灵)
d57706b8ae
Improve media-engine for android, linux ( #1228 )
...
* Improve media-engine
- Implement andorid,linux
- Improve local file uri scheme
* Fix ci
* Improve code style
* Improve
* Update VlcMediaEngine.cpp
* Update AvfMediaEngine.h
* Fix ci
* Improve code style
* Enable androidx gradle.properties [skip ci]
* Improve code style
* Remove unnecessary callbacks
* Rename VideoPlayer to MediaPlayer
2023-06-10 22:05:49 +08:00
Deal(一线灵)
118d7fba0a
[REFINE] Win32: Avoid video frames buffer accumulation ( #1215 )
2023-05-26 19:41:01 +08:00
halx99
14373a8483
Update yasio to latest
2023-05-14 22:39:05 +08:00
halx99
6ebac0d692
Fix ci
2023-05-14 18:16:24 +08:00
halx99
8f7711b1d8
Fix ci
2023-04-07 23:57:13 +08:00
halx99
e63669193b
Fix windows H264 video render
2023-04-07 23:32:26 +08:00
Deal(一线灵)
de7fdee6e4
Enable video player(VideoTexture) based on new MediaEngine for macOS and tvos ( #1154 )
...
* Ready for PR macOS
* Update videoTexture.frag
* Fix compile
* Fix h265 for mac [skip ci]
* Fix compile error
* Update readme [skip ci]
2023-04-02 01:51:36 +08:00
Deal(一线灵)
3d23eea8d0
Media engine video texture ( #1133 )
...
* VideoPlayer based on new MediaEngine[Win32/UWP]
* Improve MediaEngine interface
* Update readme
* Improve pixel format
* Improve MediaEngine interface
* Ready for PR UWP/Win32
* Ready for PR UWP,Win32
* Update reademe files
* Update readme files
* Update UIVideoPlayer-android.cpp [skip ci]
* Update UIVideoPlayer-ios.mm
* Update MFUtils.cpp
* Fix ci
2023-03-25 08:37:51 +08:00