summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* typo, fix eof checkBaptiste Coudurier2009-03-20
* do not write ffm write index by default, detect if file is being written and ...Baptiste Coudurier2009-03-20
* use utc time for timestamp and do not set it if not specifiedBaptiste Coudurier2009-03-14
* Make pcm_read_seek treat negative time stamps as 0, this avoids incorrectlyReimar Döffinger2009-03-14
* Switch regression test to the new seeking API.Michael Niedermayer2009-03-14
* fix swf seeking by fixing new stream detectionBaptiste Coudurier2009-03-13
* remove sws_flags, seems to have no effectBaptiste Coudurier2009-03-12
* mxf and mxf d10 regression testsBaptiste Coudurier2009-03-11
* Fix seek regression test broken by r17905, seeking fails completelyReimar Döffinger2009-03-09
* Convert spurious DOS line breaks to UNIX line breaks in seek regressionReimar Döffinger2009-03-09
* change path pattern to be similar to existing files, and remove useless bufferBaptiste Coudurier2009-03-09
* write flt packet, might need some tweaking but it worksBaptiste Coudurier2009-03-09
* correctly interleave audio and video according to specsBaptiste Coudurier2009-03-09
* write timecode track in gxfBaptiste Coudurier2009-03-09
* write timecode track in gxfBaptiste Coudurier2009-03-09
* remove unneeded and empty user dataBaptiste Coudurier2009-03-08
* flacdec: Parse the metadata header in the raw FLAC demuxer.Justin Ruggles2009-03-06
* Pass packet position to the parser, so frame's AVPacket.pos is computed corre...Ivan Schreter2009-03-05
* Change the timebase of the raw demuxer to one that can represent the ts of fi...Michael Niedermayer2009-03-01
* Change TS seeking so it returns position/timestamp of a key frame.Ivan Schreter2009-02-28
* Update regressions for YUV2RGB table generator change in SwScalerKostya Shishkov2009-02-22
* matroskadec: fix seek regression tests according to r17460Aurelien Jacobs2009-02-19
* Mark functions only used within the test programs as static.Diego Biurrun2009-02-19
* Replace the calls to the deprecated av_alloc_format_context() withStefano Sabatini2009-02-08
* Ensure that the palette is set in data[1] for all 8bit formats.Michael Niedermayer2009-02-06
* Splits the totalbitrate in a videodatarate and audiodatarate part.Stefan de Konink2009-02-02
* seek at 0 when timestamp requested is negativeBaptiste Coudurier2009-01-27
* fix endianness of time code, and calculate it in fields, according to specsBaptiste Coudurier2009-01-23
* fix seek reg tests, Im always forgetting thisBaptiste Coudurier2009-01-21
* Do not use avctx->frame_number which might not be set,Baptiste Coudurier2009-01-20
* set correct value for starting lineBaptiste Coudurier2009-01-20
* fix gxf time code mark out valueBaptiste Coudurier2009-01-20
* Update regression tests after r16651David Conrad2009-01-17
* calculate pat, pmt and sdt exact size and adjust total bitrateBaptiste Coudurier2009-01-14
* update seek regression tests due to ts modificationsBaptiste Coudurier2009-01-14
* only write dts if they differ from pts, according to specsBaptiste Coudurier2009-01-14
* use delay to avoid negative dtsBaptiste Coudurier2009-01-14
* set pts and dts of pes packets exactly according to specsBaptiste Coudurier2009-01-14
* Fix PTS returned by the demuxers for mpeg4 without a decoder.Michael Niedermayer2008-12-21
* Fix regression.sh to work on OpenBSD which has md5 instead of md5sumReimar Döffinger2008-12-13
* Run regression tests on target system.Måns Rullgård2008-11-23
* 10l: missing change from r15667 - global header also affect seek test resultsAurelien Jacobs2008-10-22
* matroskaenc: require global headerAurelien Jacobs2008-10-22
* Revert r15615: Enable AC-3 decoding regression tests.Carl Eugen Hoyos2008-10-15
* Enable AC-3 decoding regression tests.Carl Eugen Hoyos2008-10-13
* write actual min and max frame size to FLAC header. update regression test ch...Justin Ruggles2008-09-14
* write MD5 checksum to FLAC header. update regression tests.Justin Ruggles2008-09-14
* update FLAC regression test due to expected change after r15324Justin Ruggles2008-09-14
* Switch regression tests to swscale.Michael Niedermayer2008-09-13
* matroskadec: after seeking, skip up to the desired timestamp instead ofAurelien Jacobs2008-09-09