summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
* Add pixdesctest filter and corresponding test.Stefano Sabatini2010-07-07
| | | | Originally committed as revision 24092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update lavfitest reference after commit:Stefano Sabatini2010-07-05
| | | | | | | | | | | | | Author: bcoudurier Date: Sat Jul 3 03:11:04 2010 +0000 Set graph swscale opts before parsing it, that way opts are available when auto-adding scalers. It changed the swscale flags used by the auto-added scalers, and so the output video. Originally committed as revision 24065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In mxf muxer, fix last b frame temporal offsetBaptiste Coudurier2010-07-02
| | | | Originally committed as revision 23967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: add vp8 testsMåns Rullgård2010-06-24
| | | | Originally committed as revision 23763 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "b" from "Mb" in -b values for the dnxhd tests.Stefano Sabatini2010-06-16
| | | | | | They are just ignored, and tend to confuse both machines and humans. Originally committed as revision 23628 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FATE: update vc1 reference outputMåns Rullgård2010-06-15
| | | | Originally committed as revision 23609 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not exclude anymore the pixel formats rgb444, bgr444, rgb4_byte,Stefano Sabatini2010-06-06
| | | | | | | | and bgr4_byte from the lavfi-pix_fmts test. The formats are now supported by NUT. Originally committed as revision 23510 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regtest: add seektest reference files for rgb/yuv in aviMåns Rullgård2010-06-06
| | | | Originally committed as revision 23506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add simple rgb/yuv in avi regression test.Michael Niedermayer2010-06-06
| | | | Originally committed as revision 23501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskaenc: Don't write a second seekhead for the clusters; mkvalidate agreesDavid Conrad2010-06-04
| | | | | | with me that it's unnecessary. Originally committed as revision 23478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskaenc: Mux clusters betterJames Zern2010-06-04
| | | | | | | | | | Start them on keyframes when reasonable, and delay writing audio packets to help ensure that there's audio samples available for the first frame in clusters. Patch by James Zern <jzern at google> Originally committed as revision 23473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo.Stefano Sabatini2010-06-03
| | | | Originally committed as revision 23459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Exclude from the lavfi_pix_fmts regression test the output pixelStefano Sabatini2010-06-03
| | | | | | | formats which are not currently supported by NUT and which cannot be played by ffplay. Originally committed as revision 23458 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless variables in get_common_elements().Stefano Sabatini2010-06-02
| | | | Originally committed as revision 23429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add libavfilter 1-input - 1-output regression test, corresponding to theStefano Sabatini2010-05-24
| | | | | | | | | | target regtest-lavfi_pix_fmts. The lavfi_pix_fmts test is disabled, this because there are many tests which are failing, and there are still some output files which cannot be played by NUT/ffplay. Originally committed as revision 23297 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskaenc: Write codec time base as default duration for video tracks.David Conrad2010-05-24
| | | | | | | | This isn't exactly semantically equivalent, but the field has already been long abused to mean this, and writing it helps in determining a decent cfr time base when transcoding from a mkv where the video codec stores none (VP8). Originally committed as revision 23284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update regression tests after removing track timecode scale from mkvencDavid Conrad2010-05-22
| | | | Originally committed as revision 23248 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In ogg muxer, pack multiple frames into one page, much lower overheadBaptiste Coudurier2010-05-21
| | | | Originally committed as revision 23231 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace "-vfilters" by "-vf" in regtests. Should fix regtest breakage.Vitor Sessak2010-05-13
| | | | Originally committed as revision 23109 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FATE: change -vfilters to -vfMåns Rullgård2010-05-13
| | | | Originally committed as revision 23108 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FATE: update idroq-video-encode commandMåns Rullgård2010-05-09
| | | | Originally committed as revision 23064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable libavfilter by default and fix pading for mxf-d10Michael Niedermayer2010-05-07
| | | | Originally committed as revision 23048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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