summaryrefslogtreecommitdiff
path: root/tests/ref
Commit message (Collapse)AuthorAge
* 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>
* | fate/hevc: update with new Rext bitstreamsMickaël Raulet2014-07-22
| | | | | | | | | | | | cherry picked from commit d0924959f16d42630cfd7b3b4fce9fead60a4aa8 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '819bb3e81c72939ae1c1a4e5fc3dfdf3e98df074'Michael Niedermayer2014-07-21
|\| | | | | | | | | | | | | * commit '819bb3e81c72939ae1c1a4e5fc3dfdf3e98df074': fate: add h264-direct-bff test Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: add h264-direct-bff testVittorio Giovara2014-07-20
| |
* | fate/hevc: update fate rext testsMickaël Raulet2014-07-20
| | | | | | | | | | | | cherry picked from commit e6ee89e6fab60a3faa1f933b7774e819846f70c4 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: Add test for wav Peak Envelope Chunk encoder (levl chunk).Peter B2014-07-18
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavu/eval: add clip functionStefano Sabatini2014-07-17
| |
* | avcodec/roqvideo: use JPEG color rangeEric Lasota2014-07-06
| | | | | | | | | | | | | | Signed-off-by: ejlasota <ejlasota@gmail.com> Also update fate test checksums Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/cavs: improve conformance with rm52j reference decoderYao Wang2014-06-28
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffprobe: add color_range and color_space to stream outputTobias Rapp2014-06-24
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter: add hqx filter (hq2x, hq3x, hq4x)Clément Bœsch2014-06-21
| | | | | | | | Partially fixes Ticket #3404 (xbr filter remaining)
* | huffyuv: change statistics initializationChristophe Gisquet2014-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Normally, a Laplace distribution is more typical of the residuals encoded, but for noisy input, it's both better and simpler to be safe and use a 1/d^2 distribution. Second hunk could use some renormalization but it has effectively little impact. Output size of ffvhuff on various 4:2:0 sequences: context=0,1/d: 851974 27226 1137281 context=0,1/d²: 619081 25069 1051500 context=0,1/d³: 501983 30454 1290561 context=0,lapl: 500650 31754 1304082 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '194be1f43ea391eb986732707435176e579265aa'Michael Niedermayer2014-06-18
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '194be1f43ea391eb986732707435176e579265aa': lavf: switch to AVStream.time_base as the hint for the muxer timebase Conflicts: doc/APIchanges libavformat/filmstripenc.c libavformat/movenc.c libavformat/mxfenc.c libavformat/oggenc.c libavformat/swf.h libavformat/version.h tests/ref/lavf/mkv Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov2014-06-18
| | | | | | | | | | | | | | | | | | | | | | | | Previously, AVStream.codec.time_base was used for that purpose, which was quite confusing for the callers. This change also opens the path for removing AVStream.codec. The change in the lavf-mkv test is due to the native timebase (1/1000) being used instead of the default one (1/90000), so the packets are now sent to the crc muxer in the same order in which they are demuxed (previously some of them got reordered because of inexact timestamp conversion).
| * Remove avserver.Anton Khirnov2014-06-18
| | | | | | | | | | | | | | It has not been properly maintained for years and there is little hope of that changing in the future. It appears simpler to write a new replacement from scratch than unbreaking it.
| * flvenc: Don't over-count metadata.Josh Allmann2014-06-17
| | | | | | | | | | | | Over-counting occurs if framerate is not set. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | avcodec/ass: move playres parameters below scripttypeClément Bœsch2014-06-18
| | | | | | | | Suggested-by: wm4
* | avcodec/ass: explicit PlayRes[XY]Clément Bœsch2014-06-18
| | | | | | | | | | | | | | | | This avoids the following libass warning when using the subtitles filter: "Neither PlayResX nor PlayResY defined. Assuming 384x288" Subtitles tests change because the output is ASS and the PlayRes[XY] ends up in the output.
* | huffyuv: fate: add a BGR24 testChristophe Gisquet2014-06-16
| | | | | | | | | | | | It was previously untested. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/framecrcenc: print the checksum and size of extradata as wellMichael Niedermayer2014-06-15
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: yadif: add >8 bit testsChristophe Gisquet2014-06-15
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | tests: Add aic decoder testTimothy Gu2014-06-11
| | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/mpegvideo_enc: fix padding for odd dimensions and interlaced videoMichael Niedermayer2014-06-11
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: Disable qtrlegray 34x34 testMichael Niedermayer2014-06-11
| | | | | | | | | | | | The encoder lacks support for width % 4 != 0 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '641e57230b460bef52c88e61087d97c223910bea'Michael Niedermayer2014-06-11
|\| | | | | | | | | | | | | | | | | | | * commit '641e57230b460bef52c88e61087d97c223910bea': fate: add on2avc audio test Conflicts: tests/fate/audio.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: add on2avc audio testVittorio Giovara2014-06-10
| |
* | tests: add a third, 34x34, targetChristophe Gisquet2014-06-10
| | | | | | | | | | | | This should exercise the corner cases of numerous codecs. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffprobe: add rc_max_rate to stream outputBilly Shambrook2014-06-09
| | | | | | | | | | | | | | | | | | | | | | | | | | The value is used by some bitstream to mark the maximum bit rate. See thread: Subject: [FFmpeg-devel] [PATCH] Add rc_max_rate to ffprobe stream output Date: Sun, 1 Jun 2014 17:36:36 +0100 To: ffmpeg-devel@ffmpeg.org http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/178461 Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | avcodec/utvideoenc: skip unused huffman entriesMichael Niedermayer2014-06-09
| | | | | | | | | | | | This very slightly improves compression Found-by: Christophe Gisquet <christophe.gisquet@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/mpeg12enc: store sequence display extension only if we have ↵Michael Niedermayer2014-06-06
| | | | | | | | | | | | something to store in it Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '8a06794112d02a5707f766b8b38a5d50dfd03898'Michael Niedermayer2014-06-06
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '8a06794112d02a5707f766b8b38a5d50dfd03898': mpeg2: add sequence display extension information Conflicts: libavcodec/mpeg12enc.c tests/ref/lavf/gxf tests/ref/lavf/mxf tests/ref/lavf/mxf_d10 tests/ref/lavf/ts tests/ref/seek/lavf-gxf tests/ref/seek/lavf-mxf tests/ref/seek/lavf-ts tests/ref/seek/vsynth2-mpeg2-422 tests/ref/seek/vsynth2-mpeg2-idct-int tests/ref/seek/vsynth2-mpeg2-ilace tests/ref/seek/vsynth2-mpeg2-ivlc-qprd tests/ref/seek/vsynth2-mpeg2-thread tests/ref/seek/vsynth2-mpeg2-thread-ivlc tests/ref/vsynth/vsynth1-mpeg2 tests/ref/vsynth/vsynth1-mpeg2-422 tests/ref/vsynth/vsynth1-mpeg2-idct-int tests/ref/vsynth/vsynth1-mpeg2-ilace tests/ref/vsynth/vsynth1-mpeg2-ivlc-qprd tests/ref/vsynth/vsynth1-mpeg2-thread tests/ref/vsynth/vsynth1-mpeg2-thread-ivlc tests/ref/vsynth/vsynth2-mpeg2 tests/ref/vsynth/vsynth2-mpeg2-422 tests/ref/vsynth/vsynth2-mpeg2-idct-int tests/ref/vsynth/vsynth2-mpeg2-ilace tests/ref/vsynth/vsynth2-mpeg2-ivlc-qprd tests/ref/vsynth/vsynth2-mpeg2-thread tests/ref/vsynth/vsynth2-mpeg2-thread-ivlc Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * mpeg2: add sequence display extension informationMarc-Antoine Arnaud2014-06-06
| | | | | | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * matroskaenc: set the stream timebase earlierAnton Khirnov2014-05-29
| | | | | | | | Fixes calculating the ts offset for audio codecs with delay.
| * flvenc: only write the framerate tag based on avg_frame_rateAnton Khirnov2014-05-29
| | | | | | | | | | Do not fall back on the codec timebase, since that can be anything for VFR video.
| * matroskaenc: base DefaultDuration on the framerate, not the codec timebaseAnton Khirnov2014-05-29
| | | | | | | | | | | | This results in DefaultDuration not being written when the framerate is not known, but as this field is purely informative, this should not break any sane demuxers.
| * oggenc: Fix the EOS flagMichael Niedermayer2014-05-28
| | | | | | | | | | | | | | | | | | | | | | This corrects the bug that caused the checksums to change in 9767d7c092c890ecc5953452e8a951fd902dd67b. It caused the EOS flag to be set incorrectly; the ogg spec does not allow it to be set in the middle of a logical bitstream. Signed-off-by: Andrew Kelley <superjoe30@gmail.com> Signed-off-by: Martin Storsjö <martin@martin.st>
* | fate: enable fate-seek-acodec-adpcm-ima_qt-trellisMichael Niedermayer2014-06-06
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | adpcm: Write the proper predictor in trellis mode in IMA QTMartin Storsjö2014-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The actual predictor value, set by the trellis code, never was written back into the variable that was written into the block header. This was accidentally removed in b304244b. This significantly improves the audio quality of the trellis case, which was plain broken since b304244b. Encoding IMA QT with trellis still actually gives a slightly worse quality than without trellis, since the trellis encoder doesn't use the exact same way of rounding as in adpcm_ima_qt_compress_sample and adpcm_ima_qt_expand_nibble. Fixes part of Ticket3701 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>