summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
* Revert broken removal of variable indirection.Diego Biurrun2007-01-15
| | | | Originally committed as revision 7532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Fixing a bug with incorrect bits set in AAUX source packRoman Shaposhnik2007-01-15
| | | | | | | * 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
* Remove leftover variable.Diego Biurrun2007-01-15
| | | | Originally committed as revision 7523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary variable indirection.Diego Biurrun2007-01-15
| | | | Originally committed as revision 7522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge fragmented mpeg4adv section in regression.shMåns Rullgård2007-01-14
| | | | Originally committed as revision 7519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l: Fix damage from a buggy emacs macro.Diego Biurrun2007-01-14
| | | | Originally committed as revision 7517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge redundant comments.Diego Biurrun2007-01-14
| | | | Originally committed as revision 7514 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add two more variables for temporary files.Diego Biurrun2007-01-14
| | | | Originally committed as revision 7512 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comment grammar fixesDiego Biurrun2007-01-14
| | | | Originally committed as revision 7511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bail out immediately with software scaler instead of failing the tests.Diego Biurrun2007-01-10
| | | | Originally committed as revision 7438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change regression tests for swf, use same as flv, swf muxer only supports mp3Baptiste Coudurier2007-01-09
| | | | Originally committed as revision 7433 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change regression tests for swf, use same as flv, swf muxer only supports mp3Baptiste Coudurier2007-01-09
| | | | Originally committed as revision 7432 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store a few values in the header as difference to the lastMichael Niedermayer2007-01-02
| | | | | | 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
* Correct value for the test.Benjamin Larsson2007-01-01
| | | | Originally committed as revision 7398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Patch for the FLV muxer to supply more complete metadataAllan Hsu2006-12-28
| | | | | | 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
* Fix regression tests with out-of-tree builds.Diego Biurrun2006-12-23
| | | | Originally committed as revision 7364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* test DIRECT{0,0} too if flag mv0 is usedMichael Niedermayer2006-12-22
| | | | | | slight PSNR/bitrate increase Originally committed as revision 7361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use $< instead of explicit names.Diego Biurrun2006-12-21
| | | | Originally committed as revision 7350 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change mpeg2 intra vlc test to advanced one, add qprd trell and b framesBaptiste Coudurier2006-12-21
| | | | Originally committed as revision 7349 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use qscale_table in adaptive quantMichael Niedermayer2006-12-21
| | | | | | some PSNR/bitrate improvement for adaptive quant Originally committed as revision 7346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip motion estimation and encoding of non direct-0,0 MBs if the next MB is ↵Michael Niedermayer2006-12-21
| | | | | | 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
* dont randomly disallow intr4v in adaptive quantMichael Niedermayer2006-12-21
| | | | | | | | 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
* dont randomly dissallow direct MBsMichael Niedermayer2006-12-21
| | | | | | some PSNR/bitrate gain for b frames with adaptive quant or QPRD Originally committed as revision 7341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* QPRD & adaptive quantization regression testsMichael Niedermayer2006-12-21
| | | | Originally committed as revision 7340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix special casing of the 0,0 MV for b frames (slight PSNR/bitrate gain)Michael Niedermayer2006-12-20
| | | | Originally committed as revision 7334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix JPEG-LS encoder 0xff-escaping writing too much or uninitialized data.Reimar Döffinger2006-12-11
| | | | Originally committed as revision 7284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make do_video_encoding general enough to accomodate all cases.Diego Biurrun2006-12-02
| | | | Originally committed as revision 7212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make do_video_decoding general enough to accomodate all cases.Diego Biurrun2006-12-02
| | | | Originally committed as revision 7211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge a repeating variable declaration into do_video_encoding.Diego Biurrun2006-12-02
| | | | Originally committed as revision 7209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove pretty much useless skiping of some predictorsMichael Niedermayer2006-12-01
| | | | | | 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
* Use a function for audio encoding and decoding.Diego Biurrun2006-12-01
| | | | Originally committed as revision 7199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a function for libav.Diego Biurrun2006-12-01
| | | | Originally committed as revision 7198 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a function for image formats.Diego Biurrun2006-12-01
| | | | Originally committed as revision 7197 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a function for streamed images.Diego Biurrun2006-12-01
| | | | Originally committed as revision 7196 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a function for audio-only tests.Diego Biurrun2006-12-01
| | | | Originally committed as revision 7195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1 step diamond search around the median MV predictorMichael Niedermayer2006-11-30
| | | | | | | +0.01 PSNR idea from x264 Originally committed as revision 7189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* readjust dts if negativeBaptiste Coudurier2006-11-28
| | | | Originally committed as revision 7179 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bring AC3 encoder output up to input volume levelBill O'Shaughnessy2006-11-23
| | | | | | | | | | 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
* fix bitstream to be correctly decoded by quicktimeBaptiste Coudurier2006-11-22
| | | | Originally committed as revision 7157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix b frames + -mbd rd without -psnr (yes that was seriously buggy and ↵Michael Niedermayer2006-11-22
| | | | | | probably hasnt been noticed as everyone who tested stuff used -psnr) Originally committed as revision 7151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable nut regression test until we have a working muxerMichael Niedermayer2006-11-11
| | | | Originally committed as revision 6967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow spaces in source and build directory namesMåns Rullgård2006-11-08
| | | | | | | 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
* Simplify regression test execution.Diego Biurrun2006-11-05
| | | | Originally committed as revision 6906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a variable for FFmpeg options.Diego Biurrun2006-11-05
| | | | Originally committed as revision 6904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't run libavtest if CONFIG_GPL is not set.Diego Biurrun2006-10-18
| | | | Originally committed as revision 6727 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Warn about --enable-gpl.Diego Biurrun2006-10-15
| | | | Originally committed as revision 6698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 0.pgm is now 00.pgm.Diego Biurrun2006-10-15
| | | | Originally committed as revision 6697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify by not writing unneeded codec name to fix segfault when stream copyBaptiste Coudurier2006-10-11
| | | | Originally committed as revision 6643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update checksum to match latest ASF patchGuillaume Poirier2006-10-06
| | | | Originally committed as revision 6566 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark all phony targets as such.Diego Biurrun2006-10-03
| | | | Originally committed as revision 6538 to svn://svn.ffmpeg.org/ffmpeg/trunk