Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
704 changes: 704 additions & 0 deletions docker/ffmpeg-7.1/Dockerfile

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions docker/ffmpeg-7.1/runme.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FOR /F %%a IN ('git rev-parse --show-toplevel') DO SET GITROOT=%%a
echo Mounting: %GITROOT%
docker run -it --name ci-ffmpeg-7.1 --gpus=all,capabilities=video --mount type=bind,source=%GITROOT%,target=/test ci-ffmpeg-7.1
6 changes: 6 additions & 0 deletions docker/ffmpeg-7.1/runme.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
GITROOT=`git rev-parse --show-toplevel`
docker run \
-it \
--name ci-ffmpeg7.1 --gpus=all,capabilities=video \
--mount type=bind,source=${GITROOT},target=/test \
ci-ffmpeg7.1
793 changes: 793 additions & 0 deletions docker/rocky-ffmpeg-7.1/Dockerfile

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions docker/rocky-ffmpeg-7.1/runme.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FOR /F %%a IN ('git rev-parse --show-toplevel') DO SET GITROOT=%%a
echo Mounting: %GITROOT%
docker run -it --name rocky-ffmpeg-7.1 --gpus=all,capabilities=video --mount type=bind,source=%GITROOT%,target=/test rocky-ffmpeg-7.1
6 changes: 6 additions & 0 deletions docker/rocky-ffmpeg-7.1/runme.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
GITROOT=`git rev-parse --show-toplevel`
docker run \
-it \
--name rocky-ffmpeg-7.1 --gpus=all,capabilities=video \
--mount type=bind,source=${GITROOT},target=/test \
rocky-ffmpeg-7.1
5 changes: 3 additions & 2 deletions enctests/test_configs/swsscale_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ test_sws:
-y "{outfile}"
name: test_sws
sources:
# - ../sourceimages/smptehdbars_10.dpx.yml

# - ../sourceimages/smptehdbars_10.dpx
- ../sourceimages/zoneplate_rgb16.png
- ../sourceimages/bellnuitHDTestchart.tif
- ../sourceimages/SonyF35.StillLife_srgb.png
Expand Down Expand Up @@ -71,7 +72,7 @@ test_oiio:
-o "{outfile}"
name: test_oiio
sources:
# - ../sourceimages/smptehdbars_10.dpx.yml
# - ../sourceimages/smptehdbars_10.dpx
- ../sourceimages/zoneplate_rgb16.png
- ../sourceimages/bellnuitHDTestchart.tif
- ../sourceimages/SonyF35.StillLife_srgb.png
Expand Down
1 change: 1 addition & 0 deletions enctests/test_wedge_configs/codec_444_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ reports:
graphs:
- args:
color: wedge
colororder: ['libx264-10bit', 'libx265-10bit', 'libvpx-vp9-10bit', 'libaom-av1-10bit', 'prores_ks', 'dnxhd']
height: 400
barmode: group
x: media
Expand Down