Reimar Döffinger
de40eb8df2
Fix regression.sh to work on OpenBSD which has md5 instead of md5sum
...
but it is in the path (/bin), not /sbin.
Originally committed as revision 16088 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-13 09:10:55 +00:00
Måns Rullgård
9a5771e9c1
Run regression tests on target system.
...
Originally committed as revision 15915 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-23 12:36:44 +00:00
Carl Eugen Hoyos
ede935a1bd
Revert r15615: Enable AC-3 decoding regression tests.
...
AC-3 decoding regression test fails with gcc 2.95.3 because of missing
SSE support.
Originally committed as revision 15625 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-15 22:58:45 +00:00
Carl Eugen Hoyos
2e00584efc
Enable AC-3 decoding regression tests.
...
Originally committed as revision 15615 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-13 21:47:30 +00:00
Michael Niedermayer
3e3c638e69
Switch regression tests to swscale.
...
Plain C, x86-32 and -64 have been tested and should work, other
archs that had asm optmizations in swscale likely will need some fixes
to either fall back on C if SWS_BITEXACT is set or make the asm match C.
This also disables the PAL8 test as neither swscale nor the old scaler
really support PAL8 output, imgconvert supported a fixed 666 palette
as output and swscale supports fixed 884 and 422.
Originally committed as revision 15305 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-13 03:49:54 +00:00
Luca Abeni
dd1c8f3e6e
Bump Major version, this commit is almost just renaming bits_per_sample to
...
bits_per_coded_sample but that cannot be done seperately.
Patch by Luca Abeni
Also reset the minor version and fix the forgotton change to libfaad.
Note: The API/ABI should not be considered stable yet, there still may
be a change done here or there if some developer has some cleanup ideas and
patches!
Originally committed as revision 15262 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-08 14:24:59 +00:00
Aurelien Jacobs
38511b9ad3
matroska: fix regression test according to r14862
...
Originally committed as revision 14865 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-20 13:22:10 +00:00
Peter Ross
6f18fe8ce7
Add regression tests for F32LE, F64BE and F64LE PCM codecs.
...
Originally committed as revision 14838 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-19 11:26:43 +00:00
Peter Ross
5e8ecfde50
Apply PCM ENCODE/DECODE() macros to the S/U,8/24/32,LE/BE PCM codecs.
...
Originally committed as revision 14692 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-11 09:52:17 +00:00
Peter Ross
4f5c72e857
PCM regression tests.
...
Originally committed as revision 14671 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-08 23:31:43 +00:00
Baptiste Coudurier
77c3fb9098
add dv 4:1:1 regression test
...
Originally committed as revision 14631 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-05 23:03:02 +00:00
Baptiste Coudurier
b91758de48
100l, fix test, ref values were done with mv0, dunno how this slipped in
...
Originally committed as revision 14630 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-05 22:55:59 +00:00
Baptiste Coudurier
2cce68f8bd
add mpeg2 4:2:2 regression test
...
Originally committed as revision 14629 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-05 21:59:51 +00:00
Ramiro Polla
bddbd7d3d1
Do not duplicate -y parameter on regression.sh.
...
It is already set by FFMPEG_OPTS.
Originally committed as revision 13029 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-01 21:41:42 +00:00
Baptiste Coudurier
0c691995bf
cosmetics
...
Originally committed as revision 12962 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-25 14:04:27 +00:00
Baptiste Coudurier
3a71577f87
homogenous regression tests output for image formats
...
Originally committed as revision 12639 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-30 21:29:38 +00:00
Baptiste Coudurier
38c669d853
cosmetics, remove superflous comments
...
Originally committed as revision 12488 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-18 13:13:57 +00:00
Måns Rullgård
88b5db9f08
replace -f pgmyuv with -f image2 -vcodec pgmyuv
...
Originally committed as revision 12361 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-07 19:27:14 +00:00
Måns Rullgård
5b67e4f8b8
Simplify do_video_encoding() in regression.sh
...
All calls of this function use pgmyuv input format; hence
no need to specify it explicitly.
Originally committed as revision 12360 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-07 19:27:10 +00:00
Måns Rullgård
733a6d8360
Remove mp4psp regression test
...
The PSP MP4 format requires an AAC audio stream, so until
we have an AAC encoder we cannot test this format.
The existing test is broken and does not actually use the
PSP format.
Originally committed as revision 12359 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-07 19:27:07 +00:00
Kostya Shishkov
9dc92a38a0
IMA ADPCM encoder - QT variant
...
Originally committed as revision 12348 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-06 07:30:41 +00:00
Måns Rullgård
704abfec05
remove useless/incorrect comments in regression.sh
...
Originally committed as revision 11834 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-03 19:26:32 +00:00
Måns Rullgård
2009721d99
split lavf regression tests
...
Originally committed as revision 11833 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-03 19:26:29 +00:00
Måns Rullgård
4383ed5cba
split regression tests allowing make to run them in parallel
...
Originally committed as revision 11832 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-03 19:26:26 +00:00
Måns Rullgård
f5655f2afb
remove duplicate, disabled nut regression test
...
Originally committed as revision 11671 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-30 21:04:00 +00:00
Diego Biurrun
76de4ea681
Print the name of the regression test that was run after finishing the test.
...
Originally committed as revision 11664 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-29 23:30:00 +00:00
Måns Rullgård
a8fa959a0f
rename dv50 regression test output file to dv50.dv
...
Originally committed as revision 11660 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-28 22:35:44 +00:00
Benjamin Larsson
b529ab37ba
4 months of hard development and finally it's done. Closes issue 58. Adpcm_swf regressions tests.
...
Originally committed as revision 11160 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-12-03 15:35:23 +00:00
Baptiste Coudurier
5118cae694
ogg muxer
...
Originally committed as revision 10999 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-10 18:27:03 +00:00
David Conrad
46491f138c
Matroska regression tests
...
Originally committed as revision 10391 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-05 01:05:54 +00:00
Michael Niedermayer
f38e2b13bd
nut regression test
...
Originally committed as revision 10057 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-10 14:38:31 +00:00
Michael Niedermayer
d2f8f410bc
flashsv regression test
...
closes issue5
Originally committed as revision 9912 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-04 20:35:50 +00:00
Andreas Öman
6b8bcd3ed3
regression tests for yuv440p yuvj440p
...
patch by Andreas Öman: [andreas olebyn nu]
Originally committed as revision 9765 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-19 16:06:14 +00:00
Diego Biurrun
90b5b51eab
misc typo fixes
...
Originally committed as revision 9291 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-12 18:50:50 +00:00
Diego Biurrun
4fbd52f0b8
Merge tests Makefile into the top-level Makefile.
...
This gets rid of some recursion and simplifies the code.
Originally committed as revision 9255 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-07 22:36:39 +00:00
Michael Niedermayer
c28baf069d
fix tiff regression test (bitexact flag was ignoredwhich caused the
...
LAVC version to be in the file and thus breaking with the last change of that)
Originally committed as revision 8734 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-14 18:58:26 +00:00
Kamil Nowosad
f4d47d6b30
YUV support patch by (Kamil Nowosad k.nowosad students mimuw edu pl)
...
Originally committed as revision 8638 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-06 23:16:08 +00:00
Michael Niedermayer
90b4e3930f
tiff & sgi regression test
...
Originally committed as revision 8636 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-06 20:47:03 +00:00
Michael Niedermayer
199c6e3cf1
md5 test for the image formats
...
Originally committed as revision 8491 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-24 02:14:34 +00:00
Michael Niedermayer
1e358f039f
bmp and tga image regression test
...
Originally committed as revision 8490 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-24 02:03:20 +00:00
Benoit Fouet
f6ac2667e5
Remove -ab 64k from ffmpeg options, this is now default.
...
patch by Benoit Fouet, benoit.fouet purplelabs com
Originally committed as revision 8346 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-12 15:54:15 +00:00
Benoit Fouet
066a81a80f
change management of "ab" option in ffmpeg.c, so that it works as "b" option.
...
patch by Benoit Fouet % benoit P fouet A purplelabs P com %
Original thread:
Subj: [Ffmpeg-devel] [PATCH] use new way to handle "ab" option
Date: 03/03/2007 10:51 PM
Originally committed as revision 8244 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-05 10:04:53 +00:00
Michael Niedermayer
d9076fe7c3
remove md5 check for wma as there are rounding differences between cpus
...
Originally committed as revision 7954 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-12 19:59:38 +00:00
Michael Niedermayer
0786943a00
disabling vorbis regression test for now, both encoder and decoder behave strange and have to be fixed
...
Originally committed as revision 7953 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-12 19:50:57 +00:00
Michael Niedermayer
3160138fc2
vorbis regression test
...
(using .asf as our .ogg muxer depends on libogg, nut muxer depends on libnut and vorbis in avi/mpeg is not really a good idea)
Originally committed as revision 7874 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-07 17:04:30 +00:00
Baptiste Coudurier
dc8918ad93
fix regression tests due to pixel format name changes
...
Originally committed as revision 7869 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-07 11:25:50 +00:00
Michael Niedermayer
6d3d8daef9
wma regression test
...
Originally committed as revision 7865 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-06 23:59:10 +00:00
Diego Biurrun
2a04823942
Add/update some comments.
...
Originally committed as revision 7578 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-18 08:23:36 +00:00
Diego Biurrun
7dc0c991da
Rename do_libav var so as not to clash with the do_libav function on Solaris.
...
Originally committed as revision 7577 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-18 08:21:55 +00:00
Diego Biurrun
9e32e071e1
Revert broken removal of variable indirection.
...
Originally committed as revision 7532 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-15 07:56:15 +00:00