Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
e3424575
Commit
e3424575
authored
May 06, 2019
by
Mark Thompson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavc/h265_profile_level: Add unit test
Operates in the same way as the h264-levels test.
parent
c7142875
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
303 additions
and
0 deletions
+303
-0
Makefile
libavcodec/Makefile
+1
-0
h265_levels.c
libavcodec/tests/h265_levels.c
+297
-0
libavcodec.mak
tests/fate/libavcodec.mak
+5
-0
No files found.
libavcodec/Makefile
View file @
e3424575
...
...
@@ -1161,6 +1161,7 @@ TESTPROGS-$(CONFIG_IIRFILTER) += iirfilter
TESTPROGS-$(HAVE_MMX)
+=
motion
TESTPROGS-$(CONFIG_MPEGVIDEO)
+=
mpeg12framerate
TESTPROGS-$(CONFIG_H264_METADATA_BSF)
+=
h264_levels
TESTPROGS-$(CONFIG_HEVC_METADATA_BSF)
+=
h265_levels
TESTPROGS-$(CONFIG_RANGECODER)
+=
rangecoder
TESTPROGS-$(CONFIG_SNOW_ENCODER)
+=
snowenc
...
...
libavcodec/tests/h265_levels.c
0 → 100644
View file @
e3424575
This diff is collapsed.
Click to expand it.
tests/fate/libavcodec.mak
View file @
e3424575
...
...
@@ -51,6 +51,11 @@ fate-h264-levels: libavcodec/tests/h264_levels$(EXESUF)
fate-h264-levels: CMD = run libavcodec/tests/h264_levels$(EXESUF)
fate-h264-levels: REF = /dev/null
FATE_LIBAVCODEC-$(CONFIG_HEVC_METADATA_BSF) += fate-h265-levels
fate-h265-levels: libavcodec/tests/h265_levels$(EXESUF)
fate-h265-levels: CMD = run libavcodec/tests/h265_levels
fate-h265-levels: REF = /dev/null
FATE_LIBAVCODEC-$(CONFIG_IIRFILTER) += fate-iirfilter
fate-iirfilter: libavcodec/tests/iirfilter$(EXESUF)
fate-iirfilter: CMD = run libavcodec/tests/iirfilter$(EXESUF)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment