Skip to content

Commit 16237b0

Browse files
nihil-admirarigithub-actions[bot]
authored andcommitted
7.0 release
1 parent 2d7c54c commit 16237b0

File tree

5 files changed

+24
-42
lines changed

5 files changed

+24
-42
lines changed

.github/workflows/build.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -162,16 +162,21 @@ jobs:
162162
fail-fast: false
163163
matrix:
164164
target: [win32,win64,winarm64]
165-
variant: [gpl,gpl 6.1,gpl-shared,gpl-shared 6.1]
165+
variant: [gpl,gpl 7.0,gpl-shared,gpl-shared 7.0]
166+
quickbuild: [1]
166167
include:
167168
- target: linux64
168169
variant: gpl
170+
quickbuild: ''
169171
- target: linux64
170-
variant: gpl 6.1
172+
variant: gpl 7.0
173+
quickbuild: ''
171174
- target: linuxarm64
172175
variant: gpl
176+
quickbuild: ''
173177
- target: linuxarm64
174-
variant: gpl 6.1
178+
variant: gpl 7.0
179+
quickbuild: ''
175180
steps:
176181
- name: Free Disk-Space
177182
run: df -h && sudo apt-get clean && docker system prune -a -f && sudo rm -rf /usr/local/lib/android /usr/share/dotnet /opt/ghc && df -h
@@ -236,16 +241,16 @@ jobs:
236241
fail-fast: false
237242
matrix:
238243
target: [win32,win64,winarm64]
239-
variant: [gpl,gpl 6.1,gpl-shared,gpl-shared 6.1]
244+
variant: [gpl,gpl 7.0,gpl-shared,gpl-shared 7.0]
240245
include:
241246
- target: linux64
242247
variant: gpl
243248
- target: linux64
244-
variant: gpl 6.1
249+
variant: gpl 7.0
245250
- target: linuxarm64
246251
variant: gpl
247252
- target: linuxarm64
248-
variant: gpl 6.1
253+
variant: gpl 7.0
249254
steps:
250255
- name: Free Disk-Space
251256
run: df -h && sudo apt-get clean && docker system prune -a -f && sudo rm -rf /usr/local/lib/android /usr/share/dotnet /opt/ghc && df -h

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
target: [win32,win64,winarm64]
21-
variant: [gpl-shared,gpl-shared 6.1]
21+
variant: [gpl-shared,gpl-shared 7.0]
2222
quickbuild: [1]
2323
include:
2424
- target: linux64
2525
variant: gpl
2626
quickbuild: ''
2727
- target: linux64
28-
variant: gpl 6.1
28+
variant: gpl 7.0
2929
quickbuild: ''
3030
- target: linuxarm64
3131
variant: gpl
3232
quickbuild: ''
3333
- target: linuxarm64
34-
variant: gpl 6.1
34+
variant: gpl 7.0
3535
quickbuild: ''
3636
steps:
3737
- name: Free Disk-Space

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,15 @@ Fixes [yt-dlp#5874](https://github.com/yt-dlp/yt-dlp/issues/5874), [FFmpeg#6389]
5050

5151

5252

53+
<!--
5354
## Release-only patches
5455
Patches that have been merged in FFmpeg master, but not in FFmpeg's latest release:
56+
-->
5557

56-
### 1. [WebVTT decoding fix](https://ffmpeg.org/pipermail/ffmpeg-devel/2022-May/296353.html)
57-
58-
by [@tpikonen](https://github.com/tpikonen).
59-
Fixes [yt-dlp#4127](https://github.com/yt-dlp/yt-dlp/issues/4127), [FFmpeg#8684](https://trac.ffmpeg.org/ticket/8684)
60-
61-
Fixed upstream by [@ztion](https://github.com/ztion); merged in [51d303e](https://github.com/FFmpeg/FFmpeg/commit/51d303e20cbb0874172f50b5172c515a973587d4).
6258

6359

6460
## Historical Patches
65-
Patches that were used in the past but are no longer needed as of **6.1**:
61+
Patches that were used in the past but are no longer needed as of **7.0**:
6662

6763
### 1. [Fix AAC HLS streams being truncated mid stream](https://patchwork.ffmpeg.org/project/ffmpeg/patch/[email protected])
6864

@@ -108,6 +104,13 @@ Fixes [FFmpeg#10482](https://trac.ffmpeg.org/ticket/10482)
108104

109105
Fixed upstream by [@mkver](https://github.com/mkver); merged in [02064ba](https://github.com/FFmpeg/FFmpeg/commit/02064ba3a37754183cf7e7a4c1ffd3cdf971b5dc).
110106

107+
### 5. [WebVTT decoding fix](https://ffmpeg.org/pipermail/ffmpeg-devel/2022-May/296353.html)
108+
109+
by [@tpikonen](https://github.com/tpikonen).
110+
Fixes [yt-dlp#4127](https://github.com/yt-dlp/yt-dlp/issues/4127), [FFmpeg#8684](https://trac.ffmpeg.org/ticket/8684)
111+
112+
Fixed upstream by [@ztion](https://github.com/ztion); merged in [51d303e](https://github.com/FFmpeg/FFmpeg/commit/51d303e20cbb0874172f50b5172c515a973587d4).
113+
111114

112115

113116
## Credits

patches/ffmpeg/release/6.1/0002-avformat-webvttdec-Ignore-REGION-and-STYLE-chunks.patch

Lines changed: 0 additions & 26 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)