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
6deae8e0
Commit
6deae8e0
authored
12 years ago
by
Anton Khirnov
Browse files
Options
Downloads
Patches
Plain Diff
FATE: remove the -dct option from some decoding tests.
It is an encoding option, it has no effect when applied to decoding.
parent
41d2008b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tests/fate/microsoft.mak
+1
-1
1 addition, 1 deletion
tests/fate/microsoft.mak
tests/fate/real.mak
+1
-1
1 addition, 1 deletion
tests/fate/real.mak
tests/fate/video.mak
+1
-1
1 addition, 1 deletion
tests/fate/video.mak
with
3 additions
and
3 deletions
tests/fate/microsoft.mak
+
1
−
1
View file @
6deae8e0
FATE_SAMPLES_AVCONV-
$(
call
DEMDEC, AVI, MSMPEG4V1
)
+=
fate-msmpeg4v1
fate-msmpeg4v1
:
CMD = framecrc -flags +bitexact
-dct fastint
-idct simple -i $(SAMPLES)/msmpeg4v1/mpg4.avi -an
fate-msmpeg4v1
:
CMD = framecrc -flags +bitexact -idct simple -i $(SAMPLES)/msmpeg4v1/mpg4.avi -an
FATE_MSVIDEO1
+=
fate-msvideo1-8bit
fate-msvideo1-8bit
:
CMD = framecrc -i $(SAMPLES)/cram/skating.avi -t 1 -pix_fmt rgb24
...
...
This diff is collapsed.
Click to expand it.
tests/fate/real.mak
+
1
−
1
View file @
6deae8e0
...
...
@@ -13,7 +13,7 @@ fate-ra-cook: CMP = oneoff
fate-ra-cook
:
REF = $(SAMPLES)/real/ra_cook.pcm
FATE_SAMPLES_AVCONV-
$(
call
DEMDEC, RM, RV30
)
+=
fate-rv30
fate-rv30
:
CMD = framecrc -flags +bitexact
-dct fastint
-idct simple -i $(SAMPLES)/real/rv30.rm -an
fate-rv30
:
CMD = framecrc -flags +bitexact -idct simple -i $(SAMPLES)/real/rv30.rm -an
FATE_SAMPLES_AVCONV-
$(
call
DEMDEC, RM, RV40
)
+=
fate-rv40
fate-rv40
:
CMD = framecrc -i $(SAMPLES)/real/spygames-2MB.rmvb -t 10 -an -vsync 0
...
...
This diff is collapsed.
Click to expand it.
tests/fate/video.mak
+
1
−
1
View file @
6deae8e0
...
...
@@ -173,7 +173,7 @@ FATE_SAMPLES_AVCONV-$(call DEMDEC, MVI, MOTIONPIXELS) += fate-motionpixels
fate-motionpixels
:
CMD = framecrc -i $(SAMPLES)/motion-pixels/INTRO-partial.MVI -an -pix_fmt rgb24 -vframes 111
FATE_SAMPLES_AVCONV-
$(
call
DEMDEC, MPEGTS, MPEG2VIDEO
)
+=
fate-mpeg2-field-enc
fate-mpeg2-field-enc
:
CMD = framecrc -flags +bitexact
-dct fastint
-idct simple -i $(SAMPLES)/mpeg2/mpeg2_field_encoding.ts -an -vframes 30
fate-mpeg2-field-enc
:
CMD = framecrc -flags +bitexact -idct simple -i $(SAMPLES)/mpeg2/mpeg2_field_encoding.ts -an -vframes 30
# FIXME dropped frames in this test because of coarse timebase
FATE_NUV
+=
fate-nuv-rtjpeg
...
...
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