{"id":13438305,"url":"https://github.com/gongluck/AnalysisAVP","last_synced_at":"2025-03-19T18:32:42.942Z","repository":{"id":37620497,"uuid":"282366142","full_name":"gongluck/AnalysisAVP","owner":"gongluck","description":"音视频学习，相关文件格式/协议分析，框架学习等。encode decode；rgb yuv h264 aac flv mp4 rtmp；libyuv x264 openh264 faac faad2 fdk-aac librtmp ffmpeg sdl2 webrtc；android ios capture videotoolbox；","archived":false,"fork":false,"pushed_at":"2024-09-18T09:42:41.000Z","size":6209,"stargazers_count":540,"open_issues_count":2,"forks_count":136,"subscribers_count":22,"default_branch":"master","last_synced_at":"2024-09-18T17:08:14.258Z","etag":null,"topics":["aac","decode","encode","ffmpeg","flv","h264","mp4","rgb","rtmp","sdl2","yuv"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gongluck.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-25T03:55:02.000Z","updated_at":"2024-09-18T09:42:45.000Z","dependencies_parsed_at":"2024-02-14T13:25:36.341Z","dependency_job_id":"8fcaeba3-2640-4d25-91ef-cce39d11c420","html_url":"https://github.com/gongluck/AnalysisAVP","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gongluck%2FAnalysisAVP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gongluck%2FAnalysisAVP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gongluck%2FAnalysisAVP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gongluck%2FAnalysisAVP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gongluck","download_url":"https://codeload.github.com/gongluck/AnalysisAVP/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244483656,"owners_count":20460158,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aac","decode","encode","ffmpeg","flv","h264","mp4","rgb","rtmp","sdl2","yuv"],"created_at":"2024-07-31T03:01:04.412Z","updated_at":"2025-03-19T18:32:42.919Z","avatar_url":"https://github.com/gongluck.png","language":"C++","funding_links":[],"categories":["📚 学习资料","C++"],"sub_categories":["🥌 实践项目"],"readme":"# AnalysisAVP\n\nAudio and video knowledge collection.\n\n## Stargazers over time\n\n[![Stargazers over time](https://starchart.cc/gongluck/AnalysisAVP.svg)](https://starchart.cc/gongluck/AnalysisAVP)\n\n## Chapters and sections\n\n- [x] [音视频基本原理](./音视频基本原理.md)\n- [x] [音视频媒体格式](./音视频媒体格式.md)\n- [x] [音视频框架](./音视频框架.md)\n- [x] [流媒体协议](./流媒体协议.md)\n- [x] [WebRTC](./webrtc/README.md)\n\n## Reading recommendation\n\n| title                                 | link                                                                                                                                                                                                                                                                                                                                                                                                                                             | reading-time      | remark |\n| ------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------- | ------ |\n| OpenGL ES 应用开发实践指南 Android 卷 | [pdf](https://github.com/gongluck/documents/blob/main/%E9%9F%B3%E8%A7%86%E9%A2%91/OpenGL%20ES%E5%BA%94%E7%94%A8%E5%BC%80%E5%8F%91%E5%AE%9E%E8%B7%B5%E6%8C%87%E5%8D%97%20%20Android%E5%8D%B7%20%5B%EF%BC%88%E7%BE%8E%EF%BC%89KevinBrothaler%E8%91%97%5D.pdf)\u003cbr/\u003e[offcial](https://pragprog.com/titles/kbogla/opengl-es-2-for-android/)\u003cbr/\u003e[example](https://github.com/gongluck/AnalysisAVP/tree/master/example/android/opengles/opengles-java) | from Sep 16, 2024 |        |\n\n## Research record\n\n| title                                | link                                               | time         | remark                                |\n| ------------------------------------ | -------------------------------------------------- | ------------ | ------------------------------------- |\n| 编译 Android 系统源码中 screencap    | [blog](https://gongluck.github.io/av/screencap)    | Sep 8, 2024  | 在用户层使用系统 so 编译 screencap    |\n| 编译 Android 系统源码中 screenrecord | [blog](https://gongluck.github.io/av/screenrecord) | Sep 21, 2024 | 在用户层使用系统 so 编译 screenrecord |\n\n## Example code\n\n| title                                      | link                                        | time                             | remark                                                                             |\n| ------------------------------------------ | ------------------------------------------- | -------------------------------- | ---------------------------------------------------------------------------------- |\n| Android 摄像头采集、渲染、旋转、编码、封装 | [code](./example/android/camera/app-camera) | from Dec 6, 2024 to Dec 12, 2024 | 对自己几年前写的代码重构，尤其是摄像头画面正确旋转和显示做了重新设计，封装模块 API |\n\n## QR Code\n\n\u003ccenter class ='img'\u003e\n\u003cimg src=\"./AnalysisAVP.png\" width=\"150\" height=\"150\" /\u003e\n\u003c/center\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgongluck%2FAnalysisAVP","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgongluck%2FAnalysisAVP","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgongluck%2FAnalysisAVP/lists"}