summaryrefslogtreecommitdiff
path: root/tests/fate/vpx.mak
Commit message (Collapse)AuthorAge
* fate: drop the vp8-alpha testAnton Khirnov2021-05-09
| | | | It is redundant with matroska-vp8-alpha-remux.
* fate: add scale filters for big-endian architectures.Nicolas George2020-09-30
| | | | | | | | | | Filters mostly work in native endianness, but they must output a specified endianness, usually little: that requires a final conversion for big endian. I do not know what's the deal with gif-deal: inserting explicitly the filters that are implicitly inserted result in less frames in output. Probably a strange problem of duration.
* fate: disable automatic conversions on many tests.Nicolas George2020-09-08
| | | | | | | | | | Explicitly insert the scale or aresample filter where it would have been inserted by the negotiation. Re-enable conversions if it cannot be done easily. If a conversion is needed in a test, we want to know about it. If the negotiation changes and makes new conversion necessary, we want to know about it even more.
* fate: add tests for h264 and vp9 video enc parameters exportAnton Khirnov2020-05-25
|
* avformat/webmdashenc: Don't use custom option for bitexactnessAndreas Rheinhardt2020-03-25
| | | | | | | | | | | | | | | | | | The WebM DASH Manifest muxer can write manifests for live streams and these contain an entry that depends on the time the manifest is written; an AVOption to make the output reproducible has been added for tests. But this is unnecessary, as there already is a method for reproducible output: The AVFMT_FLAG_BITEXACT-flag of the AVFormatContext. Therefore this commit removes the custom option. Given that the description of said option contained "private option - users should never set this" and that it was not documented in muxers.texi, no deprecation period for this option seemed necessary. The commands of the FATE-tests for this muxer have been changed to no longer use this option. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
* fate: add VP4 testPeter Ross2019-06-12
|
* Merge commit '4141a5a240fba44b4b4a1c488c279d7dd8a11ec7'James Almer2017-10-03
|\ | | | | | | | | | | | | * commit '4141a5a240fba44b4b4a1c488c279d7dd8a11ec7': Use modern avconv syntax for codec selection in documentation and tests Merged-by: James Almer <jamrial@gmail.com>
* | webm_dash_manifest: Add option to specify bandwidthVignesh Venkatasubramanian2017-04-17
| | | | | | | | | | | | | | | | | | Add an option to webm_dash_manifest demuxer to specify a value for "bandwidth" field in the DASH manifest. The value is then used by the muxer. Fixes an existing FIXME in the code. Signed-off-by: Vignesh Venkatasubramanian <vigneshv@google.com> Signed-off-by: James Zern <jzern@google.com>
* | tests: add -nostdin flag when calling ffmpegRodger Combs2016-10-06
| | | | | | | | | | | | This fixes a long-standing issue where running FATE in parallel could result in the terminal being left misconfigured, particularly if a test failed or was canceled wtih ^C.
* | Merge commit '523c4c5b70994f5cd1f192b68d07cf24b292ca05'Clément Bœsch2016-07-14
|\| | | | | | | | | | | | | * commit '523c4c5b70994f5cd1f192b68d07cf24b292ca05': fate: Add TrueMotion 2 RT tests Merged-by: Clément Bœsch <u@pkh.me>
| * fate: Add TrueMotion 2 RT testsVittorio Giovara2016-06-20
| |
* | Merge commit '906ffed9b1b8b06979eb656989aecacb1ae75a3a'Clément Bœsch2016-07-14
|\| | | | | | | | | | | | | * commit '906ffed9b1b8b06979eb656989aecacb1ae75a3a': fate: Move Duck Truemotion 1 and 2 tests to vpx.mak Merged-by: Clément Bœsch <u@pkh.me>
| * fate: Move Duck Truemotion 1 and 2 tests to vpx.makVittorio Giovara2016-06-20
| |
* | fate: fix fate-vp8 dependenciesJames Almer2016-07-13
| | | | | | | | | | | | | | | | Fix the demuxer dependencies in some of the tests and remove the vp8 decoder dependency for the stream copy tests Reviewed-by: Hendrik Leppkes <h.leppkes@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
* | 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>
* | fate/vp8: add test for Ticket2451Michael Niedermayer2016-02-29
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: use PROGSSUFChristophe Gisquet2015-10-16
| | | | | | | | | | | | | | May require exporting in the shell var PROGSUF when invoking a shell script. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | vp9: add profile 2/3 fate tests.Ronald S. Bultje2015-05-07
| |
* | vp9: add fate test for 422.Ronald S. Bultje2015-05-01
| | | | | | | | | | Sample available at: http://downloads.webmproject.org/test_data/libvpx/vp91-2-04-yuv422.webm
* | vp9: add yuv440 fate test.Ronald S. Bultje2015-05-01
| | | | | | | | | | Sample available at: http://downloads.webmproject.org/test_data/libvpx/vp91-2-04-yuv440.webm
* | vp9: add fate test for profile 1 444.Ronald S. Bultje2015-05-01
| | | | | | | | | | Sample available at: http://downloads.webmproject.org/test_data/libvpx/vp91-2-04-yuv444.webm
* | vp9: add fate test for intraonly frames.Ronald S. Bultje2015-04-24
| | | | | | | | | | Sample available at: http://downloads.webmproject.org/test_data/libvpx/vp90-2-16-intra-only.webm
* | vp9: add fate test for segmentation image-edge issue.Ronald S. Bultje2015-04-24
| | | | | | | | | | Sample available at: http://downloads.webmproject.org/test_data/libvpx/vp90-2-15-segkey_adpq.webm
* | vp9: add fate tests for show-existing-frame feature.Ronald S. Bultje2015-04-24
| | | | | | | | | | | | | | | | Samples available at: http://downloads.webmproject.org/test_data/libvpx/vp90-2-10-show-existing-frame.webm http://downloads.webmproject.org/test_data/libvpx/vp90-2-10-show-existing-frame2.webm Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | vp9: add lf_deltas fate test.Ronald S. Bultje2015-04-24
| | | | | | | | | | | | | | Sample available at: http://downloads.webmproject.org/test_data/libvpx/vp90-2-09-lf_deltas.webm Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | vp9: add fate test for bilinear MC filter.Ronald S. Bultje2015-04-23
| | | | | | | | | | | | | | Sample at: http://downloads.webmproject.org/test_data/libvpx/vp90-2-06-bilinear.webm Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | vp9: add fate size for resolution changes.Ronald S. Bultje2015-04-23
| | | | | | | | | | | | | | See sample: http://downloads.webmproject.org/test_data/libvpx/vp90-2-05-resize.ivf Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | webmdashenc: parameter'ize minimumUpdatePeriodVignesh Venkatasubramanian2015-04-22
| | | | | | | | | | | | | | | | | | Some players do not support setting minimumUpdatePeriod to zero. This patch adds a new parameter that will let the users set any value to this field. Also updates the test and the documentation. Signed-off-by: Vignesh Venkatasubramanian <vigneshv@google.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | webmdashenc: Support for live stream manifestsVignesh Venkatasubramanian2015-04-05
| | | | | | | | | | | | | | | | | | This patch adds support for creating DASH manifests for WebM Live Streams. It also updates the documentation and adds a fate test to verify the behavior of the new muxer flag. Signed-off-by: Vignesh Venkatasubramanian <vigneshv@google.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add test for vp90-2-trac4359.webmJames Almer2015-03-08
| | | | | | | | | | | | | | Regression test for the bug from trac ticket #4359 fixed in commit efff3854 Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>
* | Merge commit 'effa7d2a6a260ca3ce801c180ee6131d67d665fb'Michael Niedermayer2014-12-19
|\| | | | | | | | | | | | | * commit 'effa7d2a6a260ca3ce801c180ee6131d67d665fb': fate: add test for offset theora Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: add test for offset theoraVittorio Giovara2014-12-18
| |
* | fate: add test for vp90-2-trac3849.webmJames Almer2014-10-12
| | | | | | | | | | | | | | 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>
* | lavf/webm_dash: some fields should go into RepresentationVignesh Venkatasubramanian2014-10-02
| | | | | | | | | | | | | | | | | | | | | | 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>
* | fate/vpx: make webm dash manifest tests depend on the WEBM_DASH_MANIFEST demuxerMichael Niedermayer2014-08-29
| | | | | | | | | | Found-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: Add basic tests for WebM Dash ManifestVignesh Venkatasubramanian2014-08-29
| | | | | | | | | | | | | | | | 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>
* | 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
| |
* | 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>
* | Merge commit '91be8df20b57a18307e90f1c4886a35ea7b28880'Michael Niedermayer2014-02-13
|\| | | | | | | | | | | | | | | | | | | | | | | * commit '91be8df20b57a18307e90f1c4886a35ea7b28880': vp9: add fate sample for parallelmode. Conflicts: tests/fate/vpx.mak tests/ref/fate/vp9-parallelmode-akiyo See: 1d6bb21348711a05f25123b9aad065a08e1e5b58 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * vp9: add fate sample for parallelmode.Ronald S. Bultje2014-02-12
| | | | | | | | | | | | | | This disables backward probability updates, which makes the codec more friendly for frame-level multi-threading. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | Merge commit 'ca96e337169093979d7c763064ad9dae12b3108c'Michael Niedermayer2014-01-09
|\| | | | | | | | | | | | | | | | | | | * commit 'ca96e337169093979d7c763064ad9dae12b3108c': vp9: drop support for real (non-emulated) edges Conflicts: libavcodec/vp9block.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * vp9: drop support for real (non-emulated) edgesAnton Khirnov2014-01-09
| | | | | | | | | | | | They are not measurably faster on x86, they might be somewhat faster on other platforms due to missing emu edge SIMD, but the gain is not large enough to justify the added complexity.
* | Merge commit 'ef8c93e2f18c624d0c266687e43ab99af7921dd3'Michael Niedermayer2014-01-09
|\| | | | | | | | | | | | | | | | | | | * commit 'ef8c93e2f18c624d0c266687e43ab99af7921dd3': vp8: drop support for real (non-emulated) edges Conflicts: tests/fate/vpx.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * vp8: drop support for real (non-emulated) edgesAnton Khirnov2014-01-09
| | | | | | | | | | | | They are not measurably faster on x86, they might be somewhat faster on other platforms due to missing emu edge SIMD, but the gain is not large enough to justify the added complexity.
* | vp9: add a new segmentation sample.Ronald S. Bultje2013-11-30
| | | | | | | | | | | | 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).
* | vp9: add fate sample for parallelmode.Ronald S. Bultje2013-11-30
| | | | | | | | | | This disables backward probability updates, which makes the codec more friendly for frame-level multi-threading.
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-15
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: lavc: VP9 decoder Conflicts: Changelog doc/general.texi libavcodec/Makefile libavcodec/version.h libavcodec/vp9.c libavcodec/vp9.h libavcodec/vp9data.h libavcodec/vp9dsp.c libavcodec/x86/Makefile libavcodec/x86/vp9dsp.asm libavcodec/x86/vp9dsp_init.c tests/fate/vpx.mak tests/ref/fate/vp9-00-quantizer-00 tests/ref/fate/vp9-00-quantizer-01 tests/ref/fate/vp9-00-quantizer-02 tests/ref/fate/vp9-00-quantizer-03 tests/ref/fate/vp9-00-quantizer-04 tests/ref/fate/vp9-00-quantizer-05 tests/ref/fate/vp9-00-quantizer-06 tests/ref/fate/vp9-00-quantizer-07 tests/ref/fate/vp9-00-quantizer-08 tests/ref/fate/vp9-00-quantizer-09 tests/ref/fate/vp9-00-quantizer-10 tests/ref/fate/vp9-00-quantizer-11 tests/ref/fate/vp9-00-quantizer-12 tests/ref/fate/vp9-00-quantizer-13 tests/ref/fate/vp9-00-quantizer-14 tests/ref/fate/vp9-00-quantizer-15 tests/ref/fate/vp9-00-quantizer-16 tests/ref/fate/vp9-00-quantizer-17 tests/ref/fate/vp9-00-quantizer-18 tests/ref/fate/vp9-00-quantizer-19 tests/ref/fate/vp9-00-quantizer-20 tests/ref/fate/vp9-00-quantizer-21 tests/ref/fate/vp9-00-quantizer-22 tests/ref/fate/vp9-00-quantizer-23 tests/ref/fate/vp9-00-quantizer-24 tests/ref/fate/vp9-00-quantizer-25 tests/ref/fate/vp9-00-quantizer-26 tests/ref/fate/vp9-00-quantizer-27 tests/ref/fate/vp9-00-quantizer-28 tests/ref/fate/vp9-00-quantizer-29 tests/ref/fate/vp9-00-quantizer-30 tests/ref/fate/vp9-00-quantizer-31 tests/ref/fate/vp9-00-quantizer-32 tests/ref/fate/vp9-00-quantizer-33 tests/ref/fate/vp9-00-quantizer-34 tests/ref/fate/vp9-00-quantizer-35 tests/ref/fate/vp9-00-quantizer-36 tests/ref/fate/vp9-00-quantizer-37 tests/ref/fate/vp9-00-quantizer-38 tests/ref/fate/vp9-00-quantizer-39 tests/ref/fate/vp9-00-quantizer-40 tests/ref/fate/vp9-00-quantizer-41 tests/ref/fate/vp9-00-quantizer-42 tests/ref/fate/vp9-00-quantizer-43 tests/ref/fate/vp9-00-quantizer-44 tests/ref/fate/vp9-00-quantizer-45 tests/ref/fate/vp9-00-quantizer-46 tests/ref/fate/vp9-00-quantizer-47 tests/ref/fate/vp9-00-quantizer-48 tests/ref/fate/vp9-00-quantizer-49 tests/ref/fate/vp9-00-quantizer-50 tests/ref/fate/vp9-00-quantizer-51 tests/ref/fate/vp9-00-quantizer-52 tests/ref/fate/vp9-00-quantizer-53 tests/ref/fate/vp9-00-quantizer-54 tests/ref/fate/vp9-00-quantizer-55 tests/ref/fate/vp9-00-quantizer-56 tests/ref/fate/vp9-00-quantizer-57 tests/ref/fate/vp9-00-quantizer-58 tests/ref/fate/vp9-00-quantizer-59 tests/ref/fate/vp9-00-quantizer-60 tests/ref/fate/vp9-00-quantizer-61 tests/ref/fate/vp9-00-quantizer-62 tests/ref/fate/vp9-00-quantizer-63 tests/ref/fate/vp9-01-sharpness-1 tests/ref/fate/vp9-01-sharpness-2 tests/ref/fate/vp9-01-sharpness-3 tests/ref/fate/vp9-01-sharpness-4 tests/ref/fate/vp9-01-sharpness-5 tests/ref/fate/vp9-01-sharpness-6 tests/ref/fate/vp9-01-sharpness-7 tests/ref/fate/vp9-02-size-08x08 tests/ref/fate/vp9-02-size-08x10 tests/ref/fate/vp9-02-size-08x16 tests/ref/fate/vp9-02-size-08x18 tests/ref/fate/vp9-02-size-08x32 tests/ref/fate/vp9-02-size-08x34 tests/ref/fate/vp9-02-size-08x64 tests/ref/fate/vp9-02-size-08x66 tests/ref/fate/vp9-02-size-10x08 tests/ref/fate/vp9-02-size-10x10 tests/ref/fate/vp9-02-size-10x16 tests/ref/fate/vp9-02-size-10x18 tests/ref/fate/vp9-02-size-10x32 tests/ref/fate/vp9-02-size-10x34 tests/ref/fate/vp9-02-size-10x64 tests/ref/fate/vp9-02-size-10x66 tests/ref/fate/vp9-02-size-16x08 tests/ref/fate/vp9-02-size-16x10 tests/ref/fate/vp9-02-size-16x16 tests/ref/fate/vp9-02-size-16x18 tests/ref/fate/vp9-02-size-16x32 tests/ref/fate/vp9-02-size-16x34 tests/ref/fate/vp9-02-size-16x64 tests/ref/fate/vp9-02-size-16x66 tests/ref/fate/vp9-02-size-18x08 tests/ref/fate/vp9-02-size-18x10 tests/ref/fate/vp9-02-size-18x16 tests/ref/fate/vp9-02-size-18x18 tests/ref/fate/vp9-02-size-18x32 tests/ref/fate/vp9-02-size-18x34 tests/ref/fate/vp9-02-size-18x64 tests/ref/fate/vp9-02-size-18x66 tests/ref/fate/vp9-02-size-32x08 tests/ref/fate/vp9-02-size-32x10 tests/ref/fate/vp9-02-size-32x16 tests/ref/fate/vp9-02-size-32x18 tests/ref/fate/vp9-02-size-32x32 tests/ref/fate/vp9-02-size-32x34 tests/ref/fate/vp9-02-size-32x64 tests/ref/fate/vp9-02-size-32x66 tests/ref/fate/vp9-02-size-34x08 tests/ref/fate/vp9-02-size-34x10 tests/ref/fate/vp9-02-size-34x16 tests/ref/fate/vp9-02-size-34x18 tests/ref/fate/vp9-02-size-34x32 tests/ref/fate/vp9-02-size-34x34 tests/ref/fate/vp9-02-size-34x64 tests/ref/fate/vp9-02-size-34x66 tests/ref/fate/vp9-02-size-64x08 tests/ref/fate/vp9-02-size-64x10 tests/ref/fate/vp9-02-size-64x16 tests/ref/fate/vp9-02-size-64x18 tests/ref/fate/vp9-02-size-64x32 tests/ref/fate/vp9-02-size-64x34 tests/ref/fate/vp9-02-size-64x64 tests/ref/fate/vp9-02-size-64x66 tests/ref/fate/vp9-02-size-66x08 tests/ref/fate/vp9-02-size-66x10 tests/ref/fate/vp9-02-size-66x16 tests/ref/fate/vp9-02-size-66x18 tests/ref/fate/vp9-02-size-66x32 tests/ref/fate/vp9-02-size-66x34 tests/ref/fate/vp9-02-size-66x64 tests/ref/fate/vp9-02-size-66x66 tests/ref/fate/vp9-03-deltaq tests/ref/fate/vp9-03-size-196x196 tests/ref/fate/vp9-03-size-196x198 tests/ref/fate/vp9-03-size-196x200 tests/ref/fate/vp9-03-size-196x202 tests/ref/fate/vp9-03-size-196x208 tests/ref/fate/vp9-03-size-196x210 tests/ref/fate/vp9-03-size-196x224 tests/ref/fate/vp9-03-size-196x226 tests/ref/fate/vp9-03-size-198x196 tests/ref/fate/vp9-03-size-198x198 tests/ref/fate/vp9-03-size-198x200 tests/ref/fate/vp9-03-size-198x202 tests/ref/fate/vp9-03-size-198x208 tests/ref/fate/vp9-03-size-198x210 tests/ref/fate/vp9-03-size-198x224 tests/ref/fate/vp9-03-size-198x226 tests/ref/fate/vp9-03-size-200x196 tests/ref/fate/vp9-03-size-200x198 tests/ref/fate/vp9-03-size-200x200 tests/ref/fate/vp9-03-size-200x202 tests/ref/fate/vp9-03-size-200x208 tests/ref/fate/vp9-03-size-200x210 tests/ref/fate/vp9-03-size-200x224 tests/ref/fate/vp9-03-size-200x226 tests/ref/fate/vp9-03-size-202x196 tests/ref/fate/vp9-03-size-202x198 tests/ref/fate/vp9-03-size-202x200 tests/ref/fate/vp9-03-size-202x202 tests/ref/fate/vp9-03-size-202x208 tests/ref/fate/vp9-03-size-202x210 tests/ref/fate/vp9-03-size-202x224 tests/ref/fate/vp9-03-size-202x226 tests/ref/fate/vp9-03-size-208x196 tests/ref/fate/vp9-03-size-208x198 tests/ref/fate/vp9-03-size-208x200 tests/ref/fate/vp9-03-size-208x202 tests/ref/fate/vp9-03-size-208x208 tests/ref/fate/vp9-03-size-208x210 tests/ref/fate/vp9-03-size-208x224 tests/ref/fate/vp9-03-size-208x226 tests/ref/fate/vp9-03-size-210x196 tests/ref/fate/vp9-03-size-210x198 tests/ref/fate/vp9-03-size-210x200 tests/ref/fate/vp9-03-size-210x202 tests/ref/fate/vp9-03-size-210x208 tests/ref/fate/vp9-03-size-210x210 tests/ref/fate/vp9-03-size-210x224 tests/ref/fate/vp9-03-size-210x226 tests/ref/fate/vp9-03-size-224x196 tests/ref/fate/vp9-03-size-224x198 tests/ref/fate/vp9-03-size-224x200 tests/ref/fate/vp9-03-size-224x202 tests/ref/fate/vp9-03-size-224x208 tests/ref/fate/vp9-03-size-224x210 tests/ref/fate/vp9-03-size-224x224 tests/ref/fate/vp9-03-size-224x226 tests/ref/fate/vp9-03-size-226x196 tests/ref/fate/vp9-03-size-226x198 tests/ref/fate/vp9-03-size-226x200 tests/ref/fate/vp9-03-size-226x202 tests/ref/fate/vp9-03-size-226x208 tests/ref/fate/vp9-03-size-226x210 tests/ref/fate/vp9-03-size-226x224 tests/ref/fate/vp9-03-size-226x226 tests/ref/fate/vp9-2pass-akiyo tests/ref/fate/vp9-segmentation-akiyo tests/ref/fate/vp9-tiling-pedestrian Not merged at the request of the authors and maintainers "<ubitux> we have a lot of fixes they don't have, as well as optim actually" See: 848826f527bcf9927a539f7808d1d7c08f57193b Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavc: VP9 decoderRonald S. Bultje2013-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Originally written by Ronald S. Bultje <rsbultje@gmail.com> and Clément Bœsch <u@pkh.me> Further contributions by: Anton Khirnov <anton@khirnov.net> Diego Biurrun <diego@biurrun.de> Luca Barbato <lu_zero@gentoo.org> Martin Storsjö <martin@martin.st> Signed-off-by: Luca Barbato <lu_zero@gentoo.org> Signed-off-by: Anton Khirnov <anton@khirnov.net>