summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
* Merge commit '287432430c5c9cb8ffe1da1376949de494f24e45'Michael Niedermayer2014-04-04
|\ | | | | | | | | | | | | * commit '287432430c5c9cb8ffe1da1376949de494f24e45': fate: add a VP7 test Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: add a VP7 testVittorio Giovara2014-04-04
| |
* | swscale: add full bgra64 supportMichael Niedermayer2014-04-02
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '0ca0924c10d9617a5793964bf79655424ef32b68'Michael Niedermayer2014-04-02
|\| | | | | | | | | | | | | | | | | | | | | * commit '0ca0924c10d9617a5793964bf79655424ef32b68': swscale: add endianness conversion for AV_PIX_FMT_BGRA64|RGBA64 Conflicts: libswscale/swscale_unscaled.c libswscale/utils.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'cus/stable'Michael Niedermayer2014-04-02
|\ \ | | | | | | | | | | | | | | | | | | | | | * cus/stable: mpeg12enc: always set closed gop flag on the first gop mpeg12enc: always write closed gops for intra only outputs Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | mpeg12enc: always set closed gop flag on the first gopMarton Balint2014-04-01
| | | | | | | | | | | | | | | | | | | | | | | | Improves compatibility with XDCAM HD formats. It has been set for a long time in ffmbc. Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Marton Balint <cus@passwd.hu>
| * | mpeg12enc: always write closed gops for intra only outputsMarton Balint2014-04-01
| | | | | | | | | | | | | | | Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Marton Balint <cus@passwd.hu>
* | | Merge commit '66d04c068a30751750818dcfbb6555ab74eb3f6d'Michael Niedermayer2014-04-01
|\ \ \ | |/ / |/| / | |/ | | | | | | | | | | | | * commit '66d04c068a30751750818dcfbb6555ab74eb3f6d': fate: Explicitly use gray16le in fate-sgi-gray16 Conflicts: tests/fate/image.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: Explicitly use gray16le in fate-sgi-gray16Martin Storsjö2014-04-01
| | | | | | | | | | | | This fixes the test on big endian. Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-04-01
|\| | | | | | | | | | | | | * qatar/master: fate: add SGI tests Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: add SGI testsVittorio Giovara2014-04-01
| |
| * fate: add exr testsPaul B Mahol2014-04-01
| | | | | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | Merge commit '3e4e2142d246699a1a3a0045ba7124b18bc34d7a'Michael Niedermayer2014-03-31
|\| | | | | | | | | | | | | * commit '3e4e2142d246699a1a3a0045ba7124b18bc34d7a': fate: Convert the paletted output in the brenderpix tests to rgb24 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: Convert the paletted output in the brenderpix tests to rgb24Martin Storsjö2014-03-31
| | | | | | | | This makes the output consistent on big-endian systems.
* | avformat/wtvenc: pad judiciously when writing mpeg2 extradataPeter Ross2014-03-30
| | | | | | | | | | | | | | Padding rule described here http://msdn.microsoft.com/en-us/library/windows/desktop/dd390707(v=vs.85).aspx Signed-off-by: Peter Ross <pross@xvid.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate/aliaspix: Use standard test sampleMichael Niedermayer2014-03-28
| | | | | | | | | | | | This also uses samples with odd resolution which should provide better coverage Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-03-28
|\| | | | | | | | | | | | | | | | | | | * qatar/master: fate: add a bmpparser test Conflicts: tests/fate/image.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: add a bmpparser testVittorio Giovara2014-03-28
| |
* | Merge commit '991362fab49b60d34d89b7b7d6dd00fbec3ce022'Michael Niedermayer2014-03-28
|\| | | | | | | | | | | | | | | | | | | * commit '991362fab49b60d34d89b7b7d6dd00fbec3ce022': fate: add XBM tests Conflicts: tests/fate/image.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: add XBM testsVittorio Giovara2014-03-27
| |
| * fate: add PAF audio and video testsPaul B Mahol2014-03-27
| | | | | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-03-27
|\| | | | | | | | | | | | | | | | | | | * qatar/master: fate: add BRender PIX tests Conflicts: tests/fate/image.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: add BRender PIX testsVittorio Giovara2014-03-27
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-03-27
|\| | | | | | | | | | | | | | | | | | | * qatar/master: fate: add Alias PIX tests Conflicts: tests/fate/image.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: add Alias PIX testsVittorio Giovara2014-03-26
| |
* | fate: add tests for linearly interpolated resamplingMichael Niedermayer2014-03-24
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | tests/tiny_psnr: Print information about the supported sample types in the ↵Michael Niedermayer2014-03-24
| | | | | | | | | | | | help and error texts Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add cine demux testPeter Ross2014-03-22
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/snowenc: make snow non experimentalMichael Niedermayer2014-03-22
| | | | | | | | | | | | | | After this commit the created bitstream will be supported by future decoders. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Add the H.264 decoder as a dependency for the fate-mkv test.Carl Eugen Hoyos2014-03-19
| |
* | swscale/utils: Fix color range of gray16Carl Eugen Hoyos2014-03-18
| | | | | | | | | | | | | | | | | | | | | | Improves rgb -> gray16 conversion Fixes Ticket3422 The pam and png output files look visually similar, in both cases the dynamics increase to 0x0 -> 0xfffb. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-03-18
|\| | | | | | | | | | | | | * qatar/master: float_dsp: add test program and use it as fate test Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * float_dsp: add test program and use it as fate testJanne Grunau2014-03-18
| |
* | Fix TARGET_SAMPLES and TARGET_PATH for some fate tests.Carl Eugen Hoyos2014-03-18
| | | | | | | | | | This allows running more fate tests on remote targets without the source tree.
* | avformat/movenc: only ommit encoder tag of the metadata for bitexact modeMichael Niedermayer2014-03-16
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-03-16
|\| | | | | | | | | | | | | | | | | | | * qatar/master: FATE: add a test for the ONE_STR mapping mode of the channelmap filter Conflicts: tests/fate/filter-audio.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * FATE: add a test for the ONE_STR mapping mode of the channelmap filterAnton Khirnov2014-03-16
| |
| * mxf: Set audio packets ptsMatthieu Bouron2014-03-06
| | | | | | | | | | | | | | | | | | | | | | Extrapolate audio timestamps based on the number of samples demuxed. Deal with some MXF nastiness involving fractional number of samples per EditUnit when seeking (the specs handwave this away). Further fixes from Tomas Härdin. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | Add fieldmatch testTimothy Gu2014-03-10
| | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'e1f2987b10112489f6da5501d4c8735a798c9e3f'Michael Niedermayer2014-03-06
|\| | | | | | | | | | | | | | | | | | | * commit 'e1f2987b10112489f6da5501d4c8735a798c9e3f': FATE: add tests for the shuffleplanes filter Conflicts: tests/fate/filter-video.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * FATE: add tests for the shuffleplanes filterAnton Khirnov2014-03-05
| |
| * utvideoenc: Enable support for multiple slices and use themJan Ekström2014-02-14
| | | | | | | | | | | | | | | | | | | | | | | | The official Ut Video decoder only threads with slices, thus until now any files encoded by the libavcodec encoder have only been decodable with a single thread. The default slice count is now set to subsampled_height / 120. Also sets slices to 1 for the Ut Video encoder tests to keep them green. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | avformat/movenc: shift positive timestamps to 0 if edit lists cannot be usedMichael Niedermayer2014-02-22
| | | | | | | | | | | | Fix handling of timestamps which start far away from 0 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | tests/tiny_ssim: drop isatty() supportMichael Niedermayer2014-02-21
| | | | | | | | | | | | | | | | tiny_ssim is build on the host, not the target and the HAVE_* are set for the target. This patch fixes building tiny_ssim when HAVE_* differed between target and host Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | tiny_ssim: add per-frame metrics and final ssim db number.Ronald S. Bultje2014-02-19
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avutil/opt: preserve fractions in set_string_number()Michael Niedermayer2014-02-18
| | | | | | | | | | | | This avoids going over a double precission float, which may loose precission Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | utvideoenc: Enable support for multiple slices and use themJan Ekström2014-02-14
| | | | | | | | | | | | | | | | | | | | | | | | The official Ut Video decoder only threads with slices, thus until now any files encoded by the libavcodec encoder have only been decodable with a single thread. The default slice count is now set to subsampled_height / 120. Also sets slices to 1 for the Ut Video encoder tests to keep them green. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '8a2250344b19a343d830a902dbcf4c0b929ea49b'Michael Niedermayer2014-02-14
|\| | | | | | | | | | | | | | | | | | | | | | | * commit '8a2250344b19a343d830a902dbcf4c0b929ea49b': jv: detect partial packets in the demuxer Conflicts: libavformat/jvdec.c See: 9d0c71e5e34dec2c6246bf47da8d9674c92f85c1 See: b948ab8132e24d215072120e210139dc456d4997 Merged-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-02-13
|\| | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: vp9: add a new segmentation sample. Conflicts: tests/fate/vpx.mak tests/ref/fate/vp9-segmentation-aq-akiyo tests/ref/fate/vp9-segmentation-sf-akiyo See: 65f41b5c5cdb22e60a83321fe564ebb0155a35ce Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * vp9: add a new segmentation sample.Ronald S. Bultje2014-02-12
| | | | | | | | | | | | | | | | The old one didn't use segmentation. One uses segmentation in all frame types (--aq-mode=1), and the other uses all segmentation features, but only in inter frames (mbgraph). Signed-off-by: Anton Khirnov <anton@khirnov.net>