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 (Collapse)Author
2010-05-13Replace "-vfilters" by "-vf" in regtests. Should fix regtest breakage.Vitor Sessak
Originally committed as revision 23109 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-13FATE: change -vfilters to -vfMåns Rullgård
Originally committed as revision 23108 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-09FATE: update idroq-video-encode commandMåns Rullgård
Originally committed as revision 23064 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-07Enable libavfilter by default and fix pading for mxf-d10Michael Niedermayer
Originally committed as revision 23048 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-04-19FATE: update nsv-demux checksumsMåns Rullgård
Originally committed as revision 22908 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-04-13FATE: update vqf-demux checksumMåns Rullgård
Originally committed as revision 22873 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-04-02Change default for bidir_refine to 1.Michael Niedermayer
Originally committed as revision 22778 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-2510l, update ref value for ffm since default flags changed and are stored in ↵Baptiste Coudurier
the file Originally committed as revision 22673 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-20Add VorbisComment writing to FLAC files.James Darnley
Patch by James Darnley <james darnley at gmail>. Originally committed as revision 22605 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-18Make ad-hoc lavfi tests use random values for the slice height usedStefano Sabatini
per each frame, useful for testing slicification. Originally committed as revision 22587 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-18Add some ad-hoc tests for libavfilter.Stefano Sabatini
A patched version of ffmpeg supporting video filters is required for getting this working; thus make lavfitest is supposed to work only in the libavfilter repository for now. Originally committed as revision 22586 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-15Add FATE testsMåns Rullgård
This adds a "fate" make target which runs the full FATE test suite. Individual tests can be run with "make fate-$testname". The location of the FATE test samples must be specified with the --samples=PATH option to configure. The tests/fate-update.sh script regenerates the references files and test list from the online FATE database. These are checked in since generating them requires non-standard tools. Originally committed as revision 22552 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-15use mpeg2 quantization bias for mjpeg.Michael Niedermayer
this seems to improve RD performance. Originally committed as revision 22550 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-14Make sure all mvs of a mb are set in the error concealment code.Michael Niedermayer
Originally committed as revision 22520 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-11oggdec: Determine pts and filepos on a packet basis in read_timestampDavid Conrad
This takes into account whether the granule defines the start or end times of packets, and sets the correct file offset of the associated page. Originally committed as revision 22462 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-11oggdec: Set data_offset to the right valueDavid Conrad
Otherwise it gets set automatically to a page midstream and prevents seeking to the first page. Originally committed as revision 22454 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-11oggdec: Save offset of the page needed to reconstruct the current packetDavid Conrad
Originally committed as revision 22453 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-09mpegts vbr muxing, activated when muxing rate is not supplied by theBaptiste Coudurier
user. Originally committed as revision 22352 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-09Start continuity counter at 0 for pmt as wellBaptiste Coudurier
Originally committed as revision 22350 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-08Start continuity counter at 0 for streamsBaptiste Coudurier
Originally committed as revision 22344 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-0810l typo, fix ts total bit rate computationBaptiste Coudurier
Originally committed as revision 22343 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-08Make ffserver regression test run (still fails)Måns Rullgård
Originally committed as revision 22305 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-08regtest: move md5sum wrappers into separate fileMåns Rullgård
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
2010-03-07regtest: run seektest on image sequencesMåns Rullgård
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
2010-03-07regtest: run seektest on lavftest output filesMåns Rullgård
Somehow this got lost in the recent overhaul. Originally committed as revision 22283 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-07regtest: place image sequence outputs in separate directoriesMåns Rullgård
Originally committed as revision 22282 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-04Simplify starting and ending clustersDavid Conrad
Originally committed as revision 22199 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-03Make seektest messages similar to other testsMåns Rullgård
Originally committed as revision 22159 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-03Run seektest on all generated filesMåns Rullgård
Originally committed as revision 22158 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-03Place regtest-pixfmt output files in separate dirMåns Rullgård
This test generates many output files, and keeping them separate is convenient. Originally committed as revision 22157 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-03Remove unused argument to test scriptsMåns Rullgård
Originally committed as revision 22156 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-03Place regression test output files in subdirs per familyMåns Rullgård
Originally committed as revision 22155 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-02Revert "Remove the self reference in the seektest that prevented it from"Måns Rullgård
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
2010-03-02Remove the self reference in the seektest that prevented it fromMichael Niedermayer
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
2010-03-02Make sure we dont double test files and sort the list.Michael Niedermayer
Originally committed as revision 22150 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-02Codec copy test.Michael Niedermayer
Originally committed as revision 22148 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-28Free packets read in seek_test.Reimar Döffinger
Originally committed as revision 22110 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-28Fix some memory leaks in seek_test test program:Reimar Döffinger
- do not allocate context twice - close the input file before exiting Originally committed as revision 22108 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-24Correctly increment continuity_counter in PCR packets.Yann Coupin
Patch by Yann Coupin, yann.coupin+ffmpeg gmail Originally committed as revision 22020 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-18Use stripped executable in regression testsMåns Rullgård
Originally committed as revision 21870 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-03Correct opts calulation in ffmpeg.c.Michael Niedermayer
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
2010-02-02Set AVPacket.pos in MPEG-PS demuxer.Michael Niedermayer
Originally committed as revision 21604 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-02Check pkt.pts against the recording time.Michael Niedermayer
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
2010-01-31Separate audio-only tests so they are only run onceMåns Rullgård
Originally committed as revision 21556 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-22Update regression tests after r21372David Conrad
Originally committed as revision 21374 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-16regtest: split wma test into wmav1 and wmav2Måns Rullgård
Originally committed as revision 21255 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-16regtest: split reference files allowing tests to run individuallyMåns Rullgård
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
2010-01-16regtest: suppress console output from testsMåns Rullgård
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
2010-01-14Do not split audio frames accross pes packets.Baptiste Coudurier
This was not supported by some equipment and cisco analyzer. Originally committed as revision 21203 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-13Insert null packets to keep pcr values correct, patch by Mike Scheutzow,Mike Scheutzow
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