summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
* FATE: update nsv-demux checksumsMåns Rullgård2010-04-19
| | | | Originally committed as revision 22908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FATE: update vqf-demux checksumMåns Rullgård2010-04-13
| | | | Originally committed as revision 22873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change default for bidir_refine to 1.Michael Niedermayer2010-04-02
| | | | Originally committed as revision 22778 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, update ref value for ffm since default flags changed and are stored in ↵Baptiste Coudurier2010-03-25
| | | | | | the file Originally committed as revision 22673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add VorbisComment writing to FLAC files.James Darnley2010-03-20
| | | | | | Patch by James Darnley <james darnley at gmail>. Originally committed as revision 22605 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ad-hoc lavfi tests use random values for the slice height usedStefano Sabatini2010-03-17
| | | | | | per each frame, useful for testing slicification. Originally committed as revision 22587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some ad-hoc tests for libavfilter.Stefano Sabatini2010-03-17
| | | | | | | | 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
* Add FATE testsMåns Rullgård2010-03-15
| | | | | | | | | | | | | | 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
* use mpeg2 quantization bias for mjpeg.Michael Niedermayer2010-03-15
| | | | | | this seems to improve RD performance. Originally committed as revision 22550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure all mvs of a mb are set in the error concealment code.Michael Niedermayer2010-03-14
| | | | Originally committed as revision 22520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oggdec: Determine pts and filepos on a packet basis in read_timestampDavid Conrad2010-03-11
| | | | | | | 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
* oggdec: Set data_offset to the right valueDavid Conrad2010-03-11
| | | | | | | 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
* oggdec: Save offset of the page needed to reconstruct the current packetDavid Conrad2010-03-11
| | | | Originally committed as revision 22453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpegts vbr muxing, activated when muxing rate is not supplied by theBaptiste Coudurier2010-03-08
| | | | | | user. Originally committed as revision 22352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Start continuity counter at 0 for pmt as wellBaptiste Coudurier2010-03-08
| | | | Originally committed as revision 22350 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Start continuity counter at 0 for streamsBaptiste Coudurier2010-03-08
| | | | Originally committed as revision 22344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l typo, fix ts total bit rate computationBaptiste Coudurier2010-03-08
| | | | Originally committed as revision 22343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffserver regression test run (still fails)Måns Rullgård2010-03-08
| | | | Originally committed as revision 22305 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regtest: move md5sum wrappers into separate fileMåns Rullgård2010-03-08
| | | | | | | | 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
* regtest: run seektest on image sequencesMåns Rullgård2010-03-07
| | | | | | | 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
* regtest: run seektest on lavftest output filesMåns Rullgård2010-03-07
| | | | | | Somehow this got lost in the recent overhaul. Originally committed as revision 22283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regtest: place image sequence outputs in separate directoriesMåns Rullgård2010-03-07
| | | | Originally committed as revision 22282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify starting and ending clustersDavid Conrad2010-03-04
| | | | Originally committed as revision 22199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make seektest messages similar to other testsMåns Rullgård2010-03-02
| | | | Originally committed as revision 22159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Run seektest on all generated filesMåns Rullgård2010-03-02
| | | | Originally committed as revision 22158 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Place regtest-pixfmt output files in separate dirMåns Rullgård2010-03-02
| | | | | | | This test generates many output files, and keeping them separate is convenient. Originally committed as revision 22157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused argument to test scriptsMåns Rullgård2010-03-02
| | | | Originally committed as revision 22156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Place regression test output files in subdirs per familyMåns Rullgård2010-03-02
| | | | Originally committed as revision 22155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert "Remove the self reference in the seektest that prevented it from"Måns Rullgård2010-03-02
| | | | | | | 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
* Remove the self reference in the seektest that prevented it fromMichael Niedermayer2010-03-02
| | | | | | | | 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
* Make sure we dont double test files and sort the list.Michael Niedermayer2010-03-02
| | | | Originally committed as revision 22150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Codec copy test.Michael Niedermayer2010-03-02
| | | | Originally committed as revision 22148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Free packets read in seek_test.Reimar Döffinger2010-02-28
| | | | Originally committed as revision 22110 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix some memory leaks in seek_test test program:Reimar Döffinger2010-02-28
| | | | | | | - do not allocate context twice - close the input file before exiting Originally committed as revision 22108 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correctly increment continuity_counter in PCR packets.Yann Coupin2010-02-24
| | | | | | Patch by Yann Coupin, yann.coupin+ffmpeg gmail Originally committed as revision 22020 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use stripped executable in regression testsMåns Rullgård2010-02-17
| | | | Originally committed as revision 21870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct opts calulation in ffmpeg.c.Michael Niedermayer2010-02-03
| | | | | | | | | | 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
* Set AVPacket.pos in MPEG-PS demuxer.Michael Niedermayer2010-02-02
| | | | Originally committed as revision 21604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check pkt.pts against the recording time.Michael Niedermayer2010-02-01
| | | | | | 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
* Separate audio-only tests so they are only run onceMåns Rullgård2010-01-30
| | | | Originally committed as revision 21556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update regression tests after r21372David Conrad2010-01-21
| | | | Originally committed as revision 21374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regtest: split wma test into wmav1 and wmav2Måns Rullgård2010-01-16
| | | | Originally committed as revision 21255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regtest: split reference files allowing tests to run individuallyMåns Rullgård2010-01-16
| | | | | | | | | | | 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
* regtest: suppress console output from testsMåns Rullgård2010-01-16
| | | | | | | | | 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
* Do not split audio frames accross pes packets.Baptiste Coudurier2010-01-13
| | | | | | This was not supported by some equipment and cisco analyzer. Originally committed as revision 21203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Insert null packets to keep pcr values correct, patch by Mike Scheutzow,Mike Scheutzow2010-01-13
| | | | | | 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
* 10l, my last commit (r21001) broke regression tests.Vitor Sessak2010-01-02
| | | | | | FATE tests might need updating too. Originally committed as revision 21002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use common regression test functions in ffserver regression test script.Diego Biurrun2009-12-26
| | | | | | This makes the ffserver regression test more portable. Originally committed as revision 20925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace ` ` syntax by $( ) in regression test shell scripts.Diego Biurrun2009-12-26
| | | | | | The latter syntax variant is more readable and easier to nest. Originally committed as revision 20924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* It appears that waveformatextensible is mandatory for more cases thanMichael Niedermayer2009-12-18
| | | | | | | just channels>2. The 16bit case is from MSDN, the 48khz is from less a reliable www page (sorry i cant find the URL anymore). Originally committed as revision 20892 to svn://svn.ffmpeg.org/ffmpeg/trunk