summaryrefslogtreecommitdiff
path: root/tests/fate
Commit message (Collapse)AuthorAge
* fate: Add encrypted tta stream testJames Almer2013-02-14
| | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Adding support for parsing BlockAdditionalVignesh Venkatasubramanian2013-02-14
| | | | | | | | | | | Matroska specification lists support for BlockAdditional element which is not supported by ffmpeg's matroska parser. This patch adds grammar definitions for parsing that element (and few other related elements) and then puts the data in AVPacket.side_data with new AVPacketSideDataType AV_PKT_DATA_MATROSKA_BLOCKADDITIONAL. Signed-off-by: Vignesh Venkatasubramanian <vigneshv@google.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* tests: add fate-lavfi-il testStefano Sabatini2013-02-10
|
* Merge commit '81726a4f0b8a43e19898e2a36fdde80583bafff0'Michael Niedermayer2013-02-10
|\ | | | | | | | | | | | | | | * commit '81726a4f0b8a43e19898e2a36fdde80583bafff0': FATE: add tests for additional flavors of asf cover art asfdec: do not assume every AVStream has a corresponding ASFStream Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * FATE: add tests for additional flavors of asf cover artAnton Khirnov2013-02-09
| |
* | Merge commit '9146e872c643fb8f20f9043f1b93a3cddfad15c6'Michael Niedermayer2013-01-22
|\| | | | | | | | | | | | | | | | | | | | | * commit '9146e872c643fb8f20f9043f1b93a3cddfad15c6': Revert "fate: Use wmv2 IDCT for wmv2 tests" Conflicts: tests/fate-run.sh tests/fate/vcodec.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Revert "fate: Use wmv2 IDCT for wmv2 tests"Luca Barbato2013-01-21
| | | | | | | | This reverts commit ce378f0dd0c4e5350b3280e6b3e8d6b46fe4b0a3.
* | Merge commit 'ce378f0dd0c4e5350b3280e6b3e8d6b46fe4b0a3'Michael Niedermayer2013-01-21
|\| | | | | | | | | | | | | | | | | | | | | | | * commit 'ce378f0dd0c4e5350b3280e6b3e8d6b46fe4b0a3': fate: Use wmv2 IDCT for wmv2 tests vorbisdsp: change block_size type from int to intptr_t. Conflicts: tests/fate-run.sh tests/fate/vcodec.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: Use wmv2 IDCT for wmv2 testsRonald S. Bultje2013-01-21
| |
| * ac3dec: fix non-optimal dithering of zero bit mantissasMathias Rauen2013-01-20
| | | | | | | | | | | | Use a noise range of -0.707 to 0.707 instead of -0.5 to 0.5 Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
* | ac3dec: fix non-optimal dithering of zero bit mantissasMichael Niedermayer2013-01-21
| | | | | | | | | | | | | | Use a noise range of -0.707 to 0.707 instead of -0.5 to 0.5 Based on patch by: Mathias Rauen <madshi@gmail.com> and commit by Justin Ruggles (04ea5491) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '0eecafc948b74c247ebbc59f18f508db5d590d0b'Michael Niedermayer2013-01-16
|\| | | | | | | | | | | | | | | | | * commit '0eecafc948b74c247ebbc59f18f508db5d590d0b': configure: Make the new srtp protocol depend on the rtp protocol lavf: Add a fate test for the SRTP functions lavu: Add a fate test for the HMAC API Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavf: Add a fate test for the SRTP functionsMartin Storsjö2013-01-15
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * lavu: Add a fate test for the HMAC APIMartin Storsjö2013-01-15
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge commit 'abae27ed3acd0a7c54f11760c5be2d2653c4edf8'Michael Niedermayer2013-01-13
|\| | | | | | | | | | | | | | | * commit 'abae27ed3acd0a7c54f11760c5be2d2653c4edf8': rtpdec: Fix the calculation of expected number of packets fate: vp3: Fix fate-vp3-coeff-level64 test dependencies Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: vp3: Fix fate-vp3-coeff-level64 test dependenciesDiego Biurrun2013-01-12
| | | | | | | | Also rename the test to reflect that the video track is Theora, not VP3.
* | Merge commit '4d3b144c5ea824193019019d33740a1ae9e0bb69'Michael Niedermayer2013-01-13
|\| | | | | | | | | | | | | | | | | | | | | * commit '4d3b144c5ea824193019019d33740a1ae9e0bb69': fate: cosmetics: Order some test entries Conflicts: tests/fate/lossless-video.mak tests/fate/microsoft.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: cosmetics: Order some test entriesDiego Biurrun2013-01-12
| |
* | fate: try to fix diracMichael Niedermayer2013-01-11
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add dirac decoding test (main profile).Clément Bœsch2013-01-11
| |
* | Merge commit 'ec86ba57312745fd7ad9771e3121e79c6aacba30'Michael Niedermayer2013-01-11
|\| | | | | | | | | | | | | | | | | | | | | | | * commit 'ec86ba57312745fd7ad9771e3121e79c6aacba30': vp3: Fix double free in vp3_decode_end() fate: Split fate-siff test into demuxer and VB video decoder test Conflicts: tests/fate/demux.mak tests/fate/video.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: Split fate-siff test into demuxer and VB video decoder testDiego Biurrun2013-01-10
| |
| * Drop Snow codecDiego Biurrun2013-01-06
| | | | | | | | Snow is a toy codec with no real-world use and horrible code.
* | tests/fate/avfilter.mak: merge pp tests into GPL test listStefano Sabatini2013-01-06
| | | | | | | | | | The mp=pp filter was removed and replaced with a native implementation, so the dependency on CONFIG_MP_FILTER stands no more.
* | lavfi/kerndeint: fix temp buffer linesize.Clément Bœsch2013-01-06
| | | | | | | | Also re-enable the FATE test.
* | fate: disable kerndeint testMichael Niedermayer2013-01-06
| | | | | | | | | | | | | | The filter has been added recently and does not yet pass tests on all platforms. It should not be included in the tests in the release until it works. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: kerndeint requires gplPeter Ross2013-01-06
| |
* | fate: disable lavfi-histeqMichael Niedermayer2013-01-06
| | | | | | | | | | | | | | The filter has been added recently and does not yet pass tests on all platforms. It should not be included in the tests in the release until it works. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi: add histeq filterStefano Sabatini2013-01-05
| | | | | | | | | | | | This is a port of virtual dub's histogram equalization filter by Donald A. Graft. Based on the work by Jérémy Tran <tran.jeremy.av@gmail.com>, done for SOCIS 2012.
* | lavfi: add kerndeint filterStefano Sabatini2013-01-05
| | | | | | | | | | | | This is a port of the kerndeint filter (libmpcodecs/vf_kerndeint) by Donal A. Graft (original avisynth plugin author), and is based on the work by Jérémy Tran <tran.jeremy.av@gmail.com> done for SOCIS 2012.
* | fate/sub2video: move sws flags globally in the filtergraph.Clément Bœsch2013-01-02
| | | | | | | | | | The flags are necessary for the auto inserted scaler (because the overlay filter needs an alpha channel for the overlay surface).
* | fate: add missing bitexact flag to scale filterMichael Niedermayer2013-01-02
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add sub2video test.Nicolas George2013-01-02
| |
* | fate: merge mapchan and options into ffmpeg.Nicolas George2013-01-01
| | | | | | | | They were two very short files that cover ffmpeg-specific features.
* | fate: re-enable fate-sub-mpsub.Clément Bœsch2013-01-01
| | | | | | | | This reverts commit 580ee973d16cb5afb3d5974133576d6c570d2dda.
* | fate: add nistsphere demuxer testPaul B Mahol2013-01-01
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit '5e6ee38bd3cef0dd05f1dd7977c71f3479eb6d01'Michael Niedermayer2012-12-31
|\| | | | | | | | | | | | | | | | | | | | | * commit '5e6ee38bd3cef0dd05f1dd7977c71f3479eb6d01': FATE: add cavs test cavsdec: export picture type in the output frame Conflicts: tests/fate/video.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * FATE: add cavs testAnton Khirnov2012-12-30
| |
* | Sony Wave64 muxerPaul B Mahol2012-12-31
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Add SubViewer v1 subtitles demuxer and decoder.Clément Bœsch2012-12-31
| |
* | Add PJS subtitles demuxer and decoder.Clément Bœsch2012-12-30
| |
* | FATE: disable fate-sub-mpsub temporarly.Clément Bœsch2012-12-30
| | | | | | | | | | Sample has been forgotten, revert this commit in a day or two, when sample is available everywhere.
* | Add AQTitle subtitles demuxer.Clément Bœsch2012-12-30
| |
* | Add MPlayer subtitles demuxer.Clément Bœsch2012-12-30
| |
* | Add VPlayer subtitles demuxer and decoder.Clément Bœsch2012-12-30
| | | | | | | | | | | | | | Note that the linebreaks text codec option (but not the feature) has been removed; its main goal was to allow demuxers to configure the text decoder (and not meant to be used by users), but the AVOption are not a viable solution. This is solved differently in this commit.
* | Add MPL2 subtitles demuxer and decoder.Clément Bœsch2012-12-30
| |
* | fate: add and fix subtitles dependencies.Clément Bœsch2012-12-20
| |
* | fate: re-enable lavfi gradfun filter test.Clément Bœsch2012-12-19
| |
* | Merge commit 'c35f0e8495e34c2082dcde805e9323c9f6a4cb0a'Michael Niedermayer2012-12-18
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c35f0e8495e34c2082dcde805e9323c9f6a4cb0a': au: Reorder code so that both muxer and demuxer are under #ifdefs fate: Move RALF test into lossless audio group cosmetics: Use consistent names for multiple inclusion guards. Conflicts: libavformat/au.c tests/fate/lossless-audio.mak tests/fate/real.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: Move RALF test into lossless audio groupDiego Biurrun2012-12-17
| |