summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
* Remove trailing / from -I flags, MinGW appears to dislike them.Zuxy Meng2007-05-09
| | | | | | patch by Zuxy Meng, zuxy.meng gmail com Originally committed as revision 8948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* give the position offset of the file in the packetDaniel Cardenas2007-05-02
| | | | | | | | | update seek regression test reference file accordingly patch by Daniel Cardenas: Daniel Car cox net original thread: [Ffmpeg-devel] [PATCH] Debug help for file position date: 05/01/2007 02:42 AM Originally committed as revision 8871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update reference file for seek test after delivery 8826Benoit Fouet2007-05-02
| | | | Originally committed as revision 8870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* modify order in which files are diff'dBenoit Fouet2007-05-02
| | | | Originally committed as revision 8869 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable seektestMichael Niedermayer2007-04-22
| | | | Originally committed as revision 8792 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seek regression test referenceMichael Niedermayer2007-04-22
| | | | Originally committed as revision 8791 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont try to seek on single imagesMichael Niedermayer2007-04-22
| | | | Originally committed as revision 8789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ensure that seek_test is rebuild if any of the libs changedMichael Niedermayer2007-04-22
| | | | Originally committed as revision 8788 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix compilationBaptiste Coudurier2007-04-22
| | | | Originally committed as revision 8779 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix tiff regression test (bitexact flag was ignoredwhich caused theMichael Niedermayer2007-04-14
| | | | | | 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
* YUV support patch by (Kamil Nowosad k.nowosad students mimuw edu pl)Kamil Nowosad2007-04-06
| | | | Originally committed as revision 8638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tiff & sgi regression testMichael Niedermayer2007-04-06
| | | | Originally committed as revision 8636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* md5 test for the image formatsMichael Niedermayer2007-03-24
| | | | Originally committed as revision 8491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bmp and tga image regression testMichael Niedermayer2007-03-24
| | | | Originally committed as revision 8490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000000l for me ive misstakely reverted the regression checksum change from ↵Michael Niedermayer2007-03-24
| | | | | | | | | | | | | | | | | | 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
* set more reasonable cutoff for audio rate conversionMichael Niedermayer2007-03-22
| | | | Originally committed as revision 8486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update resgression tests after the resampler changesMichael Niedermayer2007-03-22
| | | | Originally committed as revision 8485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AC-3 encoded volume is too high. Revert revision 7160:Bill O'Shaughnessy2007-03-18
| | | | | | | | | | | 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
* Remove -ab 64k from ffmpeg options, this is now default.Benoit Fouet2007-03-12
| | | | | | patch by Benoit Fouet, benoit.fouet purplelabs com Originally committed as revision 8346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent audio packets from being fragmented, wmp mac doesnt seem to like ↵Michael Niedermayer2007-03-05
| | | | | | that and microshitty also doesnt seem to ever fragment them Originally committed as revision 8265 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update forgotten regression test chcksums forMichael Niedermayer2007-03-05
| | | | | | | | | | | | | | | ==== 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
* change management of "ab" option in ffmpeg.c, so that it works as "b" option.Benoit Fouet2007-03-05
| | | | | | | | | 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
* all asf files i have have the 2 redundant duration fields differ by the ↵Michael Niedermayer2007-03-05
| | | | | | preroll time so lets set them up like that too Originally committed as revision 8239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* all asf files i have have this field at 2 so lets try to change it to that ...Michael Niedermayer2007-03-05
| | | | Originally committed as revision 8238 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Relicense to LGPL and add standard license header.Diego Biurrun2007-03-02
| | | | | | Approved by the author, Sebastien Bechet, over email. Originally committed as revision 8188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add standard LGPL header with Fabrice's permission.Diego Biurrun2007-02-27
| | | | Originally committed as revision 8150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix 'rm -r' vs 'rm -f' typo.Diego Biurrun2007-02-27
| | | | Originally committed as revision 8145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* synchronize to latest ffm changesAlex Beregszaszi2007-02-23
| | | | Originally committed as revision 8092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1l, clean up feed1.ffm after finishing the server testAlex Beregszaszi2007-02-22
| | | | Originally committed as revision 8075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix the server regression test (it produced for me identical results in more ↵Alex Beregszaszi2007-02-22
| | | | | | runs, really). Originally committed as revision 8074 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use aiff when we can, some players only support aiffBaptiste Coudurier2007-02-14
| | | | Originally committed as revision 7978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always use audio spread (instead of "video no spread" for audio ...)Michael Niedermayer2007-02-12
| | | | Originally committed as revision 7960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oops forgot this one (increase preroll time to min of my asfs)Michael Niedermayer2007-02-12
| | | | Originally committed as revision 7956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* increaseing preroll time to the minimum of the asf files i haveMichael Niedermayer2007-02-12
| | | | Originally committed as revision 7955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove md5 check for wma as there are rounding differences between cpusMichael Niedermayer2007-02-12
| | | | Originally committed as revision 7954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disabling vorbis regression test for now, both encoder and decoder behave ↵Michael Niedermayer2007-02-12
| | | | | | strange and have to be fixed Originally committed as revision 7953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont set the keyframe flag for audio as microshitty doesnt do it and some ↵Michael Niedermayer2007-02-12
| | | | | | things have problems with our asfs, maybe that has a positive effect? Originally committed as revision 7952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Regression changes after addition of fact chunk to non-PCM wavMichel Bardiaux2007-02-12
| | | | Originally committed as revision 7951 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix broken memset(padding, 0) codeMichael Niedermayer2007-02-09
| | | | | | add a few asserts Originally committed as revision 7903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* iam pretty sure send time is dts and not pts ...Michael Niedermayer2007-02-07
| | | | Originally committed as revision 7879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vorbis regression testMichael Niedermayer2007-02-07
| | | | | | (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
* fix regression tests due to pixel format name changesBaptiste Coudurier2007-02-07
| | | | Originally committed as revision 7869 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wma regression testMichael Niedermayer2007-02-06
| | | | Originally committed as revision 7865 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add seektest to list of PHONY targets.Diego Biurrun2007-02-06
| | | | Originally committed as revision 7860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2007-02-05
| | | | Originally committed as revision 7844 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont output information about what is demuxed after a seek failureMichael Niedermayer2007-02-05
| | | | Originally committed as revision 7843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l uninitalized colaMichael Niedermayer2007-02-05
| | | | | | seek regression tests are now deterministic Originally committed as revision 7833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seek regression testsMichael Niedermayer2007-02-05
| | | | 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.Diego Biurrun2007-01-25
| | | | Originally committed as revision 7710 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix msmpeg4v3 tag in asfMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7606 to svn://svn.ffmpeg.org/ffmpeg/trunk