summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
* 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
* * minor updateZdenek Kabelac2002-05-23
| | | | Originally committed as revision 571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * a little bit extended dsptest also suports dsptestpic targetZdenek Kabelac2002-05-23
| | | | 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-23
| | | | | | cd test ; make dsptest ; ./dsptest Originally committed as revision 568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added libav regression testsFabrice Bellard2002-05-20
| | | | Originally committed as revision 537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added first version of regression tests - simply type 'make test' to test ↵Fabrice Bellard2002-05-18
every codec and some mux/demuxes - added simple synthetic audio and video bitstreams generators so that no big streams needs to be used Originally committed as revision 532 to svn://svn.ffmpeg.org/ffmpeg/trunk