summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* more formatsFabrice Bellard2003-01-112-37/+52
| | | | Originally committed as revision 1442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l, but for whom? (zero ME sucks and caused the many I frames in the ↵Michael Niedermayer2003-01-061-20/+20
| | | | | | regression tests) Originally committed as revision 1405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg4 header encoding bugfixMichael Niedermayer2003-01-031-4/+4
| | | | Originally committed as revision 1392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regression checksums change cuz of motion estimation changes 10min agoMichael Niedermayer2003-01-011-8/+8
| | | | Originally committed as revision 1385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* shape adaptive diamonds for EPZSMichael Niedermayer2003-01-011-2/+2
| | | | | | | 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
* mpeg1 rounding fixMichael Niedermayer2003-01-011-2/+2
| | | | Originally committed as revision 1383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correcter mpeg4 headersMichael Niedermayer2002-12-301-3/+3
| | | | Originally committed as revision 1376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ooops forgot this (ffserver regression checksums update after motion ↵Michael Niedermayer2002-12-291-7/+7
| | | | | | estimation changes) Originally committed as revision 1374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* motion estimation changesMichael Niedermayer2002-12-271-20/+20
| | | | Originally committed as revision 1367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Updated as a result of changes to the rate change code in ffmpegPhilip Gladstone2002-12-251-10/+10
| | | | Originally committed as revision 1362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure that if you abort the server regression tests, then it doesn't say OKPhilip Gladstone2002-12-221-0/+1
| | | | Originally committed as revision 1357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* First shot at the ffserver regression tests. All feedback received withPhilip Gladstone2002-12-124-11/+114
| | | | | | interest Originally committed as revision 1336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initial version of test configuration file for ffserver that encodes thePhilip Gladstone2002-12-111-0/+208
| | | | | | vsynth1 data and serves it up. Originally committed as revision 1334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct mpeg4 vo typeMichael Niedermayer2002-12-091-1/+1
| | | | Originally committed as revision 1324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l (sad8x8_x2 had params in wrong order)Michael Niedermayer2002-12-031-2/+2
| | | | Originally committed as revision 1299 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l (mixing chroma & luma linesize)Michael Niedermayer2002-12-031-10/+10
| | | | Originally committed as revision 1298 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Ogg/Vorbis patch by Mark HillsMark Hills2002-11-221-1/+1
| | | | Originally committed as revision 1268 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing another assert q>0.0 issue caused by variance < 0, this fix allso ↵Michael Niedermayer2002-10-311-18/+18
| | | | | | 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
* mergeing inter & intra rl_length tables (50% smaller & no meassureable ↵Michael Niedermayer2002-10-271-1/+1
| | | | | | difference in filesize/quality) Originally committed as revision 1078 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regression test for H263+Michael Niedermayer2002-10-252-0/+13
| | | | Originally committed as revision 1070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set low_delay on encoding if no b framesMichael Niedermayer2002-10-061-4/+4
| | | | Originally committed as revision 1007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing rv10, this isnt the cleanest solution (parsing the packet header in ↵Michael Niedermayer2002-09-301-1/+1
| | | | | | 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
* idct permutation cleanup, idct can be selected per context nowMichael Niedermayer2002-09-291-4/+4
| | | | | | fixing some threadunsafe code Originally committed as revision 980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing variance scaling for b frames (messed adaptive quants up)Michael Niedermayer2002-09-231-2/+2
| | | | | | 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
* regression test for ratecontrol & adv mpeg4 stuffMichael Niedermayer2002-09-202-0/+26
| | | | Originally committed as revision 962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont store version for bit-exact testsMichael Niedermayer2002-09-141-2/+2
| | | | Originally committed as revision 948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regression checksum change cuz of LIBAVCODEC_BUILD changeMichael Niedermayer2002-09-121-2/+2
| | | | Originally committed as revision 928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (forgot checksums after mpeg4_encode_block() optimizations which ↵Michael Niedermayer2002-09-071-1/+1
| | | | | | generates slightly shorter bitstream) Originally committed as revision 912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regression tests for msmpeg4v2 & wmv1Michael Niedermayer2002-09-062-0/+26
| | | | Originally committed as revision 910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing rv10 encoding (ffmpeg can at least decode its own rv10 files now)Michael Niedermayer2002-09-051-2/+2
| | | | Originally committed as revision 907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do regression tests for rv10 tooMichael Niedermayer2002-09-032-1/+3
| | | | Originally committed as revision 904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new vbv calculation patch by (Henry Mason <talus25 at speakeasy dot net>) ↵Henry Mason2002-09-021-1/+1
| | | | | | with slight modification by me Originally committed as revision 899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* checksums for the bitexact simple idctMichael Niedermayer2002-08-311-9/+9
| | | | Originally committed as revision 887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* not used anymoreMichael Niedermayer2002-08-301-15/+0
| | | | Originally committed as revision 885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* using only the fast int dct for regression testsMichael Niedermayer2002-08-303-22/+18
| | | | Originally committed as revision 884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cygwin patch by (Felix Buenemann <atmosfear at users dot sourceforge dot net>)Felix Bünemann2002-08-301-3/+3
| | | | Originally committed as revision 883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* checksum update cuz of build change 4620->4621Michael Niedermayer2002-08-291-2/+2
| | | | Originally committed as revision 879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mmx & non-mmx regerssion testsMichael Niedermayer2002-08-273-10/+31
| | | | Originally committed as revision 871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* checksum update due to LIBAVCODEC_BUILD 4619->4620Michael Niedermayer2002-08-261-2/+2
| | | | Originally committed as revision 868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* darwin patches by Heliodoro Tammaro <helio at interactives dot org>Michael Niedermayer2002-08-211-1/+1
| | | | Originally committed as revision 857 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regression test checksum update (seems the files where even in different ↵Michael Niedermayer2002-08-211-14/+14
| | | | | | directories ...) Originally committed as revision 856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use a local dir for testsFabrice Bellard2002-06-052-13/+18
| | | | Originally committed as revision 668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * added dependency on dsputil_mmx_rnd.h for dsputil testZdenek Kabelac2002-05-291-0/+1
| | | | Originally committed as revision 627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * yet a bit more extendedZdenek Kabelac2002-05-272-23/+49
| | | | | | * fixed busy loop test bug on mmx-only machine Originally committed as revision 613 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * addedZdenek Kabelac2002-05-271-0/+8
| | | | Originally committed as revision 611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reactivated swf/mjpeg/jpg formats testingFabrice Bellard2002-05-254-25/+30
| | | | Originally committed as revision 600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * cosmeticZdenek Kabelac2002-05-231-1/+1
| | | | Originally committed as revision 574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * minor updateZdenek Kabelac2002-05-231-3/+4
| | | | Originally committed as revision 571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * a little bit extended dsptest also suports dsptestpic targetZdenek Kabelac2002-05-232-9/+46
| | | | Originally committed as revision 569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * somewhat more advanced test suit for dsp code - for now i386 onlyZdenek Kabelac2002-05-232-0/+131
| | | | | | cd test ; make dsptest ; ./dsptest Originally committed as revision 568 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud