summaryrefslogtreecommitdiff
path: root/tests/ref
Commit message (Collapse)AuthorAge
* tests/fate/mpeg4: add -sws_flags +bitexactMichael Niedermayer2014-10-18
| | | | | | | Should fix fate-mpeg4-resolution-change tests Found-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit 'f29c226af0ecc34c417b646580a9acd7d8bbaf48'Michael Niedermayer2014-10-17
|\ | | | | | | | | | | | | * commit 'f29c226af0ecc34c417b646580a9acd7d8bbaf48': fate: add mpeg4 tests for frame size changes Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: add mpeg4 tests for frame size changesJanne Grunau2014-10-17
| |
* | avcodec/ass: add FFmpeg signatureClément Bœsch2014-10-15
| |
* | avcodec/ass: output missing fields in AVSubtitles and output filesClément Bœsch2014-10-15
| | | | | | | | Fixes Ticket #3207
* | fate: make subtitles tests output to stdout instead of md5Clément Bœsch2014-10-15
| | | | | | | | This makes tracking subtitles changes simpler.
* | Merge commit 'c2c22c75cf89e2faab34d1ee1d392cfb065439ea'Michael Niedermayer2014-10-14
|\| | | | | | | | | | | | | * commit 'c2c22c75cf89e2faab34d1ee1d392cfb065439ea': movenc: Write tfdt atoms Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavf: Don't drop both pts and dts if timestamps are invalidMichael Niedermayer2014-10-12
| | | | | | | | | | | | | | | | | | In these cases, only drop dts. Because if we drop both we have no timestamps at all for some files. This improves playback of HLS streams from GoPro cameras. Signed-off-by: Martin Storsjö <martin@martin.st>
| * fate-vc1_ilaced_twomv: use -flags +bitexactJanne Grunau2014-10-04
| | | | | | | | | | Also updates the reference since it was generated by the non-bitexact x86 specific code.
* | 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>
* | postproc/postprocess: fix quant store for fq modeMichael Niedermayer2014-10-12
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | 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>
* | lavf/webm_dash: fix hardcode in cues_end computationVignesh Venkatasubramanian2014-10-01
| | | | | | | | | | | | | | | | | | | | Fix an incorrect hard code in cues_end computation. Updating the fate test reference files related to the fix as well. The earlier computation was clearly wrong as the cues_end field was greater than the file size itself in some cases. Signed-off-by: Vignesh Venkatasubramanian <vigneshv@google.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/vc1dec: Fixing is_intra, 2nd attemptMichael Niedermayer2014-09-28
| | | | | | | | | | | | | | | | This also un-does the fate changes from a52f443714b5c2a40ed272d8445f4c39220a4b69, leaving this fix without even small differences in the output, that is a sample for which this makes a vissible difference is very welcome Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/vc1dec: fix is_intra block vs. mb bugMichael Niedermayer2014-09-28
| | | | | | | | | | | | | | | | | | | | Fixes CID1194380 There are no vissible differences in the changed fate samples. Only a tiny number of pixels change by tiny amounts in the frames i checked If someone has a file that shows a vissible difference, please post it. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'b39ebcddd47daf37659796aaa7d068668086507a'Michael Niedermayer2014-09-26
|\| | | | | | | | | | | | | | | | | * commit 'b39ebcddd47daf37659796aaa7d068668086507a': fate: Add VC-1 interlaced twomv test Note, this test is not free of artifacts on both sides of the merge Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: Add VC-1 interlaced twomv testTim Walker2014-09-26
| | | | | | | | CC: libav-stable@libav.org
* | avformat/img2dec: initialize pkt->pos for image pipesMichael Niedermayer2014-09-25
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '28f5cd312c9da9072108edf8b7685d009374ea96'Michael Niedermayer2014-09-25
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit '28f5cd312c9da9072108edf8b7685d009374ea96': fate: Switch ra4-288 test from framecrc() to pcm() Conflicts: tests/fate/real.mak The test is kept disabled as it still does not pass on x86-64 due to float rounding Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: Switch ra4-288 test from framecrc() to pcm()Katerina Barone-Adesi2014-09-25
| | | | | | | | | | | | The decoder is float-based and the test needs to allow for some fuzz. Signed-off-by: Diego Biurrun <diego@biurrun.de>
* | avcodec/asvenc: fix AAN scalingMichael Niedermayer2014-09-23
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add fate-filter-pp1Michael Niedermayer2014-09-18
| | | | | | | | | | | | This tests a few more filters with forced quantizers Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '44caf99ecae7bc1b907fab849ecaa72dd340ba2e'Michael Niedermayer2014-09-17
|\| | | | | | | | | | | | | | | | | | | * commit '44caf99ecae7bc1b907fab849ecaa72dd340ba2e': fate: Add tests for RealAudio 1.0 (14.4) and RealAudio 2.0 (with 28.8) Conflicts: tests/fate/real.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: Add tests for RealAudio 1.0 (14.4) and RealAudio 2.0 (with 28.8)Katerina Barone-Adesi2014-09-17
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* | avformat/img2dec: Fail probing when no data is yet available and the ↵Michael Niedermayer2014-09-12
| | | | | | | | | | | | | | | | | | | | | | filename contains no number/glob patterns either. Fixes Ticket3901 the seek test error codes change due to a change in the failure path, this could be avoided by changing the respective error codes to EINVAL Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Print bits_per_raw_sample for ffprobe -show_streams.Carl Eugen Hoyos2014-09-08
| | | | | | | | Fixes ticket #3919.
* | Merge commit '7a1d6ddd2c6b2d66fbc1afa584cf506930a26453'Michael Niedermayer2014-09-03
|\| | | | | | | | | | | | | | | | | | | | | | | * commit '7a1d6ddd2c6b2d66fbc1afa584cf506930a26453': xvid: Add C IDCT Conflicts: libavcodec/dct-test.c libavcodec/xvididct.c See: 298b3b6c1f8f66b9bc6de53a7b51d3de745d946b Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * xvid: Add C IDCTPascal Massimino2014-09-02
| | | | | | | | | | | | Thanks to Pascal Massimino and Michael Militzer for relicensing as LGPL. Signed-off-by: Diego Biurrun <diego@biurrun.de>
* | avutil/pixelutils: add small buffers testsClément Bœsch2014-09-02
| |
* | 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 'd4ae8ac92f619507aadd021bb67b517d39d3a36f'Michael Niedermayer2014-08-28
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit 'd4ae8ac92f619507aadd021bb67b517d39d3a36f': matroskadec: parse stereo mode on decoding Conflicts: Changelog libavformat/matroska.c libavformat/matroskadec.c See: 4c509fe305bc79a913ef1b690df6c910c732f608 and others Merged-by: Michael Niedermayer <michaelni@gmx.at>
* | huffyuvdec: decode the last odd sampleChristophe Gisquet2014-08-25
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | huffyuvenc: write last odd sampleChristophe Gisquet2014-08-25
| | | | | | | | | | | | If width is odd, last sample wouldn't be written. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'b263f8ffe7599d9cd27ec477a12700da8eb2790d'Michael Niedermayer2014-08-25
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b263f8ffe7599d9cd27ec477a12700da8eb2790d': lavf: add AVFormatContext.max_ts_probe Conflicts: doc/APIchanges libavformat/avformat.h libavformat/utils.c libavformat/version.h lavf-fate/mp3 changes as the estimated input bitrate changes and that is copied to the output Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * electronicarts: set the framerate for TGQ/TQIAnton Khirnov2014-08-22
| | | | | | | | It is hardcoded to 15fps.
| * electronicarts: read the framerate for MADAnton Khirnov2014-08-22
| |
* | avfilter: add codecview filterClément Bœsch2014-08-24
| |
* | fate: add test for old (v1) huffyuv and rgbaChristophe Gisquet2014-08-21
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/select: larger pixel sad computationClément Bœsch2014-08-14
| |
* | avformat/matroskaenc: fix MAX_CUEPOINT_SIZE calculationMichael Niedermayer2014-08-09
| | | | | | | | | | | | | | | | | | Fixes assertion failure Fixes Ticket3822 as a side-effect this makes some mkv files a few bytes smaller Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avutil/pixelutils: avoid on stack arraysMichael Niedermayer2014-08-06
| | | | | | | | | | | | | | The arrays are fairly large and could cause problems on some embedded systems also they are not endian safe as they mix 32 and 8bit Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avutil: add pixelutils APIClément Bœsch2014-08-05
| |
* | Merge commit '086a541857812b2e0435db38fbabfddc7d19e53c'Michael Niedermayer2014-08-05
|\| | | | | | | | | | | | | | | | | | | * commit '086a541857812b2e0435db38fbabfddc7d19e53c': fate: png-suite Conflicts: tests/fate/image.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: png-suiteVittorio Giovara2014-08-04
| | | | | | | | Every supported format is converted to RGB.
* | Merge commit '706208ef47bffd525c982975d2756f7b2b220b8d'Michael Niedermayer2014-08-01
|\| | | | | | | | | | | | | | | | | | | | | * commit '706208ef47bffd525c982975d2756f7b2b220b8d': fate: Split fate-pixdesc tests and dispatch them through Make Conflicts: tests/fate-run.sh tests/ref/fate/filter-pixdesc Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: Split fate-pixdesc tests and dispatch them through MakeDiego Biurrun2014-08-01
| | | | | | | | This allows running all the tests individually and/or in parallel.
* | fate/hevc: update fate with 9 bitstreamsMickaël Raulet2014-07-27
| | | | | | | | | | | | | | | | - all of them testing HEVC version 1 cherry picked from commit adcdabb4dd062694fb8de6df0faecaad1c36ba33 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate/hevc: adding CONFWIN_A conformance testMickaël Raulet2014-07-27
| | | | | | | | | | | | cherry picked from commit 3b69a2dc469160ee87367191e630e8398e832227 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate/hevc: add BUMPING bitstream testMickaël Raulet2014-07-27
| | | | | | | | | | | | cherry picked from commit d4d61a071f087db2a4bc2b49559d40dd350a841e Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | hevc: fix RAP_B_BossenMickaël Raulet2014-07-26
| | | | | | | | | | | | cherry picked from commit 903236292f066bc321080e3e2192b64f8943d960 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>