summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
* patch for flv deblocking by (Garrick Meeker <gmeeker at theoryllc dot com>)Michael Niedermayer2003-07-29
| | | | Originally committed as revision 2095 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put b- prefix to libav tests to avoid incorrect ffserver testFabrice Bellard2003-07-16
| | | | Originally committed as revision 2055 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed test.conf pathFabrice Bellard2003-07-16
| | | | Originally committed as revision 2054 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flv1 fixMichael Niedermayer2003-07-15
| | | | Originally committed as revision 2047 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lossless jpeg regression testMichael Niedermayer2003-07-12
| | | | Originally committed as revision 2036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flv regression testMichael Niedermayer2003-07-09
| | | | Originally committed as revision 2025 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use explicit image nameFabrice Bellard2003-06-05
| | | | Originally committed as revision 1930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed SRC_PATH usageFabrice Bellard2003-06-05
| | | | Originally committed as revision 1929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* asv1 regression testMichael Niedermayer2003-05-27
| | | | Originally committed as revision 1912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* motion vector vissualization for mpeg1/2Michael Niedermayer2003-05-27
| | | | | | | mpeg1/2 cleanup/bugfix error resilience bugfix Originally committed as revision 1911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing a bug in avpicture_layout (PAL8 wasn't handled properly)Roman Shaposhnik2003-05-12
| | | | | | | * 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
* * Making AVI encoding predictable (all JUNK chunks are filled with 0)Roman Shaposhnik2003-04-24
| | | | | | | * Updating regression refs * Making server-regression.sh work on Solaris Originally committed as revision 1818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Changes for SPARC/Solaris compatibility. Now it should be possible toRoman Shaposhnik2003-04-15
| | | | | | build and test ffmpeg on SPARC/Solaris 8+ out of the box. Originally committed as revision 1778 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Actually make the sort function do some sorting (data needs to be on own ↵Philip Gladstone2003-04-15
| | | | | | | | lines) * Revise the regression results Originally committed as revision 1776 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Removed ffmpeg output during encoding runs. Now only print out errorsPhilip Gladstone2003-04-15
| | | | | | * Try to fix mysterious sort order issue in ffserver tests Originally committed as revision 1775 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fail if a test fails instead of contuing as if everything was okMichael Niedermayer2003-04-12
| | | | Originally committed as revision 1767 to svn://svn.ffmpeg.org/ffmpeg/trunk
* checksum update for the avi zeros ...Michael Niedermayer2003-04-12
| | | | Originally committed as revision 1766 to svn://svn.ffmpeg.org/ffmpeg/trunk
* These are my values and seem pretty stable. YMMVPhilip Gladstone2003-04-12
| | | | Originally committed as revision 1765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only reference the images that existPhilip Gladstone2003-04-12
| | | | Originally committed as revision 1764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a file serving test as wellPhilip Gladstone2003-04-12
| | | | Originally committed as revision 1763 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply patch to remove -em_ratePhilip Gladstone2003-04-12
| | | | Originally committed as revision 1760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use bilinear interpolation for the rotozoomMichael Niedermayer2003-04-12
| | | | Originally committed as revision 1759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* finished integrating rotozoom test in ffmpegMichael Niedermayer2003-04-11
| | | | | | replaced float by integer to avoid rounding differenes between platforms Originally committed as revision 1755 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alternative test video generator by (Sebastien Bechet <s dot bechet at av7 ↵Michael Niedermayer2003-04-11
| | | | | | dot net>) Originally committed as revision 1754 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check quality too, not only md5 (but dont take the scores too serious, the ↵Michael Niedermayer2003-04-10
| | | | | | | | 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
* smaller slices for the regression tests, i hope that way we'll catch the ↵Michael Niedermayer2003-04-10
| | | | | | next 10l slice bug earlier ... Originally committed as revision 1748 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVI > 2Gb (OpenDML) generation patch by (Roman Shaposhnick <rvs at sun dot com>)Roman Shaposhnik2003-04-08
| | | | Originally committed as revision 1741 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing msmpeg4v2 encodingMichael Niedermayer2003-04-01
| | | | Originally committed as revision 1723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify slice encoding (variance of packet size is practically identical)Michael Niedermayer2003-03-30
| | | | Originally committed as revision 1719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disabling ac3 decoding regression test (its different between different ↵Michael Niedermayer2003-03-30
| | | | | | compilers/platforms due to float use) Originally committed as revision 1718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't use proxy and suppress verbose output patch by (Roumen Petrov <help at ↵Roumen Petrov2003-03-30
| | | | | | roumenpetrov dot info>) Originally committed as revision 1717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* test ffserver even if ffmpeg regresion test failsMichael Niedermayer2003-03-26
| | | | Originally committed as revision 1709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allways test ffserver too by defaultMichael Niedermayer2003-03-26
| | | | | | 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
* wmv2 & huffyuv regression testMichael Niedermayer2003-03-08
| | | | Originally committed as revision 1650 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avi fps fixedMichael Niedermayer2003-03-08
| | | | Originally committed as revision 1649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disabling aic for h263p regression testMichael Niedermayer2003-03-05
| | | | Originally committed as revision 1623 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-02-28
| | | | Originally committed as revision 1615 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h263(+) clenaup & bugfixesMichael Niedermayer2003-02-28
| | | | Originally committed as revision 1614 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h263 me range increased -> checksum for h263, rv10 updatedMichael Niedermayer2003-02-27
| | | | | | ac3 checksum update (cuz of liba52 update??) Originally committed as revision 1611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg1 b frame regression testMichael Niedermayer2003-02-08
| | | | Originally committed as revision 1554 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changes to f_code calculation for b frames -> changed checksumMichael Niedermayer2003-02-08
| | | | Originally committed as revision 1552 to svn://svn.ffmpeg.org/ffmpeg/trunk
* checksum changed cuz of b frame segfault fix?Michael Niedermayer2003-02-07
| | | | Originally committed as revision 1550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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