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
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
2006-10-11simplify by not writing unneeded codec name to fix segfault when stream copyBaptiste Coudurier
Originally committed as revision 6643 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-06Update checksum to match latest ASF patchGuillaume Poirier
Originally committed as revision 6566 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-03Mark all phony targets as such.Diego Biurrun
Originally committed as revision 6538 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-02Merge identical targets.Diego Biurrun
Originally committed as revision 6531 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-01Fix wrong ASF duration of generated filesBrian Brice
Patch by Brian Brice % bbrice AH newtek.com % Original thread: Message-ID: <451DA316.6060001@newtek.com> Date: Fri, 29 Sep 2006 17:49:58 -0500 Subject: [Ffmpeg-devel] [PATCH] ASF Duration Originally committed as revision 6407 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-15Remove the "b" OptionDef option from the ffmpeg.c file. From now on the unit ofPanagiotis Issaris
-b of ffmpeg is bits/sec not kbits/sec, as already was the case for the AVOption. "k" and "M" suffixes are available though. Originally committed as revision 6258 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-04 * Restructuring the division of labor between DV codec and DV formatRoman Shaposhnik
[ Based on a patch by Brian Brice (bbrice at newtek dot com) ] Originally committed as revision 6161 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-24wide atom is only defined in mov, use free for mp4/3gpBaptiste Coudurier
Originally committed as revision 6072 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-22replace MULL by MULH + shift in dct32() (code is very slightly faster, and ↵Michael Niedermayer
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
2006-08-21gxf regression testsBaptiste Coudurier
Originally committed as revision 6041 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-18AVI tag reading and writing patch by David Conrad.David Conrad
umovimus at gmail dot com Originally committed as revision 6022 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-17simplification cosmeticsDiego Biurrun
Originally committed as revision 6015 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-17Simplify dsptest* rule and add libavutil to the dsptest* includes.Diego Biurrun
Originally committed as revision 6011 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-11update rotozoom regression ref after patches r5945-r5950Baptiste Coudurier
Originally committed as revision 5982 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-07update regression tests for patches r5945-r5950 based on patch by Francois ↵Baptiste Coudurier
Draperi <ffmpeg@hp.com> Originally committed as revision 5951 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-07r5939 (flvenc.c) rotozoom regression updateBaptiste Coudurier
Originally committed as revision 5943 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-06always write duration and file size, fix seeking, progress bar is now activeBaptiste Coudurier
Originally committed as revision 5939 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-03Add $(EXESUF) where necessary, fixes regression tests under MinGW.Víctor Paesa
patch by Víctor Paesa, wzrlpy $@$ arsystel dot com Originally committed as revision 5924 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-02Do not set the codec's pixel format in the format's write_header()Luca Abeni
Originally committed as revision 5887 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-19Add missing EXESUF to executable rules.Víctor Paesa
patch by Victor Paesa, wzrlpy at arsystel com M tests/Makefile Originally committed as revision 5789 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-19Possibility to skip bytes in the beginning of a file.Benjamin Larsson
Originally committed as revision 5783 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-18add header info to flv format based on a patch by (Philipp Klaus ↵Michael Niedermayer
>ffmpegdevel ad pylonsoft mot ch ) Originally committed as revision 5779 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-05100l: V_PATH vs VPATH typoDiego Biurrun
Originally committed as revision 5624 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-05cosmetics: Break overly long lines.Diego Biurrun
Originally committed as revision 5622 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-05simplify: $(SRC_PATH)/tests --> $(V_PATH)Diego Biurrun
Originally committed as revision 5620 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-02flac-lpc patch by (Justin Ruggles jruggle earthlink net)Justin Ruggles
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
2006-06-28flacenc - rice param search patch by (Justin Ruggles jruggle earthlink netJustin Ruggles
1) search for optimal rice parameters and partition order. i also modified the stereo method estimation to use this to calculate estimated bit count instead of using just the pure sums. 2) search for the best fixed prediction order 3) constant subframe mode (good for encoding silence) Note that the regression test for the decoded wav file also changed. This is due to FFmpeg's FLAC decoder truncating the file, which it did before anyway...just at a different cutoff point. The generated FLAC files are still 100% lossless. With this update, FFmpeg's FLAC encoder has speed and compression somewhere between "flac -1" and "flac -2". On my machine, it's about 15% faster than "flac -2", and about 10% slower than "flac -1". The encoding parameters are identical to "flac -2" (fixed predictors, 1152 blocksize, partition order 0 to 3). Originally committed as revision 5536 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-26stereo decorrelation support by (Justin Ruggles jruggle earthlink net>)Michael Niedermayer
Originally committed as revision 5528 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-24flac regression testMichael Niedermayer
Originally committed as revision 5515 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-17update libav regression tests for r5449 (adpcm)Baptiste Coudurier
Originally committed as revision 5490 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-14update regression tests for r5449 (adpcm)Loren Merritt
Originally committed as revision 5476 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-05-30Snow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in ↵Loren Merritt
iterative motion estimation. Originally committed as revision 5427 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-05-29Snow multiple reference framesLoren Merritt
(bitstream is not backwards compatible, even if refs aren't used) Originally committed as revision 5417 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-05-28Snow 1pass ratecontrolLoren Merritt
Originally committed as revision 5416 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-05-26Remove all .cvsignore files, they are no longer necessary.Diego Biurrun
Originally committed as revision 5410 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-05-19dont store mov style meta tags in mp4 (fixes ffmpeg -title + gtkpod)Michael Niedermayer
Originally committed as revision 5405 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-05-13add MPEG-2 intra vlc supportBaptiste Coudurier
Originally committed as revision 5372 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-04-28missmatch control for mpeg2 intra dequantization if bitexact=1Michael Niedermayer
Originally committed as revision 5328 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-04-24Fix samples to bytes relation.Benjamin Larsson
Originally committed as revision 5314 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-04-10AC3 encoding volume fix, by Justin Ruggles jruggle earthlink net.Benjamin Larsson
Originally committed as revision 5281 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-04-08Fix regression tests to match changed output of AC3 encoderCorey Hickey
(ac3enc.c r1.30) Originally committed as revision 5275 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-03-18Reenable NUT and NUT regression tests as requested by Michael.Diego Biurrun
Originally committed as revision 5177 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-03-17Disable the NUT (de)muxer until it has been synced with the specification.Diego Biurrun
Originally committed as revision 5174 to svn://svn.ffmpeg.org/ffmpeg/trunk