summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* 10l, my last commit (r21001) broke regression tests.Vitor Sessak2010-01-02
* Use common regression test functions in ffserver regression test script.Diego Biurrun2009-12-26
* Replace ` ` syntax by $( ) in regression test shell scripts.Diego Biurrun2009-12-26
* It appears that waveformatextensible is mandatory for more cases thanMichael Niedermayer2009-12-18
* Update ffm reference checksums as a result of r20869.Jai Menon2009-12-16
* Add ROQ format regression test.Reimar Döffinger2009-12-12
* Reduce the number of encoded frames for the dnxhd tests to 5.Stefano Sabatini2009-12-12
* Update seek.regression.ref. This is due to r20758.Jai Menon2009-12-07
* update seek regression ref due to r20674, packet size changedBaptiste Coudurier2009-12-01
* Update libavformat regression reference checksum for ffm. This change isJai Menon2009-11-26
* update seek regression ref due to r20579, mp3 timestamps are adjustedBaptiste Coudurier2009-11-24
* fix a rounding error in the PSNR calculation and update the many regressionJustin Ruggles2009-11-09
* Split codec-regression.sh again and create a lavfi-regression.sh forStefano Sabatini2009-10-27
* Split codec-regression.sh, and create the lavf-regression.sh script.Stefano Sabatini2009-10-24
* Fix codectestMåns Rullgård2009-10-24
* Split codec-regression.sh, put all the code which can be shared byStefano Sabatini2009-10-23
* Build extradata in adpcm_ms encoder.Daniel Verkamp2009-10-22
* Print "NOPTS" when AV_NOPTS_VALUE is encountered during seek regression tests.Reimar Döffinger2009-10-20
* Move up the $test variable definition, together with the otherStefano Sabatini2009-10-19
* Give symbolic names to the positional parameters of theStefano Sabatini2009-10-19
* Align the seek regression test output for better readability.Reimar Döffinger2009-10-19
* Replace seek test error return numbers by the corresponding E* strings.Reimar Döffinger2009-10-18
* Do the dnxhd_720p_rd test with -threads 4 in order to also test the threading...Reimar Döffinger2009-10-11
* Add ALAC encoding and decoding regression tests.Justin Ruggles2009-10-06
* wav demuxer: return AVERROR_EOF instead of AVERROR(EIO) when the end ofReimar Döffinger2009-10-02
* Fix seek regression test: several AVERROR(EIO) correctly changed to AVERROR_EOF.Reimar Döffinger2009-10-02
* Make seek regression tests fit after previous get_buffer change.Reimar Döffinger2009-10-02
* Use floating point mathematics when encoding mpeg audio.Lasse Reinhold2009-09-30
* Prefer -vcodec rawvideo over -vcodec huffyuv for lavfi regressionStefano Sabatini2009-09-29
* Fix md5 program invocation for BSD.Michael Kostylev2009-09-29
* Make sure that dv encoder initializes all encoded packet data.Reimar Döffinger2009-09-29
* Remove duplicated / stray code which slipped in with r20057.Stefano Sabatini2009-09-27
* Get rid of "function" "keywords" in lavfilter testing code, hopefully willReimar Döffinger2009-09-27
* Implement a lavfitest target for testing regressions in libavfilter.Stefano Sabatini2009-09-27
* regtest: do not write to /tmp/ffmpeg$$Måns Rullgård2009-09-21
* Split dnxhd regression test so the parts can run in parallelMåns Rullgård2009-09-21
* Use default sws_flags for dnxhd regression tests and also test the "-mbd rd"Reimar Döffinger2009-09-19
* Update regression reference for DNxHD test updateReimar Döffinger2009-09-19
* Change DNxHD regression tests to test both 720p and 1080i instead of just 1080iReimar Döffinger2009-09-19
* Change dnxhd regression tests for r19912 which fixed uninitialized data inReimar Döffinger2009-09-18
* update seek regression tests due to r19902Baptiste Coudurier2009-09-17
* Update dnxhd rotozoom regression test values with more sane ones that matchReimar Döffinger2009-09-17
* fix pes overhead computation, patch by Niobos, niobos at dest-unreach dot beNiobos2009-09-17
* Update dnxhd regression test to match the majority of FATE machines (whichReimar Döffinger2009-09-17
* Add dnxhd test to regression tests.Reimar Döffinger2009-09-17
* disable new seeking code in mpeg-ts per #ifdef (use old read_seek by default)Ivan Schreter2009-09-06
* Use generic multi-stream key frame finding routine to implement read_seek2 an...Ivan Schreter2009-08-22
* matroskadec: correctly parse flags for simpleblock framesAurelien Jacobs2009-08-10
* Remove some hunks of unused and disabled code cruft.Diego Biurrun2009-08-07
* Remove unused global variable.Carl Eugen Hoyos2009-07-22