Michael Niedermayer
e9c6531704
mpeg sequence end code regression checksum update
...
Originally committed as revision 2271 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-13 21:03:16 +00:00
Fabrice Bellard
3bb1f2da02
mpegaudio decoder no longer forgets to decoder last audio frame
...
Originally committed as revision 2244 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-09 22:45:27 +00:00
Michael Niedermayer
8d876a433c
asv2 regression test
...
Originally committed as revision 2188 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-01 13:05:21 +00:00
Michael Niedermayer
cb231c4866
fixing unused f_code values
...
10l (forgot to update the regression test scores after the closed gop bit fix)
Originally committed as revision 2185 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-30 19:40:30 +00:00
Michael Niedermayer
12dccd4e60
bit_rate in mpeg1/2 should be 0x3FFFF for vbr or at least >= max_bitrate
...
Originally committed as revision 2180 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-29 19:42:23 +00:00
Michael Niedermayer
2d5e962b06
100l (forget to reset me.skip for b frames)
...
Originally committed as revision 2170 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-26 22:26:18 +00:00
Michael Niedermayer
922bc38d55
mpeg2 regression test
...
add mpeg2video_decoder, thats more consistant with the encoders, note, both mpeg1video and mpeg2video decoder will happily decode both mpeg1 and 2
Originally committed as revision 2166 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-26 07:42:25 +00:00
Fabrice Bellard
b4f237b6b5
up to date regression tests
...
Originally committed as revision 2154 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-24 21:27:10 +00:00
Fabrice Bellard
04e3f86d6b
ac3 test
...
Originally committed as revision 2153 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-24 21:21:39 +00:00
Fabrice Bellard
375c44f4bb
use new loop option
...
Originally committed as revision 2149 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-24 21:16:50 +00:00
Fabrice Bellard
2853e85cea
disabled file based tests
...
Originally committed as revision 2148 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-24 21:14:02 +00:00
Fabrice Bellard
19a11db2aa
exclude Duration field too
...
Originally committed as revision 2147 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-24 18:16:16 +00:00
Michael Niedermayer
743739d2c5
AC3 encoding patch ba (Ross Martin <ffmpeg at ross dot interwrx dot com>)
...
Originally committed as revision 2129 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-20 07:57:00 +00:00
Michael Niedermayer
f5ea4461ce
patch for flv deblocking by (Garrick Meeker <gmeeker at theoryllc dot com>)
...
Originally committed as revision 2095 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-29 09:58:47 +00:00
Fabrice Bellard
a12eea308a
put b- prefix to libav tests to avoid incorrect ffserver test
...
Originally committed as revision 2055 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-16 19:13:33 +00:00
Fabrice Bellard
8ff7d1ad06
fixed test.conf path
...
Originally committed as revision 2054 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-16 18:50:35 +00:00
Michael Niedermayer
e11530e780
flv1 fix
...
Originally committed as revision 2047 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-15 20:22:22 +00:00
Michael Niedermayer
3b37408be8
lossless jpeg regression test
...
Originally committed as revision 2036 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-12 16:26:08 +00:00
Michael Niedermayer
bbdd42d36f
flv regression test
...
Originally committed as revision 2025 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-09 23:52:06 +00:00
Fabrice Bellard
67f7f31697
use explicit image name
...
Originally committed as revision 1930 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-05 12:36:34 +00:00
Fabrice Bellard
e2946a86c1
fixed SRC_PATH usage
...
Originally committed as revision 1929 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-05 12:36:05 +00:00
Michael Niedermayer
9ca9fce1dd
asv1 regression test
...
Originally committed as revision 1912 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-05-27 22:43:34 +00:00
Michael Niedermayer
db6e779506
motion vector vissualization for mpeg1/2
...
mpeg1/2 cleanup/bugfix
error resilience bugfix
Originally committed as revision 1911 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-05-27 12:31:03 +00:00
Roman Shaposhnik
affd55a132
* fixing a bug in avpicture_layout (PAL8 wasn't handled properly)
...
* adding regression tests for all pix_fmt conversions
* making libavtest part of the default testsuite
Originally committed as revision 1855 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-05-12 02:53:43 +00:00
Roman Shaposhnik
8c0ff5d5c2
* Making AVI encoding predictable (all JUNK chunks are filled with 0)
...
* Updating regression refs
* Making server-regression.sh work on Solaris
Originally committed as revision 1818 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-04-24 03:59:33 +00:00
Roman Shaposhnik
6e023978cf
Changes for SPARC/Solaris compatibility. Now it should be possible to
...
build and test ffmpeg on SPARC/Solaris 8+ out of the box.
Originally committed as revision 1778 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-04-15 22:29:37 +00:00
Philip Gladstone
96cbe82cb5
* Actually make the sort function do some sorting (data needs to be on own lines)
...
* Revise the regression results
Originally committed as revision 1776 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-04-15 02:23:00 +00:00
Philip Gladstone
e31c1c30d2
* Removed ffmpeg output during encoding runs. Now only print out errors
...
* Try to fix mysterious sort order issue in ffserver tests
Originally committed as revision 1775 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-04-15 01:58:46 +00:00
Michael Niedermayer
6692d61b12
fail if a test fails instead of contuing as if everything was ok
...
Originally committed as revision 1767 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-04-12 14:50:35 +00:00
Michael Niedermayer
a90fb38bfa
checksum update for the avi zeros ...
...
Originally committed as revision 1766 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-04-12 14:43:36 +00:00
Philip Gladstone
b452004bbf
These are my values and seem pretty stable. YMMV
...
Originally committed as revision 1765 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-04-12 03:05:46 +00:00
Philip Gladstone
aae6ea8b0c
Only reference the images that exist
...
Originally committed as revision 1764 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-04-12 03:05:24 +00:00
Philip Gladstone
d746f9281f
Add a file serving test as well
...
Originally committed as revision 1763 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-04-12 03:04:55 +00:00
Philip Gladstone
be0d154911
Apply patch to remove -em_rate
...
Originally committed as revision 1760 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-04-12 02:34:37 +00:00
Michael Niedermayer
2add6b5db7
use bilinear interpolation for the rotozoom
...
Originally committed as revision 1759 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-04-12 02:32:33 +00:00
Michael Niedermayer
6afd3b92b4
finished integrating rotozoom test in ffmpeg
...
replaced float by integer to avoid rounding differenes between platforms
Originally committed as revision 1755 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-04-11 13:43:17 +00:00
Michael Niedermayer
6696163608
alternative test video generator by (Sebastien Bechet <s dot bechet at av7 dot net>)
...
Originally committed as revision 1754 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-04-11 10:07:57 +00:00
Michael Niedermayer
67cbe68129
check quality too, not only md5 (but dont take the scores too serious, the different codecs use different quality/bitrates and its just based on a artificially generated testvideo)
...
small changes to some test to check a broader area of features
Originally committed as revision 1751 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-04-10 21:29:31 +00:00
Michael Niedermayer
ba57a3ff23
smaller slices for the regression tests, i hope that way we'll catch the next 10l slice bug earlier ...
...
Originally committed as revision 1748 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-04-10 14:16:19 +00:00
Roman Shaposhnik
ce9fce63c5
AVI > 2Gb (OpenDML) generation patch by (Roman Shaposhnick <rvs at sun dot com>)
...
Originally committed as revision 1741 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-04-08 09:51:15 +00:00
Michael Niedermayer
1f9aea9b91
fixing msmpeg4v2 encoding
...
Originally committed as revision 1723 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-04-01 15:38:01 +00:00
Michael Niedermayer
5acaa5e1df
simplify slice encoding (variance of packet size is practically identical)
...
Originally committed as revision 1719 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-03-30 16:22:08 +00:00
Michael Niedermayer
3c300082de
disabling ac3 decoding regression test (its different between different compilers/platforms due to float use)
...
Originally committed as revision 1718 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-03-30 12:24:46 +00:00
Roumen Petrov
c7f2eb83e5
don't use proxy and suppress verbose output patch by (Roumen Petrov <help at roumenpetrov dot info>)
...
Originally committed as revision 1717 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-03-30 11:54:24 +00:00
Michael Niedermayer
8d170f0efa
test ffserver even if ffmpeg regresion test fails
...
Originally committed as revision 1709 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-03-26 23:19:50 +00:00
Michael Niedermayer
00df1301bd
allways test ffserver too by default
...
update ffserver regression checksums (this has been forgotten several times in the past, lets hope no bugs where introduced during that lazyness...)
Originally committed as revision 1705 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-03-26 10:37:05 +00:00
Michael Niedermayer
e23d5712ea
wmv2 & huffyuv regression test
...
Originally committed as revision 1650 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-03-08 11:50:26 +00:00
Michael Niedermayer
32d8c294e5
avi fps fixed
...
Originally committed as revision 1649 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-03-08 11:31:14 +00:00
Michael Niedermayer
968ea8d9d3
disabling aic for h263p regression test
...
Originally committed as revision 1623 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-03-05 16:12:22 +00:00
Michael Niedermayer
179386025e
10l
...
Originally committed as revision 1615 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-02-28 16:06:40 +00:00