Skip to content

Commit

Permalink
bump libaom, mesa, rist, srt and libx265
Browse files Browse the repository at this point in the history
  • Loading branch information
aptalca committed Nov 27, 2024
1 parent b312e5b commit be503f4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV \

# versions
ENV \
AOM=v3.10.0 \
AOM=v3.11.0 \
FDKAAC=2.0.3 \
FFMPEG_HARD=7.1 \
FONTCONFIG=2.15.0 \
Expand All @@ -39,16 +39,16 @@ ENV \
LIBVIDSTAB=1.1.1 \
LIBVMAF=3.0.0 \
LIBVPL=2.13.0 \
MESA=24.2.6 \
MESA=24.3.0 \
NVCODEC=n12.2.72.0 \
OGG=1.3.5 \
OPENCOREAMR=0.1.6 \
OPENJPEG=2.5.2 \
OPUS=1.5.2 \
RAV1E=0.7.1 \
RIST=0.2.10 \
RIST=0.2.11 \
SHADERC=v2024.3 \
SRT=1.5.3 \
SRT=1.5.4 \
SVTAV1=2.3.0 \
THEORA=1.1.1 \
VORBIS=1.3.7 \
Expand All @@ -57,7 +57,7 @@ ENV \
VULKANSDK=vulkan-sdk-1.3.296.0 \
VVENC=1.12.1 \
WEBP=1.4.0 \
X265=4.0 \
X265=4.1 \
XVID=1.3.7 \
ZIMG=3.0.5 \
ZMQ=v4.3.5
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV \

# versions
ENV \
AOM=v3.10.0 \
AOM=v3.11.0 \
FDKAAC=2.0.3 \
FFMPEG_HARD=7.1 \
FONTCONFIG=2.15.0 \
Expand All @@ -37,15 +37,15 @@ ENV \
OPENJPEG=2.5.2 \
OPUS=1.5.2 \
RAV1E=0.7.1 \
RIST=0.2.10 \
SRT=1.5.3 \
RIST=0.2.11 \
SRT=1.5.4 \
SVTAV1=2.3.0 \
THEORA=1.1.1 \
VORBIS=1.3.7 \
VPX=1.15.0 \
VVENC=1.12.1 \
WEBP=1.4.0 \
X265=4.0 \
X265=4.1 \
XVID=1.3.7 \
ZIMG=3.0.5 \
ZMQ=v4.3.5
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64

## Versions

* **26.11.24:** - Bump libaom, mesa, rist, srt and libx265.
* **07.11.24:** - Bump harfbuzz, Intel drivers and libs, libdav1d, mesa, svtav1, vpx, vulkan sdk and vvenc.
* **05.10.24:** - Add support for libvvenc on aarch64. Bump mesa.
* **30.09.24:** - Bump ffmpeg for 7.1. Add support for libvvenc (amd64 only) and liblc3. Bump libfribidi and libharfbuzz.
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ full_custom_readme: |
## Versions
* **26.11.24:** - Bump libaom, mesa, rist, srt and libx265.
* **07.11.24:** - Bump harfbuzz, Intel drivers and libs, libdav1d, mesa, svtav1, vpx, vulkan sdk and vvenc.
* **05.10.24:** - Add support for libvvenc on aarch64. Bump mesa.
* **30.09.24:** - Bump ffmpeg for 7.1. Add support for libvvenc (amd64 only) and liblc3. Bump libfribidi and libharfbuzz.
Expand Down

0 comments on commit be503f4

Please sign in to comment.