Pinned Repositories
android-gesture-detectors
Gesture detector framework for multitouch handling on Android, based on Android's ScaleGestureDetector
Android-Notes
Android开发核心知识点笔记(不断更新中🔥)
AndroidNote
Android study notes.
audio_video_streaming
音视频流媒体权威资料整理,500+份文章,论文,视频,实践项目,协议,业界大神名单。
Awesome-Android-Performance
:trophy:Explore Android performance optimization in depth(continuous updating ...)
CPP-Concurrency-In-Action-2ed-2019
:book: 作为对《C++ Concurrency in Action - SECOND EDITION》的中文翻译。
digital_video_introduction
A hands-on introduction to video technology: image, video, codec (av1, vp9, h265) and more (ffmpeg encoding).
EventServer
libevent开发server端,handler实现,threadpool实现,C++11封装
ffmpeg-demo
介绍ffmpeg的使用
HardwareVideoCodec
HardwareVideoCodec is an efficient video recording library for Android. Supports software and hardware encode. With it, you can record a video at any resolution, no need to care about camera resolution. Everything is so easy.
bestilyq's Repositories
bestilyq/android-gesture-detectors
Gesture detector framework for multitouch handling on Android, based on Android's ScaleGestureDetector
bestilyq/Android-Notes
Android开发核心知识点笔记(不断更新中🔥)
bestilyq/AndroidNote
Android study notes.
bestilyq/audio_video_streaming
音视频流媒体权威资料整理,500+份文章,论文,视频,实践项目,协议,业界大神名单。
bestilyq/Awesome-Android-Performance
:trophy:Explore Android performance optimization in depth(continuous updating ...)
bestilyq/CPP-Concurrency-In-Action-2ed-2019
:book: 作为对《C++ Concurrency in Action - SECOND EDITION》的中文翻译。
bestilyq/digital_video_introduction
A hands-on introduction to video technology: image, video, codec (av1, vp9, h265) and more (ffmpeg encoding).
bestilyq/EventServer
libevent开发server端,handler实现,threadpool实现,C++11封装
bestilyq/ffmpeg-demo
介绍ffmpeg的使用
bestilyq/HardwareVideoCodec
HardwareVideoCodec is an efficient video recording library for Android. Supports software and hardware encode. With it, you can record a video at any resolution, no need to care about camera resolution. Everything is so easy.
bestilyq/hwvc
hwvc is a cross-platform project. Committed to quickly and easily implement a variety of complex multimedia needs, including recording and editing. This project uses c / c + + implementation, currently only supports Android platform, but it can also be easily ported to other platforms, such as IOS.
bestilyq/MeiWidgetView
🔥一款汇总了郭霖,鸿洋,以及自己平时收集的自定义控件集合库(小红书)
bestilyq/PythonArticles
公众号【清风Python】文章代码归档
bestilyq/RtmpMindmap
rtmp protocol mindmap
bestilyq/SGI-STL
剖析 STL 是一种享受的过程!
bestilyq/Shaderpad--plusplus
A glsl editor. Qt
bestilyq/SimpleLivePublisherLite
A simple live publisher for android over rtmp using android mediacodec
bestilyq/srs_code_note
srs3.0源代码解析
bestilyq/Taira
一个 byte 序列化库,助力使用 byte 协议的解析和生成。
bestilyq/YCVideoPlayer
基础封装视频播放器player,可以在ExoPlayer、MediaPlayer原生MediaPlayer可以自由切换内核;该播放器整体架构:播放器内核(自由切换) + 视频播放器 + 边播边缓存 + 高度定制播放器UI视图层。支持视频简单播放,列表播放,仿抖音滑动播放,自动切换播放,使用案例丰富,拓展性强。