677 Commits (ccc745cdf488ee0b999ea922c0cf09262f92ed4a)

Author SHA1 Message Date
Diego Biurrun 1b4a516b94 Rename regression test result files from b-libav* to b-lavf* for consistency. 16 years ago
Måns Rullgård 67c447a679 Fix running regression tests on remote targets 16 years ago
Diego Biurrun 7a8d0e9700 Skip creation of tests/data directory in individual regression test scripts. 16 years ago
Diego Biurrun d7167f0555 Move generated file aynth1.sw to the data subdirectory. Thus it does not have 16 years ago
Diego Biurrun 6117ffbe90 Rename regression.sh --> codec-regression.sh. Now all regression test scripts 16 years ago
Diego Biurrun 767e14c380 Rename server-regression.sh --> ffserver-regression.sh for consistency. 16 years ago
Diego Biurrun 0bb5f0fa22 cosmetics: Rename 'do_libav' function to 'do_lavf'. 16 years ago
Diego Biurrun 209b9d565a Rename libav.regression.ref --> lavf.regression.ref. 16 years ago
Diego Biurrun 688a477367 Rename test.conf --> ffserver.conf, the new name is more meaningful. 16 years ago
Diego Biurrun 62cb577e39 Rename seek_test.sh --> seek-regression.sh for greater consistency. 16 years ago
Benoit Fouet 888facff22 Fix seek test build, by undefining printf and fprintf. 16 years ago
Benoit Fouet e2eb0f52ec Fix a warning on an uninitialized variable. 16 years ago
Ronald S. Bultje 8b9794e542 Remove index writing in RM muxer, since it is broken (multiple streams per 16 years ago
Reimar Döffinger 899a8fa1cb Fix avpicture_get_size for non-paletted formats with a helper palette 16 years ago
Baptiste Coudurier 31e2d5d321 update ffserver regression ref 16 years ago
Baptiste Coudurier 92a0f33878 fix valid seeking range 16 years ago
Baptiste Coudurier a9c6fc7b3e update seek regression ref due to 18063 16 years ago
Justin Ruggles 59f60d0554 Fix the ogg regression test, which was broken by r18092. This is an 16 years ago
Daniel Verkamp effcedf738 PCX encoder that handles 1-, 8-, and 24-bpp pixfmts. 16 years ago
Baptiste Coudurier 21c6438f2c typo, fix eof check 16 years ago
Baptiste Coudurier b9edbe9953 do not write ffm write index by default, detect if file is being written and return EOF 16 years ago
Baptiste Coudurier ed6ae6a58b use utc time for timestamp and do not set it if not specified 16 years ago
Reimar Döffinger bd36f175ab Make pcm_read_seek treat negative time stamps as 0, this avoids incorrectly 16 years ago
Michael Niedermayer b82744c9ae Switch regression test to the new seeking API. 16 years ago
Baptiste Coudurier 4e35ffa978 fix swf seeking by fixing new stream detection 16 years ago
Baptiste Coudurier fc34a08d77 remove sws_flags, seems to have no effect 16 years ago
Baptiste Coudurier b686d0ab4b mxf and mxf d10 regression tests 16 years ago
Reimar Döffinger 60f75ad245 Fix seek regression test broken by r17905, seeking fails completely 16 years ago
Reimar Döffinger 29a68cf04e Convert spurious DOS line breaks to UNIX line breaks in seek regression 16 years ago
Baptiste Coudurier 6b4fab72df change path pattern to be similar to existing files, and remove useless buffer 16 years ago
Baptiste Coudurier aaa43de31a write flt packet, might need some tweaking but it works 16 years ago
Baptiste Coudurier a96b1a903a correctly interleave audio and video according to specs 16 years ago
Baptiste Coudurier 9885e9a63a write timecode track in gxf 16 years ago
Baptiste Coudurier 46a7e3ec14 write timecode track in gxf 16 years ago
Baptiste Coudurier 990287c468 remove unneeded and empty user data 16 years ago
Justin Ruggles f48b9304cd flacdec: Parse the metadata header in the raw FLAC demuxer. 16 years ago
Ivan Schreter 61c23c155c Pass packet position to the parser, so frame's AVPacket.pos is computed correctly. 16 years ago
Michael Niedermayer 4022fe01a6 Change the timebase of the raw demuxer to one that can represent the ts of fields. 16 years ago
Ivan Schreter 4c6b49bf74 Change TS seeking so it returns position/timestamp of a key frame. 16 years ago
Kostya Shishkov e51b7a41ee Update regressions for YUV2RGB table generator change in SwScaler 16 years ago
Aurelien Jacobs 2a46003c9e matroskadec: fix seek regression tests according to r17460 16 years ago
Diego Biurrun 6f2162b471 Mark functions only used within the test programs as static. 16 years ago
Stefano Sabatini 8e2fd8e1d4 Replace the calls to the deprecated av_alloc_format_context() with 16 years ago
Michael Niedermayer 6337178b4f Ensure that the palette is set in data[1] for all 8bit formats. 16 years ago
Stefan de Konink 426a6f34a0 Splits the totalbitrate in a videodatarate and audiodatarate part. 16 years ago
Baptiste Coudurier 8dc81a4524 seek at 0 when timestamp requested is negative 16 years ago
Baptiste Coudurier e9338da87d fix endianness of time code, and calculate it in fields, according to specs 16 years ago
Baptiste Coudurier a848cfe97c fix seek reg tests, Im always forgetting this 16 years ago
Baptiste Coudurier 507ff760af Do not use avctx->frame_number which might not be set, 16 years ago
Baptiste Coudurier 15a4e8b85a set correct value for starting line 16 years ago