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-12-12Add ROQ format regression test.Reimar Döffinger
2009-12-12Reduce the number of encoded frames for the dnxhd tests to 5.Stefano Sabatini
2009-12-07Update seek.regression.ref. This is due to r20758.Jai Menon
2009-12-01update seek regression ref due to r20674, packet size changedBaptiste Coudurier
2009-11-26Update libavformat regression reference checksum for ffm. This change isJai Menon
2009-11-24update seek regression ref due to r20579, mp3 timestamps are adjustedBaptiste Coudurier
2009-11-10fix a rounding error in the PSNR calculation and update the many regressionJustin Ruggles
2009-10-27Split codec-regression.sh again and create a lavfi-regression.sh forStefano Sabatini
2009-10-24Split codec-regression.sh, and create the lavf-regression.sh script.Stefano Sabatini
2009-10-24Fix codectestMåns Rullgård
2009-10-24Split codec-regression.sh, put all the code which can be shared byStefano Sabatini
2009-10-23Build extradata in adpcm_ms encoder.Daniel Verkamp
2009-10-20Print "NOPTS" when AV_NOPTS_VALUE is encountered during seek regression tests.Reimar Döffinger
2009-10-20Move up the $test variable definition, together with the otherStefano Sabatini
2009-10-20Give symbolic names to the positional parameters of theStefano Sabatini
2009-10-19Align the seek regression test output for better readability.Reimar Döffinger
2009-10-18Replace seek test error return numbers by the corresponding E* strings.Reimar Döffinger
2009-10-11Do the dnxhd_720p_rd test with -threads 4 in order to also test the threading...Reimar Döffinger
2009-10-07Add ALAC encoding and decoding regression tests.Justin Ruggles
2009-10-02wav demuxer: return AVERROR_EOF instead of AVERROR(EIO) when the end ofReimar Döffinger
2009-10-02Fix seek regression test: several AVERROR(EIO) correctly changed to AVERROR_EOF.Reimar Döffinger
2009-10-02Make seek regression tests fit after previous get_buffer change.Reimar Döffinger
2009-09-30Use floating point mathematics when encoding mpeg audio.Lasse Reinhold
2009-09-30Prefer -vcodec rawvideo over -vcodec huffyuv for lavfi regressionStefano Sabatini
2009-09-29Fix md5 program invocation for BSD.Michael Kostylev
2009-09-29Make sure that dv encoder initializes all encoded packet data.Reimar Döffinger
2009-09-27Remove duplicated / stray code which slipped in with r20057.Stefano Sabatini
2009-09-27Get rid of "function" "keywords" in lavfilter testing code, hopefully willReimar Döffinger
2009-09-27Implement a lavfitest target for testing regressions in libavfilter.Stefano Sabatini
2009-09-21regtest: do not write to /tmp/ffmpeg$$Måns Rullgård
2009-09-21Split dnxhd regression test so the parts can run in parallelMåns Rullgård
2009-09-19Use default sws_flags for dnxhd regression tests and also test the "-mbd rd"Reimar Döffinger
2009-09-19Update regression reference for DNxHD test updateReimar Döffinger
2009-09-19Change DNxHD regression tests to test both 720p and 1080i instead of just 1080iReimar Döffinger
2009-09-19Change dnxhd regression tests for r19912 which fixed uninitialized data inReimar Döffinger
2009-09-18update seek regression tests due to r19902Baptiste Coudurier
2009-09-17Update dnxhd rotozoom regression test values with more sane ones that matchReimar Döffinger
2009-09-17fix pes overhead computation, patch by Niobos, niobos at dest-unreach dot beNiobos
2009-09-17Update dnxhd regression test to match the majority of FATE machines (whichReimar Döffinger
2009-09-17Add dnxhd test to regression tests.Reimar Döffinger
2009-09-06disable new seeking code in mpeg-ts per #ifdef (use old read_seek by default)Ivan Schreter
2009-08-22Use generic multi-stream key frame finding routine to implement read_seek2 an...Ivan Schreter
2009-08-10matroskadec: correctly parse flags for simpleblock framesAurelien Jacobs
2009-08-07Remove some hunks of unused and disabled code cruft.Diego Biurrun
2009-07-22Remove unused global variable.Carl Eugen Hoyos
2009-07-22Calculate gradient from parameter instead of using a global variable.Carl Eugen Hoyos
2009-07-21Due to a typo in videogen.c, the regression test videos were not asCarl Eugen Hoyos
2009-07-04set index duration to 0 for cbr, specifying whole container coverageBaptiste Coudurier
2009-07-04use ber4 length for descriptors preferred by specsBaptiste Coudurier
2009-07-04write profile and level local tag in mpeg descriptorBaptiste Coudurier