github代码大纲

sworsman31415926/muduo: Event-driven network library for multi-threaded Linux server in C++11 (github.com)

sworsman31415926/cuda_testcase (github.com)

sworsman31415926/OpenVX-sample-impl: OpenVX sample implementation (github.com)

sworsman31415926/vlc: VLC media player - All pull requests are ignored, please follow https://wiki.videolan.org/Sending_Patches_VLC/ (github.com)

sworsman31415926/CV-CUDA: CV-CUDA™ is an open-source, GPU accelerated library for cloud-scale image processing and computer vision. (github.com)

sworsman31415926/live5555_rtsp_server: the rtsp server test ok (github.com)

sworsman31415926/opencv_test_case (github.com)

sworsman31415926/v4l2_core_and_driver (github.com)

sworsman31415926/h264_codec_v4l2_apply_all (github.com)

sworsman31415926/rest_rpc: modern C++(C++11), simple, easy to use rpc framework (github.com) sworsman31415926/h264_and_h265 (github.com)

sworsman31415926/CUDA-Programming: Sample codes for my CUDA programming book (github.com) sworsman31415926/ffmped_decode_h264_to_yuv: This is demo, which shows how to decode the I frame of H264 to YUV data. (github.com)

sworsman31415926/FFmpeg_Android_Demo: Android平台上使用FFmpeg进行一些音视频相关处理开发的demo集合仓库 (github.com) sworsman31415926/libevent: Event notification library (github.com)

sworsman31415926/RtspServer: RTSP服务器,支持传输H.264和AAC格式的音视频 (github.com)sworsman31415926/yaml-cpp: A YAML parser and emitter in C++ (github.com)

sworsman31415926/libsocket: The ultimate socket library for C and C++, supporting TCP, UDP and Unix sockets (DGRAM and STREAM) on Linux, FreeBSD, Solaris. Only ZMQ is better. Developer's documentation: (github.com)

sworsman31415926/media-server: RTSP/RTP/RTMP/FLV/HLS/MPEG-TS/MPEG-PS/MPEG-DASH/MP4/fMP4/MKV/WebM (github.com)

sworsman31415926/Fast-DDS: The most complete DDS - Proven: Plenty of success cases. (github.com) sworsman31415926/pyuv-player: Uncompressed video player (github.com)sworsman31415926/Fast-CDR: eProsima FastCDR library provides two serialization mechanisms. One is the standard CDR serialization mechanism, while the other is a faster implementation of it. (github.com)

sworsman31415926/foonathan_memory_vendor: foonathan/memory vendor package for Fast DDS. (github.com) sworsman31415926/yaml-cpp: A YAML parser and emitter in C++ (github.com)

sworsman31415926/libsocket: The ultimate socket library for C and C++, supporting TCP, UDP and Unix sockets (DGRAM and STREAM) on Linux, FreeBSD, Solaris. Only ZMQ is better. Developer's documentation: (github.com) sworsman31415926/media-server: RTSP/RTP/RTMP/FLV/HLS/MPEG-TS/MPEG-PS/MPEG-DASH/MP4/fMP4/MKV/WebM (github.com)

https://github.com/sworsman31415926/study_text_book

相关推荐
神里流~霜灭10 分钟前
(C++)数据结构初阶(顺序表的实现)
linux·c语言·数据结构·c++·算法·顺序表·单链表
John_ToDebug19 分钟前
从源码视角全面解析 Chrome UI 布局系统及 Views 框架的定制化实现方法与实践经验
c++·chrome·架构
愚润求学33 分钟前
【贪心算法】day7
c++·算法·leetcode·贪心算法
深耕AI1 小时前
【MFC简介:从基础概念到实际应用】
c++·mfc
六点半8881 小时前
【C++】C++11 篇二
开发语言·c++
DDDDDDDRDDR1 小时前
C++容器:list
开发语言·c++·stl
一拳一个呆瓜1 小时前
【MFC】对话框属性:Use System Font(使用系统字体)
c++·mfc
Elnaij1 小时前
从C++开始的编程生活(7)——取地址运算符重载、类型转换、static成员和友元
开发语言·c++
郝学胜-神的一滴1 小时前
Effective Modern C++ 条款26:避免在通用引用上重载
开发语言·c++·程序人生
草莓熊Lotso2 小时前
【C++】递归与迭代:两种编程范式的对比与实践
c语言·开发语言·c++·经验分享·笔记·其他