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-03-09mpegts vbr muxing, activated when muxing rate is not supplied by theBaptiste Coudurier
2010-03-09Start continuity counter at 0 for pmt as wellBaptiste Coudurier
2010-03-08Start continuity counter at 0 for streamsBaptiste Coudurier
2010-03-0810l typo, fix ts total bit rate computationBaptiste Coudurier
2010-03-08Make ffserver regression test run (still fails)Måns Rullgård
2010-03-08regtest: move md5sum wrappers into separate fileMåns Rullgård
2010-03-07regtest: run seektest on image sequencesMåns Rullgård
2010-03-07regtest: run seektest on lavftest output filesMåns Rullgård
2010-03-07regtest: place image sequence outputs in separate directoriesMåns Rullgård
2010-03-04Simplify starting and ending clustersDavid Conrad
2010-03-03Make seektest messages similar to other testsMåns Rullgård
2010-03-03Run seektest on all generated filesMåns Rullgård
2010-03-03Place regtest-pixfmt output files in separate dirMåns Rullgård
2010-03-03Remove unused argument to test scriptsMåns Rullgård
2010-03-03Place regression test output files in subdirs per familyMåns Rullgård
2010-03-02Revert "Remove the self reference in the seektest that prevented it from"Måns Rullgård
2010-03-02Remove the self reference in the seektest that prevented it fromMichael Niedermayer
2010-03-02Make sure we dont double test files and sort the list.Michael Niedermayer
2010-03-02Codec copy test.Michael Niedermayer
2010-02-28Free packets read in seek_test.Reimar Döffinger
2010-02-28Fix some memory leaks in seek_test test program:Reimar Döffinger
2010-02-24Correctly increment continuity_counter in PCR packets.Yann Coupin
2010-02-18Use stripped executable in regression testsMåns Rullgård
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