Diego Biurrun
b0e6636b2d
Reenable NUT and NUT regression tests as requested by Michael.
...
Originally committed as revision 5177 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
8859312001
Disable the NUT (de)muxer until it has been synced with the specification.
...
Originally committed as revision 5174 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Loren Merritt
0816152af9
seed iterative_me with mvs from conventional search.
...
+15% speed, +.1 dB
Originally committed as revision 5159 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Aurelien Jacobs
267b0e5754
Update ffserver regression tests:
...
- really produce readable files (instead of 0 byte files or headers only)
- use bitexact, fastint dct, simple idct and qscale
- gives consistent results across several archs
- still fails on altivec ppc
Originally committed as revision 5129 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Daniel Maas
0b297700b7
DVCPRO50 support.
...
Patch by Daniel Maas dmaas at maasdigital dot com
Originally committed as revision 5113 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
61452d5637
fixing total_frames
...
Originally committed as revision 5101 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
26f86eaf03
ftyp patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com)
...
Originally committed as revision 5098 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
1522767d0d
compute output format before setting language patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com)
...
Originally committed as revision 5093 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Aurelien Jacobs
6310461b7f
-loop was renamed to -loop_input
...
Originally committed as revision 5078 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Dan Maas
40116978de
Assign class 2 to most macroblocks by default, instead of a more conservative
...
method defined by SMPTE
Patch by Dan Maas
Originally committed as revision 5074 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Dan Maas
2e52b44e50
AC coefficient weighing (per SMPTE 314M) for the DV encoder and decoder. The
...
performance impact is less than 1%.
Patch by Dan Maas (dmaas at maasdigital dot com)
Originally committed as revision 5070 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Aurelien Jacobs
59f45163df
don't try to test streams which are commented out in test.conf
...
Originally committed as revision 5068 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Dan Maas
6df5f6ae51
size[0-3] are not initialized (and can get random negative trash
...
values), so the comparison with vs_total_ac_bits is messed up on the
first couple loop iterations, leading to AC underflows.
the b->prev[] pointers were not being maintained correctly. We
potentially have to update b->prev[] both before and after the area
whose VLC length is getting adjusted.
this also might fix the ppc regression failure?
patch by (Dan Maas <dmaas maasdigital com>)
Originally committed as revision 5064 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
d315ec5c31
Use BSD-compatible expr syntax and change test -ne to test != for portability.
...
Originally committed as revision 5060 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Aurelien Jacobs
927e193d3a
get ride of perl and sort in ffserver regtest (and avoid problem with behavior of sort changing with locales)
...
Originally committed as revision 5058 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Aurelien Jacobs
2af799468a
update ffserver.regression.ref to the actual md5 values
...
Originally committed as revision 5057 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Aurelien Jacobs
ddf2b51bee
fix ffserver regtest inconsistency between different arch (and even different kind of x86)
...
Originally committed as revision 5056 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
6661b2130d
dont lowwer qnos of more blocks then needed
...
Originally committed as revision 5055 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
d2d230a756
fixing dv_guess_qnos()
...
roman, dont hesitate to reverse this and solve it differntly if you want ...
Originally committed as revision 5053 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Aurelien Jacobs
ea395e8c6c
add a Creative VOC (de)muxer
...
Originally committed as revision 4967 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
b4e021e8c4
jpeg-ls regression test
...
Originally committed as revision 4925 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
f11288dab4
AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org)
...
Originally committed as revision 4924 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
82e415b1fc
avoid using non constant fields of AVCodecContext in avi muxer
...
Originally committed as revision 4897 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Benjamin Larsson
12943a53b5
Fix the wrongly commited regressions stuff for psp compatible mp4 files.
...
Originally committed as revision 4890 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Benjamin Larsson
dcfdb046ee
Fix for title field in PSP compatible mp4 files. Patch by
...
Olivier, oandrieu <at> gmail.com.
Originally committed as revision 4889 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
29f7ae79e7
scale video for snow iterative me down so the egression test is faster
...
Originally committed as revision 4888 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
b29af723de
>4gb fixes by (Dirk Musfeldt | d.musfeldt meilenstein de)
...
Originally committed as revision 4886 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Loren Merritt
48d1b9a17c
fix convergence of snow iterative_me
...
Originally committed as revision 4876 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Loren Merritt
d3ac6ed667
detect when iterative_me fails to converge, and stop searching
...
Originally committed as revision 4868 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
98013cc16c
Make clean/distclean consistent throughout all the Makefiles.
...
Originally committed as revision 4863 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
e03c822afd
split snow53 test out
...
Originally committed as revision 4850 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Robert Swain
2f5546ee68
update x264 wrapper.
...
patch by Robert Swain.
probably this change is caused by the flags2 default change
why ohh why does noone run the regression tests before cvs commit :(
Originally committed as revision 4845 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
5509bffa88
Update licensing information: The FSF changed postal address.
...
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
c8a596d210
bugs found by valgrind
...
Originally committed as revision 4841 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
47ad9abaa5
fixing second last time François Revol applies a patch without running the regression tests, next time his account is disabled
...
Note, if you think thats too harsh, look at the cvs history he has broken the regression tests many times and has not once
updated the checksums ...
regression test checksum change due to: movenc.c 1.46->1.47
"finally found what those >138 codes were... crappy compressed 5bit ascii. this gets them correctly, and adds setting track"
Originally committed as revision 4826 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
80e44bc3bf
use h264 MC functions for 2xX Xx2 blocks in snow too
...
Originally committed as revision 4824 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
2692ceab8b
use h264 MC functions for rectangular blocks too
...
Originally committed as revision 4821 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
a588a2c654
regression test for iterative ME & wavelet cmp functions
...
Originally committed as revision 4820 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
88e51e1fb5
second try of improved lambda/qp guessing for motion estimation RD in first pass
...
Originally committed as revision 4785 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
aaaa6f1549
dont discard least significant bits
...
Originally committed as revision 4773 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
b7c51ebc89
slightly better mv_penalty table
...
Originally committed as revision 4770 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
377798d6bd
minor typo
...
Originally committed as revision 4767 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
50c6f6cd4c
improved lambda/qp guessing for motion estimation RD in first pass
...
this only affects encoding with bframes and rate control
Originally committed as revision 4765 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
bb270c0896
COSMETICS: tabs --> spaces, some prettyprinting
...
Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
115329f160
COSMETICS: Remove all trailing whitespace.
...
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Alex Beregszaszi
5ef388e537
updated regression reference
...
Originally committed as revision 4699 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Alex Beregszaszi
ac031f3c6c
10l to michael not updating this after changing crc to output 0x prefixes (crc.c rev 1.10)
...
Originally committed as revision 4696 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Alex Beregszaszi
b51527d850
make ffserver regressions work again
...
Originally committed as revision 4694 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Alex Beregszaszi
bf40937bf9
remove -e debug=off, unsupported my some wget versions (1.9), and doesnt makes any difference
...
Originally committed as revision 4690 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Sam Hocevar
528bbdde7f
Add a leading zero to the sequence files generated by the testsuite
...
so they always appear in proper order.
patch by Sam Hocevar < sam -- at -- zoy -- dot -- org >
Originally committed as revision 4606 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago