Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2010-02-03Correct opts calulation in ffmpeg.c.Michael Niedermayer
2010-02-02Set AVPacket.pos in MPEG-PS demuxer.Michael Niedermayer
2010-02-02Check pkt.pts against the recording time.Michael Niedermayer
2010-01-31Separate audio-only tests so they are only run onceMåns Rullgård
2010-01-22Update regression tests after r21372David Conrad
2010-01-16regtest: split wma test into wmav1 and wmav2Måns Rullgård
2010-01-16regtest: split reference files allowing tests to run individuallyMåns Rullgård
2010-01-16regtest: suppress console output from testsMåns Rullgård
2010-01-14Do not split audio frames accross pes packets.Baptiste Coudurier
2010-01-13Insert null packets to keep pcr values correct, patch by Mike Scheutzow,Mike Scheutzow
2010-01-0210l, my last commit (r21001) broke regression tests.Vitor Sessak
2009-12-26Use common regression test functions in ffserver regression test script.Diego Biurrun
2009-12-26Replace ` ` syntax by $( ) in regression test shell scripts.Diego Biurrun
2009-12-18It appears that waveformatextensible is mandatory for more cases thanMichael Niedermayer
2009-12-16Update ffm reference checksums as a result of r20869.Jai Menon
2009-12-12Add ROQ format regression test.Reimar Döffinger
2009-12-12Reduce the number of encoded frames for the dnxhd tests to 5.Stefano Sabatini
2009-12-07Update seek.regression.ref. This is due to r20758.Jai Menon
2009-12-01update seek regression ref due to r20674, packet size changedBaptiste Coudurier
2009-11-26Update libavformat regression reference checksum for ffm. This change isJai Menon
2009-11-24update seek regression ref due to r20579, mp3 timestamps are adjustedBaptiste Coudurier
2009-11-10fix a rounding error in the PSNR calculation and update the many regressionJustin Ruggles
2009-10-27Split codec-regression.sh again and create a lavfi-regression.sh forStefano Sabatini
2009-10-24Split codec-regression.sh, and create the lavf-regression.sh script.Stefano Sabatini
2009-10-24Fix codectestMåns Rullgård
2009-10-24Split codec-regression.sh, put all the code which can be shared byStefano Sabatini
2009-10-23Build extradata in adpcm_ms encoder.Daniel Verkamp
2009-10-20Print "NOPTS" when AV_NOPTS_VALUE is encountered during seek regression tests.Reimar Döffinger
2009-10-20Move up the $test variable definition, together with the otherStefano Sabatini
2009-10-20Give symbolic names to the positional parameters of theStefano Sabatini
2009-10-19Align the seek regression test output for better readability.Reimar Döffinger
2009-10-18Replace seek test error return numbers by the corresponding E* strings.Reimar Döffinger
2009-10-11Do the dnxhd_720p_rd test with -threads 4 in order to also test the threading...Reimar Döffinger
2009-10-07Add ALAC encoding and decoding regression tests.Justin Ruggles
2009-10-02wav demuxer: return AVERROR_EOF instead of AVERROR(EIO) when the end ofReimar Döffinger
2009-10-02Fix seek regression test: several AVERROR(EIO) correctly changed to AVERROR_EOF.Reimar Döffinger
2009-10-02Make seek regression tests fit after previous get_buffer change.Reimar Döffinger
2009-09-30Use floating point mathematics when encoding mpeg audio.Lasse Reinhold
2009-09-30Prefer -vcodec rawvideo over -vcodec huffyuv for lavfi regressionStefano Sabatini
2009-09-29Fix md5 program invocation for BSD.Michael Kostylev
2009-09-29Make sure that dv encoder initializes all encoded packet data.Reimar Döffinger
2009-09-27Remove duplicated / stray code which slipped in with r20057.Stefano Sabatini
2009-09-27Get rid of "function" "keywords" in lavfilter testing code, hopefully willReimar Döffinger
2009-09-27Implement a lavfitest target for testing regressions in libavfilter.Stefano Sabatini
2009-09-21regtest: do not write to /tmp/ffmpeg$$Måns Rullgård
2009-09-21Split dnxhd regression test so the parts can run in parallelMåns Rullgård
2009-09-19Use default sws_flags for dnxhd regression tests and also test the "-mbd rd"Reimar Döffinger
2009-09-19Update regression reference for DNxHD test updateReimar Döffinger
2009-09-19Change DNxHD regression tests to test both 720p and 1080i instead of just 1080iReimar Döffinger
2009-09-19Change dnxhd regression tests for r19912 which fixed uninitialized data inReimar Döffinger