summaryrefslogtreecommitdiff
path: root/tests/ref
Commit message (Collapse)AuthorAge
...
* | 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
| |
* | 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>
* | 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>
* | 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.
* | 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
| |
* | 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.
* | 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.
* | 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>
* | 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
| |
* | swscale : add YA16 LE/BE outputMartin Vignali2018-10-18
| |
* | avcodec/proresenc_aw : use for frame flag in the header the same value than ↵Martin Vignali2018-10-18
| | | | | | | | the official encoder
* | avcodec/proresenc_aw : use qp close to the official encoderMartin Vignali2018-10-18
| |
* | avcodec/proresenc_aw : use AVframe primaries, transfert, colorspace for ↵Martin Vignali2018-10-18
| | | | | | | | | | | | frame header instead of default (unknown, unknown, Rec601) avoid color shift, on some decoding software
* | fate: Update checksums for recent mxf changesMichael Niedermayer2018-10-14
| | | | | | | | | | | | References: bb89109a0a29d51cb207352834f6b92784c1700d, 84e8a87ca082f5a882e83fcb34a970f8b720cc25, ea55a11ced5ef73bc7173ae2d3e268e26b351350, 3d38e45eb85c7a2420cb48a9cd45625c28644b2e Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avformat/mxfenc: correctly set content package rate in system elementBaptiste Coudurier2018-10-12
| |
* | avformat/mxfenc: update body partition with footer offsetBaptiste Coudurier2018-10-12
| |
* | avformat/mxfenc: add mpeg-2 specific metadata, fix compatibility with sony ↵Baptiste Coudurier2018-10-12
| | | | | | | | content browser
* | avformat/mxfenc: write index delta entry array needed by sony vegas pro 11Baptiste Coudurier2018-10-12
| |
* | avutil/tests/parseutils: add some big duration testsMarton Balint2018-10-07
| | | | | | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* | avfilter/vf_curves: add planar rgb supportPaul B Mahol2018-09-25
| |
* | avcodec: add native iLBC decoderPaul B Mahol2018-09-23
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avcodec/loco: switch to planar rgb formatPaul B Mahol2018-09-10
| | | | | | | | Remove now unused step variable.
* | tests/fate: fix lut hash for gray14Paul B Mahol2018-09-09
| |
* | avcodec/lagarith: switch to planar rgbPaul B Mahol2018-09-09
| | | | | | | | Speed goes from 363 fps to 428 fps for 640x480 video.
* | Add FATE test for QT format audio descriptors in MP4Derek Buitenhuis2018-09-09
| | | | | | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | avfilter: add support for gray14 formatPaul B Mahol2018-09-09
| |
* | fate: fix hapqa-extract-nosnappy tests on small buildsJames Almer2018-09-06
| | | | | | | | | | | | Fixes ticket #7324 Signed-off-by: James Almer <jamrial@gmail.com>
* | fate: add 10-bit test for hue video filterTobias Rapp2018-08-31
| | | | | | | | | | Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
* | tests/ref/fate/pixelutils: Add a newline.Carl Eugen Hoyos2018-08-31
| | | | | | | | Fixes fate-pixelutils on aix.
* | avformat/movenc: implicitly enable negative CTS offsets for ismvJan Ekström2018-08-24
| | | | | | | | | | | | | | | | | | | | | | ISMV lacks any sort of edit list support, as well as tfxd is effectively the PTS of the fragment for most intents and purposes. Thus, if b-frames are requested without negative CTS offsets you end up with N frames' worth of delay (tfxd PTS plus the CTS offset of the first sample). Negative CTS offsets enable the first sample to have CTS=DTS, and thus a/v desync due to b-frame reorder delay is avoided.
* | lavc/hevc_ps: fix crop info for monochromeZhao Zhili2018-08-22
| | | | | | | | | | | | | | The values of SubWidthC and SubHeightC are 1 in the ITU-T H.265. The current code use the value of 2. Signed-off-by: James Almer <jamrial@gmail.com>
* | avformat/audiointerleave: pad last audio frameBaptiste Coudurier2018-08-21
| |