summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
* vc2: fate testsChristophe Gisquet2016-05-08
|
* fate: Remove duplicate wmv8_x8intra.wmv testMichael Niedermayer2016-05-08
| | | | | | | | | | Also temporary enable the test so we get updated fate failure statistics Note, this does not work on all platforms, it fails on MIPS and ml archives indicate it failed on x86 openbsd with some compilers as well Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Merge commit '9f4d99138df434a73b097c997fb4cafc65f4ff54'Derek Buitenhuis2016-05-07
|\ | | | | | | | | | | | | * commit '9f4d99138df434a73b097c997fb4cafc65f4ff54': fate: Add test for WMV2 with jframes Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * fate: Add test for WMV2 with jframesVittorio Giovara2016-03-29
| |
* | fate: fix dcadec test dependenciesJames Almer2016-05-06
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | avcodec: Add "sar" alias to "aspect" option of video encodersAndrey Utkin2016-05-06
| | | | | | | | | | | | | | | | It is impossible to pass "aspect" parameter to encoder from ffmpeg CLI because option from lavc/options_table.h is eclipsed by option with same name in ffmpeg_opt.c, which has different meaning (DAR, not SAR). Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: Add test for vorbis encoderPetru Rares Sincraian2016-05-05
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: Add test for broken SPS (Ticket 2580)Michael Niedermayer2016-05-05
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: wma: add lossless 24bits testsChristophe Gisquet2016-05-02
| | | | | | | | | | | | Should evaluate coefficients and raw pcm tiles. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | Merge commit 'b298b36fc008ad94a24929fe770c8189d96bcac4'Derek Buitenhuis2016-04-21
|\| | | | | | | | | | | | | * commit 'b298b36fc008ad94a24929fe770c8189d96bcac4': fate: Only run SRTP test if SRTP code is enabled Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * fate: Only run SRTP test if SRTP code is enabledDiego Biurrun2016-03-24
| |
* | fate: add readvitc filter testTobias Rapp2016-04-20
| | | | | | | | | | Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: Add test for ticket 1833 (Ogg/Vorbis Chapters)Michael Niedermayer2016-04-20
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: Add test for mts2 (mss4) codecPetru Rares Sincraian2016-04-20
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: Add test for 012v codecPetru Rares Sincraian2016-04-18
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: Add test for mss1 codecPetru Rares Sincraian2016-04-18
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | Merge commit '30e9ef21cea09fa5e880e979c9f5b39edccbb6f4'Derek Buitenhuis2016-04-17
|\| | | | | | | | | | | | | * commit '30e9ef21cea09fa5e880e979c9f5b39edccbb6f4': timefilter-test: Only compile timefilter-test if JACK is enabled Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * timefilter-test: Only compile timefilter-test if JACK is enabledDiego Biurrun2016-03-23
| |
* | fate: add test for Ticket4816 (PNG decoding with alpha)Michael Niedermayer2016-04-17
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | lavc/dds: Fix GRAY8A decoding.Carl Eugen Hoyos2016-04-15
| | | | | | | | Fixes ticket #4667.
* | lavfi/af_hdcd: Implement high definition audio cd filtering.Benjamin Steffes2016-04-15
| | | | | | | | Fixes ticket #4441.
* | avcodec: Add bits_per_raw_sample to AVCodecParametersMichael Niedermayer2016-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The bits_per_raw_sample represents the number of bits of precision per sample. The field is added at the logical place, not at the end as the code was just recently added This fixes the regression about losing the audio sample precision information The change in the fate test checksum un-does the change from the merge Previous version reviewed by: wm4 <nfxjfg@googlemail.com> Previous version reviewed by: Dominik 'Rathann' Mierzejewski <dominik@greysector.net> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avformat/framehash: enable new outputJames Almer2016-04-13
| | | | | | | | | | | | | | Also, make every addition except for sidedata part of version 1 instead of the new version 2. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
* | tests/checkasm/vf_colorspace: Make bpp_mask constMichael Niedermayer2016-04-13
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avformat/framecrc: enable new outputJames Almer2016-04-13
| | | | | | | | | | Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
* | Merge commit '11843ededacd0157aea642771837557549b5b417'Derek Buitenhuis2016-04-13
|\| | | | | | | | | | | | | * commit '11843ededacd0157aea642771837557549b5b417': fate: Add separate target for all indeo3 tests Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * fate: Add separate target for all indeo3 testsDiego Biurrun2016-03-01
| |
* | Merge commit 'b39ab8549a53e2fc7978ab9db50e5c2ba6a6602d'Derek Buitenhuis2016-04-13
|\| | | | | | | | | | | | | * commit 'b39ab8549a53e2fc7978ab9db50e5c2ba6a6602d': fate: Add test for indeo2 with delta frames Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * fate: Add test for indeo2 with delta framesVittorio Giovara2016-03-01
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* | tests/checkasm/vf_colorspace: Fix dst array sizesMichael Niedermayer2016-04-12
| | | | | | | | | | Suggested & Approved by: BBB Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | vf_colorspace: x86-64 SIMD (SSE2) optimizations.Ronald S. Bultje2016-04-12
| |
* | Merge commit 'f6ccee9bed92c09799777c1dfb2b2772763e0e83'Derek Buitenhuis2016-04-12
|\| | | | | | | | | | | | | * commit 'f6ccee9bed92c09799777c1dfb2b2772763e0e83': fate: fft: Split DCT/FFT/MDCT/RDFT tests into separate targets Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * fate: fft: Split DCT/FFT/MDCT/RDFT tests into separate targetsDiego Biurrun2016-02-26
| |
* | fate: fix sample dependencies for fate-{a,v}filter testsJames Almer2016-04-10
| |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '9200514ad8717c63f82101dc394f4378854325bf': lavf: replace AVStream.codec with AVStream.codecpar This has been a HUGE effort from: - Derek Buitenhuis <derek.buitenhuis@gmail.com> - Hendrik Leppkes <h.leppkes@gmail.com> - wm4 <nfxjfg@googlemail.com> - Clément Bœsch <clement@stupeflix.com> - James Almer <jamrial@gmail.com> - Michael Niedermayer <michael@niedermayer.cc> - Rostislav Pehlivanov <atomnuker@gmail.com> Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, AVStream contains an embedded AVCodecContext instance, which is used by demuxers to export stream parameters to the caller and by muxers to receive stream parameters from the caller. It is also used internally as the codec context that is passed to parsers. In addition, it is also widely used by the callers as the decoding (when demuxer) or encoding (when muxing) context, though this has been officially discouraged since Libav 11. There are multiple important problems with this approach: - the fields in AVCodecContext are in general one of * stream parameters * codec options * codec state However, it's not clear which ones are which. It is consequently unclear which fields are a demuxer allowed to set or a muxer allowed to read. This leads to erratic behaviour depending on whether decoding or encoding is being performed or not (and whether it uses the AVStream embedded codec context). - various synchronization issues arising from the fact that the same context is used by several different APIs (muxers/demuxers, parsers, bitstream filters and encoders/decoders) simultaneously, with there being no clear rules for who can modify what and the different processes being typically delayed with respect to each other. - avformat_find_stream_info() making it necessary to support opening and closing a single codec context multiple times, thus complicating the semantics of freeing various allocated objects in the codec context. Those problems are resolved by replacing the AVStream embedded codec context with a newly added AVCodecParameters instance, which stores only the stream parameters exported by the demuxers or read by the muxers.
* | fate/exr : add test for PXR24 Float and tile uncompressMartin Vignali2016-04-10
| |
* | fate: Add test for Ticket 2397 (dvdsub)Michael Niedermayer2016-04-08
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: add missing filter-meta-4560-rotate0 dependenciesJames Almer2016-04-05
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | fate: force fixed point aac decoder in filter-meta-4560-rotate0Michael Niedermayer2016-04-06
| | | | | | | | | | | | This should fix a off by 1 difference between AARCH64 and X86 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: Add wav-ac3 testMichael Niedermayer2016-04-04
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: add fate-flv-demuxMichael Niedermayer2016-04-04
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: Add fate-ts-opus-demuxMichael Niedermayer2016-04-04
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: add demux test for OggOpusJames Almer2016-04-03
| | | | | | | | | | Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
* | AAC encoder: new regression testClaudio Freire2016-04-03
| | | | | | | | | | | | Test to catch the recently fixed minsf bug Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate/exr : add test for b44/b44a compressionMartin Vignali2016-04-03
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: add demux test for TS with AC3 (Ticket 4864)Michael Niedermayer2016-04-01
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: Test for Ticket4560Michael Niedermayer2016-04-01
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: Add regression test for Ticket 1239Michael Niedermayer2016-04-01
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: Add filter-metadata-cropdetectMichael Niedermayer2016-03-30
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>