summaryrefslogtreecommitdiffstats
path: root/tests/ref
Commit message (Collapse)AuthorAgeFilesLines
* lavf/webm_dash: some fields should go into RepresentationVignesh Venkatasubramanian2014-10-021-0/+30
| | | | | | | | | | | 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-013-4/+4
| | | | | | | | | | 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-283-83/+83
| | | | | | | | 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-283-83/+83
| | | | | | | | | | 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-261-0/+14
|\ | | | | | | | | | | | | | | | | * 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-261-0/+14
| | | | | | | | CC: libav-stable@libav.org
* | avformat/img2dec: initialize pkt->pos for image pipesMichael Niedermayer2014-09-252-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '28f5cd312c9da9072108edf8b7685d009374ea96'Michael Niedermayer2014-09-251-73/+0
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | * 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-251-73/+0
| | | | | | | | | | | | 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-238-64/+64
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add fate-filter-pp1Michael Niedermayer2014-09-181-0/+1
| | | | | | | | | | | | This tests a few more filters with forced quantizers Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '44caf99ecae7bc1b907fab849ecaa72dd340ba2e'Michael Niedermayer2014-09-172-0/+124
|\ \ | |/ | | | | | | | | | | | | | | | | * 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-172-0/+124
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* | avformat/img2dec: Fail probing when no data is yet available and the ↵Michael Niedermayer2014-09-123-78/+78
| | | | | | | | | | | | | | | | | | | | | | 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-085-6/+15
| | | | | | | | Fixes ticket #3919.
* | Merge commit '7a1d6ddd2c6b2d66fbc1afa584cf506930a26453'Michael Niedermayer2014-09-031-0/+0
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | * 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-021-0/+0
| | | | | | | | | | | | 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-021-0/+12
| |
* | fate: Add basic tests for WebM Dash ManifestVignesh Venkatasubramanian2014-08-293-0/+108
| | | | | | | | | | | | | | | | 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-281-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | * 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-252-4/+4
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | huffyuvenc: write last odd sampleChristophe Gisquet2014-08-252-8/+8
| | | | | | | | | | | | If width is odd, last sample wouldn't be written. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'b263f8ffe7599d9cd27ec477a12700da8eb2790d'Michael Niedermayer2014-08-251-2/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-222-306/+306
| | | | | | | | It is hardcoded to 15fps.
| * electronicarts: read the framerate for MADAnton Khirnov2014-08-221-97/+97
| |
* | avfilter: add codecview filterClément Bœsch2014-08-241-0/+61
| |
* | fate: add test for old (v1) huffyuv and rgbaChristophe Gisquet2014-08-213-0/+12
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/select: larger pixel sad computationClément Bœsch2014-08-141-4/+4
| |
* | avformat/matroskaenc: fix MAX_CUEPOINT_SIZE calculationMichael Niedermayer2014-08-091-2/+2
| | | | | | | | | | | | | | | | | | 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-061-12/+12
| | | | | | | | | | | | | | 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-051-0/+36
| |
* | Merge commit '086a541857812b2e0435db38fbabfddc7d19e53c'Michael Niedermayer2014-08-057-0/+14
|\ \ | |/ | | | | | | | | | | | | | | | | * commit '086a541857812b2e0435db38fbabfddc7d19e53c': fate: png-suite Conflicts: tests/fate/image.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: png-suiteVittorio Giovara2014-08-047-0/+14
| | | | | | | | Every supported format is converted to RGB.
* | Merge commit '706208ef47bffd525c982975d2756f7b2b220b8d'Michael Niedermayer2014-08-01119-118/+118
|\ \ | |/ | | | | | | | | | | | | | | | | | | * 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-0191-90/+90
| | | | | | | | This allows running all the tests individually and/or in parallel.
* | fate/hevc: update fate with 9 bitstreamsMickaël Raulet2014-07-279-0/+421
| | | | | | | | | | | | | | | | - 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-271-0/+61
| | | | | | | | | | | | cherry picked from commit 3b69a2dc469160ee87367191e630e8398e832227 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate/hevc: add BUMPING bitstream testMickaël Raulet2014-07-271-0/+50
| | | | | | | | | | | | cherry picked from commit d4d61a071f087db2a4bc2b49559d40dd350a841e Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | hevc: fix RAP_B_BossenMickaël Raulet2014-07-261-16/+13
| | | | | | | | | | | | cherry picked from commit 903236292f066bc321080e3e2192b64f8943d960 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate/hevc: update with new Rext bitstreamsMickaël Raulet2014-07-223-0/+33
| | | | | | | | | | | | cherry picked from commit d0924959f16d42630cfd7b3b4fce9fead60a4aa8 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '819bb3e81c72939ae1c1a4e5fc3dfdf3e98df074'Michael Niedermayer2014-07-211-0/+12
|\ \ | |/ | | | | | | | | | | * commit '819bb3e81c72939ae1c1a4e5fc3dfdf3e98df074': fate: add h264-direct-bff test Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: add h264-direct-bff testVittorio Giovara2014-07-201-0/+12
| |
* | fate/hevc: update fate rext testsMickaël Raulet2014-07-205-0/+51
| | | | | | | | | | | | 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-182-0/+5
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavu/eval: add clip functionStefano Sabatini2014-07-171-0/+9
| |
* | avcodec/roqvideo: use JPEG color rangeEric Lasota2014-07-064-10/+10
| | | | | | | | | | | | | | 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-281-171/+171
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffprobe: add color_range and color_space to stream outputTobias Rapp2014-06-245-4/+16
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter: add hqx filter (hq2x, hq3x, hq4x)Clément Bœsch2014-06-213-0/+9
| | | | | | | | Partially fixes Ticket #3404 (xbr filter remaining)
* | huffyuv: change statistics initializationChristophe Gisquet2014-06-1922-62/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
OpenPOWER on IntegriCloud