mirror of
https://github.com/qrtc/ffmpeg-dev-go.git
synced 2025-10-05 15:47:33 +08:00
2024-04-08 11:59:46 CST W14D1
This commit is contained in:
@@ -12,7 +12,8 @@ Go bindings for FFmpeg.
|
|||||||
- [x] [5.1](https://github.com/qrtc/ffmpeg-dev-go/tree/5.1)
|
- [x] [5.1](https://github.com/qrtc/ffmpeg-dev-go/tree/5.1)
|
||||||
- [x] [6.0](https://github.com/qrtc/ffmpeg-dev-go/tree/6.0)
|
- [x] [6.0](https://github.com/qrtc/ffmpeg-dev-go/tree/6.0)
|
||||||
- [x] [6.1](https://github.com/qrtc/ffmpeg-dev-go/tree/6.1)
|
- [x] [6.1](https://github.com/qrtc/ffmpeg-dev-go/tree/6.1)
|
||||||
- [ ] 6.2
|
- [x] [7.0](https://github.com/qrtc/ffmpeg-dev-go/tree/7.0)
|
||||||
|
- [ ] 7.1
|
||||||
|
|
||||||
Reference: [https://ffmpeg.org/download.html#releases](https://ffmpeg.org/download.html#releases)
|
Reference: [https://ffmpeg.org/download.html#releases](https://ffmpeg.org/download.html#releases)
|
||||||
|
|
||||||
|
4
TODO.md
4
TODO.md
@@ -1,6 +1,5 @@
|
|||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
|
|
||||||
2023-11-11 version >=4.0
|
2023-11-11 version >=4.0
|
||||||
- [x] output 0755 -> 0644
|
- [x] output 0755 -> 0644
|
||||||
- [x] `\}\n\treturn\sunsafe\.Slice\(`
|
- [x] `\}\n\treturn\sunsafe\.Slice\(`
|
||||||
@@ -8,3 +7,6 @@
|
|||||||
2023-11-04 version >= 4.0
|
2023-11-04 version >= 4.0
|
||||||
- [x] `^//(?!go)(.*\w+\s\w+(?!\.)$)\n(?!/)` -> `//$1.\n`
|
- [x] `^//(?!go)(.*\w+\s\w+(?!\.)$)\n(?!/)` -> `//$1.\n`
|
||||||
- [x] `(//.*\s)\s` -> `$1`
|
- [x] `(//.*\s)\s` -> `$1`
|
||||||
|
---
|
||||||
|
2024-04-07 version == 7.0
|
||||||
|
- [x] support 7.0
|
||||||
|
Reference in New Issue
Block a user