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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Samuel Mira
ffmpeg
Commits
e1a6d63c
Commit
e1a6d63c
authored
12 years ago
by
Diego Biurrun
Browse files
Options
Downloads
Patches
Plain Diff
fate: Rename WMV8_DRM decoder tests to WMV3_DRM
The codec used in those files is WMV3/WMV9, not WMV2/WMV8.
parent
79331df3
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tests/fate/microsoft.mak
+6
-6
6 additions, 6 deletions
tests/fate/microsoft.mak
tests/ref/fate/wmv3-drm-dec
+0
-0
0 additions, 0 deletions
tests/ref/fate/wmv3-drm-dec
tests/ref/fate/wmv3-drm-nodec
+0
-0
0 additions, 0 deletions
tests/ref/fate/wmv3-drm-nodec
with
6 additions
and
6 deletions
tests/fate/microsoft.mak
+
6
−
6
View file @
e1a6d63c
...
@@ -34,15 +34,15 @@ fate-msvideo1: $(FATE_MSVIDEO1)
...
@@ -34,15 +34,15 @@ fate-msvideo1: $(FATE_MSVIDEO1)
FATE_SAMPLES_AVCONV-
$(
call
DEMDEC, ASF, MTS2
)
+=
fate-mts2
FATE_SAMPLES_AVCONV-
$(
call
DEMDEC, ASF, MTS2
)
+=
fate-mts2
fate-mts2
:
CMD = framecrc -i $(TARGET_SAMPLES)/mts2/ScreenCapture.xesc
fate-mts2
:
CMD = framecrc -i $(TARGET_SAMPLES)/mts2/ScreenCapture.xesc
FATE_WMV
8
_DRM
+=
fate-wmv
8
-drm
FATE_WMV
3
_DRM
+=
fate-wmv
3
-drm
-dec
# discard last packet to avoid fails due to overread of VC-1 decoder
# discard last packet to avoid fails due to overread of VC-1 decoder
fate-wmv
8
-drm
:
CMD = framecrc -cryptokey 137381538c84c068111902a59c5cf6c340247c39 -i $(TARGET_SAMPLES)/wmv
8
/wmv_drm.wmv -an -frames:v 129
fate-wmv
3
-drm
-dec
:
CMD = framecrc -cryptokey 137381538c84c068111902a59c5cf6c340247c39 -i $(TARGET_SAMPLES)/wmv
3
/wmv_drm.wmv -an -frames:v 129
FATE_WMV
8
_DRM
+=
fate-wmv
8
-drm-nodec
FATE_WMV
3
_DRM
+=
fate-wmv
3
-drm-nodec
fate-wmv
8
-drm-nodec
:
CMD = framecrc -cryptokey 137381538c84c068111902a59c5cf6c340247c39 -i $(TARGET_SAMPLES)/wmv
8
/wmv_drm.wmv -c copy
fate-wmv
3
-drm-nodec
:
CMD = framecrc -cryptokey 137381538c84c068111902a59c5cf6c340247c39 -i $(TARGET_SAMPLES)/wmv
3
/wmv_drm.wmv -c copy
FATE_SAMPLES_AVCONV-
$(
call
DEMDEC, ASF, WMV3
)
+=
$(FATE_WMV
8
_DRM)
FATE_SAMPLES_AVCONV-
$(
call
DEMDEC, ASF, WMV3
)
+=
$(FATE_WMV
3
_DRM)
fate-wmv
8_
drm
:
$(FATE_WMV
8
_DRM)
fate-wmv
3-
drm
:
$(FATE_WMV
3
_DRM)
FATE_SAMPLES_AVCONV-
$(
call
DEMDEC, ASF, WMV2
)
+=
fate-wmv8-intrax8
FATE_SAMPLES_AVCONV-
$(
call
DEMDEC, ASF, WMV2
)
+=
fate-wmv8-intrax8
fate-wmv8-intrax8
:
CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/wmv8/wmv8_x8intra.wmv -an
fate-wmv8-intrax8
:
CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/wmv8/wmv8_x8intra.wmv -an
...
...
This diff is collapsed.
Click to expand it.
tests/ref/fate/wmv
8
-drm
→
tests/ref/fate/wmv
3
-drm
-dec
+
0
−
0
View file @
e1a6d63c
File moved
This diff is collapsed.
Click to expand it.
tests/ref/fate/wmv
8
-drm-nodec
→
tests/ref/fate/wmv
3
-drm-nodec
+
0
−
0
View file @
e1a6d63c
File moved
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