summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
* 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
* Merge identical targets.Diego Biurrun2006-10-02
| | | | Originally committed as revision 6531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix wrong ASF duration of generated filesBrian Brice2006-10-01
| | | | | | | | | | 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
* Remove the "b" OptionDef option from the ffmpeg.c file. From now on the unit ofPanagiotis Issaris2006-09-15
| | | | | | | -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
* * Restructuring the division of labor between DV codec and DV formatRoman Shaposhnik2006-09-04
| | | | | | [ Based on a patch by Brian Brice (bbrice at newtek dot com) ] Originally committed as revision 6161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wide atom is only defined in mov, use free for mp4/3gpBaptiste Coudurier2006-08-24
| | | | 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 ↵Michael Niedermayer2006-08-22
| | | | | | 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 testsBaptiste Coudurier2006-08-21
| | | | Originally committed as revision 6041 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVI tag reading and writing patch by David Conrad.David Conrad2006-08-18
| | | | | | umovimus at gmail dot com Originally committed as revision 6022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplification cosmeticsDiego Biurrun2006-08-17
| | | | Originally committed as revision 6015 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify dsptest* rule and add libavutil to the dsptest* includes.Diego Biurrun2006-08-17
| | | | Originally committed as revision 6011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update rotozoom regression ref after patches r5945-r5950Baptiste Coudurier2006-08-11
| | | | Originally committed as revision 5982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update regression tests for patches r5945-r5950 based on patch by Francois ↵Baptiste Coudurier2006-08-07
| | | | | | Draperi <ffmpeg@hp.com> Originally committed as revision 5951 to svn://svn.ffmpeg.org/ffmpeg/trunk
* r5939 (flvenc.c) rotozoom regression updateBaptiste Coudurier2006-08-07
| | | | Originally committed as revision 5943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always write duration and file size, fix seeking, progress bar is now activeBaptiste Coudurier2006-08-06
| | | | Originally committed as revision 5939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add $(EXESUF) where necessary, fixes regression tests under MinGW.Víctor Paesa2006-08-03
| | | | | | 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()Luca Abeni2006-08-02
| | | | Originally committed as revision 5887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing EXESUF to executable rules.Víctor Paesa2006-07-19
| | | | | | | patch by Victor Paesa, wzrlpy at arsystel com M tests/Makefile Originally committed as revision 5789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Possibility to skip bytes in the beginning of a file.Benjamin Larsson2006-07-18
| | | | 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 ↵Michael Niedermayer2006-07-17
| | | | | | >ffmpegdevel ad pylonsoft mot ch ) Originally committed as revision 5779 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l: V_PATH vs VPATH typoDiego Biurrun2006-07-05
| | | | Originally committed as revision 5624 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Break overly long lines.Diego Biurrun2006-07-05
| | | | Originally committed as revision 5622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify: $(SRC_PATH)/tests --> $(V_PATH)Diego Biurrun2006-07-05
| | | | Originally committed as revision 5620 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flac-lpc patch by (Justin Ruggles jruggle earthlink net)Justin Ruggles2006-07-02
| | | | | | 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 netJustin Ruggles2006-06-27
| | | | | | | | | | | | | | | | | | | | | | | 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
* stereo decorrelation support by (Justin Ruggles jruggle earthlink net>)Michael Niedermayer2006-06-26
| | | | Originally committed as revision 5528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flac regression testMichael Niedermayer2006-06-24
| | | | Originally committed as revision 5515 to svn://svn.ffmpeg.org/ffmpeg/trunk