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 (Expand)Author
2009-03-30Rename regression.sh --> codec-regression.sh. Now all regression test scriptsDiego Biurrun
2009-03-30Rename server-regression.sh --> ffserver-regression.sh for consistency.Diego Biurrun
2009-03-30cosmetics: Rename 'do_libav' function to 'do_lavf'.Diego Biurrun
2009-03-30Rename libav.regression.ref --> lavf.regression.ref.Diego Biurrun
2009-03-30Rename test.conf --> ffserver.conf, the new name is more meaningful.Diego Biurrun
2009-03-29Rename seek_test.sh --> seek-regression.sh for greater consistency.Diego Biurrun
2009-03-27Fix seek test build, by undefining printf and fprintf.Benoit Fouet
2009-03-26Fix a warning on an uninitialized variable.Benoit Fouet
2009-03-21Remove index writing in RM muxer, since it is broken (multiple streams perRonald S. Bultje
2009-03-21Fix avpicture_get_size for non-paletted formats with a helper paletteReimar Döffinger
2009-03-21update ffserver regression refBaptiste Coudurier
2009-03-21fix valid seeking rangeBaptiste Coudurier
2009-03-21update seek regression ref due to 18063Baptiste Coudurier
2009-03-21Fix the ogg regression test, which was broken by r18092. This is anJustin Ruggles
2009-03-20PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.Daniel Verkamp
2009-03-20typo, fix eof checkBaptiste Coudurier
2009-03-20do not write ffm write index by default, detect if file is being written and ...Baptiste Coudurier
2009-03-15use utc time for timestamp and do not set it if not specifiedBaptiste Coudurier
2009-03-14Make pcm_read_seek treat negative time stamps as 0, this avoids incorrectlyReimar Döffinger
2009-03-14Switch regression test to the new seeking API.Michael Niedermayer
2009-03-13fix swf seeking by fixing new stream detectionBaptiste Coudurier
2009-03-12remove sws_flags, seems to have no effectBaptiste Coudurier
2009-03-11mxf and mxf d10 regression testsBaptiste Coudurier
2009-03-09Fix seek regression test broken by r17905, seeking fails completelyReimar Döffinger
2009-03-09Convert spurious DOS line breaks to UNIX line breaks in seek regressionReimar Döffinger
2009-03-09change path pattern to be similar to existing files, and remove useless bufferBaptiste Coudurier
2009-03-09write flt packet, might need some tweaking but it worksBaptiste Coudurier
2009-03-09correctly interleave audio and video according to specsBaptiste Coudurier
2009-03-09write timecode track in gxfBaptiste Coudurier
2009-03-09write timecode track in gxfBaptiste Coudurier
2009-03-09remove unneeded and empty user dataBaptiste Coudurier
2009-03-06flacdec: Parse the metadata header in the raw FLAC demuxer.Justin Ruggles
2009-03-05Pass packet position to the parser, so frame's AVPacket.pos is computed corre...Ivan Schreter
2009-03-01Change the timebase of the raw demuxer to one that can represent the ts of fi...Michael Niedermayer
2009-02-28Change TS seeking so it returns position/timestamp of a key frame.Ivan Schreter
2009-02-22Update regressions for YUV2RGB table generator change in SwScalerKostya Shishkov
2009-02-20matroskadec: fix seek regression tests according to r17460Aurelien Jacobs
2009-02-19Mark functions only used within the test programs as static.Diego Biurrun
2009-02-08Replace the calls to the deprecated av_alloc_format_context() withStefano Sabatini
2009-02-06Ensure that the palette is set in data[1] for all 8bit formats.Michael Niedermayer
2009-02-02Splits the totalbitrate in a videodatarate and audiodatarate part.Stefan de Konink
2009-01-27seek at 0 when timestamp requested is negativeBaptiste Coudurier
2009-01-23fix endianness of time code, and calculate it in fields, according to specsBaptiste Coudurier
2009-01-21fix seek reg tests, Im always forgetting thisBaptiste Coudurier
2009-01-20Do not use avctx->frame_number which might not be set,Baptiste Coudurier
2009-01-20set correct value for starting lineBaptiste Coudurier
2009-01-20fix gxf time code mark out valueBaptiste Coudurier
2009-01-17Update regression tests after r16651David Conrad
2009-01-15calculate pat, pmt and sdt exact size and adjust total bitrateBaptiste Coudurier
2009-01-15update seek regression tests due to ts modificationsBaptiste Coudurier