openharmony_ci 478a87f4a4 !676 merge master1 into master
同步社区修复

Created-by: never-xiao
Commit-by: xiaobenhua
Merged-by: openharmony_ci
Description: ### 一、内容说明(相关的Issue)
[[Bug]: 同步社区修复 ](https://gitcode.com/openharmony/third_party_ffmpeg/issues/821)


### 二、建议测试周期和提测地址  
  建议测试完成时间:xxxx.xx.xx  
  投产上线时间:xxxx.xx.xx  
  提测地址:CI环境/压测环境  
  测试账号:  

### 三、变更内容
  * 3.1 关联PR列表

  * 3.2 数据库和部署说明  
    1. 常规更新 
    2. 重启unicorn
    3. 重启sidekiq
    4. 迁移任务:是否有迁移任务,没有写 "无"
    5. rake脚本:`bundle exec xxx RAILS_ENV = production`;没有写 "无"

  * 3.4 其他技术优化内容(做了什么,变更了什么)
    - 重构了 xxxx 代码
    - xxxx 算法优化


  * 3.5 废弃通知(什么字段、方法弃用?)



  * 3.6  后向不兼容变更(是否有无法向后兼容的变更?)


  
### 四、研发自测点(自测哪些?冒烟用例全部自测?)
  自测测试结论:


### 五、测试关注点(需要提醒QA重点关注的、可能会忽略的地方)
  检查点:

| 需求名称 | 是否影响xx公共模块 | 是否需要xx功能 | 需求升级是否依赖其他子产品 |
|------|------------|----------|---------------|
| xxx  | 否          | 需要       | 不需要           |
|      |            |          |               |

  接口测试:

  性能测试:

  并发测试:

  其他:



See merge request: openharmony/third_party_ffmpeg!676
2026-07-09 19:49:30 +08:00
2025-12-31 15:03:25 +08:00
2025-12-31 15:03:25 +08:00
2026-05-09 14:55:13 +08:00
2026-07-08 10:52:46 +08:00
2026-04-20 20:20:27 +08:00
2026-07-08 10:52:46 +08:00
2026-07-08 10:52:46 +08:00
2026-06-30 16:49:03 +08:00
2026-05-19 11:32:35 +08:00
2026-05-19 11:32:35 +08:00
2024-01-31 03:39:18 +00:00
2026-06-24 14:31:49 +08:00
2025-12-31 15:03:25 +08:00
2017-01-27 17:06:42 +01:00
2025-12-31 15:03:25 +08:00
2026-01-13 14:21:16 +08:00
2026-06-08 17:27:15 +08:00
2026-03-06 20:03:45 +08:00
2025-12-31 15:03:25 +08:00
2025-12-31 15:03:25 +08:00
2016-09-18 10:02:13 +01:00
2024-04-25 17:20:18 +08:00
2026-02-26 11:58:37 +08:00
2025-12-31 15:03:25 +08:00
2026-01-13 14:21:16 +08:00
2019-12-28 11:20:48 +01:00
2025-12-31 15:03:25 +08:00
2025-12-31 15:03:25 +08:00
2024-02-05 11:18:57 +00:00
2026-04-11 18:13:37 +08:00
2024-04-25 17:20:18 +08:00
2026-06-01 15:20:03 +08:00
2025-12-31 15:03:25 +08:00

FFmpeg README

FFmpeg is a collection of libraries and tools to process multimedia content such as audio, video, subtitles and related metadata.

Libraries

  • libavcodec provides implementation of a wider range of codecs.
  • libavformat implements streaming protocols, container formats and basic I/O access.
  • libavutil includes hashers, decompressors and miscellaneous utility functions.
  • libavfilter provides means to alter decoded audio and video through a directed graph of connected filters.
  • libavdevice provides an abstraction to access capture and playback devices.
  • libswresample implements audio mixing and resampling routines.
  • libswscale implements color conversion and scaling routines.

Tools

  • ffmpeg is a command line toolbox to manipulate, convert and stream multimedia content.
  • ffplay is a minimalistic multimedia player.
  • ffprobe is a simple analysis tool to inspect multimedia content.
  • Additional small tools such as aviocat, ismindex and qt-faststart.

Documentation

The offline documentation is available in the doc/ directory.

The online documentation is available in the main website and in the wiki.

Examples

Coding examples are available in the doc/examples directory.

License

FFmpeg codebase is mainly LGPL-licensed with optional components licensed under GPL. Please refer to the LICENSE file for detailed information.

Contributing

Patches should be submitted to the ffmpeg-devel mailing list using git format-patch or git send-email. Github pull requests should be avoided because they are not part of our review process and will be ignored.

S
Description
暂无描述
Readme 342 MiB
Languages
C 90.2%
Assembly 7.9%
Makefile 1.3%
C++ 0.2%
Objective-C 0.1%
Other 0.2%