Skip to content

Commit

Permalink
Add 7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Thefrank committed Nov 2, 2024
1 parent 9c5fbdf commit dfa3a0c
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################

/.vs
107 changes: 107 additions & 0 deletions 7.0.2_buildconf.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
## Build settings and library versions (7.0.2) (FreeBSD 14.1 AMD64)
| library | version |
| --- | --- |
| libavutil | 59. 8.100 / 59. 8.100 |
| libavcodec | 61. 3.100 / 61. 3.100
| libavformat | 61. 1.100 / 61. 1.100
| libavdevice | 61. 1.100 / 61. 1.100
| libavfilter | 10. 1.100 / 10. 1.100
| libswscale | 8. 1.100 / 8. 1.100
| libswresample| 5. 1.100 / 5. 1.100
| libpostproc | 58. 1.100 / 58. 1.100

configuration:
--enable-gpl
--enable-gmp
--enable-gnutls
--enable-libdav1d
--enable-libsvtav1
--enable-librav1e
--enable-libvmaf
--enable-libx264
--enable-chromaprint
--enable-libx265
--enable-libvpx
--enable-libxvid
--enable-libvidstab
--enable-libaom
--enable-libzimg
--enable-libmodplug
--enable-libsoxr
--enable-libmysofa
--enable-lv2
--enable-libopencore_amrnb
--enable-libopencore_amrwb
--enable-libmp3lame
--enable-libopus
--enable-libvorbis
--enable-libtheora
--enable-libtwolame
--enable-libspeex
--enable-librubberband
--enable-libgme
--enable-libwebp
--enable-libzmq
--enable-libfreetype
--enable-libfribidi
--enable-libharfbuzz
--enable-libfontconfig
--enable-libass
--enable-libsrt
--enable-runtime-cpudetect
--cc=cc
--cxx=cpp
--disable-ffplay
--disable-debug
--disable-doc
--disable-shared
--enable-pthreads
--enable-static
--enable-small
--enable-version3
--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'
--extra-cxxflags='-static -static-libstdc++'
--extra-ldexeflags=
--extra-ldflags=-L/home/azureagent/vsts/_work/5/s/FFmpeg/workspace/lib
--extra-libs='-static -lc++ -ldl -lpthread -lm -lmd -lz -lfftw3'
--pkgconfigdir=/home/azureagent/vsts/_work/5/s/FFmpeg/workspace/lib/pkgconfig
--pkg-config-flags=--static
--prefix=/home/azureagent/vsts/_work/5/s/FFmpeg/workspace/done/
--extra-version=7.0.2

Test failures:
```
--- ./tests/ref/fate/source 2024-08-02 20:17:43.000000000 +0000
+++ tests/data/fate/source 2024-11-02 09:51:47.795910000 +0000
@@ -1,29 +1,4 @@
Files without standard license headers:
-libavcodec/file_open.c
-libavcodec/ilbcdata.h
-libavcodec/ilbcdec.c
-libavcodec/interplayacm.c
-libavcodec/log2_tab.c
-libavcodec/reverse.c
-libavdevice/file_open.c
-libavdevice/reverse.c
-libavfilter/af_arnndn.c
-libavfilter/file_open.c
-libavfilter/log2_tab.c
-libavformat/bitstream.c
-libavformat/file_open.c
-libavformat/golomb_tab.c
-libavformat/log2_tab.c
-libavformat/rangecoder_dec.c
-libswresample/log2_tab.c
-libswscale/log2_tab.c
-tools/uncoded_frame.c
-tools/yuvcmp.c
Headers without standard inclusion guards:
-compat/djgpp/math.h
-compat/float/float.h
-compat/float/limits.h
-libavcodec/bitstream_template.h
-tools/decode_simple.h
Use of av_clip() where av_clip_uintp2() could be used:
Use of av_clip() where av_clip_intp2() could be used:
threads=1
```
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you want updates please **OPEN A TICKET** but keep in mind this is a rather l

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

## License(s)
Expand Down

0 comments on commit dfa3a0c

Please sign in to comment.