Fabrice Bellard
7481e91982
more formats
...
Originally committed as revision 1442 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
3bea538625
1000l, but for whom? (zero ME sucks and caused the many I frames in the regression tests)
...
Originally committed as revision 1405 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
70ac76c0eb
mpeg4 header encoding bugfix
...
Originally committed as revision 1392 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
7204b806a0
regression checksums change cuz of motion estimation changes 10min ago
...
Originally committed as revision 1385 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
b07a59805e
shape adaptive diamonds for EPZS
...
user specified amount of MV predictors from the last frame
b frame MV predictor scaling fixed
Originally committed as revision 1384 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
e9166b58aa
mpeg1 rounding fix
...
Originally committed as revision 1383 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
41773b735e
correcter mpeg4 headers
...
Originally committed as revision 1376 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
7bd7fa91d0
ooops forgot this (ffserver regression checksums update after motion estimation changes)
...
Originally committed as revision 1374 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
f3c4a7bd2c
motion estimation changes
...
Originally committed as revision 1367 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
368eb09423
Updated as a result of changes to the rate change code in ffmpeg
...
Originally committed as revision 1362 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
bc15b8ef64
Make sure that if you abort the server regression tests, then it doesn't say OK
...
Originally committed as revision 1357 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
e2b2851e5a
First shot at the ffserver regression tests. All feedback received with
...
interest
Originally committed as revision 1336 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
0bdd297f26
Initial version of test configuration file for ffserver that encodes the
...
vsynth1 data and serves it up.
Originally committed as revision 1334 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
f8af5cb5a4
correct mpeg4 vo type
...
Originally committed as revision 1324 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
843342efb7
100l (sad8x8_x2 had params in wrong order)
...
Originally committed as revision 1299 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
2571e3b62b
100l (mixing chroma & luma linesize)
...
Originally committed as revision 1298 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Mark Hills
3aca208a7b
* Ogg/Vorbis patch by Mark Hills
...
Originally committed as revision 1268 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
af27aea922
fixing another assert q>0.0 issue caused by variance < 0, this fix allso changes the inter/intra decission very slightly -> all regression checksums need to be updated
...
Originally committed as revision 1122 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
060f89b328
mergeing inter & intra rl_length tables (50% smaller & no meassureable difference in filesize/quality)
...
Originally committed as revision 1078 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
6e2d5f1aea
regression test for H263+
...
Originally committed as revision 1070 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
0298af4887
set low_delay on encoding if no b frames
...
Originally committed as revision 1007 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
4c2bc159bd
fixing rv10, this isnt the cleanest solution (parsing the packet header in the codec & creating it in the muxer) but it was that way before things broke, and its the simplest solution
...
Originally committed as revision 986 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
2ad1516a6c
idct permutation cleanup, idct can be selected per context now
...
fixing some threadunsafe code
Originally committed as revision 980 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
693b0e1d66
fixing variance scaling for b frames (messed adaptive quants up)
...
cliping too long MVs in b frames instead of setting them to 0
Originally committed as revision 965 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
1dbb6d9026
regression test for ratecontrol & adv mpeg4 stuff
...
Originally committed as revision 962 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
5596c60cce
dont store version for bit-exact tests
...
Originally committed as revision 948 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
df266acdec
regression checksum change cuz of LIBAVCODEC_BUILD change
...
Originally committed as revision 928 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
b2a0a7fb8a
10l (forgot checksums after mpeg4_encode_block() optimizations which generates slightly shorter bitstream)
...
Originally committed as revision 912 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
6ebd933b8f
regression tests for msmpeg4v2 & wmv1
...
Originally committed as revision 910 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
0b61920aa7
fixing rv10 encoding (ffmpeg can at least decode its own rv10 files now)
...
Originally committed as revision 907 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
64a7a8af14
do regression tests for rv10 too
...
Originally committed as revision 904 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Henry Mason
ecfd40b390
new vbv calculation patch by (Henry Mason <talus25 at speakeasy dot net>) with slight modification by me
...
Originally committed as revision 899 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
d3b3efe368
checksums for the bitexact simple idct
...
Originally committed as revision 887 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
8e779b900f
not used anymore
...
Originally committed as revision 885 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
463678ac8b
using only the fast int dct for regression tests
...
Originally committed as revision 884 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Felix Bünemann
3f027ca76c
cygwin patch by (Felix Buenemann <atmosfear at users dot sourceforge dot net>)
...
Originally committed as revision 883 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
252f397509
checksum update cuz of build change 4620->4621
...
Originally committed as revision 879 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
1b78558a9c
mmx & non-mmx regerssion tests
...
Originally committed as revision 871 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
1ffd8306ba
checksum update due to LIBAVCODEC_BUILD 4619->4620
...
Originally committed as revision 868 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
90cee0c351
darwin patches by Heliodoro Tammaro <helio at interactives dot org>
...
Originally committed as revision 857 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
f8e891a97c
regression test checksum update (seems the files where even in different directories ...)
...
Originally committed as revision 856 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
5bcfd1ad98
use a local dir for tests
...
Originally committed as revision 668 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Zdenek Kabelac
5845431a86
* added dependency on dsputil_mmx_rnd.h for dsputil test
...
Originally committed as revision 627 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Zdenek Kabelac
6fea8454ac
* yet a bit more extended
...
* fixed busy loop test bug on mmx-only machine
Originally committed as revision 613 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Zdenek Kabelac
674e6204f1
* added
...
Originally committed as revision 611 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
d0c30ca54e
reactivated swf/mjpeg/jpg formats testing
...
Originally committed as revision 600 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Zdenek Kabelac
b6fee9b6e9
* cosmetic
...
Originally committed as revision 574 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Zdenek Kabelac
423d391bfe
* minor update
...
Originally committed as revision 571 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Zdenek Kabelac
9e8098e72a
* a little bit extended dsptest also suports dsptestpic target
...
Originally committed as revision 569 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Zdenek Kabelac
ec9a41f57d
* somewhat more advanced test suit for dsp code - for now i386 only
...
cd test ; make dsptest ; ./dsptest
Originally committed as revision 568 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago