summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
* Make ffserver regression test run (still fails)Måns Rullgård2010-03-08
| | | | Originally committed as revision 22305 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regtest: move md5sum wrappers into separate fileMåns Rullgård2010-03-08
| | | | | | | | ffserver-regression.sh doesn't need anything else from regression-funcs.sh, and sourcing the entire file there breaks things. Originally committed as revision 22304 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regtest: run seektest on image sequencesMåns Rullgård2010-03-07
| | | | | | | Seeking on image sequences doesn't actually work, so this test isn't very useful until that capability is added. Originally committed as revision 22286 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regtest: run seektest on lavftest output filesMåns Rullgård2010-03-07
| | | | | | Somehow this got lost in the recent overhaul. Originally committed as revision 22283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regtest: place image sequence outputs in separate directoriesMåns Rullgård2010-03-07
| | | | Originally committed as revision 22282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify starting and ending clustersDavid Conrad2010-03-04
| | | | Originally committed as revision 22199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make seektest messages similar to other testsMåns Rullgård2010-03-02
| | | | Originally committed as revision 22159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Run seektest on all generated filesMåns Rullgård2010-03-02
| | | | Originally committed as revision 22158 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Place regtest-pixfmt output files in separate dirMåns Rullgård2010-03-02
| | | | | | | This test generates many output files, and keeping them separate is convenient. Originally committed as revision 22157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused argument to test scriptsMåns Rullgård2010-03-02
| | | | Originally committed as revision 22156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Place regression test output files in subdirs per familyMåns Rullgård2010-03-02
| | | | Originally committed as revision 22155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert "Remove the self reference in the seektest that prevented it from"Måns Rullgård2010-03-02
| | | | | | | This reverts r22151. It prevents the seektest from running at all and is thus of no use whatsoever. Originally committed as revision 22152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the self reference in the seektest that prevented it fromMichael Niedermayer2010-03-02
| | | | | | | | testing new formats since 2 years namely r11831. This likely will uncover bugs that gone unnoticed in the last 2 years due to lack of testing. Originally committed as revision 22151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure we dont double test files and sort the list.Michael Niedermayer2010-03-02
| | | | Originally committed as revision 22150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Codec copy test.Michael Niedermayer2010-03-02
| | | | Originally committed as revision 22148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Free packets read in seek_test.Reimar Döffinger2010-02-28
| | | | Originally committed as revision 22110 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix some memory leaks in seek_test test program:Reimar Döffinger2010-02-28
| | | | | | | - do not allocate context twice - close the input file before exiting Originally committed as revision 22108 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correctly increment continuity_counter in PCR packets.Yann Coupin2010-02-24
| | | | | | Patch by Yann Coupin, yann.coupin+ffmpeg gmail Originally committed as revision 22020 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use stripped executable in regression testsMåns Rullgård2010-02-17
| | | | Originally committed as revision 21870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct opts calulation in ffmpeg.c.Michael Niedermayer2010-02-03
| | | | | | | | | | This correct the stop point for demuxing with -vcodec copy and -t as well as packet interleaving. (we already diddrop packets but kept demuxing them for too long due to opts being wrong) the change to ffm is due to 2 packets with timestamp 0 being stored in different order. Originally committed as revision 21626 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set AVPacket.pos in MPEG-PS demuxer.Michael Niedermayer2010-02-02
| | | | Originally committed as revision 21604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check pkt.pts against the recording time.Michael Niedermayer2010-02-01
| | | | | | This fixes at least ogg encoding with -t where the file was slightly too long. Originally committed as revision 21598 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate audio-only tests so they are only run onceMåns Rullgård2010-01-30
| | | | Originally committed as revision 21556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update regression tests after r21372David Conrad2010-01-21
| | | | Originally committed as revision 21374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regtest: split wma test into wmav1 and wmav2Måns Rullgård2010-01-16
| | | | Originally committed as revision 21255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regtest: split reference files allowing tests to run individuallyMåns Rullgård2010-01-16
| | | | | | | | | | | With this change, the output is checked immediately after each test has run. This means commands like "make regtest-mpeg2" can now be used to run a single test and get meaningful results. By default, make will abort if any test fails. To run all tests regardless, use make -k. Originally committed as revision 21254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regtest: suppress console output from testsMåns Rullgård2010-01-16
| | | | | | | | | This disables all console output from the *-regression.sh scripts by default. If the V environment variable is set to 1, ffmpeg commands are printed before being run. If V is greater than 1, ffmpeg output goes to the console, otherwise stderr is redirected to a file. Originally committed as revision 21253 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not split audio frames accross pes packets.Baptiste Coudurier2010-01-13
| | | | | | This was not supported by some equipment and cisco analyzer. Originally committed as revision 21203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Insert null packets to keep pcr values correct, patch by Mike Scheutzow,Mike Scheutzow2010-01-13
| | | | | | scheutzow at alcatel-lucent dot com and Niobos, niobos at dest-unreach dot be. Originally committed as revision 21199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, my last commit (r21001) broke regression tests.Vitor Sessak2010-01-02
| | | | | | FATE tests might need updating too. Originally committed as revision 21002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use common regression test functions in ffserver regression test script.Diego Biurrun2009-12-26
| | | | | | This makes the ffserver regression test more portable. Originally committed as revision 20925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace ` ` syntax by $( ) in regression test shell scripts.Diego Biurrun2009-12-26
| | | | | | The latter syntax variant is more readable and easier to nest. Originally committed as revision 20924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* It appears that waveformatextensible is mandatory for more cases thanMichael Niedermayer2009-12-18
| | | | | | | just channels>2. The 16bit case is from MSDN, the 48khz is from less a reliable www page (sorry i cant find the URL anymore). Originally committed as revision 20892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update ffm reference checksums as a result of r20869.Jai Menon2009-12-16
| | | | Originally committed as revision 20882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ROQ format regression test.Reimar Döffinger2009-12-12
| | | | Originally committed as revision 20811 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reduce the number of encoded frames for the dnxhd tests to 5.Stefano Sabatini2009-12-12
| | | | | | Significantly reduce codectest execution time. Originally committed as revision 20804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update seek.regression.ref. This is due to r20758.Jai Menon2009-12-07
| | | | Originally committed as revision 20759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update seek regression ref due to r20674, packet size changedBaptiste Coudurier2009-12-01
| | | | Originally committed as revision 20688 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update libavformat regression reference checksum for ffm. This change isJai Menon2009-11-26
| | | | | | due to r20601. Originally committed as revision 20621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update seek regression ref due to r20579, mp3 timestamps are adjustedBaptiste Coudurier2009-11-24
| | | | Originally committed as revision 20597 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix a rounding error in the PSNR calculation and update the many regressionJustin Ruggles2009-11-09
| | | | | | test references that this change affects. Originally committed as revision 20492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split codec-regression.sh again and create a lavfi-regression.sh forStefano Sabatini2009-10-27
| | | | | | running the libavfilter tests. Originally committed as revision 20384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split codec-regression.sh, and create the lavf-regression.sh script.Stefano Sabatini2009-10-24
| | | | Originally committed as revision 20365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix codectestMåns Rullgård2009-10-24
| | | | Originally committed as revision 20360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split codec-regression.sh, put all the code which can be shared byStefano Sabatini2009-10-23
| | | | | | other regression test scripts in the regression-funcs.sh file. Originally committed as revision 20359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Build extradata in adpcm_ms encoder.Daniel Verkamp2009-10-22
| | | | | | This fixes issue #1244. Originally committed as revision 20349 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print "NOPTS" when AV_NOPTS_VALUE is encountered during seek regression tests.Reimar Döffinger2009-10-20
| | | | | | | | This makes the output nicely aligned even in for those cases, and might also avoid some issues with printf implementations that can not handle well very large float values (e.g. msvcrt without MinGW wrapper IIRC). Originally committed as revision 20334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move up the $test variable definition, together with the otherStefano Sabatini2009-10-19
| | | | | | | | | definitions of variables defined using the positional arguments of the script. Should ease the split of the file. Originally committed as revision 20322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give symbolic names to the positional parameters of theStefano Sabatini2009-10-19
| | | | | | codec-regression.sh script. Originally committed as revision 20321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Align the seek regression test output for better readability.Reimar Döffinger2009-10-19
| | | | Originally committed as revision 20309 to svn://svn.ffmpeg.org/ffmpeg/trunk