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-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
2009-01-15only write dts if they differ from pts, according to specsBaptiste Coudurier
2009-01-15use delay to avoid negative dtsBaptiste Coudurier
2009-01-15set pts and dts of pes packets exactly according to specsBaptiste Coudurier
2008-12-22Fix PTS returned by the demuxers for mpeg4 without a decoder.Michael Niedermayer
2008-12-13Fix regression.sh to work on OpenBSD which has md5 instead of md5sumReimar Döffinger
2008-11-23Run regression tests on target system.Måns Rullgård
2008-10-2310l: missing change from r15667 - global header also affect seek test resultsAurelien Jacobs
2008-10-23matroskaenc: require global headerAurelien Jacobs
2008-10-16Revert r15615: Enable AC-3 decoding regression tests.Carl Eugen Hoyos
2008-10-14Enable AC-3 decoding regression tests.Carl Eugen Hoyos
2008-09-15write actual min and max frame size to FLAC header. update regression test ch...Justin Ruggles
2008-09-15write MD5 checksum to FLAC header. update regression tests.Justin Ruggles
2008-09-15update FLAC regression test due to expected change after r15324Justin Ruggles
2008-09-13Switch regression tests to swscale.Michael Niedermayer
2008-09-09matroskadec: after seeking, skip up to the desired timestamp instead ofAurelien Jacobs