757b86cd9e 
								
							
								 
							
						 
						
							
							
								
								codec-regression: force vsync 0 on the me_threshold test to make sure frames match.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6cd9d0f77d 
								
							
								 
							
						 
						
							
							
								
								Revert "avconv: use stream copy by default when possible."  
							
							This reverts commit 4f4f33844a 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4f4f33844a 
								
							
								 
							
						 
						
							
							
								
								avconv: use stream copy by default when possible.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								64db1a82d6 
								
							
								 
							
						 
						
							
							
								
								lavc: add audio flag to the 'b' option, deprecate 'ab'.  
							
							Its only reason for its existence was ffmpeg's inability to properly assign
AVOptions to streams. Now this is not a problem anymore, so 'ab' should
go. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f4ad238c6c 
								
							
								 
							
						 
						
							
							
								
								avconv: rename sameq to same_quant  
							
							It's often mistakenly used as 'same quality', emphasize that it's not
true in the manual. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6291d7e416 
								
							
								 
							
						 
						
							
							
								
								Make a copy of ffmpeg under a new name -- avconv.  
							
							It will be further developed with a few incompatible changes.
ffmpeg.c will stay as is for some time, so any scripts using it won't be
broken. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4555874af1 
								
							
								 
							
						 
						
							
							
								
								dnxhd: add regression test for 10-bit  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ea57502c82 
								
							
								 
							
						 
						
							
							
								
								fate: remove output redirections from old regtest scripts  
							
							All tests are run through the fate-run.sh script which already
sets up redirections.  Using the outputs set there simplifies
things somewhat.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7cbc2e60af 
								
							
								 
							
						 
						
							
							
								
								codec-regression: remove pointless -r options for dnxhd  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d4a7df423c 
								
							
								 
							
						 
						
							
							
								
								fate: do not collect -benchmark output  
							
							The old regtest scripts pass -benchmark and collect the utime values.
As these values are never used, this machinery can be removed.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								70378ea190 
								
							
								 
							
						 
						
							
							
								
								fate: run aref and vref as regular tests  
							
							These tests create reference files used for psnr calculation in
the other codec tests.  Treating them as (mostly) regular tests
simplifies the makefile and makes them visible in the fate reports.
The latter makes errors in these runs easier to identify.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ecfc5e0b72 
								
							
								 
							
						 
						
							
							
								
								regtest: fix wma tests  
							
							This adds $DEC_OPTS to the wma decode commands, making tests pass
on systems where the bitexact flag is needed.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								eeadaa6bc0 
								
							
								 
							
						 
						
							
							
								
								regtest: separate flags for encoding and decoding  
							
							This separates encoding and decoding flags, and passes them together
with the related file argument instead of all at the start of the
command line.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2728fd9053 
								
							
								 
							
						 
						
							
							
								
								regtest: simplify encoding functions  
							
							The video encoding options were needlessly split in two parameters
which are merged.  The do_audio_encoding function did not use its
second argument, so this can be removed.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								646739a0a8 
								
							
								 
							
						 
						
							
							
								
								Fix qtrle regression test, actually test qtrle.  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6fd96d1a85 
								
							
								 
							
						 
						
							
							
								
								Change the AC-3 encoder to use floating-point.  
							
							Fixed-point AC-3 encoder renamed to ac3_fixed.
Regression test acodec-ac3 renamed to acodec-ac3_fixed.
Regression test lavf-rm changed to use ac3_fixed encoder.
Originally committed as revision 26209 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								82c76ceee7 
								
							
								 
							
						 
						
							
							
								
								QTRLE regtest  
							
							Originally committed as revision 25017 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a4e6fa86ce 
								
							
								 
							
						 
						
							
							
								
								regtest: simplify cleanup after each test  
							
							Originally committed as revision 24396 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c1b81d2fd3 
								
							
								 
							
						 
						
							
							
								
								Remove the "b" from "Mb" in -b values for the dnxhd tests.  
							
							They are just ignored, and tend to confuse both machines and humans.
Originally committed as revision 23628 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								59b847d3a9 
								
							
								 
							
						 
						
							
							
								
								Add simple rgb/yuv in avi regression test.  
							
							Originally committed as revision 23501 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bd57cae86f 
								
							
								 
							
						 
						
							
							
								
								use mpeg2 quantization bias for mjpeg.  
							
							this seems to improve RD performance.
Originally committed as revision 22550 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c676895fd9 
								
							
								 
							
						 
						
							
							
								
								Separate audio-only tests so they are only run once  
							
							Originally committed as revision 21556 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4b294c1872 
								
							
								 
							
						 
						
							
							
								
								regtest: split wma test into wmav1 and wmav2  
							
							Originally committed as revision 21255 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ae5e8caa3d 
								
							
								 
							
						 
						
							
							
								
								Add ROQ format regression test.  
							
							Originally committed as revision 20811 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dae658d764 
								
							
								 
							
						 
						
							
							
								
								Reduce the number of encoded frames for the dnxhd tests to 5.  
							
							Significantly reduce codectest execution time.
Originally committed as revision 20804 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								77f66963b0 
								
							
								 
							
						 
						
							
							
								
								Split codec-regression.sh again and create a lavfi-regression.sh for  
							
							running the libavfilter tests.
Originally committed as revision 20384 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8f1e4d4ffc 
								
							
								 
							
						 
						
							
							
								
								Split codec-regression.sh, and create the lavf-regression.sh script.  
							
							Originally committed as revision 20365 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2189dbc4a6 
								
							
								 
							
						 
						
							
							
								
								Fix codectest  
							
							Originally committed as revision 20360 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f94e56cf82 
								
							
								 
							
						 
						
							
							
								
								Split codec-regression.sh, put all the code which can be shared by  
							
							other regression test scripts in the regression-funcs.sh file.
Originally committed as revision 20359 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3a408eff35 
								
							
								 
							
						 
						
							
							
								
								Move up the $test variable definition, together with the other  
							
							definitions of variables defined using the positional arguments of the
script.
Should ease the split of the file.
Originally committed as revision 20322 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dd65909a78 
								
							
								 
							
						 
						
							
							
								
								Give symbolic names to the positional parameters of the  
							
							codec-regression.sh script.
Originally committed as revision 20321 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a9b0204374 
								
							
								 
							
						 
						
							
							
								
								Do the dnxhd_720p_rd test with -threads 4 in order to also test the threading code.  
							
							Originally committed as revision 20205 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9797ce58b7 
								
							
								 
							
						 
						
							
							
								
								Add ALAC encoding and decoding regression tests.  
							
							Originally committed as revision 20188 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e935fa9e17 
								
							
								 
							
						 
						
							
							
								
								Prefer -vcodec rawvideo over -vcodec huffyuv for lavfi regression  
							
							tests, as the use of huffyuv may cause the auto-insertion of a scale
filter, thus masking the mis-behavior of some filter.
Originally committed as revision 20088 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0e829974f5 
								
							
								 
							
						 
						
							
							
								
								Fix md5 program invocation for BSD.  
							
							patch by Michael Kostylev, michael.kostylev gmail com
Originally committed as revision 20086 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7f5c14210b 
								
							
								 
							
						 
						
							
							
								
								Remove duplicated / stray code which slipped in with r20057.  
							
							Originally committed as revision 20060 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								06d7f30a9f 
								
							
								 
							
						 
						
							
							
								
								Get rid of "function" "keywords" in lavfilter testing code, hopefully will  
							
							make regressions tests runnable again with all shells.
Originally committed as revision 20059 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								40e024091d 
								
							
								 
							
						 
						
							
							
								
								Implement a lavfitest target for testing regressions in libavfilter.  
							
							The target is disabled.
See the thread: "[PATCH] libavfilter-soc: regression test for libavfilter".
Originally committed as revision 20057 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								670bd2005a 
								
							
								 
							
						 
						
							
							
								
								regtest: do not write to /tmp/ffmpeg$$  
							
							Nothing useful was ever written to this file.  It did, however,
often cause spurious failures when the file was left behind by
another user on the system.
Originally committed as revision 19938 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								96fdb62428 
								
							
								 
							
						 
						
							
							
								
								Split dnxhd regression test so the parts can run in parallel  
							
							Originally committed as revision 19936 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3fdd82768d 
								
							
								 
							
						 
						
							
							
								
								Use default sws_flags for dnxhd regression tests and also test the "-mbd rd"  
							
							variant of the encoder.
Originally committed as revision 19923 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6082086688 
								
							
								 
							
						 
						
							
							
								
								Change DNxHD regression tests to test both 720p and 1080i instead of just 1080i  
							
							for better test coverage.
Originally committed as revision 19921 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a5083f66c7 
								
							
								 
							
						 
						
							
							
								
								Add dnxhd test to regression tests.  
							
							Originally committed as revision 19895 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a4ddf509fe 
								
							
								 
							
						 
						
							
							
								
								regtest: print commands also for image format tests  
							
							Originally committed as revision 19195 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f77dddfcc3 
								
							
								 
							
						 
						
							
							
								
								Fix comment: gcc 2.95.3 binaries decode ac3 fine if SSE is available and  
							
							not disabled.
Originally committed as revision 18424 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1b4a516b94 
								
							
								 
							
						 
						
							
							
								
								Rename regression test result files from b-libav* to b-lavf* for consistency.  
							
							This requires updating the gxf regression checksum since the gxf muxer puts
the filename in files it creates.
Originally committed as revision 18253 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								67c447a679 
								
							
								 
							
						 
						
							
							
								
								Fix running regression tests on remote targets  
							
							Originally committed as revision 18251 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7a8d0e9700 
								
							
								 
							
						 
						
							
							
								
								Skip creation of tests/data directory in individual regression test scripts.  
							
							It is already being taken care of by the Makefile.
Originally committed as revision 18248 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d7167f0555 
								
							
								 
							
						 
						
							
							
								
								Move generated file aynth1.sw to the data subdirectory.  Thus it does not have  
							
							to be removed separately and there is less clutter in the tests directory.
Originally committed as revision 18246 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6117ffbe90 
								
							
								 
							
						 
						
							
							
								
								Rename regression.sh --> codec-regression.sh. Now all regression test scripts  
							
							carry the regression test they run as prefix in their name.
Originally committed as revision 18245 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago