summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
* oops forgot that ...Michael Niedermayer2003-01-19
| | | | | | regression checksum update because of finetuning of various things & mb decission Originally committed as revision 1473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* shorter test streams / faster regression testsMichael Niedermayer2003-01-12
| | | | Originally committed as revision 1452 to svn://svn.ffmpeg.org/ffmpeg/trunk
* altivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>)Romain Dolbeau2003-01-11
| | | | Originally committed as revision 1448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more formatsFabrice Bellard2003-01-11
| | | | 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-06
| | | | | | regression tests) Originally committed as revision 1405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg4 header encoding bugfixMichael Niedermayer2003-01-03
| | | | Originally committed as revision 1392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regression checksums change cuz of motion estimation changes 10min agoMichael Niedermayer2003-01-01
| | | | Originally committed as revision 1385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* shape adaptive diamonds for EPZSMichael Niedermayer2003-01-01
| | | | | | | 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-01
| | | | Originally committed as revision 1383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correcter mpeg4 headersMichael Niedermayer2002-12-30
| | | | Originally committed as revision 1376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ooops forgot this (ffserver regression checksums update after motion ↵Michael Niedermayer2002-12-29
| | | | | | estimation changes) Originally committed as revision 1374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* motion estimation changesMichael Niedermayer2002-12-27
| | | | 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-25
| | | | 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-22
| | | | 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-12
| | | | | | 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-11
| | | | | | vsynth1 data and serves it up. Originally committed as revision 1334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct mpeg4 vo typeMichael Niedermayer2002-12-09
| | | | Originally committed as revision 1324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l (sad8x8_x2 had params in wrong order)Michael Niedermayer2002-12-03
| | | | Originally committed as revision 1299 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l (mixing chroma & luma linesize)Michael Niedermayer2002-12-03
| | | | Originally committed as revision 1298 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Ogg/Vorbis patch by Mark HillsMark Hills2002-11-22
| | | | 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-31
| | | | | | 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-27
| | | | | | difference in filesize/quality) Originally committed as revision 1078 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regression test for H263+Michael Niedermayer2002-10-25
| | | | Originally committed as revision 1070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set low_delay on encoding if no b framesMichael Niedermayer2002-10-06
| | | | 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-30
| | | | | | 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-29
| | | | | | 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-23
| | | | | | 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-20
| | | | Originally committed as revision 962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont store version for bit-exact testsMichael Niedermayer2002-09-14
| | | | Originally committed as revision 948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regression checksum change cuz of LIBAVCODEC_BUILD changeMichael Niedermayer2002-09-12
| | | | Originally committed as revision 928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (forgot checksums after mpeg4_encode_block() optimizations which ↵Michael Niedermayer2002-09-07
| | | | | | generates slightly shorter bitstream) Originally committed as revision 912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regression tests for msmpeg4v2 & wmv1Michael Niedermayer2002-09-06
| | | | 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-05
| | | | Originally committed as revision 907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do regression tests for rv10 tooMichael Niedermayer2002-09-03
| | | | 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-02
| | | | | | 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-31
| | | | Originally committed as revision 887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* not used anymoreMichael Niedermayer2002-08-30
| | | | Originally committed as revision 885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* using only the fast int dct for regression testsMichael Niedermayer2002-08-30
| | | | 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-30
| | | | Originally committed as revision 883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* checksum update cuz of build change 4620->4621Michael Niedermayer2002-08-29
| | | | Originally committed as revision 879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mmx & non-mmx regerssion testsMichael Niedermayer2002-08-27
| | | | Originally committed as revision 871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* checksum update due to LIBAVCODEC_BUILD 4619->4620Michael Niedermayer2002-08-26
| | | | 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-21
| | | | 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-21
| | | | | | directories ...) Originally committed as revision 856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use a local dir for testsFabrice Bellard2002-06-05
| | | | Originally committed as revision 668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * added dependency on dsputil_mmx_rnd.h for dsputil testZdenek Kabelac2002-05-29
| | | | Originally committed as revision 627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * yet a bit more extendedZdenek Kabelac2002-05-27
| | | | | | * fixed busy loop test bug on mmx-only machine Originally committed as revision 613 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * addedZdenek Kabelac2002-05-27
| | | | Originally committed as revision 611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reactivated swf/mjpeg/jpg formats testingFabrice Bellard2002-05-25
| | | | Originally committed as revision 600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * cosmeticZdenek Kabelac2002-05-23
| | | | Originally committed as revision 574 to svn://svn.ffmpeg.org/ffmpeg/trunk