Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2014-10-15avcodec/ass: add FFmpeg signatureClément Bœsch
2014-10-15avcodec/ass: output missing fields in AVSubtitles and output filesClément Bœsch
Fixes Ticket #3207
2014-10-15fate: fix some subtitles tests dependenciesClément Bœsch
2014-10-15fate: add rawdiff and use it for subtitlesClément Bœsch
We want subtitles tests to match exactly line endings and trailing characters.
2014-10-15fate: make subtitles tests output to stdout instead of md5Clément Bœsch
This makes tracking subtitles changes simpler.
2014-10-15Merge commit 'c2c22c75cf89e2faab34d1ee1d392cfb065439ea'Michael Niedermayer
* commit 'c2c22c75cf89e2faab34d1ee1d392cfb065439ea': movenc: Write tfdt atoms Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-10-13fate: add test for vp90-2-trac3849.webmJames Almer
Regression test for the bug from trac ticket #3849 fixed in commit 14e30255 Reviewed-by: Ronald S. Bultje <rsbultje@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
2014-10-13postproc/postprocess: fix quant store for fq modeMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-10-12lavf: Don't drop both pts and dts if timestamps are invalidMichael Niedermayer
In these cases, only drop dts. Because if we drop both we have no timestamps at all for some files. This improves playback of HLS streams from GoPro cameras. Signed-off-by: Martin Storsjö <martin@martin.st>
2014-10-10float_dsp-test: allow forcing cpuflagsJames Almer
Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>
2014-10-08tests/Makefile: Fix fate-ffprobe with --target-pathCarl Eugen Hoyos
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-10-04fate-vc1_ilaced_twomv: use -flags +bitexactJanne Grunau
Also updates the reference since it was generated by the non-bitexact x86 specific code.
2014-10-02lavf/webm_dash: some fields should go into RepresentationVignesh Venkatasubramanian
Width, Height and Sample Rate should be in the AdaptationSet tag only if all the contained representations have the same width, height and sampling rate. Otherwise they should go into the Representation tag. This patch adds this functionality and a fate test for the same. Signed-off-by: Vignesh Venkatasubramanian <vigneshv@google.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-10-01lavf/webm_dash: fix hardcode in cues_end computationVignesh Venkatasubramanian
Fix an incorrect hard code in cues_end computation. Updating the fate test reference files related to the fix as well. The earlier computation was clearly wrong as the cues_end field was greater than the file size itself in some cases. Signed-off-by: Vignesh Venkatasubramanian <vigneshv@google.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-28avcodec/vc1dec: Fixing is_intra, 2nd attemptMichael Niedermayer
This also un-does the fate changes from a52f443714b5c2a40ed272d8445f4c39220a4b69, leaving this fix without even small differences in the output, that is a sample for which this makes a vissible difference is very welcome Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-28avcodec/vc1dec: fix is_intra block vs. mb bugMichael Niedermayer
Fixes CID1194380 There are no vissible differences in the changed fate samples. Only a tiny number of pixels change by tiny amounts in the frames i checked If someone has a file that shows a vissible difference, please post it. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-27tests/fate/microsoft: add -flags +bitexact to ilaced_twomvMichael Niedermayer
Should fix fate failure on alpha and pre sse2 x86 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-26Merge commit 'b39ebcddd47daf37659796aaa7d068668086507a'Michael Niedermayer
* commit 'b39ebcddd47daf37659796aaa7d068668086507a': fate: Add VC-1 interlaced twomv test Note, this test is not free of artifacts on both sides of the merge Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-26fate: Add VC-1 interlaced twomv testTim Walker
CC: libav-stable@libav.org
2014-09-25avformat/img2dec: initialize pkt->pos for image pipesMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-25Merge commit '28f5cd312c9da9072108edf8b7685d009374ea96'Michael Niedermayer
* commit '28f5cd312c9da9072108edf8b7685d009374ea96': fate: Switch ra4-288 test from framecrc() to pcm() Conflicts: tests/fate/real.mak The test is kept disabled as it still does not pass on x86-64 due to float rounding Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-25fate: Switch ra4-288 test from framecrc() to pcm()Katerina Barone-Adesi
The decoder is float-based and the test needs to allow for some fuzz. Signed-off-by: Diego Biurrun <diego@biurrun.de>
2014-09-24tests/fate-run.sh: Cat .err file in case of error with V>0Michael Niedermayer
This may make fate failures where only the console output is available easier to analyze Suggested-by: Andreas Cadhalpun Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-23avcodec/asvenc: fix AAN scalingMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-19tests/utils: make arguments const that arent changedMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-18fate: add fate-filter-pp1Michael Niedermayer
This tests a few more filters with forced quantizers Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-17fate: disable fate-ra4-288, the code uses floats and does not produce the ↵Michael Niedermayer
same results on different platforms Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-17Merge commit '44caf99ecae7bc1b907fab849ecaa72dd340ba2e'Michael Niedermayer
* commit '44caf99ecae7bc1b907fab849ecaa72dd340ba2e': fate: Add tests for RealAudio 1.0 (14.4) and RealAudio 2.0 (with 28.8) Conflicts: tests/fate/real.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-17fate: Add tests for RealAudio 1.0 (14.4) and RealAudio 2.0 (with 28.8)Katerina Barone-Adesi
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2014-09-12avformat/img2dec: Fail probing when no data is yet available and the ↵Michael Niedermayer
filename contains no number/glob patterns either. Fixes Ticket3901 the seek test error codes change due to a change in the failure path, this could be avoided by changing the respective error codes to EINVAL Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-08Print bits_per_raw_sample for ffprobe -show_streams.Carl Eugen Hoyos
Fixes ticket #3919.
2014-09-08ffserver: tests, force +global_header for ASFReynaldo H. Verdejo Pinochet
Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
2014-09-04Remove non-free tests/lena.pnm and adapt FATE tests to depend on lena.pnm in ↵Andreas Cadhalpun
the SAMPLES directory Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-03Merge commit '7a1d6ddd2c6b2d66fbc1afa584cf506930a26453'Michael Niedermayer
* commit '7a1d6ddd2c6b2d66fbc1afa584cf506930a26453': xvid: Add C IDCT Conflicts: libavcodec/dct-test.c libavcodec/xvididct.c See: 298b3b6c1f8f66b9bc6de53a7b51d3de745d946b Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-03xvid: Add C IDCTPascal Massimino
Thanks to Pascal Massimino and Michael Militzer for relicensing as LGPL. Signed-off-by: Diego Biurrun <diego@biurrun.de>
2014-09-02avutil/pixelutils: add small buffers testsClément Bœsch
2014-09-01ffserver: tests, use image2 instead of pgmyuvReynaldo H. Verdejo Pinochet
Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
2014-08-29fate/vpx: make webm dash manifest tests depend on the WEBM_DASH_MANIFEST demuxerMichael Niedermayer
Found-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-29fate: Add basic tests for WebM Dash ManifestVignesh Venkatasubramanian
Add fate tests that test out the functionality of WebM DASH Manifest XML generation. This patch contains the vpx.mak file changes and the reference gold XML files. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-29Merge commit 'd4ae8ac92f619507aadd021bb67b517d39d3a36f'Michael Niedermayer
* commit 'd4ae8ac92f619507aadd021bb67b517d39d3a36f': matroskadec: parse stereo mode on decoding Conflicts: Changelog libavformat/matroska.c libavformat/matroskadec.c See: 4c509fe305bc79a913ef1b690df6c910c732f608 and others Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-26huffyuvdec: decode the last odd sampleChristophe Gisquet
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-26huffyuvenc: write last odd sampleChristophe Gisquet
If width is odd, last sample wouldn't be written. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-25Merge commit 'b263f8ffe7599d9cd27ec477a12700da8eb2790d'Michael Niedermayer
* commit 'b263f8ffe7599d9cd27ec477a12700da8eb2790d': lavf: add AVFormatContext.max_ts_probe Conflicts: doc/APIchanges libavformat/avformat.h libavformat/utils.c libavformat/version.h lavf-fate/mp3 changes as the estimated input bitrate changes and that is copied to the output Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-25ffserver: tests, use Metadata title in configReynaldo H. Verdejo Pinochet
'Title' was deprecated with 9985710a5a927d52c345c4bdcc88f5c014ee2fe7 Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
2014-08-25ffserver: tests, use new port/bindaddress configReynaldo H. Verdejo Pinochet
Comming from commit 1013d8dd6967f1e776c08dc133ed6ae44ca3dc64 the old Port and BindAddress config vars have been deprecated in favor of HTTPPort and HTTPBindAddress respectively. Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
2014-08-24avfilter: add codecview filterClément Bœsch
2014-08-24fate: Fix ffprobe tests with --target-path set.Carl Eugen Hoyos
2014-08-22electronicarts: set the framerate for TGQ/TQIAnton Khirnov
It is hardcoded to 15fps.
2014-08-22electronicarts: read the framerate for MADAnton Khirnov
2014-08-21fate: add test for old (v1) huffyuv and rgbaChristophe Gisquet
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>