Skip to content

Commit dfa3a0c

Browse files
committed
Add 7.0.2
1 parent 9c5fbdf commit dfa3a0c

File tree

3 files changed

+113
-1
lines changed

3 files changed

+113
-1
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
################################################################################
2+
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
3+
################################################################################
4+
5+
/.vs

7.0.2_buildconf.md

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
## Build settings and library versions (7.0.2) (FreeBSD 14.1 AMD64)
2+
| library | version |
3+
| --- | --- |
4+
| libavutil | 59. 8.100 / 59. 8.100 |
5+
| libavcodec | 61. 3.100 / 61. 3.100
6+
| libavformat | 61. 1.100 / 61. 1.100
7+
| libavdevice | 61. 1.100 / 61. 1.100
8+
| libavfilter | 10. 1.100 / 10. 1.100
9+
| libswscale | 8. 1.100 / 8. 1.100
10+
| libswresample| 5. 1.100 / 5. 1.100
11+
| libpostproc | 58. 1.100 / 58. 1.100
12+
13+
configuration:
14+
--enable-gpl
15+
--enable-gmp
16+
--enable-gnutls
17+
--enable-libdav1d
18+
--enable-libsvtav1
19+
--enable-librav1e
20+
--enable-libvmaf
21+
--enable-libx264
22+
--enable-chromaprint
23+
--enable-libx265
24+
--enable-libvpx
25+
--enable-libxvid
26+
--enable-libvidstab
27+
--enable-libaom
28+
--enable-libzimg
29+
--enable-libmodplug
30+
--enable-libsoxr
31+
--enable-libmysofa
32+
--enable-lv2
33+
--enable-libopencore_amrnb
34+
--enable-libopencore_amrwb
35+
--enable-libmp3lame
36+
--enable-libopus
37+
--enable-libvorbis
38+
--enable-libtheora
39+
--enable-libtwolame
40+
--enable-libspeex
41+
--enable-librubberband
42+
--enable-libgme
43+
--enable-libwebp
44+
--enable-libzmq
45+
--enable-libfreetype
46+
--enable-libfribidi
47+
--enable-libharfbuzz
48+
--enable-libfontconfig
49+
--enable-libass
50+
--enable-libsrt
51+
--enable-runtime-cpudetect
52+
--cc=cc
53+
--cxx=cpp
54+
--disable-ffplay
55+
--disable-debug
56+
--disable-doc
57+
--disable-shared
58+
--enable-pthreads
59+
--enable-static
60+
--enable-small
61+
--enable-version3
62+
--extra-cflags='-static -I/home/azureagent/vsts/_work/5/s/FFmpeg/workspace/include -I/home/azureagent/vsts/_work/5/s/FFmpeg/workspace/include/lilv-0'
63+
--extra-cxxflags='-static -static-libstdc++'
64+
--extra-ldexeflags=
65+
--extra-ldflags=-L/home/azureagent/vsts/_work/5/s/FFmpeg/workspace/lib
66+
--extra-libs='-static -lc++ -ldl -lpthread -lm -lmd -lz -lfftw3'
67+
--pkgconfigdir=/home/azureagent/vsts/_work/5/s/FFmpeg/workspace/lib/pkgconfig
68+
--pkg-config-flags=--static
69+
--prefix=/home/azureagent/vsts/_work/5/s/FFmpeg/workspace/done/
70+
--extra-version=7.0.2
71+
72+
Test failures:
73+
```
74+
--- ./tests/ref/fate/source 2024-08-02 20:17:43.000000000 +0000
75+
+++ tests/data/fate/source 2024-11-02 09:51:47.795910000 +0000
76+
@@ -1,29 +1,4 @@
77+
Files without standard license headers:
78+
-libavcodec/file_open.c
79+
-libavcodec/ilbcdata.h
80+
-libavcodec/ilbcdec.c
81+
-libavcodec/interplayacm.c
82+
-libavcodec/log2_tab.c
83+
-libavcodec/reverse.c
84+
-libavdevice/file_open.c
85+
-libavdevice/reverse.c
86+
-libavfilter/af_arnndn.c
87+
-libavfilter/file_open.c
88+
-libavfilter/log2_tab.c
89+
-libavformat/bitstream.c
90+
-libavformat/file_open.c
91+
-libavformat/golomb_tab.c
92+
-libavformat/log2_tab.c
93+
-libavformat/rangecoder_dec.c
94+
-libswresample/log2_tab.c
95+
-libswscale/log2_tab.c
96+
-tools/uncoded_frame.c
97+
-tools/yuvcmp.c
98+
Headers without standard inclusion guards:
99+
-compat/djgpp/math.h
100+
-compat/float/float.h
101+
-compat/float/limits.h
102+
-libavcodec/bitstream_template.h
103+
-tools/decode_simple.h
104+
Use of av_clip() where av_clip_uintp2() could be used:
105+
Use of av_clip() where av_clip_intp2() could be used:
106+
threads=1
107+
```

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you want updates please **OPEN A TICKET** but keep in mind this is a rather l
2020

2121
- 5.1 passes FATE
2222
- 5.1.1 has test failures
23-
- 7.0 lacks `libbluray` because of [this](https://code.videolan.org/videolan/libbluray/-/issues/43)
23+
- 7.X lacks `libbluray` because of [this](https://code.videolan.org/videolan/libbluray/-/issues/43)
2424
- Please see X.X.X_buildconf.md for more details
2525

2626
## License(s)

0 commit comments

Comments
 (0)