Michael Niedermayer
9cd8179818
#defines for strict_std_compliance and split between inofficial extensions and non standarized things
...
Originally committed as revision 4205 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Roine Gustafsson
8cf71eadd2
Adds read probe to y4m, and changes the extension to .y4m patch by (Roine Gustafsson <roine users sourceforge net)
...
Originally committed as revision 4164 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
644a92626a
PIX_FMT_NONE and related fixes
...
Originally committed as revision 4161 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
d13eef3d3d
snow regression test
...
Originally committed as revision 4100 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
976709ee73
compare audio files 16bit wise instead of 8bit
...
additionally compare the mp2 case with some delay as this matches better (the delay issue obviously should be fixed)
Originally committed as revision 3922 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
16dd93ab6a
quick and dirty PSNR check for audio
...
Originally committed as revision 3902 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
dd4f8a04fe
jpeg style yuv fixes
...
Originally committed as revision 3852 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
281a74da60
spaces in path fixes
...
Originally committed as revision 3791 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
c50cd09dd5
rv20 regression test
...
Originally committed as revision 3740 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Loren Merritt
f37b9768f6
split ffhuffyuv into 2 codecs:
...
"huffyuv" is compatible with the official version
"ffvhuff" contains our improvements
Originally committed as revision 3720 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
8a01fc4742
fake regression errors caused by randomly choosen dct algo
...
Originally committed as revision 3703 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
7f8038ce88
mv/mb reuse regression test
...
Originally committed as revision 3686 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
87c5fbc37a
switch pnm from imagepipe to image2pipe
...
Originally committed as revision 3676 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
37a007826e
suppress uninerresting output
...
Originally committed as revision 3645 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
61b262a90a
h.261 regression test
...
Originally committed as revision 3644 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
72f89c4ca7
jpeg regression test
...
Originally committed as revision 3496 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
e6cf9be59b
use non zero qscale for svq1 test
...
Originally committed as revision 3358 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Roman Shaposhnik
3ea1ce2146
* fixing a small quirk with DV audio muxing
...
* making DV testable via libavtest
Originally committed as revision 3355 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
ca6ecf50f9
file id string
...
max short startcode distance
Originally committed as revision 3223 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
a811de6e72
dv regression test
...
Originally committed as revision 3181 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
e928649b0b
pass AVPacket into av_write_frame()
...
fixes the random dts/pts during encoding
asf preroll fix
no more initial zero frames for b frame encoding
mpeg-es dts during demuxing fixed
.ffm timestamp scale fixed, ffm is still broken though
Originally committed as revision 3168 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
b86bd1f137
svq1 regression test
...
Originally committed as revision 3129 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
aab9cdcff8
qpel & SSE/SATD regression test
...
Originally committed as revision 3056 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
d9d7653e39
diff -w
...
Originally committed as revision 2936 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
039e78891e
add size of encoded stream to the regression tests
...
Originally committed as revision 2918 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
6486ad57ee
test more (i)dcts
...
Originally committed as revision 2917 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
74d69c0719
enable .ffm regression test as it works again
...
Originally committed as revision 2907 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
ba30abcb0d
regression test fix (forcing specific audio codecs as the default often depends upon HAVE_MP3LAME or similar)
...
Originally committed as revision 2861 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
John Dalgliesh
853d659d6f
os x md5sum patch by (John Dalgliesh <johnd at defyne dot org>)
...
Originally committed as revision 2824 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
2dd59ebd45
update libavformat regression checksums (it should be checked why exactly they changed ...), and always test libavformat in make test so this doesnt happen again
...
Originally committed as revision 2799 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
9c3d33d67f
multithreaded/SMP motion estimation
...
multithreaded/SMP encoding for MPEG1/MPEG2/MPEG4/H263
all pthread specific code is in pthread.c
to try it, run configure --enable-pthreads and ffmpeg ... -threads <num>
the internal thread API is a simple AVCodecContext.execute() callback which executes a given function pointer with different arguments and returns after finishing all, that way no mutexes or other thread-mess is needed outside pthread.c
Originally committed as revision 2772 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
f02ab8148c
ima & ms adpcm regression test
...
Originally committed as revision 2766 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
311be1fb05
g726 regression test
...
Originally committed as revision 2761 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
be408b67e6
noise reduction regression test
...
Originally committed as revision 2656 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
c0baa56a25
trellis quantization regression test
...
Originally committed as revision 2648 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
69768b77b4
test interlaced motion estimation too
...
Originally committed as revision 2644 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
bb198e198a
interlaced motion estimation
...
interlaced mpeg2 encoding
P & B frames
rate distored interlaced mb decission
alternate scantable support
4mv encoding fixes (thats also why the regression tests change)
passing height to most dsp functions
interlaced mpeg4 encoding (no direct mode MBs yet)
various related cleanups
disabled old motion estimaton algorithms (log, full, ...) they will either be fixed or removed
Originally committed as revision 2638 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
7ebfc0ea63
error concealment regression test
...
Originally committed as revision 2606 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
83dddc4a71
generate MPEG elementary streams in all cases - added interlaced MPEG2 test
...
Originally committed as revision 2593 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
d7d2428239
Advanced intra coding, modified quantization and alternative inter vlc regression tests
...
Originally committed as revision 2574 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
d3985de709
cleanup
...
Originally committed as revision 2537 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
28c70622ec
use .mp4 in one of the mpeg4 regression tests
...
Originally committed as revision 2479 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
f3203047eb
ffv1 regression test
...
Originally committed as revision 2477 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
c280f2d7c3
nut regression test
...
mpeg4 ac prediction cleanup
Originally committed as revision 2326 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
8d876a433c
asv2 regression test
...
Originally committed as revision 2188 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
922bc38d55
mpeg2 regression test
...
add mpeg2video_decoder, thats more consistant with the encoders, note, both mpeg1video and mpeg2video decoder will happily decode both mpeg1 and 2
Originally committed as revision 2166 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
19a11db2aa
exclude Duration field too
...
Originally committed as revision 2147 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
a12eea308a
put b- prefix to libav tests to avoid incorrect ffserver test
...
Originally committed as revision 2055 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
3b37408be8
lossless jpeg regression test
...
Originally committed as revision 2036 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
bbdd42d36f
flv regression test
...
Originally committed as revision 2025 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago