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
2007-04-22enable seektestMichael Niedermayer
Originally committed as revision 8792 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-22seek regression test referenceMichael Niedermayer
Originally committed as revision 8791 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-22dont try to seek on single imagesMichael Niedermayer
Originally committed as revision 8789 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-22ensure that seek_test is rebuild if any of the libs changedMichael Niedermayer
Originally committed as revision 8788 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-22fix compilationBaptiste Coudurier
Originally committed as revision 8779 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-14fix tiff regression test (bitexact flag was ignoredwhich caused theMichael Niedermayer
LAVC version to be in the file and thus breaking with the last change of that) Originally committed as revision 8734 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-07YUV support patch by (Kamil Nowosad k.nowosad students mimuw edu pl)Kamil Nowosad
Originally committed as revision 8638 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-07tiff & sgi regression testMichael Niedermayer
Originally committed as revision 8636 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-24md5 test for the image formatsMichael Niedermayer
Originally committed as revision 8491 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-24bmp and tga image regression testMichael Niedermayer
Originally committed as revision 8490 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-241000000l for me ive misstakely reverted the regression checksum change from ↵Michael Niedermayer
r8444 in r8486 how did i succeed doing such a ridiculously silly thing? well i think it happened like: 1. verifying that the regression tests pass with old resample2.c 2. updating the regressions to the new resample2.c ... failed svn complained 3. svn up 4. updating the regressions to the new resample2.c success (r8485) at that point everything was still ok 5. some more resample2.c work update regressions, read diff, commit (r8486) my misstake was that the svn up at point 3 was run in tests/ -> iam an idiot Originally committed as revision 8489 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-22set more reasonable cutoff for audio rate conversionMichael Niedermayer
Originally committed as revision 8486 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-22update resgression tests after the resampler changesMichael Niedermayer
Originally committed as revision 8485 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-19AC-3 encoded volume is too high. Revert revision 7160:Bill O'Shaughnessy
bring AC3 encoder output up to input volume level patch by Bill O'Shaughnessy % bill P oshaughnessy A gmail.com % + reg tests update gruntwork by me Original thread: date: Nov 21, 2006 11:36PM subject: [Ffmpeg-devel] Simpler Patch to bring AC3 encoder output up to input level Originally committed as revision 8444 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-12Remove -ab 64k from ffmpeg options, this is now default.Benoit Fouet
patch by Benoit Fouet, benoit.fouet purplelabs com Originally committed as revision 8346 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-05prevent audio packets from being fragmented, wmp mac doesnt seem to like ↵Michael Niedermayer
that and microshitty also doesnt seem to ever fragment them Originally committed as revision 8265 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-05update forgotten regression test chcksums forMichael Niedermayer
==== Author: michael Date: Mon Mar 5 03:41:49 2007 New Revision: 8240 Modified: trunk/libavformat/asf-enc.c Log: create codec_comment_header which looks more like what M$ creates, sane or not ... Originally committed as revision 8260 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-05change management of "ab" option in ffmpeg.c, so that it works as "b" option.Benoit Fouet
patch by Benoit Fouet % benoit P fouet A purplelabs P com % Original thread: Subj: [Ffmpeg-devel] [PATCH] use new way to handle "ab" option Date: 03/03/2007 10:51 PM Originally committed as revision 8244 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-05all asf files i have have the 2 redundant duration fields differ by the ↵Michael Niedermayer
preroll time so lets set them up like that too Originally committed as revision 8239 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-05all asf files i have have this field at 2 so lets try to change it to that ...Michael Niedermayer
Originally committed as revision 8238 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-02Relicense to LGPL and add standard license header.Diego Biurrun
Approved by the author, Sebastien Bechet, over email. Originally committed as revision 8188 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-27Add standard LGPL header with Fabrice's permission.Diego Biurrun
Originally committed as revision 8150 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-27Fix 'rm -r' vs 'rm -f' typo.Diego Biurrun
Originally committed as revision 8145 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-23synchronize to latest ffm changesAlex Beregszaszi
Originally committed as revision 8092 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-221l, clean up feed1.ffm after finishing the server testAlex Beregszaszi
Originally committed as revision 8075 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-22fix the server regression test (it produced for me identical results in more ↵Alex Beregszaszi
runs, really). Originally committed as revision 8074 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-14use aiff when we can, some players only support aiffBaptiste Coudurier
Originally committed as revision 7978 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-13always use audio spread (instead of "video no spread" for audio ...)Michael Niedermayer
Originally committed as revision 7960 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-13oops forgot this one (increase preroll time to min of my asfs)Michael Niedermayer
Originally committed as revision 7956 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-13increaseing preroll time to the minimum of the asf files i haveMichael Niedermayer
Originally committed as revision 7955 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-12remove md5 check for wma as there are rounding differences between cpusMichael Niedermayer
Originally committed as revision 7954 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-12disabling vorbis regression test for now, both encoder and decoder behave ↵Michael Niedermayer
strange and have to be fixed Originally committed as revision 7953 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-12dont set the keyframe flag for audio as microshitty doesnt do it and some ↵Michael Niedermayer
things have problems with our asfs, maybe that has a positive effect? Originally committed as revision 7952 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-12Regression changes after addition of fact chunk to non-PCM wavMichel Bardiaux
Originally committed as revision 7951 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-09fix broken memset(padding, 0) codeMichael Niedermayer
add a few asserts Originally committed as revision 7903 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-08iam pretty sure send time is dts and not pts ...Michael Niedermayer
Originally committed as revision 7879 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-07vorbis regression testMichael Niedermayer
(using .asf as our .ogg muxer depends on libogg, nut muxer depends on libnut and vorbis in avi/mpeg is not really a good idea) Originally committed as revision 7874 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-07fix regression tests due to pixel format name changesBaptiste Coudurier
Originally committed as revision 7869 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-07wma regression testMichael Niedermayer
Originally committed as revision 7865 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-07Add seektest to list of PHONY targets.Diego Biurrun
Originally committed as revision 7860 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-06indentMichael Niedermayer
Originally committed as revision 7844 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-06dont output information about what is demuxed after a seek failureMichael Niedermayer
Originally committed as revision 7843 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-0510l uninitalized colaMichael Niedermayer
seek regression tests are now deterministic Originally committed as revision 7833 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-05seek regression testsMichael Niedermayer
Originally committed as revision 7832 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-25Do not run (broken) ffserver test by default and warn about its brokenness.Diego Biurrun
Originally committed as revision 7710 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-21fix msmpeg4v3 tag in asfMichael Niedermayer
Originally committed as revision 7606 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-18Add/update some comments.Diego Biurrun
Originally committed as revision 7578 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-18Rename do_libav var so as not to clash with the do_libav function on Solaris.Diego Biurrun
Originally committed as revision 7577 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-17update swf regression checksumMåns Rullgård
Originally committed as revision 7557 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-15Revert broken removal of variable indirection.Diego Biurrun
Originally committed as revision 7532 to svn://svn.ffmpeg.org/ffmpeg/trunk