summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
* avformat/movenc: Move avid DNxHD padding to the correct spotKevin Wheatley2015-02-20
| | | | | | | | | | | | 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>
* Merge commit 'b727b0eeb73cd78533a7fd387ceccd505e48fa6c'Michael Niedermayer2015-02-19
|\ | | | | | | | | | | | | | | | | | | * commit 'b727b0eeb73cd78533a7fd387ceccd505e48fa6c': fate: Add tests for DSS Conflicts: tests/fate/audio.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: Add tests for DSSVittorio Giovara2015-02-19
| | | | | | | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
* | tests: fate: adding fate-test for twofishSupraja Meedinti2015-02-18
| | | | | | | | | | Signed-off-by: Supraja Meedinti <supraja0493@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/gif: fix off by one in column offsetting findingClément Bœsch2015-02-16
| |
* | Merge commit 'e21d85309943a51b7808f5e01dd258b262e09148'Michael Niedermayer2015-02-15
|\| | | | | | | | | | | | | | | | | | | * commit 'e21d85309943a51b7808f5e01dd258b262e09148': FATE: add a test for the SVQ1 header byte swapping Conflicts: tests/fate/qt.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * FATE: add a test for the SVQ1 header byte swappingAnton Khirnov2015-02-15
| |
* | avcodec/gif: support crop and transparency with PAL8Clément Bœsch2015-02-14
| |
* | fate: add wavpack encoderPaul B Mahol2015-02-13
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate: mjpeg trellis testMichael Niedermayer2015-02-11
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | tests: drop bc dependencyClément Bœsch2015-02-10
| | | | | | | | | | We already have a dependency on awk and bc is sometimes not found in the base system.
* | libavformat: DNxHD in .mov, switch unspecified color_range to mpegKevin Wheatley2015-02-10
| | | | | | | | | | | | | | | | | | | | 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>
* | test/fate: added mxf_opatom regression testsMark Reid2015-02-10
| | | | | | | | | | Reviewed-by: tomas.hardin@codemill.se Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '9295d10ea9d138462b7f67d16bf95ae9ca76aca6'Michael Niedermayer2015-02-07
|\| | | | | | | | | | | | | * commit '9295d10ea9d138462b7f67d16bf95ae9ca76aca6': fate: Add a test for AAC ELD480. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: Add a test for AAC ELD480.Alex Converse2015-02-06
| | | | | | | | The source is er_eld_2100np_48_ep0.mp4 from the official test set.
| * nutenc: do not use has_b_framesAnton Khirnov2015-01-27
| | | | | | | | | | It is unreliable, especially when the stream codec context is not the encoding context. Use the codec descriptor properties instead.
| * swscale: fix gbrap to gbrap alpha scalingVittorio Giovara2015-01-16
| |
| * libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol2015-01-14
| | | | | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | tests/utils: Remove unneeded L suffixMichael Niedermayer2015-02-01
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Add an ARES atom to extradata when encoding avui.Carl Eugen Hoyos2015-01-29
| | | | | | | | | | | | Allows playback with QuickTime and the original codec. Tested by Olaf Matthes, olaf matthes gmx de
* | tests/fate: added mxf tests for essencegroups and missing indexMark Reid2015-01-28
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: Fix bitexactness for vsynth3-dnxhd-1080i-colrMichael Niedermayer2015-01-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/movenc: Add simplistic 'colr' tag writing support to mov containerKevin Wheatley2015-01-26
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add Camellia testJames Almer2015-01-26
| | | | | | | | | | Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>
* | Fix creation of ffprobe-test.nut on remote targets.Carl Eugen Hoyos2015-01-26
| | | | | | | | | | | | | | | | 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 " "$@")"
* | avcodec/mpegvideo: also export 0,0 motion vectorsMichael Niedermayer2015-01-22
| | | | | | | | | | Reviewed-by: Clément Bœsch <u@pkh.me> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffmpeg: Favor filter graph based duration over ost->frame_rate in fps codeMichael Niedermayer2015-01-19
| | | | | | | | | | | | The fate change adds a last frame with a subtitle not displayed in the previous Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_framepack: Check and update frame_rateMichael Niedermayer2015-01-16
| | | | | | | | | | | | | | The frame_rate update was missing leaving the output frame rate wrong. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffmpeg: Maintain higher precision pts between video filter and fps codeMichael Niedermayer2015-01-16
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* | avfilter: add showpalette filterClément Bœsch2015-01-15
| |
* | fate: add qp filter testMichael Niedermayer2015-01-14
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/voc: add seeking supportMichael Niedermayer2015-01-11
| | | | | | | | | | | | Fixes Ticket1333 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | tests/regression-funcs: Remove hardcoded threads 1Michael Niedermayer2015-01-03
| | | | | | | | | | | | | | | | | | | | | | The tests which use encoders which either use slices or store the encoder thread count keep a hardcoded value of 1 This will help test more threading code like in filters Found-by: ubitux Reviewed-by: Clément Bœsch <u@pkh.me> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffprobe: Support extracting the number of reference framesMichael Niedermayer2014-12-30
| | | | | | | | | | | | | | Fixes Ticket3141 Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add a fate-filter-framepack ruleClément Bœsch2014-12-30
| |
* | Merge commit '50036c30df83b609bc5a95276f1287f8b9b8bdd6'Michael Niedermayer2014-12-30
|\| | | | | | | | | | | | | | | | | | | * commit '50036c30df83b609bc5a95276f1287f8b9b8bdd6': fate: Use bitexact conversions in the dpxparser test Conflicts: tests/fate/image.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: Use bitexact conversions in the dpxparser testMartin Storsjö2014-12-29
| | | | | | | | | | | | This fixes fate on e.g. ppc. Signed-off-by: Martin Storsjö <martin@martin.st>
* | 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
| |
* | Merge commit 'a381e0cec87bcb28ebc05fe840bb937a495de736'Michael Niedermayer2014-12-19
|\| | | | | | | | | | | | | * commit 'a381e0cec87bcb28ebc05fe840bb937a495de736': fate: add a DPX parser test Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: add a DPX parser testVittorio Giovara2014-12-18
| |
* | Merge commit 'd2f1d42b18787e4fcb28864d9d9f701dd64a5747'Michael Niedermayer2014-12-10
|\| | | | | | | | | | | | | | | | | | | * commit 'd2f1d42b18787e4fcb28864d9d9f701dd64a5747': fate: add dolby true hd tests Conflicts: tests/fate/lossless-audio.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: add dolby true hd testsJanne Grunau2014-12-09
| | | | | | | | | | | | | | | | The existing meridian audio test does not test ff_mlp_rematrix_channel_arm. This sample (first 640k of https://samples.libav.org/A-codecs/TrueHD/TrueHD.raw) uses ff_mlp_rematrix_channel_arm. Since this sample has 5.1 channels it also allows testing the integrated downmixing.
| * Allow reading of growing avi files (currently being written)Joakim Plate2014-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | This uses the RIFF header stored size to figure out the expected AVI file size, instead of the actual file. To work fully it requires handling failed avio_seek() instead of assuming they always succeed. Some fate file has been cut off and contains half a frame at the end which previously was not output during demuxing. This frame is now output to encoder, thus the fate diff update. Bug-Id: 261 Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
| * dpx: always write the image offsetZoltan Kovacs2014-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | According to the DPX file format description found at http://www.fileformat.info/format/dpx/egff.htm the ImageElement part of the GenericImageHeader also contains an an offset to the real image data beside the same member that can be found in the GenericFileHeader. Libav keeps this member empty (=0) while some applications expects it to be filled properly. FATE test updated accordingly. Bug-Id: 742 Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
| * v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya2014-12-05
| | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
| * swscale: Properly scale YUVDerek Buitenhuis2014-12-05
| | | | | | | | | | | | | | | | | | | | Only shift limited range luma, and always only shift chroma for upconversion. Based off a patch by Michael Niedermayer. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | fate: add libavcodec/options-testLukasz Marek2014-12-08
| | | | | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* | tests: Add vsynth2 which uses the new reference.pnmMichael Niedermayer2014-12-02
| | | | | | | | | | | | | | The file is already present in git and by using it we can perform more tests without the need of fate samples Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | tests: Rename vsynth2 to vsynth_lenaMichael Niedermayer2014-12-02
| | | | | | | | | | | | This avoids confusion with a growing number of vsynth tests Signed-off-by: Michael Niedermayer <michaelni@gmx.at>