Commit Graph

454 Commits

Author SHA1 Message Date
Zuxy Meng 2462e4b765 Remove trailing / from -I flags, MinGW appears to dislike them.
patch by Zuxy Meng, zuxy.meng gmail com

Originally committed as revision 8948 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-09 09:05:30 +00:00
Daniel Cardenas 711737af8e give the position offset of the file in the packet
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
2007-05-02 13:36:45 +00:00
Benoit Fouet 994cb3333d update reference file for seek test after delivery 8826
Originally committed as revision 8870 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-02 13:28:15 +00:00
Benoit Fouet be47dad75f modify order in which files are diff'd
Originally committed as revision 8869 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-02 12:03:34 +00:00
Michael Niedermayer c6a29a63b1 enable seektest
Originally committed as revision 8792 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-22 19:19:43 +00:00
Michael Niedermayer e08c5c7849 seek regression test reference
Originally committed as revision 8791 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-22 19:10:33 +00:00
Michael Niedermayer b9e65069bf dont try to seek on single images
Originally committed as revision 8789 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-22 18:41:11 +00:00
Michael Niedermayer a2638aa764 ensure that seek_test is rebuild if any of the libs changed
Originally committed as revision 8788 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-22 18:30:14 +00:00
Baptiste Coudurier 6b30123208 fix compilation
Originally committed as revision 8779 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-22 00:27:20 +00:00
Michael Niedermayer c28baf069d fix tiff regression test (bitexact flag was ignoredwhich caused the
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-14 18:58:26 +00:00
Kamil Nowosad f4d47d6b30 YUV support patch by (Kamil Nowosad k.nowosad students mimuw edu pl)
Originally committed as revision 8638 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-06 23:16:08 +00:00
Michael Niedermayer 90b4e3930f tiff & sgi regression test
Originally committed as revision 8636 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-06 20:47:03 +00:00
Michael Niedermayer 199c6e3cf1 md5 test for the image formats
Originally committed as revision 8491 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-24 02:14:34 +00:00
Michael Niedermayer 1e358f039f bmp and tga image regression test
Originally committed as revision 8490 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-24 02:03:20 +00:00
Michael Niedermayer 1c87ed3a34 1000000l for me ive misstakely reverted the regression checksum change from 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-24 01:48:40 +00:00
Michael Niedermayer 8ec04d344a set more reasonable cutoff for audio rate conversion
Originally committed as revision 8486 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-22 14:27:16 +00:00
Michael Niedermayer 4ba67eeed5 update resgression tests after the resampler changes
Originally committed as revision 8485 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-22 13:52:24 +00:00
Bill O'Shaughnessy 4140a5234e AC-3 encoded volume is too high. Revert revision 7160:
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-18 23:18:05 +00:00
Benoit Fouet f6ac2667e5 Remove -ab 64k from ffmpeg options, this is now default.
patch by Benoit Fouet, benoit.fouet purplelabs com

Originally committed as revision 8346 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-12 15:54:15 +00:00
Michael Niedermayer 75b213ed54 prevent audio packets from being fragmented, wmp mac doesnt seem to like that and microshitty also doesnt seem to ever fragment them
Originally committed as revision 8265 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-05 17:54:49 +00:00
Michael Niedermayer ff0e0b62a2 update forgotten regression test chcksums for
====
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-05 14:54:06 +00:00
Benoit Fouet 066a81a80f change management of "ab" option in ffmpeg.c, so that it works as "b" option.
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-05 10:04:53 +00:00
Michael Niedermayer 737287f802 all asf files i have have the 2 redundant duration fields differ by the preroll time so lets set them up like that too
Originally committed as revision 8239 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-05 02:00:20 +00:00
Michael Niedermayer 634b256913 all asf files i have have this field at 2 so lets try to change it to that ...
Originally committed as revision 8238 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-05 01:42:35 +00:00
Diego Biurrun 01d193aaec Relicense to LGPL and add standard license header.
Approved by the author, Sebastien Bechet, over email.

Originally committed as revision 8188 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-02 10:15:07 +00:00
Diego Biurrun eebfba2e24 Add standard LGPL header with Fabrice's permission.
Originally committed as revision 8150 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-27 16:56:57 +00:00
Diego Biurrun ee5db69e85 Fix 'rm -r' vs 'rm -f' typo.
Originally committed as revision 8145 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-27 11:57:17 +00:00
Alex Beregszaszi 89daa6b8b6 synchronize to latest ffm changes
Originally committed as revision 8092 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-23 11:26:16 +00:00
Alex Beregszaszi 4eaf1ddf60 1l, clean up feed1.ffm after finishing the server test
Originally committed as revision 8075 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-22 14:32:35 +00:00
Alex Beregszaszi 508826f961 fix the server regression test (it produced for me identical results in more runs, really).
Originally committed as revision 8074 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-22 14:30:31 +00:00
Baptiste Coudurier 400615b68b use aiff when we can, some players only support aiff
Originally committed as revision 7978 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-14 11:01:05 +00:00
Michael Niedermayer 1d7d9935b2 always use audio spread (instead of "video no spread" for audio ...)
Originally committed as revision 7960 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-12 23:32:55 +00:00
Michael Niedermayer 5a4f1328ef oops forgot this one (increase preroll time to min of my asfs)
Originally committed as revision 7956 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-12 22:56:14 +00:00
Michael Niedermayer a98d3e829a increaseing preroll time to the minimum of the asf files i have
Originally committed as revision 7955 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-12 22:55:09 +00:00
Michael Niedermayer d9076fe7c3 remove md5 check for wma as there are rounding differences between cpus
Originally committed as revision 7954 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-12 19:59:38 +00:00
Michael Niedermayer 0786943a00 disabling vorbis regression test for now, both encoder and decoder behave strange and have to be fixed
Originally committed as revision 7953 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-12 19:50:57 +00:00
Michael Niedermayer 0d9f863340 dont set the keyframe flag for audio as microshitty doesnt do it and some 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-12 19:24:53 +00:00
Michel Bardiaux 5600b6e19e Regression changes after addition of fact chunk to non-PCM wav
Originally committed as revision 7951 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-12 18:44:53 +00:00
Michael Niedermayer 2d241e6687 fix broken memset(padding, 0) code
add a few asserts

Originally committed as revision 7903 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-09 20:49:12 +00:00
Michael Niedermayer 190972a06e iam pretty sure send time is dts and not pts ...
Originally committed as revision 7879 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-07 23:06:13 +00:00
Michael Niedermayer 3160138fc2 vorbis regression test
(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-07 17:04:30 +00:00
Baptiste Coudurier dc8918ad93 fix regression tests due to pixel format name changes
Originally committed as revision 7869 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-07 11:25:50 +00:00
Michael Niedermayer 6d3d8daef9 wma regression test
Originally committed as revision 7865 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-06 23:59:10 +00:00
Diego Biurrun d0115a2614 Add seektest to list of PHONY targets.
Originally committed as revision 7860 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-06 21:31:05 +00:00
Michael Niedermayer 716ae7caf8 indent
Originally committed as revision 7844 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-05 23:14:58 +00:00
Michael Niedermayer b929eb5041 dont output information about what is demuxed after a seek failure
Originally committed as revision 7843 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-05 23:14:23 +00:00
Michael Niedermayer 93dd19e069 10l uninitalized cola
seek regression tests are now deterministic

Originally committed as revision 7833 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-05 18:36:28 +00:00
Michael Niedermayer f97b7e66de seek regression tests
Originally committed as revision 7832 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-05 18:15:03 +00:00
Diego Biurrun 200d9a885b 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
2007-01-25 12:56:14 +00:00
Michael Niedermayer 5c1844ab56 fix msmpeg4v3 tag in asf
Originally committed as revision 7606 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-21 13:01:53 +00:00