summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
* fate/proresenc_aw : add test for interlace and 444 encodingMartin Vignali2019-02-27
|
* lavf/jacosubdec: compute subtitle duration correctlyAdam Sampson2019-02-20
| | | | | | | | | | | | | | | | | | When a JACOsub subtitle has two timestamps, they represent its start and end times (http://unicorn.us.com/jacosub/jscripts.html#l_times); the duration is the difference between the two, not the sum of the two. The subtitle end times in the FATE test for this were wrong as a result; fix them too. (This test is based on JACOsub's demo.txt, and the end time computed for the last line using @ now matches what the comments there say it should be.) Also tested in practice using MPV, a LaserDisc, and some authentic 1993 JACOsub files. Signed-off-by: Adam Sampson <ats@offog.org> Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Merge commit 'd7f4f5c4a18a0c9e62635cfa6fe8a9302b413c01'James Almer2019-02-20
|\ | | | | | | | | | | | | * commit 'd7f4f5c4a18a0c9e62635cfa6fe8a9302b413c01': checkasm/h264: add loop filter tests Merged-by: James Almer <jamrial@gmail.com>
| * checkasm/h264: add loop filter testsJanne Grunau2019-01-26
| |
| * swscale: Add GRAY10Carl Eugen Hoyos2018-11-06
| | | | | | | | | | | | Based on ab839054 by Luca Barbato. Signed-off-by: James Almer <jamrial@gmail.com>
| * fate: Error out more gracefully on configure failureDiego Biurrun2018-02-26
| | | | | | | | | | | | If configure fails before config.fate is generated, the report file misses some values and gets discarded by the FATE server. In these cases, print those values as "failed" along with the failing configure command line.
| * checkasm: Use LOCAL_ALIGNED for aligned variables on the stackMartin Storsjö2017-12-12
| | | | | | | | | | | | | | This fixes fate-checkasm-hevc_mc on ARMCC 5.0 after adding NEON HEVC MC assembly. Signed-off-by: Martin Storsjö <martin@martin.st>
* | palettegen: Fill with last color, not blackTomas Härdin2019-02-19
| | | | | | | | | | | | If we fill with black then the generated palette will have one color more than what the user requested. This also resulted in unwanted black specks in the output of paletteuse, especially when generating small palettes.
* | avutil/cuda_check: avoid pointlessly exporting same symbol from two librariesTimo Rothenpieler2019-02-14
| |
* | tests/api/api-h264-test: Add AV_NOPTS_VALUE check for AVFrame.pkt_dts/ptsJun Zhao2019-02-12
| | | | | | | | | | | | | | | | | | Use av_ts2str() for AVFrame.pkt_dts/pts to avoid print the pkt_dts/pts as negative number like: "0, 3616613, -9223372036854775808, 1001, 3110400, 0x75e37a65" Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Jun Zhao <mypopydev@gmail.com>
* | tests/checkasm/checkasm: Do not define an unused function.Carl Eugen Hoyos2019-01-31
| | | | | | | | | | Fixes the following warning: tests/checkasm/checkasm.c:615:12: warning: 'bench_init_ffmpeg' defined but not used
* | avcodec: Add discard_sample_percentageMichael Niedermayer2019-01-28
| | | | | | | | | | Suggested-by: BBB Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avcodec/vp6: select idct based (loosely) on number of coefficients decodedPeter Ross2019-01-26
| | | | | | | | | | | | | | | | | | | | | | The VP3/4/5/6 reference decoders all use three IDCT versions: one for the DC-only case, another for blocks with more than 10 coefficients, and an optimised one for blocks with up to 10 AC coefficents. VP6 relies on the sparse 10 coefficient version, and without it, IDCT drift occurs. Fixes: https://trac.ffmpeg.org/ticket/1282 Signed-off-by: Peter Ross <pross@xvid.org>
* | avcodec/vp6: use ff_vp3dsp_[hv]_loop_filter_12Peter Ross2019-01-26
| | | | | | | | | | | | Partially fixes: https://trac.ffmpeg.org/ticket/1282 Signed-off-by: Peter Ross <pross@xvid.org>
* | avcodec/vp6: use rounded shift for chroma motion vector calculationPeter Ross2019-01-26
| | | | | | | | | | | | Partially fixes: https://trac.ffmpeg.org/ticket/1282 Signed-off-by: Peter Ross <pross@xvid.org>
* | api-h264-slice-test: fix arguments and helpRafaël Carré2019-01-14
| | | | | | | | | | | | | | This program only takes 2 arguments Remove comment that was never right Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | checkasm/af_afir: relax the max allowed absolute differenceJames Almer2019-01-13
| | | | | | | | | | | | Should fix failures on x86_32. Signed-off-by: James Almer <jamrial@gmail.com>
* | fate: add tests/fate/hlsenc.mak for hls FATESteven Liu2019-01-04
| | | | | | | | | | | | | | | | | | | | init add three test examples: 1. check no endlist at the end 2. check endlist at the end 3. check hls_list_size 0 full list Tested-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
* | checkasm: add an af_afir testJames Almer2019-01-03
| | | | | | | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
* | lavc/options_table: Change some options location in opt table.Jun Zhao2018-12-20
| | | | | | | | | | | | | | Change the some options location in avcodec_options to make code more readable. And update the fate test with this change. Signed-off-by: Jun Zhao <mypopydev@gmail.com>
* | tests/fate/filter-video: increase fuzz for fate-filter-refcmp-psnr-rgbMichael Niedermayer2018-12-19
| | | | | | | | | | | | Fixes: test failure on powerpc Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avformat/nut: add support for yuva444/422p12 pixel formatPaul B Mahol2018-12-14
| |
* | avcodec/gif: use avctx->frame_numberPaul B Mahol2018-12-13
| |
* | avcodec: rewrite gif muxing and encodingPaul B Mahol2018-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now "-c copy" works. Update FATE files. Demuxer only split file into packets, no data is trimmed. Encoder & muxer currently expect completely another format where muxer writes stuff like disposal method which should be really encoder job. With this patch muxer only modifies delay between two packets. Codec copy need to have same behavior between demuxer and muxer to work correctly. Fixes #6640.
* | tests/api-flac-test: Rename NUMBER_OF_FRAMES as NUMBER_OF_AUDIO_FRAMES.Carl Eugen Hoyos2018-12-11
| | | | | | | | | | In system header /usr/include/sys/mstsave.h, aix defines NUMBER_OF_FRAMES, causing redefinition warnings.
* | fate: add prog suffix in fate-mov-mp4-with-mov-in24-verGyan Doshi2018-12-11
| | | | | | | | | | Prevent test failure with builds that set a suffix and/or extension for the ffprobe binary
* | avcodec/r210: use correct pixel formatPaul B Mahol2018-12-03
| |
* | tests/ref/fate/vc1test_smm0005: Add a newline.Carl Eugen Hoyos2018-12-02
| | | | | | | | Fixes fate-pixelutils on aix.
* | avcodec/proresdec : add 12b decodingMartin Vignali2018-12-02
| | | | | | | | | | | | based on patch by Kieran Kunhya ticket 7163
* | additional math.h functions for djgppPeter Ross2018-11-28
| |
* | avcodec/opus: set skip_samplesPaul B Mahol2018-11-28
| | | | | | | | Also update fate test. Fixes #5258.
* | fate/prores-metadata : make output bit exactMartin Vignali2018-11-25
| |
* | swscale : add support for YUVA444P12 and YUVA422P12Martin Vignali2018-11-24
| |
* | avutil : add YUVA444P12 and YUVA422P12Martin Vignali2018-11-24
| |
* | avformat/movenc: get number of written bytes from bitstream writerPaul B Mahol2018-11-22
| | | | | | | | Update fate test.
* | fate-api-h264-slice: use the heap for nal bufferPeter Ross2018-11-21
| | | | | | | | | | | | nal buffer is 512 kilobytes Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | api-h264-slice-test: use av_be2ne16 instead of ntohsPeter Ross2018-11-21
| | | | | | | | | | | | avformat/network.h is not required here. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avutil/cuda_check: Make sure this passes make fate-sourcePhilip Langdale2018-11-17
| | | | | | | | | | | | | | | | The header guards were unnecessarily non-standard and the c file inclusion trick means the files dont't have standard licence headers. Based on a patch by: Martin Vignali <martin.vignali@gmail.com>
* | fate: Add test for vc1test demuxerJun Zhao2018-11-12
| | | | | | | | Signed-off-by: Jun Zhao <mypopydev@gmail.com>
* | fate/prores_metadata : fix md5 valueMartin Vignali2018-11-11
| |
* | fate/prores_metadata_bsf : add test for setting color propertyMartin Vignali2018-11-11
| |
* | cbs_h265: Add PTL parsing for sublayersMark Thompson2018-11-11
| | | | | | | | | | With fate test using the SLPPLP_A_VIDYO_2 conformance file, which contains two sublayers with full PTL information.
* | fate/libavcodec: Fix config dependency of h264-levels testMark Thompson2018-11-11
| |
* | fate/api-h264-slice-test: use cleaner error handlingJosh de Kock2018-11-03
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | fate/api-h264-slice-test: don't use ssize_tJosh de Kock2018-11-03
| | | | | | | | | | | | Fixes ticket #7521 Signed-off-by: James Almer <jamrial@gmail.com>
* | avfilter/vf_pixdesctest: Use 32bit read/writeMichael Niedermayer2018-10-27
| | | | | | | | | | | | This is needed for processing 32bit floats Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avutil/pixdesc: Add av_write_image_line2(), av_read_image_line2()Michael Niedermayer2018-10-27
| | | | | | | | | | | | | | | | | | This is needed because of 32bit float formats (which are difficult to store in 16bits) This also fixes undefined behavior found by fate Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | tests/api-h264-slice-test: use the correct function to free the AVHashContextJames Almer2018-10-27
| | | | | | | | | | | | Fixes memleaks. Signed-off-by: James Almer <jamrial@gmail.com>
* | fate: add api-h264-slice testJosh de Kock2018-10-26
| | | | | | | | This test ensures that you are able to send N number of slice NALUs in slice threaded mode to be decoded simultaneously
* | fate: add h264 timecode testJosh de Kock2018-10-23
| |