Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
d69a03ef
Commit
d69a03ef
authored
13 years ago
by
Diego Biurrun
Browse files
Options
Downloads
Patches
Plain Diff
fate: split off image codec FATE tests into their own file
parent
b998aec4
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
tests/Makefile
+1
-0
1 addition, 0 deletions
tests/Makefile
tests/fate.mak
+0
-16
0 additions, 16 deletions
tests/fate.mak
tests/fate/image.mak
+32
-0
32 additions, 0 deletions
tests/fate/image.mak
tests/fate2.mak
+0
-9
0 additions, 9 deletions
tests/fate2.mak
with
33 additions
and
25 deletions
tests/Makefile
+
1
−
0
View file @
d69a03ef
...
...
@@ -34,6 +34,7 @@ include $(SRC_PATH)/tests/fate/amrwb.mak
include
$(SRC_PATH)/tests/fate/dct.mak
include
$(SRC_PATH)/tests/fate/fft.mak
include
$(SRC_PATH)/tests/fate/h264.mak
include
$(SRC_PATH)/tests/fate/image.mak
include
$(SRC_PATH)/tests/fate/libavutil.mak
include
$(SRC_PATH)/tests/fate/lossless-audio.mak
include
$(SRC_PATH)/tests/fate/lossless-video.mak
...
...
This diff is collapsed.
Click to expand it.
tests/fate.mak
+
0
−
16
View file @
d69a03ef
...
...
@@ -66,8 +66,6 @@ FATE_TESTS += fate-delphine-cin
fate-delphine-cin
:
CMD = framecrc -i $(SAMPLES)/delphine-cin/LOGO-partial.CIN -pix_fmt rgb24 -vsync 0
FATE_TESTS
+=
fate-deluxepaint-anm
fate-deluxepaint-anm
:
CMD = framecrc -i $(SAMPLES)/deluxepaint-anm/INTRO1.ANM -pix_fmt rgb24
FATE_TESTS
+=
fate-dpx
fate-dpx
:
CMD = framecrc -i $(SAMPLES)/dpx/lighthouse_rgb48.dpx
FATE_TESTS
+=
fate-duck-dk3
fate-duck-dk3
:
CMD = md5 -i $(SAMPLES)/duck/sop-audio-only.avi -f s16le
FATE_TESTS
+=
fate-duck-dk4
...
...
@@ -174,8 +172,6 @@ FATE_TESTS += fate-psx-str-v3-mdec
fate-psx-str-v3-mdec
:
CMD = framecrc -i $(SAMPLES)/psx-str/abc000_cut.str -an
FATE_TESTS
+=
fate-psx-str-v3-adpcm_xa
fate-psx-str-v3-adpcm_xa
:
CMD = framecrc -i $(SAMPLES)/psx-str/abc000_cut.str -vn
FATE_TESTS
+=
fate-ptx
fate-ptx
:
CMD = framecrc -i $(SAMPLES)/ptx/_113kw_pic.ptx -pix_fmt rgb24
FATE_TESTS
+=
fate-pva-demux
fate-pva-demux
:
CMD = framecrc -idct simple -i $(SAMPLES)/pva/PVA_test-partial.pva -t 0.6 -acodec copy
FATE_TESTS
+=
fate-qcp-demux
...
...
@@ -236,18 +232,6 @@ FATE_TESTS += fate-sp5x
fate-sp5x
:
CMD = framecrc -idct simple -i $(SAMPLES)/sp5x/sp5x_problem.avi
FATE_TESTS
+=
fate-sub-srt
fate-sub-srt
:
CMD = md5 -i $(SAMPLES)/sub/SubRip_capability_tester.srt -f ass
FATE_TESTS
+=
fate-sunraster-1bit-raw
fate-sunraster-1bit-raw
:
CMD = framecrc -i $(SAMPLES)/sunraster/lena-1bit-raw.sun
FATE_TESTS
+=
fate-sunraster-1bit-rle
fate-sunraster-1bit-rle
:
CMD = framecrc -i $(SAMPLES)/sunraster/lena-1bit-rle.sun
FATE_TESTS
+=
fate-sunraster-24bit-raw
fate-sunraster-24bit-raw
:
CMD = framecrc -i $(SAMPLES)/sunraster/lena-24bit-raw.sun
FATE_TESTS
+=
fate-sunraster-24bit-rle
fate-sunraster-24bit-rle
:
CMD = framecrc -i $(SAMPLES)/sunraster/lena-24bit-rle.sun
FATE_TESTS
+=
fate-sunraster-8bit-raw
fate-sunraster-8bit-raw
:
CMD = framecrc -i $(SAMPLES)/sunraster/lena-8bit-raw.sun -pix_fmt rgb24
FATE_TESTS
+=
fate-sunraster-8bit-rle
fate-sunraster-8bit-rle
:
CMD = framecrc -i $(SAMPLES)/sunraster/lena-8bit-rle.sun -pix_fmt rgb24
FATE_TESTS
+=
fate-svq1
fate-svq1
:
CMD = framecrc -i $(SAMPLES)/svq1/marymary-shackles.mov -an -t 10
FATE_TESTS
+=
fate-svq3
...
...
This diff is collapsed.
Click to expand it.
tests/fate/image.mak
0 → 100644
+
32
−
0
View file @
d69a03ef
FATE_TESTS
+=
fate-dpx
fate-dpx
:
CMD = framecrc -i $(SAMPLES)/dpx/lighthouse_rgb48.dpx
FATE_TESTS
+=
fate-fax-g3
fate-fax-g3
:
CMD = framecrc -i $(SAMPLES)/CCITT_fax/G31D.TIF
FATE_TESTS
+=
fate-fax-g3s
fate-fax-g3s
:
CMD = framecrc -i $(SAMPLES)/CCITT_fax/G31DS.TIF
FATE_TESTS
+=
fate-pictor
fate-pictor
:
CMD = framecrc -i $(SAMPLES)/pictor/MFISH.PIC -pix_fmt rgb24 -an
FATE_TESTS
+=
fate-ptx
fate-ptx
:
CMD = framecrc -i $(SAMPLES)/ptx/_113kw_pic.ptx -pix_fmt rgb24
FATE_TESTS
+=
fate-sunraster-1bit-raw
fate-sunraster-1bit-raw
:
CMD = framecrc -i $(SAMPLES)/sunraster/lena-1bit-raw.sun
FATE_TESTS
+=
fate-sunraster-1bit-rle
fate-sunraster-1bit-rle
:
CMD = framecrc -i $(SAMPLES)/sunraster/lena-1bit-rle.sun
FATE_TESTS
+=
fate-sunraster-8bit-raw
fate-sunraster-8bit-raw
:
CMD = framecrc -i $(SAMPLES)/sunraster/lena-8bit-raw.sun -pix_fmt rgb24
FATE_TESTS
+=
fate-sunraster-8bit-rle
fate-sunraster-8bit-rle
:
CMD = framecrc -i $(SAMPLES)/sunraster/lena-8bit-rle.sun -pix_fmt rgb24
FATE_TESTS
+=
fate-sunraster-24bit-raw
fate-sunraster-24bit-raw
:
CMD = framecrc -i $(SAMPLES)/sunraster/lena-24bit-raw.sun
FATE_TESTS
+=
fate-sunraster-24bit-rle
fate-sunraster-24bit-rle
:
CMD = framecrc -i $(SAMPLES)/sunraster/lena-24bit-rle.sun
This diff is collapsed.
Click to expand it.
tests/fate2.mak
+
0
−
9
View file @
d69a03ef
...
...
@@ -25,9 +25,6 @@ fate-imc: REF = $(SAMPLES)/imc/imc.pcm
FATE_TESTS
+=
fate-yop
fate-yop
:
CMD = framecrc -i $(SAMPLES)/yop/test1.yop -pix_fmt rgb24 -an
FATE_TESTS
+=
fate-pictor
fate-pictor
:
CMD = framecrc -i $(SAMPLES)/pictor/MFISH.PIC -pix_fmt rgb24 -an
FATE_TESTS
+=
fate-dts
fate-dts
:
CMD = pcm -i $(SAMPLES)/dts/dts.ts
fate-dts
:
CMP = oneoff
...
...
@@ -110,12 +107,6 @@ fate-txd-16bpp: CMD = framecrc -i $(SAMPLES)/txd/misc.txd -pix_fmt bgra -an
FATE_TESTS
+=
fate-vp3
fate-vp3
:
CMD = framecrc -i $(SAMPLES)/vp3/vp31.avi
FATE_TESTS
+=
fate-fax-g3
fate-fax-g3
:
CMD = framecrc -i $(SAMPLES)/CCITT_fax/G31D.TIF
FATE_TESTS
+=
fate-fax-g3s
fate-fax-g3s
:
CMD = framecrc -i $(SAMPLES)/CCITT_fax/G31DS.TIF
FATE_TESTS
+=
fate-ws_snd
fate-ws_snd
:
CMD = md5 -i $(SAMPLES)/vqa/ws_snd.vqa -f s16le
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment