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
18 years ago
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
18 years ago
Michael Niedermayer
90b4e3930f
tiff & sgi regression test
...
Originally committed as revision 8636 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
199c6e3cf1
md5 test for the image formats
...
Originally committed as revision 8491 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
1e358f039f
bmp and tga image regression test
...
Originally committed as revision 8490 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
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
18 years ago
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
18 years ago
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
18 years ago
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
18 years ago
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
18 years ago
Baptiste Coudurier
dc8918ad93
fix regression tests due to pixel format name changes
...
Originally committed as revision 7869 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
6d3d8daef9
wma regression test
...
Originally committed as revision 7865 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
2a04823942
Add/update some comments.
...
Originally committed as revision 7578 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
7dc0c991da
Rename do_libav var so as not to clash with the do_libav function on Solaris.
...
Originally committed as revision 7577 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
9e32e071e1
Revert broken removal of variable indirection.
...
Originally committed as revision 7532 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
7ef605023c
Remove leftover variable.
...
Originally committed as revision 7523 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
7507022d4d
Remove unnecessary variable indirection.
...
Originally committed as revision 7522 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
45ddd8b021
merge fragmented mpeg4adv section in regression.sh
...
Originally committed as revision 7519 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
aeeb0cac3d
100l: Fix damage from a buggy emacs macro.
...
Originally committed as revision 7517 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
0fc3a83159
Merge redundant comments.
...
Originally committed as revision 7514 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
8deb894f11
Add two more variables for temporary files.
...
Originally committed as revision 7512 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
d9c211ee74
comment grammar fixes
...
Originally committed as revision 7511 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
662fd26cfc
change regression tests for swf, use same as flv, swf muxer only supports mp3
...
Originally committed as revision 7432 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
49f1ac5a3d
change mpeg2 intra vlc test to advanced one, add qprd trell and b frames
...
Originally committed as revision 7349 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
2d1e5071e2
QPRD & adaptive quantization regression tests
...
Originally committed as revision 7340 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
a2377bb0b4
Make do_video_encoding general enough to accomodate all cases.
...
Originally committed as revision 7212 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
5e5ac8e0a5
Make do_video_decoding general enough to accomodate all cases.
...
Originally committed as revision 7211 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
1e1b182d34
Merge a repeating variable declaration into do_video_encoding.
...
Originally committed as revision 7209 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
fb132953d4
Use a function for audio encoding and decoding.
...
Originally committed as revision 7199 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
36aed9e51b
Use a function for libav.
...
Originally committed as revision 7198 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
f8aa76453b
Use a function for image formats.
...
Originally committed as revision 7197 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
d449d1bc64
Use a function for streamed images.
...
Originally committed as revision 7196 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
e587a0a501
Use a function for audio-only tests.
...
Originally committed as revision 7195 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
568ad81b1a
disable nut regression test until we have a working muxer
...
Originally committed as revision 6967 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
1de61a185c
Simplify regression test execution.
...
Originally committed as revision 6906 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
bcea960561
Use a variable for FFmpeg options.
...
Originally committed as revision 6904 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
3c0ba8703c
Remove the "b" OptionDef option from the ffmpeg.c file. From now on the unit of
...
-b of ffmpeg is bits/sec not kbits/sec, as already was the case for the
AVOption. "k" and "M" suffixes are available though.
Originally committed as revision 6258 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
a850fd1810
gxf regression tests
...
Originally committed as revision 6041 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Abeni
20dd25adc3
Do not set the codec's pixel format in the format's write_header()
...
Originally committed as revision 5887 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Justin Ruggles
a403fc0324
flac-lpc patch by (Justin Ruggles jruggle earthlink net)
...
tabs removed and regression.sh fixed (it was missing in the patch) by me
Originally committed as revision 5572 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
aeb2904eba
flac regression test
...
Originally committed as revision 5515 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Loren Merritt
4e64beadf0
Snow 1pass ratecontrol
...
Originally committed as revision 5416 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
307eb24879
add MPEG-2 intra vlc support
...
Originally committed as revision 5372 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
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
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
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
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