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
2011-12-24smacker: fix a few off by 1 errorsMichael Niedermayer
stereo & 16bit is untested due to lack of samples Signed-off-by: Martin Storsjö <martin@martin.st> (cherry picked from commit 5166376f24545207607f61ed8ff4e1b0572ff320) Signed-off-by: Anton Khirnov <anton@khirnov.net> (cherry picked from commit 78cd2e18a4aa2835f6d04cf145121fc82099c1a5) Conflicts: libavcodec/smacker.c Signed-off-by: Reinhard Tartler <siretart@tauware.de>
2011-04-30lavf: inspect more frames for fps when container time base is coarseReinhard Tartler
As per issue2629, most 23.976fps matroska H.264 files are incorrectly detected as 24fps, as the matroska timestamps usually have only millisecond precision. Fix that by doubling the amount of timestamps inspected for frame rate for streams that have coarse time base. This also fixes 29.970 detection in matroska. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 78431098f9e306ebe27e7698d0ae539e3df2afe9) Tested with mplayer based on this report http://thread.gmane.org/gmane.comp.video.mplayer.user/66043/focus=66063 Signed-off-by: Reinhard Tartler <siretart@tauware.de> (cherry picked from commit 7c152a458d3fb0a2fb1aef1f05bfee90fe70697e)
2011-03-18consolidate .gitignore patters into a single fileJanne Grunau
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 2c3589bfda036c7827ded0bf38b16dfe7630bae1) Signed-off-by: Reinhard Tartler <siretart@tauware.de>
2011-03-18convert svn:ignore properties to .gitignore filesJanne Grunau
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 348b8218f7a59374355c966dbe3b851a7275f952)
2010-05-29matroskaenc: Write codec time base as default duration for video tracks.Reinhard Tartler
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). backport r23284 by conrad Originally committed as revision 23365 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
2010-05-25Update regression tests after removing track timecode scale from mkvencReinhard Tartler
backport r23248 by conrad Originally committed as revision 23320 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
2010-05-23In ogg muxer, pack multiple frames into one page, much lower overheadReinhard Tartler
backport r23231 by bcoudurier Originally committed as revision 23263 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
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