Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avutil/cuda_check: Make sure this passes make fate-source | Philip Langdale | 2018-11-17 | 1 | -0/+2 |
| | | | | | | | | 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 demuxer | Jun Zhao | 2018-11-12 | 3 | -0/+65 |
| | | | | Signed-off-by: Jun Zhao <mypopydev@gmail.com> | ||||
* | fate/prores_metadata : fix md5 value | Martin Vignali | 2018-11-11 | 1 | -1/+1 |
| | |||||
* | fate/prores_metadata_bsf : add test for setting color property | Martin Vignali | 2018-11-11 | 2 | -0/+7 |
| | |||||
* | cbs_h265: Add PTL parsing for sublayers | Mark Thompson | 2018-11-11 | 2 | -1/+3 |
| | | | | | 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 test | Mark Thompson | 2018-11-11 | 1 | -1/+1 |
| | |||||
* | fate/api-h264-slice-test: use cleaner error handling | Josh de Kock | 2018-11-03 | 1 | -32/+47 |
| | | | | Signed-off-by: James Almer <jamrial@gmail.com> | ||||
* | fate/api-h264-slice-test: don't use ssize_t | Josh de Kock | 2018-11-03 | 1 | -6/+3 |
| | | | | | | Fixes ticket #7521 Signed-off-by: James Almer <jamrial@gmail.com> | ||||
* | avfilter/vf_pixdesctest: Use 32bit read/write | Michael Niedermayer | 2018-10-27 | 2 | -2/+2 |
| | | | | | | 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 Niedermayer | 2018-10-27 | 2 | -2/+2 |
| | | | | | | | | | 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 AVHashContext | James Almer | 2018-10-27 | 1 | -1/+1 |
| | | | | | | Fixes memleaks. Signed-off-by: James Almer <jamrial@gmail.com> | ||||
* | fate: add api-h264-slice test | Josh de Kock | 2018-10-26 | 4 | -0/+535 |
| | | | | 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 test | Josh de Kock | 2018-10-23 | 2 | -0/+307 |
| | |||||
* | swscale : add YA16 LE/BE output | Martin Vignali | 2018-10-18 | 13 | -0/+23 |
| | |||||
* | avcodec/proresenc_aw : use for frame flag in the header the same value than ↵ | Martin Vignali | 2018-10-18 | 4 | -4/+4 |
| | | | | the official encoder | ||||
* | avcodec/proresenc_aw : use qp close to the official encoder | Martin Vignali | 2018-10-18 | 1 | -3/+3 |
| | |||||
* | avcodec/proresenc_aw : use AVframe primaries, transfert, colorspace for ↵ | Martin Vignali | 2018-10-18 | 4 | -4/+4 |
| | | | | | | frame header instead of default (unknown, unknown, Rec601) avoid color shift, on some decoding software | ||||
* | avfilter/af_silenceremove: add options to keep min duration of silence | Paul B Mahol | 2018-10-15 | 1 | -1/+1 |
| | |||||
* | fate: Update checksums for recent mxf changes | Michael Niedermayer | 2018-10-14 | 3 | -3/+3 |
| | | | | | | References: bb89109a0a29d51cb207352834f6b92784c1700d, 84e8a87ca082f5a882e83fcb34a970f8b720cc25, ea55a11ced5ef73bc7173ae2d3e268e26b351350, 3d38e45eb85c7a2420cb48a9cd45625c28644b2e Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | avformat/mxfenc: correctly set content package rate in system element | Baptiste Coudurier | 2018-10-12 | 1 | -1/+1 |
| | |||||
* | avformat/mxfenc: update body partition with footer offset | Baptiste Coudurier | 2018-10-12 | 6 | -8/+8 |
| | |||||
* | avformat/mxfenc: add mpeg-2 specific metadata, fix compatibility with sony ↵ | Baptiste Coudurier | 2018-10-12 | 6 | -8/+8 |
| | | | | content browser | ||||
* | avformat/mxfenc: write index delta entry array needed by sony vegas pro 11 | Baptiste Coudurier | 2018-10-12 | 6 | -8/+8 |
| | |||||
* | avutil/tests/parseutils: add some big duration tests | Marton Balint | 2018-10-07 | 1 | -0/+4 |
| | | | | Signed-off-by: Marton Balint <cus@passwd.hu> | ||||
* | avfilter/vf_curves: add planar rgb support | Paul B Mahol | 2018-09-25 | 1 | -5/+5 |
| | |||||
* | lavc/h264: Add common code for level handling | Mark Thompson | 2018-09-23 | 1 | -0/+5 |
| | | | | Including a unit test. | ||||
* | avcodec: add native iLBC decoder | Paul B Mahol | 2018-09-23 | 1 | -0/+2 |
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | fate/mov : use do_md5sum for mov-faststart-4gb-overflow test | Martin Vignali | 2018-09-22 | 1 | -1/+1 |
| | | | | | | fix test on osx based on suggestion by Hendrik Leppkes | ||||
* | checkasm/float_dsp: add test for vector_dmul | James Almer | 2018-09-14 | 1 | -0/+24 |
| | | | | Signed-off-by: James Almer <jamrial@gmail.com> | ||||
* | avcodec/loco: switch to planar rgb format | Paul B Mahol | 2018-09-10 | 1 | -5/+5 |
| | | | | Remove now unused step variable. | ||||
* | tests/fate: fix lut hash for gray14 | Paul B Mahol | 2018-09-09 | 1 | -1/+1 |
| | |||||
* | avcodec/lagarith: switch to planar rgb | Paul B Mahol | 2018-09-09 | 7 | -87/+87 |
| | | | | Speed goes from 363 fps to 428 fps for 640x480 video. | ||||
* | Add FATE test for QT format audio descriptors in MP4 | Derek Buitenhuis | 2018-09-09 | 2 | -0/+6 |
| | | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> | ||||
* | avfilter: add support for gray14 format | Paul B Mahol | 2018-09-09 | 1 | -0/+1 |
| | |||||
* | fate: fix hapqa-extract-nosnappy tests on small builds | James Almer | 2018-09-06 | 3 | -4/+2 |
| | | | | | | Fixes ticket #7324 Signed-off-by: James Almer <jamrial@gmail.com> | ||||
* | fate: add 10-bit test for hue video filter | Tobias Rapp | 2018-08-31 | 2 | -0/+4 |
| | | | | | 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 Hoyos | 2018-08-31 | 1 | -1/+1 |
| | | | | Fixes fate-pixelutils on aix. | ||||
* | avformat/movenc: implicitly enable negative CTS offsets for ismv | Jan Ekström | 2018-08-24 | 2 | -5/+5 |
| | | | | | | | | | | | 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 monochrome | Zhao Zhili | 2018-08-22 | 2 | -0/+11 |
| | | | | | | | 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 frame | Baptiste Coudurier | 2018-08-21 | 1 | -2/+2 |
| | |||||
* | libswscale: Adds conversions from/to float gray format. | Sergey Lavrushkin | 2018-08-14 | 12 | -0/+22 |
| | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | libavutil: Adds gray floating-point pixel formats. | Sergey Lavrushkin | 2018-08-11 | 1 | -0/+3 |
| | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | lavf/mov.c: Set start_time for all streams (in case of edit lists). | Sasi Inguva | 2018-08-11 | 2 | -0/+8 |
| | | | | | | | | | Fixes vorbis mp4 audio files, with edit list specified. Since st->skip_samples is not set in case of vorbis , ffmpeg computes the start_time as negative. Signed-off-by: Sasi Inguva <isasi@google.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | lavutil/pixelutils: add sad_32x32 in pixelutils API. | Jun Zhao | 2018-07-31 | 1 | -0/+12 |
| | | | | | | add sad_32x32 in pixelutils API, and update the fate. Signed-off-by: Jun Zhao <mypopydev@gmail.com> | ||||
* | fate: add tests for audio channel up-/downmixing with pan filter | Tobias Rapp | 2018-07-30 | 6 | -22/+146 |
| | | | | | | | | | | | | | Add tests for upmixing and downmixing with audio channel counts that have a corresponding default layout and also tests where there is no default layout. Update the existing "stereo4" test so it actually outputs stereo like the other stereo tests. Rename the previous "stereo4" test into "upmix1". Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com> | ||||
* | tests/audiogen: raise channel count limit to 12 | Tobias Rapp | 2018-07-30 | 1 | -1/+1 |
| | | | | | Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com> | ||||
* | fate: remove unnecessary reference file for fate-encryption-info | James Almer | 2018-07-27 | 2 | -0/+1 |
| | | | | Signed-off-by: James Almer <jamrial@gmail.com> | ||||
* | avcodec/tscc: Do not duplicate images | Michael Niedermayer | 2018-07-23 | 2 | -259/+0 |
| | | | | | | | | | | This improves speed Fixes: Timeout Fixes: 9010/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TSCC_fuzzer-6042614817095680 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | fate: add more vc2 encoder tests | James Darnley | 2018-07-18 | 7 | -8/+40 |
| | |||||
* | avformat/mov: only set handler_name from mdia->hdlr | Gyan Doshi | 2018-07-16 | 6 | -8/+8 |
| | | | | | | 6 FATE references updated. Fixes #7104 |