387 Commits (38418392358070f2ed36c0580a6b29bf3499695b)
 

Author SHA1 Message Date
begeekmyfriend 3841839235 Add GitAds
Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
5 years ago
Leo Ma fb858ee854
Merge pull request #757 from obarong/master
support minSdkVersion=18 targetSdkVersion=26
5 years ago
obarong d6919266e0 Add write storage permission 5 years ago
obarong c803f50827 Update libyuv to commit 2020-02-19 45f1f2b. Add libenc.so libyuv.so. 5 years ago
obarong a648920edf Add runtime request permission for sdk26.
Add keystore.jks.
5 years ago
obarong 9fbb0d4d0d Update libx264.a and support minSdkVersion 18 5 years ago
obarong 143301e235 添加libx264 mips编译脚本 5 years ago
obarong 37d13984a5 Update .gitignore
Add gradle
5 years ago
Leo Ma 4b188ba462
Update MainActivity.java 6 years ago
Leo Ma 6b439bb1d4
Merge pull request #724 from deathemperor/master
fix android build
6 years ago
deathemperor 549f4bd30c fix android build 6 years ago
Leo Ma f5fcc76a52
AudioSource configuration for AEC 6 years ago
Leo Ma 0462d6dbcf
Fix bug 6 years ago
Leo Ma a18f87cd88
Merge pull request #708 from Zohaad97/develop
Added 'isAllFramesUploaded' and 'getVideoFrameCacheCount' methods.
6 years ago
Zohaad Afzal 8a1f71cda9 Added 'isAllFramesUploaded' and 'getVideoFrameCacheCount' methods. 6 years ago
Leo Ma d5386ed8b7
Merge pull request #701 from thegobot/master
camera callbacks
6 years ago
thegobot 9105912ba8
Update MainActivity.java 6 years ago
thegobot b12737ecd1
Update SrsCameraView.java 6 years ago
Leo Ma 901dce2271
Merge pull request #700 from thegobot/master
preview orientation in different directions
6 years ago
thegobot dac06009b5
Update SrsCameraView.java 6 years ago
thegobot 8ceba91cf4
setPreviewOrientation in different directions 6 years ago
Leo Ma 5e946797f5
Merge pull request #696 from thegobot/master
CAMERA_ERROR_EVICTED fix
6 years ago
thegobot 6d3e549f2c
Update SrsCameraView.java 6 years ago
thegobot 9ca202c61a
Update MainActivity.java 6 years ago
thegobot 707985f7d1
Update SrsCameraView.java 6 years ago
thegobot 6e00e91d67
Update SrsPublisher.java 6 years ago
Leo Ma 13d40cd9f3
Merge pull request #695 from thegobot/master
Update SrsCameraView.java
6 years ago
thegobot 0ed6343411
Update SrsCameraView.java 6 years ago
Leo Ma 7b32ebee62
Merge pull request #694 from thegobot/master
Update SrsCameraView.java
6 years ago
thegobot 826a8226e1
Update SrsEncoder.java 6 years ago
thegobot 3ce4b85f2a
Update SrsCameraView.java 6 years ago
Leo Ma e7307d019e
Merge pull request #692 from thegobot/master
setPreviewResolution surface holder size
6 years ago
thegobot 4490f57e6f
setPreviewResolution surface holder size 6 years ago
Leo Ma 71d2c75484
Merge pull request #691 from thegobot/master
BufferOverflowException  fix
6 years ago
thegobot a5415b2875
BufferOverflowException fix 6 years ago
Leo Ma cf65d9c16a
Merge pull request #688 from anderslangballe/fps-improvement
Set recording hint to true
6 years ago
Anders Jakobsen b17c5df0cb Corrected spelling mistakes 6 years ago
Anders Jakobsen 4e234a1ae4 Set recording hint to true 6 years ago
Leo Ma 612ce41481
Merge pull request #686 from Zohaad97/feature/pauseResume
updated UI with pause button
6 years ago
Zohaad Afzal 5995f66933 updated UI with pause button 6 years ago
Leo Ma c5d4f3efdc
Merge pull request #684 from Zohaad97/feature/pauseResume
Implement Pause and Resume functionality
6 years ago
Zohaad 417c99c7f5 Implement Pause and Resume functionality 6 years ago
Leo Ma 189aea48b0
Update README.md 7 years ago
Leo Ma 1059bd6eb0
Merge pull request #675 from lomoya90/rtmp
Error:A problem occurred receiving StreamBegin from server
7 years ago
liyan01 d4b295d571 Error:A problem occurred receiving StreamBegin from server 7 years ago
begeekmyfriend fea87c86f8 Fix white line on left side of the screen
The buffer address is forced to be aligned by allocateDirect method in
ByteBuffer so the valid data may not be stored from the first byte of the
buffer witch is still returned by the array method in ByteBuffer. So we need
to substitute allocate method for allocate direct method when fetching the
image from the camera.

Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
7 years ago
Leo Ma c1709810aa
Merge pull request #624 from jw20082009/master
修复软编码时概率性崩溃(前帧的BufferInfo参数被后帧所覆盖,byteBuffer无法执行limit(int newlimit)方法)
7 years ago
jiangwang 51b17f2e9e 修复概率性花屏/绿屏(前帧的BufferInfo被后帧所覆盖,导致帧的宽高参数出错,从而花屏/绿屏) 7 years ago
jiangwang e4befce97e 修复软编码时概率性崩溃(前帧的BufferInfo参数被后帧所覆盖,byteBuffer无法执行limit(int newlimit)方法) 7 years ago
Leo Ma dac714ad49
Merge pull request #617 from Ccapton/patch-1
设置Camera.PreviewCallback 回调函数,修改旋转角度
7 years ago