10l uninitalized colaseek regression tests are now deterministic
Originally committed as revision 7833 to svn://svn.ffmpeg.org/ffmpeg/trunk
seek regression tests
Originally committed as revision 7832 to svn://svn.ffmpeg.org/ffmpeg/trunk
Do not run (broken) ffserver test by default and warn about its brokenness.
Originally committed as revision 7710 to svn://svn.ffmpeg.org/ffmpeg/trunk
fix msmpeg4v3 tag in asf
Originally committed as revision 7606 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add/update some comments.
Originally committed as revision 7578 to svn://svn.ffmpeg.org/ffmpeg/trunk
Rename do_libav var so as not to clash with the do_libav function on Solaris.
Originally committed as revision 7577 to svn://svn.ffmpeg.org/ffmpeg/trunk
update swf regression checksum
Originally committed as revision 7557 to svn://svn.ffmpeg.org/ffmpeg/trunk
Revert broken removal of variable indirection.
Originally committed as revision 7532 to svn://svn.ffmpeg.org/ffmpeg/trunk
Originally committed as revision 7531 to svn://svn.ffmpeg.org/ffmpeg/trunk
Remove leftover variable.
Originally committed as revision 7523 to svn://svn.ffmpeg.org/ffmpeg/trunk
Remove unnecessary variable indirection.
Originally committed as revision 7522 to svn://svn.ffmpeg.org/ffmpeg/trunk
merge fragmented mpeg4adv section in regression.sh
Originally committed as revision 7519 to svn://svn.ffmpeg.org/ffmpeg/trunk
100l: Fix damage from a buggy emacs macro.
Originally committed as revision 7517 to svn://svn.ffmpeg.org/ffmpeg/trunk
Merge redundant comments.
Originally committed as revision 7514 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add two more variables for temporary files.
Originally committed as revision 7512 to svn://svn.ffmpeg.org/ffmpeg/trunk
comment grammar fixes
Originally committed as revision 7511 to svn://svn.ffmpeg.org/ffmpeg/trunk
Bail out immediately with software scaler instead of failing the tests.
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 mp3
Originally committed as revision 7433 to svn://svn.ffmpeg.org/ffmpeg/trunk
Originally committed as revision 7432 to svn://svn.ffmpeg.org/ffmpeg/trunk
store a few values in the header as difference to the lastthis 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.
Originally committed as revision 7398 to svn://svn.ffmpeg.org/ffmpeg/trunk
Patch for the FLV muxer to supply more complete metadatain 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.
Originally committed as revision 7364 to svn://svn.ffmpeg.org/ffmpeg/trunk
test DIRECT{0,0} too if flag mv0 is usedslight PSNR/bitrate increase
Originally committed as revision 7361 to svn://svn.ffmpeg.org/ffmpeg/trunk
Use $< instead of explicit names.
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 frames
Originally committed as revision 7349 to svn://svn.ffmpeg.org/ffmpeg/trunk
use qscale_table in adaptive quant 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 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)...
dont randomly disallow intr4v in adaptive quant some PSNR/bitrate gain if adaptive quant is usedinitalize 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...
dont randomly dissallow direct MBs 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 tests
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)
Originally committed as revision 7334 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix JPEG-LS encoder 0xff-escaping writing too much or uninitialized data.
Originally committed as revision 7284 to svn://svn.ffmpeg.org/ffmpeg/trunk
Make do_video_encoding general enough to accomodate all cases.
Originally committed as revision 7212 to svn://svn.ffmpeg.org/ffmpeg/trunk
Make do_video_decoding general enough to accomodate all cases.
Originally committed as revision 7211 to svn://svn.ffmpeg.org/ffmpeg/trunk
Merge a repeating variable declaration into do_video_encoding.
Originally committed as revision 7209 to svn://svn.ffmpeg.org/ffmpeg/trunk
remove pretty much useless skiping of some predictorsthis 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.
Originally committed as revision 7199 to svn://svn.ffmpeg.org/ffmpeg/trunk
Use a function for libav.
Originally committed as revision 7198 to svn://svn.ffmpeg.org/ffmpeg/trunk
Use a function for image formats.
Originally committed as revision 7197 to svn://svn.ffmpeg.org/ffmpeg/trunk
Use a function for streamed images.
Originally committed as revision 7196 to svn://svn.ffmpeg.org/ffmpeg/trunk
Use a function for audio-only tests.
Originally committed as revision 7195 to svn://svn.ffmpeg.org/ffmpeg/trunk
1 step diamond search around the median MV predictor+0.01 PSNRidea from x264
Originally committed as revision 7189 to svn://svn.ffmpeg.org/ffmpeg/trunk
readjust dts if negative
Originally committed as revision 7179 to svn://svn.ffmpeg.org/ffmpeg/trunk
bring AC3 encoder output up to input volume levelpatch by Bill O'Shaughnessy % bill P oshaughnessy A gmail.com %+ reg tests update gruntwork by meOriginal thread:date: Nov 21, 2006 11:36 PMsubject: [Ffmpeg-devel] Simpler Patch to bring AC3 encoder output up to input level...
fix bitstream to be correctly decoded by quicktime
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 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 muxer
Originally committed as revision 6967 to svn://svn.ffmpeg.org/ffmpeg/trunk
allow spaces in source and build directory namesout of tree builds from a source dir with spaces is impossibledue to how make handles vpath
Originally committed as revision 6938 to svn://svn.ffmpeg.org/ffmpeg/trunk
Simplify regression test execution.
Originally committed as revision 6906 to svn://svn.ffmpeg.org/ffmpeg/trunk
Use a variable for FFmpeg options.
Originally committed as revision 6904 to svn://svn.ffmpeg.org/ffmpeg/trunk
Don't run libavtest if CONFIG_GPL is not set.
Originally committed as revision 6727 to svn://svn.ffmpeg.org/ffmpeg/trunk
Warn about --enable-gpl.
Originally committed as revision 6698 to svn://svn.ffmpeg.org/ffmpeg/trunk
0.pgm is now 00.pgm.
Originally committed as revision 6697 to svn://svn.ffmpeg.org/ffmpeg/trunk
simplify by not writing unneeded codec name to fix segfault when stream copy
Originally committed as revision 6643 to svn://svn.ffmpeg.org/ffmpeg/trunk
Update checksum to match latest ASF patch
Originally committed as revision 6566 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mark all phony targets as such.
Originally committed as revision 6538 to svn://svn.ffmpeg.org/ffmpeg/trunk
Merge identical targets.
Originally committed as revision 6531 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix wrong ASF duration of generated filesPatch by Brian Brice % bbrice AH newtek.com %Original thread:Message-ID: <451DA316.6060001@newtek.com>Date: Fri, 29 Sep 2006 17:49:58 -0500Subject: [Ffmpeg-devel] [PATCH] ASF Duration
Originally committed as revision 6407 to svn://svn.ffmpeg.org/ffmpeg/trunk
Remove the "b" OptionDef option from the ffmpeg.c file. From now on the unit of-b of ffmpeg is bits/sec not kbits/sec, as already was the case for theAVOption. "k" and "M" suffixes are available though.
Originally committed as revision 6258 to svn://svn.ffmpeg.org/ffmpeg/trunk
Originally committed as revision 6161 to svn://svn.ffmpeg.org/ffmpeg/trunk
wide atom is only defined in mov, use free for mp4/3gp
Originally committed as revision 6072 to svn://svn.ffmpeg.org/ffmpeg/trunk
replace MULL by MULH + shift in dct32() (code is very slightly faster, and the compiler should be able to optimize the shift away on 64bit archs)
Originally committed as revision 6045 to svn://svn.ffmpeg.org/ffmpeg/trunk
gxf regression tests
Originally committed as revision 6041 to svn://svn.ffmpeg.org/ffmpeg/trunk
AVI tag reading and writing patch by David Conrad.umovimus at gmail dot com
Originally committed as revision 6022 to svn://svn.ffmpeg.org/ffmpeg/trunk
simplification cosmetics
Originally committed as revision 6015 to svn://svn.ffmpeg.org/ffmpeg/trunk
Simplify dsptest* rule and add libavutil to the dsptest* includes.
Originally committed as revision 6011 to svn://svn.ffmpeg.org/ffmpeg/trunk
update rotozoom regression ref after patches r5945-r5950
Originally committed as revision 5982 to svn://svn.ffmpeg.org/ffmpeg/trunk
update regression tests for patches r5945-r5950 based on patch by Francois Draperi <ffmpeg@hp.com>
Originally committed as revision 5951 to svn://svn.ffmpeg.org/ffmpeg/trunk
r5939 (flvenc.c) rotozoom regression update
Originally committed as revision 5943 to svn://svn.ffmpeg.org/ffmpeg/trunk
always write duration and file size, fix seeking, progress bar is now active
Originally committed as revision 5939 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add $(EXESUF) where necessary, fixes regression tests under MinGW.patch by Víctor Paesa, wzrlpy $@$ arsystel dot com
Originally committed as revision 5924 to svn://svn.ffmpeg.org/ffmpeg/trunk
Do not set the codec's pixel format in the format's write_header()
Originally committed as revision 5887 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add missing EXESUF to executable rules.patch by Victor Paesa, wzrlpy at arsystel comM tests/Makefile
Originally committed as revision 5789 to svn://svn.ffmpeg.org/ffmpeg/trunk
Possibility to skip bytes in the beginning of a file.
Originally committed as revision 5783 to svn://svn.ffmpeg.org/ffmpeg/trunk
add header info to flv format based on a patch by (Philipp Klaus >ffmpegdevel ad pylonsoft mot ch )
Originally committed as revision 5779 to svn://svn.ffmpeg.org/ffmpeg/trunk
100l: V_PATH vs VPATH typo
Originally committed as revision 5624 to svn://svn.ffmpeg.org/ffmpeg/trunk
cosmetics: Break overly long lines.
Originally committed as revision 5622 to svn://svn.ffmpeg.org/ffmpeg/trunk
simplify: $(SRC_PATH)/tests --> $(V_PATH)
Originally committed as revision 5620 to svn://svn.ffmpeg.org/ffmpeg/trunk
flac-lpc patch by (Justin Ruggles jruggle earthlink net)tabs removed and regression.sh fixed (it was missing in the patch) by me
Originally committed as revision 5572 to svn://svn.ffmpeg.org/ffmpeg/trunk
flacenc - rice param search patch by (Justin Ruggles jruggle earthlink net
1) search for optimal rice parameters and partition order. i alsomodified the stereo method estimation to use this to calculate estimatedbit count instead of using just the pure sums....
stereo decorrelation support by (Justin Ruggles jruggle earthlink net>)
Originally committed as revision 5528 to svn://svn.ffmpeg.org/ffmpeg/trunk
flac regression test
Originally committed as revision 5515 to svn://svn.ffmpeg.org/ffmpeg/trunk
update libav regression tests for r5449 (adpcm)
Originally committed as revision 5490 to svn://svn.ffmpeg.org/ffmpeg/trunk
update regression tests for r5449 (adpcm)
Originally committed as revision 5476 to svn://svn.ffmpeg.org/ffmpeg/trunk
Snow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in iterative motion estimation.
Originally committed as revision 5427 to svn://svn.ffmpeg.org/ffmpeg/trunk
Snow multiple reference frames(bitstream is not backwards compatible, even if refs aren't used)
Originally committed as revision 5417 to svn://svn.ffmpeg.org/ffmpeg/trunk
Snow 1pass ratecontrol
Originally committed as revision 5416 to svn://svn.ffmpeg.org/ffmpeg/trunk
Remove all .cvsignore files, they are no longer necessary.
Originally committed as revision 5410 to svn://svn.ffmpeg.org/ffmpeg/trunk
dont store mov style meta tags in mp4 (fixes ffmpeg -title + gtkpod)
Originally committed as revision 5405 to svn://svn.ffmpeg.org/ffmpeg/trunk
add MPEG-2 intra vlc support
Originally committed as revision 5372 to svn://svn.ffmpeg.org/ffmpeg/trunk
missmatch control for mpeg2 intra dequantization if bitexact=1
Originally committed as revision 5328 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix samples to bytes relation.
Originally committed as revision 5314 to svn://svn.ffmpeg.org/ffmpeg/trunk
AC3 encoding volume fix, by Justin Ruggles jruggle earthlink net.
Originally committed as revision 5281 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix regression tests to match changed output of AC3 encoder(ac3enc.c r1.30)
Originally committed as revision 5275 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reenable NUT and NUT regression tests as requested by Michael.
Originally committed as revision 5177 to svn://svn.ffmpeg.org/ffmpeg/trunk
Disable the NUT (de)muxer until it has been synced with the specification.
Originally committed as revision 5174 to svn://svn.ffmpeg.org/ffmpeg/trunk
seed iterative_me with mvs from conventional search.+15% speed, +.1 dB
Originally committed as revision 5159 to svn://svn.ffmpeg.org/ffmpeg/trunk
Update ffserver regression tests: - really produce readable files (instead of 0 byte files or headers only) - use bitexact, fastint dct, simple idct and qscale - gives consistent results across several archs - still fails on altivec ppc
Originally committed as revision 5129 to svn://svn.ffmpeg.org/ffmpeg/trunk
DVCPRO50 support.
Patch by Daniel Maas dmaas at maasdigital dot com
Originally committed as revision 5113 to svn://svn.ffmpeg.org/ffmpeg/trunk