summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
* picture buffer cleanup, this fixes a assertion failure (if assertion ↵Michael Niedermayer2003-10-16
| | | | | | checking was manualy enabled for utils.c) and a memleak at least Originally committed as revision 2392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use the correct file modesMike Melanson2003-10-15
| | | | Originally committed as revision 2381 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use lagrange multipler instead of qp for ratecontrol, this may break some ↵Michael Niedermayer2003-10-07
| | | | | | | | things, tell me ASAP if u notice anything broken quality which was 1..31 float is now a 1..FF_LAMBDA_MAX int, and FF_QP2LAMBDA * qp can be used to convert to the new range Originally committed as revision 2348 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nut regression testMichael Niedermayer2003-10-01
| | | | | | mpeg4 ac prediction cleanup Originally committed as revision 2326 to svn://svn.ffmpeg.org/ffmpeg/trunk
* updatedFabrice Bellard2003-09-28
| | | | Originally committed as revision 2309 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constraint_parameter_flag fixMichael Niedermayer2003-09-24
| | | | Originally committed as revision 2299 to svn://svn.ffmpeg.org/ffmpeg/trunk
* updateFabrice Bellard2003-09-16
| | | | Originally committed as revision 2288 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg sequence end code regression checksum updateMichael Niedermayer2003-09-13
| | | | Originally committed as revision 2271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpegaudio decoder no longer forgets to decoder last audio frameFabrice Bellard2003-09-09
| | | | Originally committed as revision 2244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* asv2 regression testMichael Niedermayer2003-09-01
| | | | Originally committed as revision 2188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing unused f_code valuesMichael Niedermayer2003-08-30
| | | | | | 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
* bit_rate in mpeg1/2 should be 0x3FFFF for vbr or at least >= max_bitrateMichael Niedermayer2003-08-29
| | | | Originally committed as revision 2180 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l (forget to reset me.skip for b frames)Michael Niedermayer2003-08-26
| | | | Originally committed as revision 2170 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg2 regression testMichael Niedermayer2003-08-26
| | | | | | 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
* up to date regression testsFabrice Bellard2003-08-24
| | | | Originally committed as revision 2154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ac3 testFabrice Bellard2003-08-24
| | | | Originally committed as revision 2153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new loop optionFabrice Bellard2003-08-24
| | | | Originally committed as revision 2149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disabled file based testsFabrice Bellard2003-08-24
| | | | Originally committed as revision 2148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* exclude Duration field tooFabrice Bellard2003-08-24
| | | | Originally committed as revision 2147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AC3 encoding patch ba (Ross Martin <ffmpeg at ross dot interwrx dot com>)Michael Niedermayer2003-08-20
| | | | Originally committed as revision 2129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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