summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* It appears that waveformatextensible is mandatory for more cases thanMichael Niedermayer2009-12-182-20/+20
* Update ffm reference checksums as a result of r20869.Jai Menon2009-12-161-1/+1
* Add ROQ format regression test.Reimar Döffinger2009-12-123-0/+13
* Reduce the number of encoded frames for the dnxhd tests to 5.Stefano Sabatini2009-12-123-27/+27
* Update seek.regression.ref. This is due to r20758.Jai Menon2009-12-071-15/+15
* update seek regression ref due to r20674, packet size changedBaptiste Coudurier2009-12-011-27/+27
* Update libavformat regression reference checksum for ffm. This change isJai Menon2009-11-261-1/+1
* update seek regression ref due to r20579, mp3 timestamps are adjustedBaptiste Coudurier2009-11-241-30/+30
* fix a rounding error in the PSNR calculation and update the many regressionJustin Ruggles2009-11-093-121/+121
* Split codec-regression.sh again and create a lavfi-regression.sh forStefano Sabatini2009-10-272-22/+37
* Split codec-regression.sh, and create the lavf-regression.sh script.Stefano Sabatini2009-10-242-207/+222
* Fix codectestMåns Rullgård2009-10-241-1/+1
* Split codec-regression.sh, put all the code which can be shared byStefano Sabatini2009-10-232-120/+127
* Build extradata in adpcm_ms encoder.Daniel Verkamp2009-10-223-31/+31
* Print "NOPTS" when AV_NOPTS_VALUE is encountered during seek regression tests.Reimar Döffinger2009-10-202-309/+326
* Move up the $test variable definition, together with the otherStefano Sabatini2009-10-191-1/+1
* Give symbolic names to the positional parameters of theStefano Sabatini2009-10-191-5/+8
* Align the seek regression test output for better readability.Reimar Döffinger2009-10-192-3577/+3577
* Replace seek test error return numbers by the corresponding E* strings.Reimar Döffinger2009-10-182-165/+180
* Do the dnxhd_720p_rd test with -threads 4 in order to also test the threading...Reimar Döffinger2009-10-111-1/+1
* Add ALAC encoding and decoding regression tests.Justin Ruggles2009-10-063-0/+13
* wav demuxer: return AVERROR_EOF instead of AVERROR(EIO) when the end ofReimar Döffinger2009-10-021-12/+12
* Fix seek regression test: several AVERROR(EIO) correctly changed to AVERROR_EOF.Reimar Döffinger2009-10-021-10/+10
* Make seek regression tests fit after previous get_buffer change.Reimar Döffinger2009-10-021-24/+24
* Use floating point mathematics when encoding mpeg audio.Lasse Reinhold2009-09-302-8/+8
* Prefer -vcodec rawvideo over -vcodec huffyuv for lavfi regressionStefano Sabatini2009-09-291-1/+1
* Fix md5 program invocation for BSD.Michael Kostylev2009-09-291-1/+1
* Make sure that dv encoder initializes all encoded packet data.Reimar Döffinger2009-09-293-7/+7
* Remove duplicated / stray code which slipped in with r20057.Stefano Sabatini2009-09-271-16/+0
* Get rid of "function" "keywords" in lavfilter testing code, hopefully willReimar Döffinger2009-09-271-2/+2
* Implement a lavfitest target for testing regressions in libavfilter.Stefano Sabatini2009-09-271-0/+38
* regtest: do not write to /tmp/ffmpeg$$Måns Rullgård2009-09-211-13/+5
* Split dnxhd regression test so the parts can run in parallelMåns Rullgård2009-09-213-7/+11
* Use default sws_flags for dnxhd regression tests and also test the "-mbd rd"Reimar Döffinger2009-09-193-16/+27
* Update regression reference for DNxHD test updateReimar Döffinger2009-09-192-8/+16
* Change DNxHD regression tests to test both 720p and 1080i instead of just 1080iReimar Döffinger2009-09-191-1/+5
* Change dnxhd regression tests for r19912 which fixed uninitialized data inReimar Döffinger2009-09-182-2/+2
* update seek regression tests due to r19902Baptiste Coudurier2009-09-171-12/+12
* Update dnxhd rotozoom regression test values with more sane ones that matchReimar Döffinger2009-09-171-2/+2
* fix pes overhead computation, patch by Niobos, niobos at dest-unreach dot beNiobos2009-09-171-2/+2
* Update dnxhd regression test to match the majority of FATE machines (whichReimar Döffinger2009-09-171-2/+2
* Add dnxhd test to regression tests.Reimar Döffinger2009-09-173-0/+13
* disable new seeking code in mpeg-ts per #ifdef (use old read_seek by default)Ivan Schreter2009-09-061-26/+32
* Use generic multi-stream key frame finding routine to implement read_seek2 an...Ivan Schreter2009-08-221-32/+26
* matroskadec: correctly parse flags for simpleblock framesAurelien Jacobs2009-08-101-4/+4
* Remove some hunks of unused and disabled code cruft.Diego Biurrun2009-08-071-5/+0
* Remove unused global variable.Carl Eugen Hoyos2009-07-221-2/+0
* Calculate gradient from parameter instead of using a global variable.Carl Eugen Hoyos2009-07-221-2/+2
* Due to a typo in videogen.c, the regression test videos were not asCarl Eugen Hoyos2009-07-214-491/+491
* set index duration to 0 for cbr, specifying whole container coverageBaptiste Coudurier2009-07-041-1/+1
OpenPOWER on IntegriCloud