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
1e358f03
Commit
1e358f03
authored
Mar 24, 2007
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bmp and tga image regression test
Originally committed as revision 8490 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
1c87ed3a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
libav.regression.ref
tests/libav.regression.ref
+2
-0
regression.sh
tests/regression.sh
+6
-0
No files found.
tests/libav.regression.ref
View file @
1e358f03
...
...
@@ -46,6 +46,8 @@ b977a4fedff90a79baf70c8e02986820 *./data/b-libav.y4m
3801810 ./data/b-libav.y4m
./data/b-libav%02d.pgm CRC=0x84c09106
./data/b-libav%02d.ppm CRC=0x25c06ecf
./data/b-libav%02d.bmp CRC=0xf3a66ecf
./data/b-libav%02d.tga CRC=0xf3a66ecf
./data/b-libav%02d.jpg CRC=0x62328baa
b0a8c8063d81921db5d7c8f50a1cc454 *./data/b-libav.wav
89132 ./data/b-libav.wav
...
...
tests/regression.sh
View file @
1e358f03
...
...
@@ -661,6 +661,12 @@ do_image_formats pgm
# ppm (we do not do md5 on image files yet)
do_image_formats ppm
# bmp (we do not do md5 on image files yet)
do_image_formats bmp
# tga (we do not do md5 on image files yet)
do_image_formats tga
# jpeg (we do not do md5 on image files yet)
do_image_formats jpg
"-flags +bitexact -dct fastint -idct simple -pix_fmt yuvj420p"
"-f image2"
...
...
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