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
3b3f9798
Unverified
Commit
3b3f9798
authored
8 years ago
by
Rodger Combs
Browse files
Options
Downloads
Patches
Plain Diff
fate/hevc: add automatic bsf test
parent
ed4e081a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/fate/hevc.mak
+11
-0
11 additions, 0 deletions
tests/fate/hevc.mak
with
11 additions
and
0 deletions
tests/fate/hevc.mak
+
11
−
0
View file @
3b3f9798
...
@@ -225,6 +225,17 @@ $(foreach N,$(HEVC_SAMPLES_444_12BIT),$(eval $(call FATE_HEVC_TEST_444_12BIT,$(N
...
@@ -225,6 +225,17 @@ $(foreach N,$(HEVC_SAMPLES_444_12BIT),$(eval $(call FATE_HEVC_TEST_444_12BIT,$(N
fate-hevc-paramchange-yuv420p-yuv420p10
:
CMD = framecrc -vsync 0 -i $(TARGET_SAMPLES)/hevc/paramchange_yuv420p_yuv420p10.hevc -sws_flags area+accurate_rnd+bitexact
fate-hevc-paramchange-yuv420p-yuv420p10
:
CMD = framecrc -vsync 0 -i $(TARGET_SAMPLES)/hevc/paramchange_yuv420p_yuv420p10.hevc -sws_flags area+accurate_rnd+bitexact
FATE_HEVC
+=
fate-hevc-paramchange-yuv420p-yuv420p10
FATE_HEVC
+=
fate-hevc-paramchange-yuv420p-yuv420p10
tests/data/hevc-mp4.mov
:
TAG = GEN
tests/data/hevc-mp4.mov
:
ffmpeg$(PROGSSUF)$(EXESUF) | tests/data
$(
M
)$(
TARGET_EXEC
)
$(
TARGET_PATH
)
/
$<
\
-i
$(
TARGET_SAMPLES
)
/hevc-conformance/WPP_A_ericsson_MAIN10_2.bit
-c
copy
-flags
+bitexact
$(
TARGET_PATH
)
/
$@
-y
2>/dev/null
FATE_HEVC-
$(
call
ALLYES, HEVC_DEMUXER MOV_DEMUXER HEVC_MP4TOANNEXB_BSF MOV_MUXER HEVC_MUXER
)
+=
fate-hevc-bsf-mp4toannexb
fate-hevc-bsf-mp4toannexb
:
tests/data/hevc-mp4.mov
fate-hevc-bsf-mp4toannexb
:
CMD = md5 -i $(TARGET_PATH)/tests/data/hevc-mp4.mov -vcodec copy -fflags +bitexact -f hevc
fate-hevc-bsf-mp4toannexb
:
CMP = oneline
fate-hevc-bsf-mp4toannexb
:
REF = 1873662a3af1848c37e4eb25722c8df9
FATE_HEVC-
$(
call
DEMDEC, HEVC, HEVC
)
+=
$(FATE_HEVC)
FATE_HEVC-
$(
call
DEMDEC, HEVC, HEVC
)
+=
$(FATE_HEVC)
FATE_SAMPLES_AVCONV
+=
$(
FATE_HEVC-yes
)
FATE_SAMPLES_AVCONV
+=
$(
FATE_HEVC-yes
)
...
...
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