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
2007-01-18Add/update some comments.Diego Biurrun
Originally committed as revision 7578 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-18Rename do_libav var so as not to clash with the do_libav function on Solaris.Diego Biurrun
Originally committed as revision 7577 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-17update swf regression checksumMåns Rullgård
Originally committed as revision 7557 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-15Revert broken removal of variable indirection.Diego Biurrun
Originally committed as revision 7532 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-15 * Fixing a bug with incorrect bits set in AAUX source packRoman Shaposhnik
* Making DV codec release a buffer on exit * Flagging accepted pix_fmts for DV encoder Originally committed as revision 7531 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-15Remove leftover variable.Diego Biurrun
Originally committed as revision 7523 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-15Remove unnecessary variable indirection.Diego Biurrun
Originally committed as revision 7522 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-15merge fragmented mpeg4adv section in regression.shMåns Rullgård
Originally committed as revision 7519 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-15100l: Fix damage from a buggy emacs macro.Diego Biurrun
Originally committed as revision 7517 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-15Merge redundant comments.Diego Biurrun
Originally committed as revision 7514 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-15Add two more variables for temporary files.Diego Biurrun
Originally committed as revision 7512 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-15comment grammar fixesDiego Biurrun
Originally committed as revision 7511 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-10Bail out immediately with software scaler instead of failing the tests.Diego Biurrun
Originally committed as revision 7438 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-09change regression tests for swf, use same as flv, swf muxer only supports mp3Baptiste Coudurier
Originally committed as revision 7433 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-09change regression tests for swf, use same as flv, swf muxer only supports mp3Baptiste Coudurier
Originally committed as revision 7432 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-02store a few values in the header as difference to the lastMichael Niedermayer
this makes frames a few bytes smaller (0.1% for high bitrate but >1% for low bitrates) Originally committed as revision 7401 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-02Correct value for the test.Benjamin Larsson
Originally committed as revision 7398 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-28Patch for the FLV muxer to supply more complete metadataAllan Hsu
in the onMetaData header. Patch by Allan Hsu <allan at counterpop dot net>. Originally committed as revision 7382 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-23Fix regression tests with out-of-tree builds.Diego Biurrun
Originally committed as revision 7364 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-23test DIRECT{0,0} too if flag mv0 is usedMichael Niedermayer
slight PSNR/bitrate increase Originally committed as revision 7361 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-22Use $< instead of explicit names.Diego Biurrun
Originally committed as revision 7350 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-21change mpeg2 intra vlc test to advanced one, add qprd trell and b framesBaptiste Coudurier
Originally committed as revision 7349 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-21use qscale_table in adaptive quantMichael Niedermayer
some PSNR/bitrate improvement for adaptive quant Originally committed as revision 7346 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-21skip motion estimation and encoding of non direct-0,0 MBs if the next MB is ↵Michael Niedermayer
skiped (mpeg4 doesnt allow such MBs and in the past we did ME and encoding until at the end we droped them, so this should be faster though i didnt benchmark it, benchmark welcome) Originally committed as revision 7343 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-21dont randomly disallow intr4v in adaptive quantMichael Niedermayer
some PSNR/bitrate gain if adaptive quant is used initalize qscale_table correctly (it was pretty much random since the qp->lambda change) this probably has not much effect as the table isnt used currently IIRC Originally committed as revision 7342 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-21dont randomly dissallow direct MBsMichael Niedermayer
some PSNR/bitrate gain for b frames with adaptive quant or QPRD Originally committed as revision 7341 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-21QPRD & adaptive quantization regression testsMichael Niedermayer
Originally committed as revision 7340 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-20fix special casing of the 0,0 MV for b frames (slight PSNR/bitrate gain)Michael Niedermayer
Originally committed as revision 7334 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-11Fix JPEG-LS encoder 0xff-escaping writing too much or uninitialized data.Reimar Döffinger
Originally committed as revision 7284 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-02Make do_video_encoding general enough to accomodate all cases.Diego Biurrun
Originally committed as revision 7212 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-02Make do_video_decoding general enough to accomodate all cases.Diego Biurrun
Originally committed as revision 7211 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-02Merge a repeating variable declaration into do_video_encoding.Diego Biurrun
Originally committed as revision 7209 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-01remove pretty much useless skiping of some predictorsMichael Niedermayer
this has pretty much no quality or speed effect except very small random changes Originally committed as revision 7202 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-01Use a function for audio encoding and decoding.Diego Biurrun
Originally committed as revision 7199 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-01Use a function for libav.Diego Biurrun
Originally committed as revision 7198 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-01Use a function for image formats.Diego Biurrun
Originally committed as revision 7197 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-01Use a function for streamed images.Diego Biurrun
Originally committed as revision 7196 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-01Use a function for audio-only tests.Diego Biurrun
Originally committed as revision 7195 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-011 step diamond search around the median MV predictorMichael Niedermayer
+0.01 PSNR idea from x264 Originally committed as revision 7189 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-28readjust dts if negativeBaptiste Coudurier
Originally committed as revision 7179 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-24bring AC3 encoder output up to input volume levelBill O'Shaughnessy
patch by Bill O'Shaughnessy % bill P oshaughnessy A gmail.com % + reg tests update gruntwork by me Original thread: date: Nov 21, 2006 11:36 PM subject: [Ffmpeg-devel] Simpler Patch to bring AC3 encoder output up to input level Originally committed as revision 7160 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-22fix bitstream to be correctly decoded by quicktimeBaptiste Coudurier
Originally committed as revision 7157 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-22fix b frames + -mbd rd without -psnr (yes that was seriously buggy and ↵Michael Niedermayer
probably hasnt been noticed as everyone who tested stuff used -psnr) Originally committed as revision 7151 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-11disable nut regression test until we have a working muxerMichael Niedermayer
Originally committed as revision 6967 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-08allow spaces in source and build directory namesMåns Rullgård
out of tree builds from a source dir with spaces is impossible due to how make handles vpath Originally committed as revision 6938 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-05Simplify regression test execution.Diego Biurrun
Originally committed as revision 6906 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-05Use a variable for FFmpeg options.Diego Biurrun
Originally committed as revision 6904 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-18Don't run libavtest if CONFIG_GPL is not set.Diego Biurrun
Originally committed as revision 6727 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-15Warn about --enable-gpl.Diego Biurrun
Originally committed as revision 6698 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-150.pgm is now 00.pgm.Diego Biurrun
Originally committed as revision 6697 to svn://svn.ffmpeg.org/ffmpeg/trunk