Carl Eugen Hoyos
6c2a778d38
Remove unused global variable.
...
Originally committed as revision 19483 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Carl Eugen Hoyos
9276b8f0cc
Calculate gradient from parameter instead of using a global variable.
...
Originally committed as revision 19482 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Carl Eugen Hoyos
07874f2298
Due to a typo in videogen.c, the regression test videos were not as
...
complex as originally planned.
Typo fixed (the background moves less linear now) and regression test
results updated.
Originally committed as revision 19478 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
df1550f081
set index duration to 0 for cbr, specifying whole container coverage
...
Originally committed as revision 19338 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
76b092e207
use ber4 length for descriptors preferred by specs
...
Originally committed as revision 19337 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
6a43aab01b
write profile and level local tag in mpeg descriptor
...
Originally committed as revision 19336 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
0444a8c534
Update seek regression checksums due to:
...
r19300
Rewrite mp3 parser. New code is much simpler and does not drop
stuff at random.
Originally committed as revision 19306 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
61f9e3c16a
correctly compute frame flags with closed gop
...
Originally committed as revision 19304 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Yoshihisa Uchida
d8b2d83473
Fix yamaha adpcm stereo (issue 1117).
...
Patch by Yoshihisa Uchida, yoshihisa D uchida A gmail
Originally committed as revision 19237 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Yoshihisa Uchida
3f3f3ba799
Fix onMetaData property count in flv files (issue 1206).
...
Patch by Yoshihisa Uchida, yoshihisa D uchida A gmail
Originally committed as revision 19236 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
97668ac7f3
Rename tests/ffmpeg.regression.ref to tests/vsynth.regression.ref,
...
since that is the name of the corresponding test.
Originally committed as revision 19220 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
a4ddf509fe
regtest: print commands also for image format tests
...
Originally committed as revision 19195 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
0c1375575a
demux whole PES packets from TS
...
Originally committed as revision 18960 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Wolfram Gloger
ed1dc74e18
Fix off by one offset with fetch_timestamps, pts_parser_problem.mpg.
...
Patch by Wolfram Gloger, wmglo at dentm dot med dot uni-muenchen dot de.
Originally committed as revision 18959 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
45e5feda68
Fix regression tests, diff was due to a patch to mpeg-2 parser timestamp fetching, pending,
...
current ref is technically more correct though.
Originally committed as revision 18912 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Larbi Joubala
606d48cee1
fix hdlr descr in mp4 which use c string, patch by Larbi Joubala, larbi dot joubala at resonate-mp4 dot com
...
Originally committed as revision 18911 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
corp186
c69d224102
compute total bitrate more accurately, patch by corp186, chasedouglas at gmail dot com
...
Originally committed as revision 18909 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
b10d7e4e3a
pad last audio frame when encoding
...
Originally committed as revision 18907 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
David Conrad
325aef38da
Update regression tests for y4m after r18796
...
The default changed from 420mpeg2 to 420jpeg
Originally committed as revision 18797 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
e4358e70f8
write a single pes for video frames, some proprietary player needs it
...
Originally committed as revision 18792 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
31df40a130
fix total bitrate computation, based on patch by corp186, chasedouglas at gmail dot com
...
Originally committed as revision 18778 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
9a3eaeebad
Correct x/ymin to avoid segfault due to out of picture reads.
...
Originally committed as revision 18771 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
a3d23e15fb
fix 6 channels raw pcm demuxing, raw pcm now demux a fixed number of samples
...
Originally committed as revision 18453 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Carl Eugen Hoyos
f77dddfcc3
Fix comment: gcc 2.95.3 binaries decode ac3 fine if SSE is available and
...
not disabled.
Originally committed as revision 18424 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
300a3d0d00
Make sure the last bits of huffyuv frames are zeroed.
...
Fixes issue946
Originally committed as revision 18334 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
1b4a516b94
Rename regression test result files from b-libav* to b-lavf* for consistency.
...
This requires updating the gxf regression checksum since the gxf muxer puts
the filename in files it creates.
Originally committed as revision 18253 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
67c447a679
Fix running regression tests on remote targets
...
Originally committed as revision 18251 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
7a8d0e9700
Skip creation of tests/data directory in individual regression test scripts.
...
It is already being taken care of by the Makefile.
Originally committed as revision 18248 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
d7167f0555
Move generated file aynth1.sw to the data subdirectory. Thus it does not have
...
to be removed separately and there is less clutter in the tests directory.
Originally committed as revision 18246 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
6117ffbe90
Rename regression.sh --> codec-regression.sh. Now all regression test scripts
...
carry the regression test they run as prefix in their name.
Originally committed as revision 18245 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
767e14c380
Rename server-regression.sh --> ffserver-regression.sh for consistency.
...
Originally committed as revision 18243 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
0bb5f0fa22
cosmetics: Rename 'do_libav' function to 'do_lavf'.
...
Originally committed as revision 18241 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
209b9d565a
Rename libav.regression.ref --> lavf.regression.ref.
...
This matches the new name of the test target.
Originally committed as revision 18229 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
688a477367
Rename test.conf --> ffserver.conf, the new name is more meaningful.
...
Originally committed as revision 18226 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
62cb577e39
Rename seek_test.sh --> seek-regression.sh for greater consistency.
...
Originally committed as revision 18220 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Benoit Fouet
888facff22
Fix seek test build, by undefining printf and fprintf.
...
Originally committed as revision 18201 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Benoit Fouet
e2eb0f52ec
Fix a warning on an uninitialized variable.
...
Originally committed as revision 18195 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ronald S. Bultje
8b9794e542
Remove index writing in RM muxer, since it is broken (multiple streams per
...
single index chunk) and is always empty anyway. See "[PATCH] rmenc.c: remove
index writing" thread.
Originally committed as revision 18119 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Reimar Döffinger
899a8fa1cb
Fix avpicture_get_size for non-paletted formats with a helper palette
...
to not include the size of that palette.
Also clarify its documentation.
Originally committed as revision 18106 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
31e2d5d321
update ffserver regression ref
...
Originally committed as revision 18105 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
92a0f33878
fix valid seeking range
...
Originally committed as revision 18098 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
a9c6fc7b3e
update seek regression ref due to 18063
...
Originally committed as revision 18096 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Justin Ruggles
59f60d0554
Fix the ogg regression test, which was broken by r18092. This is an
...
expected change because the ogg muxer with FLAC encoder uses the maximum
frame size estimate since it cannot rewrite the real maximum frame size
at end of encoding.
Originally committed as revision 18094 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Daniel Verkamp
effcedf738
PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.
...
Patch by Daniel Verkamp, daniel drv nu
Originally committed as revision 18077 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
21c6438f2c
typo, fix eof check
...
Originally committed as revision 18064 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
b9edbe9953
do not write ffm write index by default, detect if file is being written and return EOF
...
Originally committed as revision 18063 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
ed6ae6a58b
use utc time for timestamp and do not set it if not specified
...
Originally committed as revision 17971 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Reimar Döffinger
bd36f175ab
Make pcm_read_seek treat negative time stamps as 0, this avoids incorrectly
...
seeking before data_offset and is more consistent with how the generic index
seeking code handles it.
Originally committed as revision 17964 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
b82744c9ae
Switch regression test to the new seeking API.
...
Originally committed as revision 17957 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
4e35ffa978
fix swf seeking by fixing new stream detection
...
Originally committed as revision 17952 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago