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 (Collapse)Author
2015-03-05avutil/opt: Do not print inf in selftestMichael Niedermayer
This fixes fate failures on windows Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-03-05fate-aac-aref-encode: increase FUZZ to 5, needed for ppc64beMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-03-04Merge commit '62139b14e621f096d0f8ed90920d042b92867e40'Michael Niedermayer
* commit '62139b14e621f096d0f8ed90920d042b92867e40': fate: Specify the idct to use for the aic-oddsize test Conflicts: tests/fate/video.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
2015-03-04fate: Specify the idct to use for the aic-oddsize testMartin Storsjö
This fixes fate on all architectures that have an optimized but not bitexact idct available. Signed-off-by: Martin Storsjö <martin@martin.st>
2015-03-03Merge commit '994d8f3095180ba1b2c6040a97718e931a782b34'Michael Niedermayer
* commit '994d8f3095180ba1b2c6040a97718e931a782b34': fate: Add AIC test with odd sizes Conflicts: tests/fate/video.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
2015-03-03fate: Add AIC test with odd sizesVittorio Giovara
2015-03-03avformat/mxfenc: adjust product name when opatom muxer is usedRobert Krüger
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-03-02avcodec/aacpsy: Fix AAC Psy PE reduction calculation when multiple ↵Claudio Freire
iterations are required This is a small change, but it does have a big impact on bit allocation. all the regressions marked in the report have no audible difference (I didn't check them all though), but the improvements can be heard. This affects mostly high bit rates. It's related to issue #2686. In the report, A is the patched version, B is unpatched, all comparisons show deltas in the form (A-B), so a positive pSNR delta means a better quality in the patched version, and negative a regression. Regressions are only considered for pSNR deltas below -1db, they're considered serious below -6db. All measurements were done with tiny_psnr. The summary of the report inline for quick reading: Files: 58 Bitrates: 6 Tests: 347 Serious Regressions: 0 (0%) Regressions: 10 (2%) Improvements: 54 (15%) Big improvements: 26 (7%) Worst regression - sine_tester.flac - 384k - StdDev: 1.68 pSNR: -3.05 maxdiff: -178.00 Best improvement - 07 - Bound.flac - 384k - StdDev: -1700.05 pSNR: 20.64 maxdiff: -29595.00 Average - StdDev: -55.67 pSNR: 1.20 maxdiff: -1593.00 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-03-02tests/fate: Add S302M testMichael Niedermayer
Reviewed-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-03-01avutil/opt: also test av_opt_show2()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-03-01avutil/opt: Also test/compare the av_log output i the selftestMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-02-26tests: add paletteuse testClément Bœsch
2015-02-26tests: add palettegen testClément Bœsch
2015-02-23Merge commit 'ce52869c22738ad584995d48103ce3aa2301736b'Michael Niedermayer
* commit 'ce52869c22738ad584995d48103ce3aa2301736b': fate: Rename fate-dts test to fate-dca-core Conflicts: tests/fate/audio.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
2015-02-23fate: Rename fate-dts test to fate-dca-coreDiego Biurrun
The codec is referred to as DCA in other parts of libav.
2015-02-23Merge commit '35c6ce76b107225a19eb33aea38857d2405882af'Michael Niedermayer
* commit '35c6ce76b107225a19eb33aea38857d2405882af': Canopus HQX decoder Conflicts: Changelog libavcodec/avcodec.h libavcodec/version.h tests/fate/video.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
2015-02-23Canopus HQX decoderVittorio Giovara
Based on work by Kostya Shishkov <kostya.shishkov@gmail.com>.
2015-02-21Merge commit 'a982c5d74fbc7ff5bd2f2f73af61ae48e9b1bcc6'Michael Niedermayer
* commit 'a982c5d74fbc7ff5bd2f2f73af61ae48e9b1bcc6': tests: drop bc dependency Conflicts: tests/fate-run.sh See: d47eeff2741a9ad9eb4398c1d844dd4f638d6ee4 Merged-by: Michael Niedermayer <michaelni@gmx.at>
2015-02-21tests: drop bc dependencyClément Bœsch
We already have a dependency on awk and bc is sometimes not found in the base system. Signed-off-by: Martin Storsjö <martin@martin.st>
2015-02-20avformat/movenc: Move avid DNxHD padding to the correct spotKevin Wheatley
Outputting DNxHD into .mov containers 'corrupts' following atoms until end of stsd ffmpeg and qtdump could not decode pasp/colr atoms in the files made by ffmpeg, when outputting DNxHD due to the incorrect padding placement. Now we add the padding in the correct place Tidy up FATE changes due to padding changes. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-02-19Merge commit 'b727b0eeb73cd78533a7fd387ceccd505e48fa6c'Michael Niedermayer
* commit 'b727b0eeb73cd78533a7fd387ceccd505e48fa6c': fate: Add tests for DSS Conflicts: tests/fate/audio.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
2015-02-19fate: Add tests for DSSVittorio Giovara
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
2015-02-18tests: fate: adding fate-test for twofishSupraja Meedinti
Signed-off-by: Supraja Meedinti <supraja0493@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-02-16avcodec/gif: fix off by one in column offsetting findingClément Bœsch
2015-02-15Merge commit 'e21d85309943a51b7808f5e01dd258b262e09148'Michael Niedermayer
* commit 'e21d85309943a51b7808f5e01dd258b262e09148': FATE: add a test for the SVQ1 header byte swapping Conflicts: tests/fate/qt.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
2015-02-15FATE: add a test for the SVQ1 header byte swappingAnton Khirnov
2015-02-14avcodec/gif: support crop and transparency with PAL8Clément Bœsch
2015-02-13fate: add wavpack encoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-02-12fate: mjpeg trellis testMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-02-11tests: drop bc dependencyClément Bœsch
We already have a dependency on awk and bc is sometimes not found in the base system.
2015-02-10libavformat: DNxHD in .mov, switch unspecified color_range to mpegKevin Wheatley
Avid prefers mpeg range [16-235] by default this change brings ffmpeg into line with that. To obtain the old behaviour use '-color_range jpeg' on the command line prior to the ouput filename. Signed-off-by: Kevin Wheatley <kevin.j.wheatley@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-02-10test/fate: added mxf_opatom regression testsMark Reid
Reviewed-by: tomas.hardin@codemill.se Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-02-07Merge commit '9295d10ea9d138462b7f67d16bf95ae9ca76aca6'Michael Niedermayer
* commit '9295d10ea9d138462b7f67d16bf95ae9ca76aca6': fate: Add a test for AAC ELD480. Merged-by: Michael Niedermayer <michaelni@gmx.at>
2015-02-07fate: Add a test for AAC ELD480.Alex Converse
The source is er_eld_2100np_48_ep0.mp4 from the official test set.
2015-02-02tests/utils: Remove unneeded L suffixMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-29Add an ARES atom to extradata when encoding avui.Carl Eugen Hoyos
Allows playback with QuickTime and the original codec. Tested by Olaf Matthes, olaf matthes gmx de
2015-01-28tests/fate: added mxf tests for essencegroups and missing indexMark Reid
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-27nutenc: do not use has_b_framesAnton Khirnov
It is unreliable, especially when the stream codec context is not the encoding context. Use the codec descriptor properties instead.
2015-01-27fate: Fix bitexactness for vsynth3-dnxhd-1080i-colrMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-26avformat/movenc: Add simplistic 'colr' tag writing support to mov containerKevin Wheatley
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-26fate: add Camellia testJames Almer
Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>
2015-01-26Fix creation of ffprobe-test.nut on remote targets.Carl Eugen Hoyos
This is not sufficient to run "make fate-ffprobe" on a remote system: The ffprobe output contains the relative path to the testfile, it is necessary to run the test from the build directory. One solution is to use a script like the following as --target-exec: ssh target "cd /remote/build/directory; $(printf "%q " "$@")"
2015-01-22avcodec/mpegvideo: also export 0,0 motion vectorsMichael Niedermayer
Reviewed-by: Clément Bœsch <u@pkh.me> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-19ffmpeg: Favor filter graph based duration over ost->frame_rate in fps codeMichael Niedermayer
The fate change adds a last frame with a subtitle not displayed in the previous Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-17avfilter/vf_framepack: Check and update frame_rateMichael Niedermayer
The frame_rate update was missing leaving the output frame rate wrong. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-16ffmpeg: Maintain higher precision pts between video filter and fps codeMichael Niedermayer
This is a bit ugly as it attempts to keep most of the computation in integers before the double based fps code. The use of integers is to reduce the chances of rounding differences between platforms Previously the timestamp was rounded to the encoder timebase before being converted back to double precision which could cause loss of precision Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-16swscale: fix gbrap to gbrap alpha scalingVittorio Giovara
2015-01-15avfilter: add showpalette filterClément Bœsch
2015-01-14fate: add qp filter testMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-14libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>