aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Make sure the last bits of huffyuv frames are zeroed.Michael Niedermayer2009-04-052-2/+2
* Rename regression test result files from b-libav* to b-lavf* for consistency.Diego Biurrun2009-03-303-169/+169
* Fix running regression tests on remote targetsMåns Rullgård2009-03-301-1/+1
* Skip creation of tests/data directory in individual regression test scripts.Diego Biurrun2009-03-302-6/+0
* Move generated file aynth1.sw to the data subdirectory. Thus it does not haveDiego Biurrun2009-03-301-1/+1
* Rename regression.sh --> codec-regression.sh. Now all regression test scriptsDiego Biurrun2009-03-301-0/+0
* Rename server-regression.sh --> ffserver-regression.sh for consistency.Diego Biurrun2009-03-301-0/+0
* cosmetics: Rename 'do_libav' function to 'do_lavf'.Diego Biurrun2009-03-301-15/+15
* Rename libav.regression.ref --> lavf.regression.ref.Diego Biurrun2009-03-291-0/+0
* Rename test.conf --> ffserver.conf, the new name is more meaningful.Diego Biurrun2009-03-292-3/+3
* Rename seek_test.sh --> seek-regression.sh for greater consistency.Diego Biurrun2009-03-291-0/+0
* Fix seek test build, by undefining printf and fprintf.Benoit Fouet2009-03-271-0/+2
* Fix a warning on an uninitialized variable.Benoit Fouet2009-03-261-1/+2
* Remove index writing in RM muxer, since it is broken (multiple streams perRonald S. Bultje2009-03-213-14/+14
* Fix avpicture_get_size for non-paletted formats with a helper paletteReimar Döffinger2009-03-211-2/+2
* update ffserver regression refBaptiste Coudurier2009-03-211-7/+7
* fix valid seeking rangeBaptiste Coudurier2009-03-211-14/+14
* update seek regression ref due to 18063Baptiste Coudurier2009-03-211-11/+11
* Fix the ogg regression test, which was broken by r18092. This is anJustin Ruggles2009-03-211-1/+1
* PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.Daniel Verkamp2009-03-202-0/+7
* typo, fix eof checkBaptiste Coudurier2009-03-201-1/+1
* do not write ffm write index by default, detect if file is being written and ...Baptiste Coudurier2009-03-201-2/+2
* use utc time for timestamp and do not set it if not specifiedBaptiste Coudurier2009-03-141-2/+2
* Make pcm_read_seek treat negative time stamps as 0, this avoids incorrectlyReimar Döffinger2009-03-141-78/+155
* Switch regression test to the new seeking API.Michael Niedermayer2009-03-141-1/+3
* fix swf seeking by fixing new stream detectionBaptiste Coudurier2009-03-131-22/+22
* remove sws_flags, seems to have no effectBaptiste Coudurier2009-03-121-1/+1
* mxf and mxf d10 regression testsBaptiste Coudurier2009-03-113-0/+121
* Fix seek regression test broken by r17905, seeking fails completelyReimar Döffinger2009-03-091-22/+22
* Convert spurious DOS line breaks to UNIX line breaks in seek regressionReimar Döffinger2009-03-091-46/+46
* change path pattern to be similar to existing files, and remove useless bufferBaptiste Coudurier2009-03-092-29/+29
* write flt packet, might need some tweaking but it worksBaptiste Coudurier2009-03-092-29/+29
* correctly interleave audio and video according to specsBaptiste Coudurier2009-03-092-10/+10
* write timecode track in gxfBaptiste Coudurier2009-03-091-2/+2
* write timecode track in gxfBaptiste Coudurier2009-03-091-46/+46
* remove unneeded and empty user dataBaptiste Coudurier2009-03-081-2/+2
* flacdec: Parse the metadata header in the raw FLAC demuxer.Justin Ruggles2009-03-061-11/+11
* Pass packet position to the parser, so frame's AVPacket.pos is computed corre...Ivan Schreter2009-03-051-303/+303
* Change the timebase of the raw demuxer to one that can represent the ts of fi...Michael Niedermayer2009-03-011-254/+254
* Change TS seeking so it returns position/timestamp of a key frame.Ivan Schreter2009-02-281-27/+27
* Update regressions for YUV2RGB table generator change in SwScalerKostya Shishkov2009-02-221-24/+24
* matroskadec: fix seek regression tests according to r17460Aurelien Jacobs2009-02-191-5/+5
* Mark functions only used within the test programs as static.Diego Biurrun2009-02-193-11/+11
* Replace the calls to the deprecated av_alloc_format_context() withStefano Sabatini2009-02-081-1/+1
* Ensure that the palette is set in data[1] for all 8bit formats.Michael Niedermayer2009-02-061-2/+2
* Splits the totalbitrate in a videodatarate and audiodatarate part.Stefan de Konink2009-02-024-32/+32
* seek at 0 when timestamp requested is negativeBaptiste Coudurier2009-01-271-12/+24
* fix endianness of time code, and calculate it in fields, according to specsBaptiste Coudurier2009-01-231-1/+1
* fix seek reg tests, Im always forgetting thisBaptiste Coudurier2009-01-211-27/+27
* Do not use avctx->frame_number which might not be set,Baptiste Coudurier2009-01-201-1/+1