Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2009-04-12fix 6 channels raw pcm demuxing, raw pcm now demux a fixed number of samplesBaptiste Coudurier
Originally committed as revision 18453 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-10Fix comment: gcc 2.95.3 binaries decode ac3 fine if SSE is available andCarl Eugen Hoyos
not disabled. Originally committed as revision 18424 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-05Make sure the last bits of huffyuv frames are zeroed.Michael Niedermayer
Fixes issue946 Originally committed as revision 18334 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-31Rename regression test result files from b-libav* to b-lavf* for consistency.Diego Biurrun
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
2009-03-31Fix running regression tests on remote targetsMåns Rullgård
Originally committed as revision 18251 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-30Skip creation of tests/data directory in individual regression test scripts.Diego Biurrun
It is already being taken care of by the Makefile. Originally committed as revision 18248 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-30Move generated file aynth1.sw to the data subdirectory. Thus it does not haveDiego Biurrun
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
2009-03-30Rename regression.sh --> codec-regression.sh. Now all regression test scriptsDiego Biurrun
carry the regression test they run as prefix in their name. Originally committed as revision 18245 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-30Rename server-regression.sh --> ffserver-regression.sh for consistency.Diego Biurrun
Originally committed as revision 18243 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-30cosmetics: Rename 'do_libav' function to 'do_lavf'.Diego Biurrun
Originally committed as revision 18241 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-30Rename libav.regression.ref --> lavf.regression.ref.Diego Biurrun
This matches the new name of the test target. Originally committed as revision 18229 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-30Rename test.conf --> ffserver.conf, the new name is more meaningful.Diego Biurrun
Originally committed as revision 18226 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-29Rename seek_test.sh --> seek-regression.sh for greater consistency.Diego Biurrun
Originally committed as revision 18220 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-27Fix seek test build, by undefining printf and fprintf.Benoit Fouet
Originally committed as revision 18201 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-26Fix a warning on an uninitialized variable.Benoit Fouet
Originally committed as revision 18195 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-21Remove index writing in RM muxer, since it is broken (multiple streams perRonald S. Bultje
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
2009-03-21Fix avpicture_get_size for non-paletted formats with a helper paletteReimar Döffinger
to not include the size of that palette. Also clarify its documentation. Originally committed as revision 18106 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-21update ffserver regression refBaptiste Coudurier
Originally committed as revision 18105 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-21fix valid seeking rangeBaptiste Coudurier
Originally committed as revision 18098 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-21update seek regression ref due to 18063Baptiste Coudurier
Originally committed as revision 18096 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-21Fix the ogg regression test, which was broken by r18092. This is anJustin Ruggles
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
2009-03-20PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.Daniel Verkamp
Patch by Daniel Verkamp, daniel drv nu Originally committed as revision 18077 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-20typo, fix eof checkBaptiste Coudurier
Originally committed as revision 18064 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-20do not write ffm write index by default, detect if file is being written and ↵Baptiste Coudurier
return EOF Originally committed as revision 18063 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-15use utc time for timestamp and do not set it if not specifiedBaptiste Coudurier
Originally committed as revision 17971 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-14Make pcm_read_seek treat negative time stamps as 0, this avoids incorrectlyReimar Döffinger
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
2009-03-14Switch regression test to the new seeking API.Michael Niedermayer
Originally committed as revision 17957 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-13fix swf seeking by fixing new stream detectionBaptiste Coudurier
Originally committed as revision 17952 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-12remove sws_flags, seems to have no effectBaptiste Coudurier
Originally committed as revision 17944 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-11mxf and mxf d10 regression testsBaptiste Coudurier
Originally committed as revision 17934 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-09Fix seek regression test broken by r17905, seeking fails completelyReimar Döffinger
for swf before and after, but it now incorrectly creates additional streams. Originally committed as revision 17913 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-09Convert spurious DOS line breaks to UNIX line breaks in seek regressionReimar Döffinger
test reference file. Originally committed as revision 17911 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-09change path pattern to be similar to existing files, and remove useless bufferBaptiste Coudurier
Originally committed as revision 17896 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-09write flt packet, might need some tweaking but it worksBaptiste Coudurier
Originally committed as revision 17893 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-09correctly interleave audio and video according to specsBaptiste Coudurier
Originally committed as revision 17892 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-09write timecode track in gxfBaptiste Coudurier
Originally committed as revision 17891 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-09write timecode track in gxfBaptiste Coudurier
Originally committed as revision 17890 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-09remove unneeded and empty user dataBaptiste Coudurier
Originally committed as revision 17886 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-06flacdec: Parse the metadata header in the raw FLAC demuxer.Justin Ruggles
Originally committed as revision 17852 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-05Pass packet position to the parser, so frame's AVPacket.pos is computed ↵Ivan Schreter
correctly. Originally committed as revision 17824 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-01Change the timebase of the raw demuxer to one that can represent the ts of ↵Michael Niedermayer
fields. Originally committed as revision 17675 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-28Change TS seeking so it returns position/timestamp of a key frame.Ivan Schreter
Patch by Ivan Schreter, schreter gmx net Originally committed as revision 17665 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-22Update regressions for YUV2RGB table generator change in SwScalerKostya Shishkov
Originally committed as revision 17518 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-20matroskadec: fix seek regression tests according to r17460Aurelien Jacobs
Originally committed as revision 17461 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-19Mark functions only used within the test programs as static.Diego Biurrun
Originally committed as revision 17454 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-08Replace the calls to the deprecated av_alloc_format_context() withStefano Sabatini
corresponding calls to avformat_alloc_context(). Originally committed as revision 17048 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-06Ensure that the palette is set in data[1] for all 8bit formats.Michael Niedermayer
Also document it. Originally committed as revision 17018 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-02Splits the totalbitrate in a videodatarate and audiodatarate part.Stefan de Konink
Patch by Stefan de Konink stefan konink de Originally committed as revision 16944 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-27seek at 0 when timestamp requested is negativeBaptiste Coudurier
Originally committed as revision 16815 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-23fix endianness of time code, and calculate it in fields, according to specsBaptiste Coudurier
Originally committed as revision 16730 to svn://svn.ffmpeg.org/ffmpeg/trunk