5
5
[ Swift版本点击这里] ( https://github.com/Tim9Liu9/TimLiu-iOS/blob/master/Swift.md )
6
6
欢迎加入QQ交流群: 594119878
7
7
8
+ ### 介绍
9
+
10
+ 这是一个用于iOS开发的各种开源库、开源资料、开源技术等等的索引库.
11
+
8
12
github排名 [ https://github.com/trending ] ( https://github.com/trending ) ,github搜索:[ https://github.com/search ] ( https://github.com/search )
9
13
10
- 使用方法:根据目录关键字搜索,记得包含@,以保证搜索目录关键字的唯一性。
14
+ ### 使用方法
15
+
16
+ 根据目录关键字搜索,记得包含@,以保证搜索目录关键字的唯一性。
17
+
18
+ ### 问题反馈
11
19
12
- 问题反馈: 期待大家和我们一起共同维护,同时也期望大家随时能提出宝贵的意见(直接提交issues即可)。请广大网友只按照目录结构(即使目录结构有问题)添加三方库,并提交pull request。目录问题大家提出issues后楼主会及时更改的。
20
+ 期待大家和我们一起共同维护,同时也期望大家随时能提出宝贵的意见(直接提交issues即可)。请广大网友只按照目录结构(即使目录结构有问题)添加三方库,并提交pull request。目录问题大家提出issues后楼主会及时更改的。
13
21
14
22
### 目录
15
23
- [ Github用法@] ( #Github用法 )
@@ -1135,23 +1143,21 @@ Deprecated in favor of PureLayout, which includes OS X support:https://github.co
1135
1143
#### VR@
1136
1144
1137
1145
* [ HTY360Player] ( https://github.com/hanton/HTY360Player ) 一款360度全景视频播放器
1138
-
1146
+ * [ ios-360-videos ] ( https://github.com/NYTimes/ios-360-videos ) - 基于AVPlayer的360度全景视频播放器
1139
1147
#### 音频@
1140
1148
1141
1149
* [ ESTMusicPlayer] ( https://github.com/Aufree/ESTMusicPlayer ) 一个简洁、易用的音乐播放器
1142
1150
* [ EZAudio] ( https://github.com/syedhali/EZAudio ) - 一个基于Core Audio的可视化、低延迟的音频加工框架.支持iOS、Mac OS X.
1143
1151
* [ novocaine] ( https://github.com/alexbw/novocaine ) - 高性能的音频,支持iOS and Mac OS X.
1144
1152
* [ SubtleVolume] ( https://github.com/andreamazz/SubtleVolume ) - 用更微妙的指示器替换系统卷弹出窗口
1145
1153
* [ NVDSP] ( https://github.com/bartolsthoorn/NVDSP ) - iOS/OSX DSP for audio (with Novocaine)
1146
- * [ SRGMediaPlayer-iOS] ( https://github.com/SRGSSR/SRGMediaPlayer-iOS ) - 一个提供简洁的方法为iOS应用添加通用的音频、视频播放的库
1147
1154
* [ IQAudioRecorderController] ( https://github.com/hackiftekhar/IQAudioRecorderController ) - 一个可以内置App的、通用的、带有漂亮的用户界面音频录制程序
1148
1155
* [ QuietModemKit] ( https://github.com/quiet/QuietModemKit ) 静态调制解调器的iOS框架(声音数据)
1149
1156
1150
1157
#### 视频@
1151
1158
#### 视频播放@
1152
1159
1153
1160
* [ FFmpeg] ( https://github.com/FFmpeg/FFmpeg ) 一个处理多媒体数据的开源、免费的库,
1154
-
1155
1161
* [ ZFPlayer] ( https://github.com/renzifeng/ZFPlayer ) - 非常赞 基于AVPlayer,支持横屏、竖屏(全屏播放还可锁定屏幕方向),上下滑动调节音量、屏幕亮度,左右滑动调节播放进度
1156
1162
* [ ijkplayer] ( https://github.com/Bilibili/ijkplayer ) - 非常赞 B站开源的视频播放器,支持Android和iOS。 [ iOS中集成ijkplayer视频直播框架] ( http://www.jianshu.com/p/1f06b27b3ac0 ) 。
1157
1163
* [ WMPlayer] ( https://github.com/zhengwenming/WMPlayer ) 赞 WMPlayer视频播放器,AVPlayer的封装,继承UIView,想怎么玩就怎么玩。支持播放mp4、m3u8、3gp、mov,网络和本地视频同时支持。全屏和小屏播放同时支持。 cell中播放视频,全屏小屏切换自如。
@@ -1167,6 +1173,10 @@ Deprecated in favor of PureLayout, which includes OS X support:https://github.co
1167
1173
* [ PBJVideoPlayer] ( https://github.com/piemonte/PBJVideoPlayer ) 一个易用的流媒体播放器
1168
1174
* [ VKVideoPlayer] ( https://github.com/viki-org/VKVideoPlayer ) 一个非常不错的拥有上百万用户的视频播放器
1169
1175
* [ PKShortVideo] ( https://github.com/pepsikirk/PKShortVideo ) iOS仿微信小视频功能开发优化记录
1176
+ * [ AVAnimator] ( http://www.modejong.com/AVAnimator/ ) - 一个不错的原生的开源视频库,可以轻松实现视频、音频的功能
1177
+ * [ SSVideoPlayer] ( https://github.com/immrss/SSVideoPlayer ) - 一个支持本地和网络视频播放的库
1178
+ * [ SRGMediaPlayer-iOS] ( https://github.com/SRGSSR/SRGMediaPlayer-iOS ) - 一个提供简洁的方法为iOS应用添加通用的音频、视频播放的库
1179
+ * [ ABMediaView] ( https://github.com/andrewboryk/ABMediaView ) - 一个UIImageView的子类,可以播放本地和来源于网络的图片、视频、GIF和音频。可以最小化和全屏。同时支持视频设置GIF预览图。 UIImageView subclass for drop-in image, video, GIF, and audio display, with functionality for fullscreen and minimization to the bottom-right corner.
1170
1180
1171
1181
#### 视频处理@
1172
1182
0 commit comments