ffmpeg/tests/ref/fate
Andreas Rheinhardt 9ad3db3ad9 fate/spdif: Add spdif tests
These tests test both the demuxer as well as the muxer
wherever possible. It is not always possible due to the fact
that the muxer supports more codecs than the demuxer.

The spdif demuxer does currently not set the need_parsing flag.
If one were to set this to AVSTREAM_PARSE_FULL, the test results
would change as follows:
- For spdif-aac-remux, the packets are currently padded to 16bits,
i.e. if the actual packet size is odd, there is a padding byte.
The parser splits this byte away into a one byte packet of its own.
Insanely, these one byte packets get the same duration as normal
packets, i.e. timing is ruined.
- The DCA-remux tests get proper duration/timestamps.
- In the spdif-mp2-remux test the demuxer marks the stream as
being MP2; the parser sets it to MP3 and this triggers
the "Codec change in IEC 61937" codepath; this test therefore
returns only two packets with the parser.
- For spdif-mp3-remux some bytes end up in different packets:
Some input packets of this file have an odd length (417B instead
of 418B like all the other packets) and are padded to 418B.
Without a parser, all returned packets from the spdif-demuxer
are 418B. With a parser, the packets that were originally 417B
are 417B again, but the padding byte has not been discarded,
but added to the next packet which is now 419B.
This fixes "Multiple frames in a packet" warning and avoids
an "Invalid data found when processing input" error when decoding.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2022-09-13 14:50:01 +02:00
..
4xm-1
4xm-2
8bps framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
012v
aa-demux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
aac-autobsf-adtstoasc avformat/matroskaenc: Split updating CodecPrivate from writing it 2022-06-24 18:33:18 +02:00
aasc
adpcm-4xm framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
adpcm-afc framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
adpcm-argo-mono
adpcm-argo-stereo
adpcm-creative
adpcm-creative-8-2.6bit
adpcm-creative-8-2bit
adpcm-creative-8-4bit
adpcm-dtk framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
adpcm-ea-1 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
adpcm-ea-2 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
adpcm-ea-maxis-xa framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
adpcm-ea-r1 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
adpcm-ea-r2
adpcm-ea-r3
adpcm-ima-alp-mono
adpcm-ima-alp-stereo
adpcm-ima-amv framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
adpcm-ima-apc
adpcm-ima-apm-mono
adpcm-ima-apm-stereo
adpcm-ima-cunning-single fate: add adpcm_ima_cunning tests 2020-05-20 15:47:22 +02:00
adpcm-ima-cunning-stereo fate: add adpcm_ima_cunning stereo test case 2021-03-19 23:38:33 +10:00
adpcm-ima-cunning-track0 fate: add adpcm_ima_cunning tests 2020-05-20 15:47:22 +02:00
adpcm-ima-cunning-track1 fate: add adpcm_ima_cunning tests 2020-05-20 15:47:22 +02:00
adpcm-ima-cunning-trunc-h2 fate: add adpcm_ima_cunning tests 2020-05-20 15:47:22 +02:00
adpcm-ima-cunning-trunc-t1 fate: add adpcm_ima_cunning tests 2020-05-20 15:47:22 +02:00
adpcm-ima-cunning-trunc-t2-track0 fate: add adpcm_ima_cunning tests 2020-05-20 15:47:22 +02:00
adpcm-ima-cunning-trunc-t2-track1 fate: add adpcm_ima_cunning tests 2020-05-20 15:47:22 +02:00
adpcm-ima-cunning-trunc-t2a-track0 fate: add adpcm_ima_cunning tests 2020-05-20 15:47:22 +02:00
adpcm-ima-cunning-trunc-t2a-track1 fate: add adpcm_ima_cunning tests 2020-05-20 15:47:22 +02:00
adpcm-ima-dk3
adpcm-ima-dk4
adpcm-ima-ea-eacs framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
adpcm-ima-ea-sead framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
adpcm-ima-iss
adpcm-ima-oki
adpcm-ima-rad
adpcm-ima-smjpeg framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
adpcm-ima-ssi-mono
adpcm-ima-ssi-stereo
adpcm-ima-ws framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
adpcm-ima-ws-vqa3 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
adpcm-ima_wav-stereo
adpcm-ms-mono framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
adpcm-thp framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
adpcm-vima framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
adpcm-xa framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
adpcm_ms-stereo
adts-demux
adts-id3v1-demux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
adts-id3v2-demux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
adts-id3v2-two-tags-demux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
adtstoasc_ticket3715 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
aea-demux
aic
aic-oddsize
alg-mm
aliaspix-bgr fate/image: Modify aliaspix tests to also cover the encoder 2021-10-07 11:56:53 +02:00
aliaspix-gray fate/image: Modify aliaspix tests to also cover the encoder 2021-10-07 11:56:53 +02:00
amrnb-remux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
amrwb-remux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
amv
ansi
ansi256
api-h264
api-h264-slice
apng-clock avcodec/pngdec: support alpha blending for palette apng 2022-03-08 10:26:46 +01:00
apng-dispose-background tests/fate: add a test for APNG_DISPOSE_OP_BACKGROUND 2021-04-24 13:02:54 +02:00
apng-dispose-background2 fate: add a more extensive test for APNG_DISPOSE_OP_BACKGROUND 2021-05-14 11:15:13 +02:00
apng-dispose-previous tests/fate/apng: add a test for APNG_DISPOSE_OP_PREVIOUS 2021-02-24 17:16:46 +01:00
apng-osample
armovie-escape124 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
armovie-escape130
asf-repldata lavf/mux: rewrite guessing the packet duration 2020-12-10 09:50:18 +01:00
ast
async
audio_fifo
audiomatch-afconvert-16000-mono-he-adts
audiomatch-afconvert-16000-mono-he-m4a avcodec/aacdec: remove skip samples multiplier 2022-07-22 09:19:11 -03:00
audiomatch-afconvert-16000-mono-lc-adts
audiomatch-afconvert-16000-mono-lc-m4a
audiomatch-afconvert-16000-stereo-he-adts
audiomatch-afconvert-16000-stereo-he-m4a avcodec/aacdec: remove skip samples multiplier 2022-07-22 09:19:11 -03:00
audiomatch-afconvert-16000-stereo-he2-adts
audiomatch-afconvert-16000-stereo-he2-m4a avcodec/aacdec: remove skip samples multiplier 2022-07-22 09:19:11 -03:00
audiomatch-afconvert-16000-stereo-lc-adts
audiomatch-afconvert-16000-stereo-lc-m4a
audiomatch-afconvert-44100-mono-he-adts
audiomatch-afconvert-44100-mono-he-m4a avcodec/aacdec: remove skip samples multiplier 2022-07-22 09:19:11 -03:00
audiomatch-afconvert-44100-mono-lc-adts
audiomatch-afconvert-44100-mono-lc-m4a
audiomatch-afconvert-44100-stereo-he-adts
audiomatch-afconvert-44100-stereo-he-m4a avcodec/aacdec: remove skip samples multiplier 2022-07-22 09:19:11 -03:00
audiomatch-afconvert-44100-stereo-he2-adts
audiomatch-afconvert-44100-stereo-he2-m4a avcodec/aacdec: remove skip samples multiplier 2022-07-22 09:19:11 -03:00
audiomatch-afconvert-44100-stereo-lc-adts
audiomatch-afconvert-44100-stereo-lc-m4a
audiomatch-dolby-44100-mono-he-mp4
audiomatch-dolby-44100-mono-lc-mp4
audiomatch-dolby-44100-stereo-he-mp4
audiomatch-dolby-44100-stereo-he2-mp4
audiomatch-dolby-44100-stereo-lc-mp4
audiomatch-faac-16000-mono-lc-adts
audiomatch-faac-16000-mono-lc-m4a
audiomatch-faac-16000-stereo-lc-adts
audiomatch-faac-16000-stereo-lc-m4a
audiomatch-faac-44100-mono-lc-adts
audiomatch-faac-44100-mono-lc-m4a
audiomatch-faac-44100-stereo-lc-adts
audiomatch-faac-44100-stereo-lc-m4a
audiomatch-nero-16000-mono-he-m4a avcodec/aacdec: remove skip samples multiplier 2022-07-22 09:19:11 -03:00
audiomatch-nero-16000-mono-lc-m4a
audiomatch-nero-16000-stereo-he-m4a avcodec/aacdec: remove skip samples multiplier 2022-07-22 09:19:11 -03:00
audiomatch-nero-16000-stereo-he2-m4a avcodec/aacdec: remove skip samples multiplier 2022-07-22 09:19:11 -03:00
audiomatch-nero-16000-stereo-lc-m4a
audiomatch-nero-44100-mono-he-m4a avcodec/aacdec: remove skip samples multiplier 2022-07-22 09:19:11 -03:00
audiomatch-nero-44100-mono-lc-m4a
audiomatch-nero-44100-stereo-he-m4a avcodec/aacdec: remove skip samples multiplier 2022-07-22 09:19:11 -03:00
audiomatch-nero-44100-stereo-he2-m4a avcodec/aacdec: remove skip samples multiplier 2022-07-22 09:19:11 -03:00
audiomatch-nero-44100-stereo-lc-m4a
audiomatch-quicktime7-44100-stereo-lc-mp4
audiomatch-quicktimeX-44100-stereo-lc-m4a
audiomatch-square-aac
audiomatch-square-mp3
auravision-v1
auravision-v2
autorotate framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
av1-annexb-demux avcodec: add AV1 hardware accelerated decoder 2020-09-12 13:08:34 -03:00
avid-interlaced fate: add tests for AVID 2021-01-01 14:33:12 +01:00
avid-meridian fate: add tests for AVID 2021-01-01 14:33:12 +01:00
avio-direct
avstring
base64
bcstm
bethsoft-vid framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
bfi framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
bfstm
bink-demux
bink-video-b
bink-video-f
bink-video-i
binsub-mksenc avformat/matroskaenc: Don't waste bytes on BlockGroup length fields 2022-01-19 12:18:14 +01:00
binsub-movtextenc avformat/mux: Set AV_PKT_FLAG_KEY for is_intra_only packet 2020-05-07 07:12:24 +08:00
blowfish
bmp-1bit
bmp-4bit
bmp-4bit-os2
bmp-8bit
bmp-8bit-os2
bmp-15bit
bmp-15bit-mask
bmp-16bit-mask
bmp-24bit
bmp-32bit
bmp-32bit-mask
bmp-rle4
bmp-rle8
bmpparser
bmv-audio framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
bmv-video
bprint
brenderpix-24
brenderpix-565
brenderpix-defpal
brenderpix-intpal
brenderpix-y400a
brstm
caf-alac-remux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
caf-amr_nb-remux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
caf-demux fate/demux: Move caf test to its own file 2021-09-27 06:12:54 +02:00
caf-mace6-remux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
caf-pcm_s24-remux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
caf-pcm_s24le-remux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
caf-qdm2-remux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
canopus-cllc-argb
canopus-cllc-rgb
canopus-cllc-yuy2-noblock
canopus-hq_hqa-hq
canopus-hq_hqa-hqa
canopus-hq_hqa-inter
canopus-hqx422
canopus-hqx422a
cavs
cbs-av1-av1-1-b8-02-allintra
cbs-av1-av1-1-b8-03-sizedown
cbs-av1-av1-1-b8-03-sizeup
cbs-av1-av1-1-b8-04-cdfupdate
cbs-av1-av1-1-b8-05-mv
cbs-av1-av1-1-b8-06-mfmv
cbs-av1-av1-1-b8-22-svc-L1T2
cbs-av1-av1-1-b8-22-svc-L2T1
cbs-av1-av1-1-b8-22-svc-L2T2
cbs-av1-av1-1-b8-23-film_grain-50
cbs-av1-av1-1-b10-23-film_grain-50
cbs-av1-decode_model
cbs-av1-frames_refs_short_signaling
cbs-av1-non_uniform_tiling
cbs-av1-seq_hdr_op_param_info
cbs-av1-switch_frame
cbs-h264-AUD_MW_E
cbs-h264-BASQP1_Sony_C
cbs-h264-CABACI3_Sony_B
cbs-h264-CVBS3_Sony_C
cbs-h264-CVFC1_Sony_C
cbs-h264-CVMANL1_TOSHIBA_B
cbs-h264-CVNLFI1_Sony_C
cbs-h264-CVSE2_Sony_B
cbs-h264-CVWP1_TOSHIBA_E
cbs-h264-FM1_BT_B
cbs-h264-MR1_BT_A
cbs-h264-SVA_Base_B
cbs-h264-Sharp_MP_PAFF_1r2
cbs-h264-sei-1
cbs-h264-sp1_bt_a
cbs-hevc-CAINIT_E_SHARP_3
cbs-hevc-CAINIT_H_SHARP_3
cbs-hevc-CONFWIN_A_Sony_1
cbs-hevc-HRD_A_Fujitsu_2
cbs-hevc-LTRPSPS_A_Qualcomm_1
cbs-hevc-NUT_A_ericsson_5
cbs-hevc-PICSIZE_A_Bossen_1
cbs-hevc-PICSIZE_B_Bossen_1
cbs-hevc-RPLM_A_qualcomm_4
cbs-hevc-RPS_A_docomo_4
cbs-hevc-RPS_E_qualcomm_5
cbs-hevc-SLIST_A_Sony_4
cbs-hevc-SLIST_D_Sony_9
cbs-hevc-SLPPLP_A_VIDYO_2
cbs-hevc-STRUCT_A_Samsung_5
cbs-hevc-TILES_B_Cisco_1
cbs-hevc-WPP_A_ericsson_MAIN_2
cbs-hevc-WPP_F_ericsson_MAIN_2
cbs-hevc-WP_A_Toshiba_3
cbs-hevc-ipcm_E_NEC_2
cbs-mpeg2-hhi_burst_422_short
cbs-mpeg2-sony-ct3
cbs-mpeg2-tcela-6
cbs-vp9-vp90-2-03-deltaq
cbs-vp9-vp90-2-05-resize
cbs-vp9-vp90-2-06-bilinear
cbs-vp9-vp90-2-09-lf_deltas
cbs-vp9-vp90-2-10-show-existing-frame
cbs-vp9-vp90-2-10-show-existing-frame2
cbs-vp9-vp90-2-segmentation-aq-akiyo
cbs-vp9-vp90-2-segmentation-sf-akiyo
cbs-vp9-vp90-2-tiling-pedestrian
cbs-vp9-vp91-2-04-yuv440
cbs-vp9-vp91-2-04-yuv444
cbs-vp9-vp92-2-20-10bit-yuv420
cbs-vp9-vp93-2-20-10bit-yuv422
cbs-vp9-vp93-2-20-12bit-yuv444
cdgraphics avcodec/cdgraphics: fix transparency handling 2021-12-18 10:20:24 +01:00
cdxl-bitline-ham6 avformat/cdxl: improve frame rate guessing for standard cdxl 2021-02-05 00:43:11 +01:00
cdxl-demux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
cdxl-ham6 avformat/cdxl: improve frame rate guessing for standard cdxl 2021-02-05 00:43:11 +01:00
cdxl-ham8 avformat/cdxl: improve frame rate guessing for standard cdxl 2021-02-05 00:43:11 +01:00
cdxl-pal8 avformat/cdxl: improve frame rate guessing for standard cdxl 2021-02-05 00:43:11 +01:00
cdxl-pal8-small avformat/cdxl: improve frame rate guessing for standard cdxl 2021-02-05 00:43:11 +01:00
cfhd-1
cfhd-2
cfhd-3 avcodec/cfhd: improve decompanding quality with reference implementation 2020-08-02 09:31:54 +02:00
channel_layout avutil/tests/channel_layout: also test ambisonic layouts in av_channel_layout_subset() 2022-03-25 17:10:39 -03:00
cine-demux
cljr
color_utils
concat-demuxer-extended-lavf-mxf fftools/ffprobe: Report initial and trailing padding 2022-09-05 20:32:12 +02:00
concat-demuxer-extended-lavf-mxf_d10 fftools/ffprobe: Report initial and trailing padding 2022-09-05 20:32:12 +02:00
concat-demuxer-simple1-lavf-mxf fftools/ffprobe: Report initial and trailing padding 2022-09-05 20:32:12 +02:00
concat-demuxer-simple1-lavf-mxf_d10 fftools/ffprobe: Report initial and trailing padding 2022-09-05 20:32:12 +02:00
concat-demuxer-simple2-lavf-ts fftools/ffprobe: Report initial and trailing padding 2022-09-05 20:32:12 +02:00
copy-apng
copy-psp framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
copy-shortest1 fftools/ffmpeg: rework -shortest implementation 2022-07-23 11:53:19 +02:00
copy-shortest2 fftools/ffmpeg: rework -shortest implementation 2022-07-23 11:53:19 +02:00
copy-trac236 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
copy-trac2211-avi
copy-trac3074 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
copy-trac4914 avformat/mxfenc: allow more bits for variable part in uuid generation 2022-03-16 21:37:53 +01:00
copy-trac4914-avi framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
corepng framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
cover-art-aiff-id3v2-remux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
cover-art-flac-remux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
cover-art-mp3-id3v2-remux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
crc
creatureshock-avs framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
cscd
cvid-grayscale
cvid-palette
cvid-partial
cyberia-c93 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
cyuv
d-cinema-demux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
d-eavp6-demux
dca-xll
dca-xll_51_16_192_768_0 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
dca-xll_51_16_192_768_0-dmix_2 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
dca-xll_51_16_192_768_0-dmix_6 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
dca-xll_51_16_192_768_1 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
dca-xll_51_16_192_768_1-dmix_2 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
dca-xll_51_16_192_768_1-dmix_6 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
dca-xll_51_24_48_768 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
dca-xll_51_24_48_768-dmix_2 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
dca-xll_51_24_48_768-dmix_6 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
dca-xll_51_24_48_none framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
dca-xll_51_24_48_none-dmix_2 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
dca-xll_51_24_48_none-dmix_6 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
dca-xll_71_24_48_768_0 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
dca-xll_71_24_48_768_0-dmix_2 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
dca-xll_71_24_48_768_0-dmix_6 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
dca-xll_71_24_48_768_1 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
dca-xll_71_24_48_768_1-dmix_2 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
dca-xll_71_24_48_768_1-dmix_6 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
dca-xll_71_24_96_768 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
dca-xll_71_24_96_768-dmix_2 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
dca-xll_71_24_96_768-dmix_6 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
dca-xll_x96_51_24_96_1509 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
dca-xll_x96_51_24_96_1509-dmix_2 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
dca-xll_x96_51_24_96_1509-dmix_6 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
dca-xll_xch_61_24_48_768 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
dca-xll_xch_61_24_48_768-dmix_2 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
dca-xll_xch_61_24_48_768-dmix_6 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
dcinema-encode framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
dds-alpha8
dds-argb
dds-argb-aexp
dds-dx10-bc1
dds-dx10-bc1a
dds-dx10-bc2
dds-dx10-bc3
dds-dx10-bc4
dds-dx10-bc5
dds-dxt1
dds-dxt1-normalmap
dds-dxt1a
dds-dxt2
dds-dxt3
dds-dxt4
dds-dxt5
dds-dxt5-aexp
dds-dxt5-normalmap
dds-dxt5-normalmap-ati
dds-dxt5-rbxg
dds-dxt5-rgxb
dds-dxt5-rxbg
dds-dxt5-rxgb
dds-dxt5-xgbr
dds-dxt5-xgxr
dds-dxt5-xrbg
dds-dxt5-ycocg
dds-dxt5-ycocg-scaled
dds-monob
dds-pal
dds-pal-ati
dds-rgb16
dds-rgb24
dds-rgb555
dds-rgb1555
dds-rgba
dds-rgtc1s
dds-rgtc1u
dds-rgtc2s
dds-rgtc2u
dds-rgtc2u-xy
dds-uyvy
dds-xbgr
dds-xrgb
dds-y
dds-ya
dds-ycocg
dds-yuyv
delphine-cin-audio framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
delphine-cin-video
deluxepaint-anm
dfa1
dfa2
dfa3
dfa4
dfa5
dfa6
dfa7
dfa8
dfa9
dfa10
dfa11
dict
dirac
dirac-low-delay
display
dnxhd-mbaff
dnxhr-12bit
dnxhr-444
dnxhr-parse
dnxhr-prefix1
dnxhr-prefix2
dnxhr-prefix3
dnxhr-prefix4
dnxhr-prefix5
dpcm-idroq framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
dpcm-interplay framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
dpcm-sierra
dpcm-xan
dpx
dpx-probe fate/image: update fate-dpx-probe reference file 2020-12-18 18:51:15 -03:00
dpxparser
dss-lp framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
dss-sp framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
dxa-feeble
dxa-scummvm
dxtory
dxv-dxt1
dxv-dxt5
dxv3-dxt1
dxv3-dxt5
ea-cdata
ea-cmv
ea-mad
ea-tgq
ea-tgv-1
ea-tgv-2
ea-tqi
eval
exif-image-embedded ffprobe: print AVFrame.duration 2022-07-19 12:27:18 +02:00
exif-image-jpg ffprobe: print AVFrame.duration 2022-07-19 12:27:18 +02:00
exif-image-tiff ffprobe: print AVFrame.duration 2022-07-19 12:27:18 +02:00
exif-image-webp ffprobe: print AVFrame.duration 2022-07-19 12:27:18 +02:00
exr-rgb-b44a-half-negative-4x4 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-scanline-b44-half-float-12x8-l1 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-scanline-b44-half-float-12x8-l2 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-scanline-b44-uint32
exr-rgb-scanline-float-b44 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-scanline-float-piz-48x32 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-scanline-float-zip-dw-large avcodec/exr: add support data windows larger or outside display window 2020-09-12 01:34:51 +02:00
exr-rgb-scanline-half-b44-12x8 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-scanline-half-b44-13x9 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-scanline-half-piz-bw avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-scanline-half-piz-color avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-scanline-half-piz-dw-large avcodec/exr: add support data windows larger or outside display window 2020-09-12 01:34:51 +02:00
exr-rgb-scanline-half-piz-dw-t01 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-scanline-half-piz-dw-t08 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-scanline-half-zip-dw-large avcodec/exr: add support data windows larger or outside display window 2020-09-12 01:34:51 +02:00
exr-rgb-scanline-half-zip-dw-outside avcodec/exr: add support data windows larger or outside display window 2020-09-12 01:34:51 +02:00
exr-rgb-scanline-none-negative-red avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-scanline-pxr24-float-12x8 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-scanline-pxr24-float-half-l1 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-scanline-pxr24-float-half-l2 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-scanline-pxr24-half-float-l1 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-scanline-pxr24-half-float-l2 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-scanline-pxr24-half-uint32-13x9 fate: use correct uint32 layer 2020-09-12 14:52:31 +02:00
exr-rgb-scanline-pxr24-uint32
exr-rgb-scanline-raw-half-float-l1 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-scanline-raw-half-float-l2 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-scanline-rle-half-float-l1 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-scanline-rle-half-float-l2 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-scanline-uint32-piz-dw-large avcodec/exr: add support data windows larger or outside display window 2020-09-12 01:34:51 +02:00
exr-rgb-scanline-zip-half-0x0-0xFFFF avutil/half2float: adjust conversion of NaN 2022-08-19 22:09:36 +02:00
exr-rgb-scanline-zip-half-float-l1 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-scanline-zip-half-float-l2 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-scanline-zip1-half-float-l1 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-scanline-zip1-half-float-l1-zero-offsets avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-scanline-zip1-half-float-l2 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-tile-float-raw-12x8 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-tile-float-raw-150x130 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-tile-half-float-b44-12x8-l1 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-tile-half-float-b44-12x8-l2 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-tile-half-piz-dw-large avcodec/exr: add support data windows larger or outside display window 2020-09-12 01:34:51 +02:00
exr-rgb-tile-half-raw-12x8 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-tile-half-zip avcodec/exr: add support data windows larger or outside display window 2020-09-12 01:34:51 +02:00
exr-rgb-tile-half-zip-dw-outside avcodec/exr: add support data windows larger or outside display window 2020-09-12 01:34:51 +02:00
exr-rgb-tile-pxr24-float-half-l1 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-tile-pxr24-float-half-l2 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-tile-pxr24-half-float-l1 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-tile-pxr24-half-float-l2 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-tile-raw-half-float-l1 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-tile-raw-half-float-l2 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-tile-rle-half-float-l1 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-tile-rle-half-float-l2 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-tile-uint32-piz-dw-large avcodec/exr: add support data windows larger or outside display window 2020-09-12 01:34:51 +02:00
exr-rgb-tile-zip-half-float-l1 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-tile-zip-half-float-l2 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-tile-zip1-half-float-l1 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgb-tile-zip1-half-float-l2 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgba-multiscanline-half-b44 libavcodec/exr: fix incorrect translation of denorm mantissa 2020-09-15 19:22:18 +02:00
exr-rgba-scanline-float-half-b44-12x8-l1 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgba-scanline-float-half-b44-12x8-l2 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgba-scanline-float-half-b44-13x9-l1 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgba-scanline-float-half-b44-13x9-l2 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgba-scanline-float-half-b44a-12x8-l1 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgba-scanline-float-half-b44a-12x8-l2 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgba-scanline-float-half-b44a-13x9-l1 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgba-scanline-float-half-b44a-13x9-l2 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-rgba-zip16-16x32-flag4 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-slice-pxr24 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-slice-raw libavcodec/exr: fix incorrect translation of denorm mantissa 2020-09-15 19:22:18 +02:00
exr-slice-rle libavcodec/exr: fix incorrect translation of denorm mantissa 2020-09-15 19:22:18 +02:00
exr-slice-zip1 libavcodec/exr: fix incorrect translation of denorm mantissa 2020-09-15 19:22:18 +02:00
exr-slice-zip16 libavcodec/exr: fix incorrect translation of denorm mantissa 2020-09-15 19:22:18 +02:00
exr-y-scanline-zip-half-12x8 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-y-tile-zip-half-12x8 avcodec/exr: output float pixels in float pixel format 2020-05-20 15:47:22 +02:00
exr-ya-scanline-zip-half-12x8 avcodec/exr: add support data windows larger or outside display window 2020-09-12 01:34:51 +02:00
ffmpeg-attached_pics framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
ffmpeg-bsf-remove-e
ffmpeg-bsf-remove-k
ffmpeg-bsf-remove-r
ffmpeg-filter_colorkey avfilter/vf_colorkey: fix formula for calculation of difference 2020-05-19 20:10:34 +02:00
ffmpeg-filter_complex
ffmpeg-filter_complex_audio framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
ffmpeg-fix_sub_duration tests: add test for ffmpeg's fix_sub_duration feature 2022-01-24 12:57:03 +02:00
ffmpeg-lavfi
ffmpeg-setts-bsf fate: add a setts bsf test 2022-03-17 13:04:44 -03:00
ffmpeg-streamloop lavf/mux: rewrite guessing the packet duration 2020-12-10 09:50:18 +01:00
ffprobe_compact fftools/ffprobe: Report initial and trailing padding 2022-09-05 20:32:12 +02:00
ffprobe_csv fftools/ffprobe: Report initial and trailing padding 2022-09-05 20:32:12 +02:00
ffprobe_default fftools/ffprobe: Report initial and trailing padding 2022-09-05 20:32:12 +02:00
ffprobe_flat fftools/ffprobe: Report initial and trailing padding 2022-09-05 20:32:12 +02:00
ffprobe_ini fftools/ffprobe: Report initial and trailing padding 2022-09-05 20:32:12 +02:00
ffprobe_json fftools/ffprobe: Report initial and trailing padding 2022-09-05 20:32:12 +02:00
ffprobe_xml fftools/ffprobe: Report initial and trailing padding 2022-09-05 20:32:12 +02:00
ffprobe_xsd ref/fate/ffprobe_xsd: Change ref file 2022-09-06 03:26:12 +02:00
fic-avi
fifo lavu/fifo: deprecate av_fifo_peek2() 2022-01-10 16:04:19 +01:00
fifo-muxer-tst
film-cvid
filter-2xbr
filter-3xbr
filter-4xbr
filter-acrossfade framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-adelay framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-aecho framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-aemphasis-50fm framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-aemphasis-75kf framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-afade-esin framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-afade-exp framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-afade-hsin framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-afade-iqsin framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-afade-log framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-afade-qsin framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-agate framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-alimiter framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-allrgb
filter-allyuv
filter-alphaextract_alphamerge_rgb
filter-alphaextract_alphamerge_yuv
filter-amerge framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-anequalizer framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-apad framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-asetnsamples-nopad framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-asetnsamples-pad framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-asetrate framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-atrim-duration framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-atrim-mixed framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-atrim-samples framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-atrim-time framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-boxblur
filter-chorus framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-chromashift-smear lavfi/drawutils: improve colorspace support 2022-06-19 19:18:34 -05:00
filter-chromashift-wrap lavfi/drawutils: improve colorspace support 2022-06-19 19:18:34 -05:00
filter-codecview test: Add codecview test 2020-05-12 01:00:28 +02:00
filter-codecview-mvs
filter-colorbalance FATE: fix colorbalance fate test failed on x86_32 2020-07-02 21:12:37 +08:00
filter-colorbalance-gbrap FATE: fix colorbalance fate test failed on x86_32 2020-07-02 21:12:37 +08:00
filter-colorbalance-gbrap-16 FATE: fix colorbalance fate test failed on x86_32 2020-07-02 21:12:37 +08:00
filter-colorbalance-rgba64 FATE: fix colorbalance fate test failed on x86_32 2020-07-02 21:12:37 +08:00
filter-colorchannelmixer
filter-colorlevels
filter-colorlevels-16
filter-colormatrix1
filter-colormatrix2
filter-compand framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-concat framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-concat-vfr framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-crop
filter-crop_scale
filter-crop_scale_vflip
filter-crop_vflip
filter-crystalizer fate: add crystalizer test 2022-03-25 18:18:44 +01:00
filter-curves
filter-dcshift framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-decimate lavfi/drawutils: improve colorspace support 2022-06-19 19:18:34 -05:00
filter-delogo
filter-drawbox
filter-earwax framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-edgedetect avfilter/vf_edgedetect: properly implement double_threshold() 2020-07-06 23:20:53 -04:00
filter-edgedetect-colormix avfilter/vf_edgedetect: properly implement double_threshold() 2020-07-06 23:20:53 -04:00
filter-ep2x fate: add epx tests 2022-03-16 21:03:37 +01:00
filter-ep3x fate: add epx tests 2022-03-16 21:03:37 +01:00
filter-extrastereo framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-fade
filter-fieldorder
filter-formats avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
filter-fps
filter-fps-cfr
filter-fps-down lavfi/drawutils: improve colorspace support 2022-06-19 19:18:34 -05:00
filter-fps-down-eof-pass lavfi/drawutils: improve colorspace support 2022-06-19 19:18:34 -05:00
filter-fps-down-round-down lavfi/drawutils: improve colorspace support 2022-06-19 19:18:34 -05:00
filter-fps-down-round-up lavfi/drawutils: improve colorspace support 2022-06-19 19:18:34 -05:00
filter-fps-r
filter-fps-start-drop lavfi/drawutils: improve colorspace support 2022-06-19 19:18:34 -05:00
filter-fps-start-fill lavfi/drawutils: improve colorspace support 2022-06-19 19:18:34 -05:00
filter-fps-up lavfi/drawutils: improve colorspace support 2022-06-19 19:18:34 -05:00
filter-fps-up-round-down lavfi/drawutils: improve colorspace support 2022-06-19 19:18:34 -05:00
filter-fps-up-round-up lavfi/drawutils: improve colorspace support 2022-06-19 19:18:34 -05:00
filter-framepack-columns
filter-framepack-frameseq
filter-framepack-lines
filter-framepack-sbs
filter-framepack-tab
filter-framerate-12bit-down lavfi/drawutils: improve colorspace support 2022-06-19 19:18:34 -05:00
filter-framerate-12bit-up lavfi/drawutils: improve colorspace support 2022-06-19 19:18:34 -05:00
filter-framerate-down lavfi/drawutils: improve colorspace support 2022-06-19 19:18:34 -05:00
filter-framerate-up lavfi/drawutils: improve colorspace support 2022-06-19 19:18:34 -05:00
filter-gradfun
filter-gradfun-sample
filter-histogram-levels fate: update histogram test results 2021-10-14 12:22:38 +02:00
filter-hls framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-hls-append framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-hq2x
filter-hq3x
filter-hq4x
filter-hqdn3d
filter-hqdn3d-sample
filter-hstack
filter-hue1
filter-hue2
filter-hue3
filter-hue4
filter-idet
filter-interlace
filter-interlace-complex
filter-lavd-life
filter-lavd-scalenorm
filter-lavd-testsrc
filter-mcdeint-fast
filter-mcdeint-medium
filter-mergeplanes
filter-meta-4560-rotate0 fate/filter-video: Remove intermediate file of meta-4560-rotate0 test 2022-05-06 05:39:25 +02:00
filter-metadata-avf-aphase-meter-mono ffprobe: remove references to frame->pkt_pts 2021-08-07 10:16:07 -03:00
filter-metadata-avf-aphase-meter-out-of-phase ffprobe: remove references to frame->pkt_pts 2021-08-07 10:16:07 -03:00
filter-metadata-cropdetect avcodec/wrapped_avframe: Don't leak frame metadata, side-data 2022-07-18 21:09:44 +02:00
filter-metadata-cropdetect1 tests/ref/fate/filter-metadata-cropdetect[12]: Fix ref file 2022-07-30 22:29:10 +02:00
filter-metadata-cropdetect2 tests/ref/fate/filter-metadata-cropdetect[12]: Fix ref file 2022-07-30 22:29:10 +02:00
filter-metadata-ebur128 ffprobe: remove references to frame->pkt_pts 2021-08-07 10:16:07 -03:00
filter-metadata-freezedetect avcodec/wrapped_avframe: Don't leak frame metadata, side-data 2022-07-18 21:09:44 +02:00
filter-metadata-readvitc-def ffprobe: remove references to frame->pkt_pts 2021-08-07 10:16:07 -03:00
filter-metadata-readvitc-thr ffprobe: remove references to frame->pkt_pts 2021-08-07 10:16:07 -03:00
filter-metadata-scdet avcodec/wrapped_avframe: Don't leak frame metadata, side-data 2022-07-18 21:09:44 +02:00
filter-metadata-scenedetect ffprobe: remove references to frame->pkt_pts 2021-08-07 10:16:07 -03:00
filter-metadata-signalstats-yuv420p avcodec/wrapped_avframe: Don't leak frame metadata, side-data 2022-07-18 21:09:44 +02:00
filter-metadata-signalstats-yuv420p10 avcodec/wrapped_avframe: Don't leak frame metadata, side-data 2022-07-18 21:09:44 +02:00
filter-metadata-silencedetect ffprobe: remove references to frame->pkt_pts 2021-08-07 10:16:07 -03:00
filter-minterpolate-down lavfi/drawutils: improve colorspace support 2022-06-19 19:18:34 -05:00
filter-minterpolate-up lavfi/drawutils: improve colorspace support 2022-06-19 19:18:34 -05:00
filter-mpdecimate lavfi/drawutils: improve colorspace support 2022-06-19 19:18:34 -05:00
filter-negate avfilter: split negate filter from lut filter 2021-10-27 11:29:29 +02:00
filter-null
filter-overlay
filter-overlay-dvdsub-2397 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-overlay_gbrap_gbrap
filter-overlay_gbrp_gbrap
filter-overlay_rgb
filter-overlay_rgb_rgba
filter-overlay_rgba_rgba
filter-overlay_yuv420
filter-overlay_yuv420_yuva420
filter-overlay_yuv420p10 lavfi/drawutils: improve colorspace support 2022-06-19 19:18:34 -05:00
filter-overlay_yuv422
filter-overlay_yuv422_yuva422
filter-overlay_yuv422p10 lavfi/drawutils: improve colorspace support 2022-06-19 19:18:34 -05:00
filter-overlay_yuv444
filter-overlay_yuv444_yuva444
filter-overlay_yuva420_yuva420
filter-overlay_yuva422_yuva422
filter-overlay_yuva444_yuva444
filter-pad
filter-pal75bars
filter-pal100bars
filter-palettegen-1
filter-palettegen-2
filter-paletteuse-bayer
filter-paletteuse-bayer0 vf_paletteuse: fix color cache lookup for Bayer dithering mode. 2022-01-17 01:31:06 +05:30
filter-paletteuse-nodither
filter-paletteuse-sierra2_4a
filter-pan-downmix1 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-pan-downmix2 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-pan-mono1 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-pan-mono2 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-pan-stereo1 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-pan-stereo2 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-pan-stereo3 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-pan-stereo4 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-pan-upmix1 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-pan-upmix2 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-phase
filter-pixdesc-0bgr
filter-pixdesc-0rgb
filter-pixdesc-abgr
filter-pixdesc-argb
filter-pixdesc-ayuv64le
filter-pixdesc-bgr0
filter-pixdesc-bgr4_byte
filter-pixdesc-bgr8
filter-pixdesc-bgr24
filter-pixdesc-bgr48be
filter-pixdesc-bgr48le
filter-pixdesc-bgr444be
filter-pixdesc-bgr444le
filter-pixdesc-bgr555be
filter-pixdesc-bgr555le
filter-pixdesc-bgr565be
filter-pixdesc-bgr565le
filter-pixdesc-bgra
filter-pixdesc-bgra64be
filter-pixdesc-bgra64le
filter-pixdesc-gbrap
filter-pixdesc-gbrap10be
filter-pixdesc-gbrap10le
filter-pixdesc-gbrap12be
filter-pixdesc-gbrap12le
filter-pixdesc-gbrap16be
filter-pixdesc-gbrap16le
filter-pixdesc-gbrapf32be libswscale: add output support for AV_PIX_FMT_GBRAPF32 2020-05-05 20:06:58 +02:00
filter-pixdesc-gbrapf32le libswscale: add output support for AV_PIX_FMT_GBRAPF32 2020-05-05 20:06:58 +02:00
filter-pixdesc-gbrp
filter-pixdesc-gbrp9be
filter-pixdesc-gbrp9le
filter-pixdesc-gbrp10be
filter-pixdesc-gbrp10le
filter-pixdesc-gbrp12be
filter-pixdesc-gbrp12le
filter-pixdesc-gbrp14be
filter-pixdesc-gbrp14le
filter-pixdesc-gbrp16be
filter-pixdesc-gbrp16le
filter-pixdesc-gbrpf32be libswscale: add output support for AV_PIX_FMT_GBRAPF32 2020-05-05 20:06:58 +02:00
filter-pixdesc-gbrpf32le libswscale: add output support for AV_PIX_FMT_GBRAPF32 2020-05-05 20:06:58 +02:00
filter-pixdesc-gray
filter-pixdesc-gray9be
filter-pixdesc-gray9le
filter-pixdesc-gray10be
filter-pixdesc-gray10le
filter-pixdesc-gray12be
filter-pixdesc-gray12le
filter-pixdesc-gray14be
filter-pixdesc-gray14le
filter-pixdesc-gray16be
filter-pixdesc-gray16le
filter-pixdesc-grayf32be
filter-pixdesc-grayf32le
filter-pixdesc-monob
filter-pixdesc-monow
filter-pixdesc-nv12
filter-pixdesc-nv16 swscale: add NV16 input/output 2022-07-19 12:20:16 +02:00
filter-pixdesc-nv21
filter-pixdesc-nv24
filter-pixdesc-nv42
filter-pixdesc-p010be
filter-pixdesc-p010le
filter-pixdesc-p012be swscale/output: add support for P012 2022-09-10 12:29:12 -07:00
filter-pixdesc-p012le swscale/output: add support for P012 2022-09-10 12:29:12 -07:00
filter-pixdesc-p016be
filter-pixdesc-p016le
filter-pixdesc-p210be swscale/output: template-ize yuv2nv12cX 10-bit and 16-bit cases 2022-01-04 19:39:22 -06:00
filter-pixdesc-p210le swscale: add P210/P410/P216/P416 output 2021-12-22 18:38:40 -06:00
filter-pixdesc-p216be swscale/output: template-ize yuv2nv12cX 10-bit and 16-bit cases 2022-01-04 19:39:22 -06:00
filter-pixdesc-p216le swscale: add P210/P410/P216/P416 output 2021-12-22 18:38:40 -06:00
filter-pixdesc-p410be swscale/output: template-ize yuv2nv12cX 10-bit and 16-bit cases 2022-01-04 19:39:22 -06:00
filter-pixdesc-p410le swscale: add P210/P410/P216/P416 output 2021-12-22 18:38:40 -06:00
filter-pixdesc-p416be swscale/output: template-ize yuv2nv12cX 10-bit and 16-bit cases 2022-01-04 19:39:22 -06:00
filter-pixdesc-p416le swscale: add P210/P410/P216/P416 output 2021-12-22 18:38:40 -06:00
filter-pixdesc-rgb0
filter-pixdesc-rgb4_byte
filter-pixdesc-rgb8
filter-pixdesc-rgb24
filter-pixdesc-rgb48be
filter-pixdesc-rgb48le
filter-pixdesc-rgb444be
filter-pixdesc-rgb444le
filter-pixdesc-rgb555be
filter-pixdesc-rgb555le
filter-pixdesc-rgb565be
filter-pixdesc-rgb565le
filter-pixdesc-rgba
filter-pixdesc-rgba64be
filter-pixdesc-rgba64le
filter-pixdesc-uyvy422
filter-pixdesc-vuya swscale/output: fix reading chroma values when generating vuya output 2022-08-08 09:39:33 -03:00
filter-pixdesc-vuyx libswscale: add support for VUYX format 2022-08-25 19:03:49 -07:00
filter-pixdesc-x2bgr10le swscale: add input/output support for X2BGR10LE 2021-09-26 16:26:10 +02:00
filter-pixdesc-x2rgb10le swscale/yuv2rgb: fix conversion to X2RGB10 2021-09-26 16:26:10 +02:00
filter-pixdesc-xv30le swscale/output: add support for XV30LE 2022-09-10 12:29:12 -07:00
filter-pixdesc-xv36le swscale/output: add support for XV36LE 2022-09-10 12:29:12 -07:00
filter-pixdesc-xyz12be
filter-pixdesc-xyz12le
filter-pixdesc-y210le swscale/output: add support for Y210LE and Y212LE 2022-09-10 12:29:12 -07:00
filter-pixdesc-y212le swscale/output: add support for Y210LE and Y212LE 2022-09-10 12:29:12 -07:00
filter-pixdesc-ya8
filter-pixdesc-ya16be
filter-pixdesc-ya16le
filter-pixdesc-yuv410p
filter-pixdesc-yuv411p
filter-pixdesc-yuv420p
filter-pixdesc-yuv420p9be
filter-pixdesc-yuv420p9le
filter-pixdesc-yuv420p10be
filter-pixdesc-yuv420p10le
filter-pixdesc-yuv420p12be
filter-pixdesc-yuv420p12le
filter-pixdesc-yuv420p14be
filter-pixdesc-yuv420p14le
filter-pixdesc-yuv420p16be
filter-pixdesc-yuv420p16le
filter-pixdesc-yuv422p
filter-pixdesc-yuv422p9be
filter-pixdesc-yuv422p9le
filter-pixdesc-yuv422p10be
filter-pixdesc-yuv422p10le
filter-pixdesc-yuv422p12be
filter-pixdesc-yuv422p12le
filter-pixdesc-yuv422p14be
filter-pixdesc-yuv422p14le
filter-pixdesc-yuv422p16be
filter-pixdesc-yuv422p16le
filter-pixdesc-yuv440p
filter-pixdesc-yuv440p10be
filter-pixdesc-yuv440p10le
filter-pixdesc-yuv440p12be
filter-pixdesc-yuv440p12le
filter-pixdesc-yuv444p
filter-pixdesc-yuv444p9be
filter-pixdesc-yuv444p9le
filter-pixdesc-yuv444p10be
filter-pixdesc-yuv444p10le
filter-pixdesc-yuv444p12be
filter-pixdesc-yuv444p12le
filter-pixdesc-yuv444p14be
filter-pixdesc-yuv444p14le
filter-pixdesc-yuv444p16be
filter-pixdesc-yuv444p16le
filter-pixdesc-yuva420p
filter-pixdesc-yuva420p9be
filter-pixdesc-yuva420p9le
filter-pixdesc-yuva420p10be
filter-pixdesc-yuva420p10le
filter-pixdesc-yuva420p16be
filter-pixdesc-yuva420p16le
filter-pixdesc-yuva422p
filter-pixdesc-yuva422p9be
filter-pixdesc-yuva422p9le
filter-pixdesc-yuva422p10be
filter-pixdesc-yuva422p10le
filter-pixdesc-yuva422p12be
filter-pixdesc-yuva422p12le
filter-pixdesc-yuva422p16be
filter-pixdesc-yuva422p16le
filter-pixdesc-yuva444p
filter-pixdesc-yuva444p9be
filter-pixdesc-yuva444p9le
filter-pixdesc-yuva444p10be
filter-pixdesc-yuva444p10le
filter-pixdesc-yuva444p12be
filter-pixdesc-yuva444p12le
filter-pixdesc-yuva444p16be
filter-pixdesc-yuva444p16le
filter-pixdesc-yuvj411p
filter-pixdesc-yuvj420p
filter-pixdesc-yuvj422p
filter-pixdesc-yuvj440p
filter-pixdesc-yuvj444p
filter-pixdesc-yuyv422
filter-pixdesc-yvyu422
filter-pixfmts-copy swscale/output: add support for Y210LE and Y212LE 2022-09-10 12:29:12 -07:00
filter-pixfmts-crop swscale/output: add support for XV30LE 2022-09-10 12:29:12 -07:00
filter-pixfmts-field swscale/output: add support for Y210LE and Y212LE 2022-09-10 12:29:12 -07:00
filter-pixfmts-fieldmatch
filter-pixfmts-fieldorder swscale/output: add support for Y210LE and Y212LE 2022-09-10 12:29:12 -07:00
filter-pixfmts-hflip swscale/output: add support for XV30LE 2022-09-10 12:29:12 -07:00
filter-pixfmts-histeq
filter-pixfmts-il swscale/output: add support for Y210LE and Y212LE 2022-09-10 12:29:12 -07:00
filter-pixfmts-kerndeint
filter-pixfmts-lut
filter-pixfmts-null swscale/output: add support for Y210LE and Y212LE 2022-09-10 12:29:12 -07:00
filter-pixfmts-pad swscale/output: add support for P012 2022-09-10 12:29:12 -07:00
filter-pixfmts-pullup
filter-pixfmts-rotate
filter-pixfmts-scale swscale/output: add support for Y210LE and Y212LE 2022-09-10 12:29:12 -07:00
filter-pixfmts-super2xsai
filter-pixfmts-swapuv
filter-pixfmts-tinterlace_cvlpf
filter-pixfmts-tinterlace_merge
filter-pixfmts-tinterlace_pad lavfi/drawutils: improve colorspace support 2022-06-19 19:18:34 -05:00
filter-pixfmts-tinterlace_vlpf
filter-pixfmts-transpose swscale/output: add support for XV30LE 2022-09-10 12:29:12 -07:00
filter-pixfmts-vflip swscale/output: add support for Y210LE and Y212LE 2022-09-10 12:29:12 -07:00
filter-pp
filter-pp1
filter-pp2
filter-pp3
filter-pp4
filter-pp5
filter-pp6
filter-pp7 tests: Add pp7, spp tests based on pp test 2020-05-12 01:00:28 +02:00
filter-qp
filter-refcmp-blockdetect-yuv avfilter: Add blockdetect filter 2022-05-24 11:21:36 +02:00
filter-refcmp-blurdetect-yuv lavfi: Add blurdetect filter 2022-04-25 20:52:15 +02:00
filter-refcmp-psnr-rgb fate/filter-refcmp-*: make refcmp_metadata fail on empty or truncated input 2022-04-10 20:12:23 +02:00
filter-refcmp-psnr-yuv avfilter/vf_avgblur: switch to faster algorithm 2021-09-30 01:22:57 +02:00
filter-refcmp-siti-yuv lavfilter: Add SITI filter 2022-04-01 20:27:43 +02:00
filter-refcmp-ssim-rgb
filter-refcmp-ssim-yuv
filter-removegrain-mode-00
filter-removegrain-mode-01
filter-removegrain-mode-02
filter-removegrain-mode-03
filter-removegrain-mode-04
filter-removegrain-mode-05
filter-removegrain-mode-06
filter-removegrain-mode-07
filter-removegrain-mode-08
filter-removegrain-mode-09
filter-removegrain-mode-10
filter-removegrain-mode-11
filter-removegrain-mode-12
filter-removegrain-mode-13
filter-removegrain-mode-14
filter-removegrain-mode-15
filter-removegrain-mode-16
filter-removegrain-mode-17
filter-removegrain-mode-18
filter-removegrain-mode-19
filter-removegrain-mode-20
filter-removegrain-mode-21
filter-removegrain-mode-22
filter-removegrain-mode-23
filter-removegrain-mode-24
filter-rgbtestsrc
filter-scale2ref_keep_aspect lavfi/vf_scale: use default swscale flags for scaler 2021-08-05 22:23:49 +08:00
filter-scale200
filter-scale500
filter-scalechroma
filter-select
filter-select-alternate
filter-separatefields
filter-setdar
filter-setpts
filter-setsar
filter-showpalette
filter-shuffleframes
filter-shuffleplanes-dup-luma
filter-shuffleplanes-swapuv
filter-silenceremove framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-smptebars
filter-smptehdbars
filter-spp tests: Add pp7, spp tests based on pp test 2020-05-12 01:00:28 +02:00
filter-stereo3d-abr-ml
filter-stereo3d-abr-mr
filter-stereo3d-al-sbsl
filter-stereo3d-ar-abl
filter-stereo3d-sbsl-abl
filter-stereo3d-sbsl-abr
filter-stereo3d-sbsl-agmc
filter-stereo3d-sbsl-agmd
filter-stereo3d-sbsl-agmg
filter-stereo3d-sbsl-agmh
filter-stereo3d-sbsl-al
filter-stereo3d-sbsl-arbg
filter-stereo3d-sbsl-arcc
filter-stereo3d-sbsl-arcd
filter-stereo3d-sbsl-arcg
filter-stereo3d-sbsl-arch
filter-stereo3d-sbsl-argg
filter-stereo3d-sbsl-aybc
filter-stereo3d-sbsl-aybd
filter-stereo3d-sbsl-aybg
filter-stereo3d-sbsl-aybh
filter-stereo3d-sbsl-sbsr
filter-stereotools framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-swaprect
filter-tblend
filter-telecine
filter-testsrc2-rgb24
filter-testsrc2-rgba
filter-testsrc2-yuv420p lavfi/drawutils: improve colorspace support 2022-06-19 19:18:34 -05:00
filter-testsrc2-yuv444p lavfi/drawutils: improve colorspace support 2022-06-19 19:18:34 -05:00
filter-thumbnail avfilter/vf_thumbnail: add support for YUV and GBRP formats 2021-02-08 12:45:49 +01:00
filter-tile
filter-tpad-add lavfi/drawutils: improve colorspace support 2022-06-19 19:18:34 -05:00
filter-tpad-clone lavfi/drawutils: improve colorspace support 2022-06-19 19:18:34 -05:00
filter-transpose
filter-trim-duration
filter-trim-frame
filter-trim-mixed
filter-trim-time
filter-unsharp
filter-unsharp-yuv420p10 lavfi/drawutils: improve colorspace support 2022-06-19 19:18:34 -05:00
filter-untile lavfi/drawutils: improve colorspace support 2022-06-19 19:18:34 -05:00
filter-vectorscope_color
filter-vectorscope_color2
filter-vectorscope_color3
filter-vectorscope_color4
filter-vectorscope_gray
filter-vectorscope_xy
filter-vflip
filter-vflip_crop
filter-vflip_vflip
filter-vstack
filter-w3fdif-complex
filter-w3fdif-simple
filter-waveform_column
filter-waveform_envelope
filter-waveform_row
filter-waveform_uv
filter-weave
filter-yadif-mode0
filter-yadif-mode1
filter-yadif10
filter-yadif16
filter-yuvtestsrc-yuv444p
filter-yuvtestsrc-yuv444p12
fits-demux avformat/fitsenc: write DATAMIN/DATAMAX to encoded output 2021-02-10 00:03:38 +01:00
fitsdec-bitpix-32
fitsdec-bitpix-64
fitsdec-blank_bitpix32
fitsdec-ext_data_min_max
fitsdec-gbrap16le fate/fits: Use transcode for transcode-like test 2022-04-28 02:39:37 +02:00
fitsdec-gbrp fate/fits: Use transcode for transcode-like test 2022-04-28 02:39:37 +02:00
fitsdec-gbrp16 fate/fits: Use transcode for transcode-like test 2022-04-28 02:39:37 +02:00
fitsdec-gray fate/fits: Use transcode for transcode-like test 2022-04-28 02:39:37 +02:00
fitsdec-multi
fitsenc-gbrap
fitsenc-gbrap16be
fitsenc-gbrp
fitsenc-gbrp16be
fitsenc-gray
fitsenc-gray16be
flcl1905 ffprobe: print AVFrame.duration 2022-07-19 12:27:18 +02:00
flic-af11-palette-change
flic-af12
flic-magiccarpet
flv-add_keyframe_index avformat/flvenc: fix timestamp of key frame index 2022-08-03 17:52:45 +08:00
flv-demux fftools/ffprobe: Report initial and trailing padding 2022-09-05 20:32:12 +02:00
fmvc-type1
fmvc-type2
force_key_frames
fraps-v0
fraps-v1
fraps-v2
fraps-v3
fraps-v4
fraps-v5
frwu
g2m2 lavf/mux: rewrite guessing the packet duration 2020-12-10 09:50:18 +01:00
g2m3
g2m4
g722-encode framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
g722dec-1 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
g723_1-dec-1 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
g723_1-dec-2 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
g723_1-dec-3 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
g723_1-dec-4 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
g723_1-dec-5 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
g723_1-dec-6 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
g723_1-dec-7 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
g723_1-dec-8 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
g726-encode-2bit framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
g726-encode-3bit framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
g726-encode-4bit framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
g726-encode-5bit framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
gapless-mp3 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
gapless-mp3-side-data fftools/ffprobe: Report initial and trailing padding 2022-09-05 20:32:12 +02:00
gaplessenc-itunes-to-ipod-aac avformat/mov: don't read duration from mvhd atom 2022-09-08 20:06:06 -03:00
gaplessenc-pcm-to-mov-aac ffprobe: add missing separator when printing side data in compact output 2021-12-22 09:41:13 -03:00
gaplessinfo-itunes1 ffprobe: add missing separator when printing side data in compact output 2021-12-22 09:41:13 -03:00
gaplessinfo-itunes2 ffprobe: add missing separator when printing side data in compact output 2021-12-22 09:41:13 -03:00
gif-color
gif-deal
gif-demux
gif-disposal-background
gif-disposal-restore
gif-gray
gifenc-bgr4_byte
gifenc-bgr8
gifenc-gray
gifenc-pal8
gifenc-rgb4_byte
gifenc-rgb8
gsm-ms framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
gsm-toast framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
h264-3386
h264-afd fate/h264: Add Active Format Descriptor test 2022-07-09 20:24:31 +02:00
h264-attachment-631
h264-brokensps-2580
h264-bsf-mp4toannexb
h264-conformance-aud_mw_e
h264-conformance-ba1_ft_c
h264-conformance-ba1_sony_d
h264-conformance-ba2_sony_f
h264-conformance-ba3_sva_c
h264-conformance-ba_mw_d
h264-conformance-bamq1_jvc_c
h264-conformance-bamq2_jvc_c
h264-conformance-banm_mw_d
h264-conformance-basqp1_sony_c
h264-conformance-caba1_sony_d
h264-conformance-caba1_sva_b
h264-conformance-caba2_sony_e
h264-conformance-caba2_sva_b
h264-conformance-caba3_sony_c
h264-conformance-caba3_sva_b
h264-conformance-caba3_toshiba_e
h264-conformance-cabac_mot_fld0_full tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
h264-conformance-cabac_mot_frm0_full
h264-conformance-cabac_mot_mbaff0_full
h264-conformance-cabac_mot_picaff0_full tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
h264-conformance-cabaci3_sony_b
h264-conformance-cabast3_sony_e
h264-conformance-cabastbr3_sony_b
h264-conformance-cabref3_sand_d tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
h264-conformance-cacqp3_sony_d
h264-conformance-cafi1_sva_c tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
h264-conformance-cama1_sony_c
h264-conformance-cama1_toshiba_b
h264-conformance-cama1_vtc_c
h264-conformance-cama2_vtc_b
h264-conformance-cama3_sand_e
h264-conformance-cama3_vtc_b
h264-conformance-camaci3_sony_c
h264-conformance-camanl1_toshiba_b
h264-conformance-camanl2_toshiba_b
h264-conformance-camanl3_sand_e
h264-conformance-camasl3_sony_b
h264-conformance-camp_mot_mbaff_l30
h264-conformance-camp_mot_mbaff_l31
h264-conformance-canl1_sony_e
h264-conformance-canl1_sva_b
h264-conformance-canl1_toshiba_g
h264-conformance-canl2_sony_e
h264-conformance-canl2_sva_b
h264-conformance-canl3_sony_c
h264-conformance-canl3_sva_b
h264-conformance-canl4_sva_b
h264-conformance-canlma2_sony_c
h264-conformance-canlma3_sony_c
h264-conformance-capa1_toshiba_b tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
h264-conformance-capama3_sand_f tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
h264-conformance-capcm1_sand_e
h264-conformance-capcmnl1_sand_e
h264-conformance-capm3_sony_d
h264-conformance-caqp1_sony_b
h264-conformance-cavlc_mot_fld0_full_b tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
h264-conformance-cavlc_mot_frm0_full_b
h264-conformance-cavlc_mot_mbaff0_full_b
h264-conformance-cavlc_mot_picaff0_full_b tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
h264-conformance-cawp1_toshiba_e
h264-conformance-cawp5_toshiba_e
h264-conformance-ci1_ft_b
h264-conformance-ci_mw_d
h264-conformance-cvbs3_sony_c
h264-conformance-cvcanlma2_sony_c
h264-conformance-cvfc1_sony_c
h264-conformance-cvfi1_sony_d tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
h264-conformance-cvfi1_sva_c tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
h264-conformance-cvfi2_sony_h tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
h264-conformance-cvfi2_sva_c tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
h264-conformance-cvma1_sony_d
h264-conformance-cvma1_toshiba_b
h264-conformance-cvmanl1_toshiba_b
h264-conformance-cvmanl2_toshiba_b
h264-conformance-cvmapaqp3_sony_e tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
h264-conformance-cvmaqp2_sony_g
h264-conformance-cvmaqp3_sony_d
h264-conformance-cvmp_mot_fld_l30_b tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
h264-conformance-cvmp_mot_frm_l31_b tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
h264-conformance-cvnlfi1_sony_c tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
h264-conformance-cvnlfi2_sony_h tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
h264-conformance-cvpa1_toshiba_b tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
h264-conformance-cvpcmnl1_sva_c
h264-conformance-cvpcmnl2_sva_c
h264-conformance-cvwp1_toshiba_e
h264-conformance-cvwp2_toshiba_e
h264-conformance-cvwp3_toshiba_e
h264-conformance-cvwp5_toshiba_e
h264-conformance-fi1_sony_e tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
h264-conformance-frext-alphaconformanceg
h264-conformance-frext-bcrm_freh10 tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
h264-conformance-frext-brcm_freh3
h264-conformance-frext-brcm_freh4 tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
h264-conformance-frext-brcm_freh5
h264-conformance-frext-brcm_freh8
h264-conformance-frext-brcm_freh9
h264-conformance-frext-brcm_freh11 tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
h264-conformance-frext-freh1_b
h264-conformance-frext-freh2_b
h264-conformance-frext-freh6 tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
h264-conformance-frext-freh7_b tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
h264-conformance-frext-freh12_b
h264-conformance-frext-frext01_jvc_d
h264-conformance-frext-frext1_panasonic_c
h264-conformance-frext-frext02_jvc_c
h264-conformance-frext-frext2_panasonic_b
h264-conformance-frext-frext3_panasonic_d
h264-conformance-frext-frext4_panasonic_a
h264-conformance-frext-frext_mmco4_sony_b
h264-conformance-frext-hcaff1_hhi_b tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
h264-conformance-frext-hcafr1_hhi_c
h264-conformance-frext-hcafr2_hhi_a
h264-conformance-frext-hcafr3_hhi_a
h264-conformance-frext-hcafr4_hhi_a
h264-conformance-frext-hcamff1_hhi_b
h264-conformance-frext-hi422fr1_sony_a
h264-conformance-frext-hi422fr6_sony_a
h264-conformance-frext-hi422fr10_sony_b
h264-conformance-frext-hi422fr13_sony_b
h264-conformance-frext-hpca_brcm_c
h264-conformance-frext-hpcadq_brcm_b
h264-conformance-frext-hpcafl_bcrm_c tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
h264-conformance-frext-hpcaflnl_bcrm_c tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
h264-conformance-frext-hpcalq_brcm_b
h264-conformance-frext-hpcamapalq_bcrm_b tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
h264-conformance-frext-hpcamolq_brcm_b
h264-conformance-frext-hpcanl_brcm_c
h264-conformance-frext-hpcaq2lq_brcm_b
h264-conformance-frext-hpcv_brcm_a
h264-conformance-frext-hpcvfl_bcrm_a tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
h264-conformance-frext-hpcvflnl_bcrm_a tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
h264-conformance-frext-hpcvmolq_brcm_b
h264-conformance-frext-hpcvnl_brcm_a
h264-conformance-frext-pph10i1_panasonic_a
h264-conformance-frext-pph10i2_panasonic_a
h264-conformance-frext-pph10i3_panasonic_a
h264-conformance-frext-pph10i4_panasonic_a
h264-conformance-frext-pph10i5_panasonic_a
h264-conformance-frext-pph10i6_panasonic_a
h264-conformance-frext-pph10i7_panasonic_a
h264-conformance-frext-pph422i1_panasonic_a
h264-conformance-frext-pph422i2_panasonic_a
h264-conformance-frext-pph422i3_panasonic_a
h264-conformance-frext-pph422i4_panasonic_a
h264-conformance-frext-pph422i5_panasonic_a
h264-conformance-frext-pph422i6_panasonic_a
h264-conformance-frext-pph422i7_panasonic_a
h264-conformance-hcbp2_hhi_a
h264-conformance-hcmp1_hhi_a
h264-conformance-ls_sva_d
h264-conformance-midr_mw_d
h264-conformance-mps_mw_a
h264-conformance-mr1_bt_a
h264-conformance-mr1_mw_a
h264-conformance-mr2_mw_a
h264-conformance-mr2_tandberg_e
h264-conformance-mr3_tandberg_b tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
h264-conformance-mr4_tandberg_c
h264-conformance-mr5_tandberg_c
h264-conformance-mr6_bt_b tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
h264-conformance-mr7_bt_b tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
h264-conformance-mr8_bt_b tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
h264-conformance-mr9_bt_b tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
h264-conformance-mv1_brcm_d
h264-conformance-nl1_sony_d
h264-conformance-nl2_sony_h
h264-conformance-nl3_sva_e
h264-conformance-nlmq1_jvc_c
h264-conformance-nlmq2_jvc_c
h264-conformance-nrf_mw_e
h264-conformance-sharp_mp_field_1_b tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
h264-conformance-sharp_mp_field_2_b tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
h264-conformance-sharp_mp_field_3_b tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
h264-conformance-sharp_mp_paff_1r2 tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
h264-conformance-sharp_mp_paff_2r tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
h264-conformance-sl1_sva_b
h264-conformance-sva_ba1_b
h264-conformance-sva_ba2_d
h264-conformance-sva_base_b
h264-conformance-sva_cl1_e
h264-conformance-sva_fm1_e
h264-conformance-sva_nl1_b
h264-conformance-sva_nl2_e
h264-crop-to-container
h264-direct-bff
h264-dts_5frames ffprobe: print AVFrame.duration 2022-07-19 12:27:18 +02:00
h264-encparams fate: add tests for h264 and vp9 video enc parameters export 2020-05-25 11:59:45 +02:00
h264-extradata-reload
h264-extreme-plane-pred
h264-interlace-crop
h264-intra-refresh-recovery
h264-invalid-ref-mod
h264-lossless avcodec/h264_parser: Set AVCodecContext.framerate 2021-09-23 10:35:08 -03:00
h264-missing-frame
h264-mixed-nal-coding
h264-ref-pic-mod-overflow
h264-reinit-large_420_8-to-small_420_8
h264-reinit-small_420_8-to-large_444_10
h264-reinit-small_420_9-to-small_420_8
h264-reinit-small_422_9-to-small_420_9
h264-skip-nointra framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
h264-skip-nokey framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
h264-timecode
h264-twofields-packet
h264-unescaped-extradata
h264-xavc-4389 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
h264_mp4toannexb_ticket2991 avcodec/h264_parser: Set AVCodecContext.framerate 2021-09-23 10:35:08 -03:00
h264_mp4toannexb_ticket5927
h264_mp4toannexb_ticket5927_2
hap-alpha-only-nosnappy-128x72
hap-alpha-only-snappy-127x71
hap-chunk
hap1
hap5
hapqa-extract-nosnappy-to-hapalphaonly-mov fate: update some missing refs 2021-08-24 12:22:36 -03:00
hapqa-extract-nosnappy-to-hapq-mov fate: update some missing refs 2021-08-24 12:22:36 -03:00
hapqa-extract-snappy1-to-hapalphaonly
hapqa-extract-snappy1-to-hapq
hapqa-extract-snappy16-to-hapalphaonly
hapqa-extract-snappy16-to-hapq
hapqa-nosnappy-127x71
hapqa-snappy1-127x71
hapqa-snappy16-127x71
hapy
hash
hevc-cabac-tudepth
hevc-conformance-ADJUST_IPRED_ANGLE_A_RExt_Mitsubishi_1
hevc-conformance-AMP_A_Samsung_4
hevc-conformance-AMP_A_Samsung_6
hevc-conformance-AMP_B_Samsung_4
hevc-conformance-AMP_B_Samsung_6
hevc-conformance-AMP_D_Hisilicon
hevc-conformance-AMP_E_Hisilicon
hevc-conformance-AMP_F_Hisilicon_3
hevc-conformance-AMVP_A_MTK_4
hevc-conformance-AMVP_B_MTK_4
hevc-conformance-AMVP_C_Samsung_4
hevc-conformance-AMVP_C_Samsung_6
hevc-conformance-BUMPING_A_ericsson_1 tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
hevc-conformance-CAINIT_A_SHARP_4
hevc-conformance-CAINIT_B_SHARP_4
hevc-conformance-CAINIT_C_SHARP_3
hevc-conformance-CAINIT_D_SHARP_3
hevc-conformance-CAINIT_E_SHARP_3
hevc-conformance-CAINIT_F_SHARP_3
hevc-conformance-CAINIT_G_SHARP_3
hevc-conformance-CAINIT_H_SHARP_3
hevc-conformance-CIP_A_Panasonic_3 tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
hevc-conformance-CIP_C_Panasonic_2 tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
hevc-conformance-CONFWIN_A_Sony_1
hevc-conformance-DBLK_A_MAIN10_VIXS_3
hevc-conformance-DBLK_A_SONY_3
hevc-conformance-DBLK_B_SONY_3
hevc-conformance-DBLK_C_SONY_3
hevc-conformance-DBLK_D_VIXS_2
hevc-conformance-DBLK_E_VIXS_2
hevc-conformance-DBLK_F_VIXS_2
hevc-conformance-DBLK_G_VIXS_2
hevc-conformance-DELTAQP_A_BRCM_4 tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
hevc-conformance-DELTAQP_B_SONY_3
hevc-conformance-DELTAQP_C_SONY_3
hevc-conformance-DSLICE_A_HHI_5
hevc-conformance-DSLICE_B_HHI_5
hevc-conformance-DSLICE_C_HHI_5
hevc-conformance-ENTP_A_Qualcomm_1
hevc-conformance-ENTP_B_Qualcomm_1
hevc-conformance-ENTP_C_Qualcomm_1
hevc-conformance-EXT_A_ericsson_4
hevc-conformance-FILLER_A_Sony_1
hevc-conformance-HRD_A_Fujitsu_2
hevc-conformance-HRD_A_Fujitsu_3
hevc-conformance-INITQP_A_Sony_1
hevc-conformance-INITQP_B_Sony_1
hevc-conformance-IPCM_A_RExt_NEC
hevc-conformance-IPCM_B_RExt_NEC
hevc-conformance-IPRED_A_docomo_2
hevc-conformance-IPRED_B_Nokia_3
hevc-conformance-IPRED_C_Mitsubishi_3
hevc-conformance-LS_A_Orange_2
hevc-conformance-LS_B_ORANGE_4
hevc-conformance-LTRPSPS_A_Qualcomm_1
hevc-conformance-MAXBINS_A_TI_4
hevc-conformance-MAXBINS_B_TI_4
hevc-conformance-MAXBINS_C_TI_4
hevc-conformance-MERGE_A_TI_3
hevc-conformance-MERGE_B_TI_3
hevc-conformance-MERGE_C_TI_3
hevc-conformance-MERGE_D_TI_3
hevc-conformance-MERGE_E_TI_3
hevc-conformance-MERGE_F_MTK_4
hevc-conformance-MERGE_G_HHI_4
hevc-conformance-MVCLIP_A_qualcomm_3
hevc-conformance-MVDL1ZERO_A_docomo_3
hevc-conformance-MVEDGE_A_qualcomm_3
hevc-conformance-Main_422_10_A_RExt_Sony_1
hevc-conformance-Main_422_10_B_RExt_Sony_1
hevc-conformance-NUT_A_ericsson_5 tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
hevc-conformance-NoOutPrior_A_Qualcomm_1 tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
hevc-conformance-NoOutPrior_B_Qualcomm_1 tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
hevc-conformance-OPFLAG_A_Qualcomm_1
hevc-conformance-OPFLAG_B_Qualcomm_1 tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
hevc-conformance-OPFLAG_C_Qualcomm_1 tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
hevc-conformance-PERSIST_RPARAM_A_RExt_Sony_1
hevc-conformance-PERSIST_RPARAM_A_RExt_Sony_3
hevc-conformance-PICSIZE_A_Bossen_1
hevc-conformance-PICSIZE_B_Bossen_1
hevc-conformance-PICSIZE_C_Bossen_1
hevc-conformance-PICSIZE_D_Bossen_1
hevc-conformance-PMERGE_A_TI_3
hevc-conformance-PMERGE_B_TI_3
hevc-conformance-PMERGE_C_TI_3
hevc-conformance-PMERGE_D_TI_3
hevc-conformance-PMERGE_E_TI_3
hevc-conformance-POC_A_Bossen_3
hevc-conformance-PPS_A_qualcomm_7
hevc-conformance-PS_A_VIDYO_3
hevc-conformance-PS_B_VIDYO_3
hevc-conformance-QMATRIX_A_RExt_Sony_1
hevc-conformance-RAP_A_docomo_4 tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
hevc-conformance-RAP_B_Bossen_1 tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
hevc-conformance-RPLM_A_qualcomm_4
hevc-conformance-RPLM_B_qualcomm_4
hevc-conformance-RPS_A_docomo_4
hevc-conformance-RPS_B_qualcomm_5
hevc-conformance-RPS_C_ericsson_5
hevc-conformance-RPS_D_ericsson_6
hevc-conformance-RPS_E_qualcomm_5
hevc-conformance-RPS_F_docomo_1
hevc-conformance-RQT_A_HHI_4
hevc-conformance-RQT_B_HHI_4
hevc-conformance-RQT_C_HHI_4
hevc-conformance-RQT_D_HHI_4
hevc-conformance-RQT_E_HHI_4
hevc-conformance-RQT_F_HHI_4
hevc-conformance-RQT_G_HHI_4
hevc-conformance-SAO_A_MediaTek_4
hevc-conformance-SAO_A_RExt_MediaTek_1
hevc-conformance-SAO_B_MediaTek_5
hevc-conformance-SAO_C_Samsung_4
hevc-conformance-SAO_C_Samsung_5
hevc-conformance-SAO_D_Samsung_4
hevc-conformance-SAO_D_Samsung_5
hevc-conformance-SAO_E_Canon_4
hevc-conformance-SAO_F_Canon_3
hevc-conformance-SAO_G_Canon_3
hevc-conformance-SDH_A_Orange_3 tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
hevc-conformance-SLICES_A_Rovi_3
hevc-conformance-SLIST_A_Sony_4
hevc-conformance-SLIST_B_Sony_8
hevc-conformance-SLIST_C_Sony_3
hevc-conformance-SLIST_D_Sony_9
hevc-conformance-SLPPLP_A_VIDYO_1
hevc-conformance-SLPPLP_A_VIDYO_2
hevc-conformance-STRUCT_A_Samsung_5
hevc-conformance-STRUCT_B_Samsung_4
hevc-conformance-STRUCT_B_Samsung_6
hevc-conformance-TILES_A_Cisco_2
hevc-conformance-TILES_B_Cisco_1
hevc-conformance-TMVP_A_MS_3
hevc-conformance-TSCL_A_VIDYO_5
hevc-conformance-TSCL_B_VIDYO_4
hevc-conformance-TSKIP_A_MS_3
hevc-conformance-TUSIZE_A_Samsung_1
hevc-conformance-VPSID_A_VIDYO_1
hevc-conformance-VPSID_A_VIDYO_2
hevc-conformance-WPP_A_ericsson_MAIN10_2
hevc-conformance-WPP_A_ericsson_MAIN_2
hevc-conformance-WPP_B_ericsson_MAIN10_2
hevc-conformance-WPP_B_ericsson_MAIN_2
hevc-conformance-WPP_C_ericsson_MAIN10_2
hevc-conformance-WPP_C_ericsson_MAIN_2
hevc-conformance-WPP_D_ericsson_MAIN10_2
hevc-conformance-WPP_D_ericsson_MAIN_2
hevc-conformance-WPP_E_ericsson_MAIN10_2
hevc-conformance-WPP_E_ericsson_MAIN_2
hevc-conformance-WPP_F_ericsson_MAIN10_2
hevc-conformance-WPP_F_ericsson_MAIN_2
hevc-conformance-WPP_HIGH_TP_444_8BIT_RExt_Apple_2 fate/hevc: add clip for persistent_rice_adaptation_enabled_flag 2022-07-25 17:54:16 +02:00
hevc-conformance-WP_A_MAIN10_Toshiba_3
hevc-conformance-WP_A_Toshiba_3
hevc-conformance-WP_B_Toshiba_3
hevc-conformance-WP_MAIN10_B_Toshiba_3
hevc-conformance-cip_B_NEC_3
hevc-conformance-ipcm_A_NEC_3
hevc-conformance-ipcm_B_NEC_3
hevc-conformance-ipcm_C_NEC_3
hevc-conformance-ipcm_D_NEC_3
hevc-conformance-ipcm_E_NEC_2
hevc-dv-rpu lavc/hevcdec: Parse DOVI RPU NALs 2022-01-04 12:08:18 +01:00
hevc-extradata-reload
hevc-hdr-vivid-metadata fate: add a test for HDR Vivid metadata in HEVC 2022-03-10 07:05:57 +08:00
hevc-hdr10-plus-metadata fate: add a test for HDR10+ metadata in HEVC 2020-12-05 19:20:11 -03:00
hevc-monochrome-crop avcodec/hevc_sei: add support for user data unregistered SEI message 2020-06-15 07:19:55 +08:00
hevc-paired-fields
hevc-paramchange-yuv420p-yuv420p10
hevc-skiploopfilter
hevc-small422chroma tests/fate/hevc: Add test for 3fbf873792 2020-10-25 09:48:29 +01:00
hevc-two-first-slice
hls-fmp4 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
hls-fmp4_ac3 ffprobe: Rename Audio Service Type 'type' field to 'service_type' 2021-08-06 15:48:31 +01:00
hls-init-time framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
hls-list-size framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
hls-segment-single framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
hls-segment-size framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
hmac
id-cin-video framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
id3v2-chapters framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
id3v2-priv avformat/id3v2: Don't reverse the order of id3v2 APICs 2021-04-18 02:24:44 +02:00
id3v2-priv-remux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
id3v2-utf16-bom fate/id3v2: Add test for reading and writing UTF-16 BOM tags 2022-09-12 22:26:27 +02:00
idroq-video-encode
iff-byterun1 lavf/mux: rewrite guessing the packet duration 2020-12-10 09:50:18 +01:00
iff-fibonacci
iff-ilbm lavf/mux: rewrite guessing the packet duration 2020-12-10 09:50:18 +01:00
iff-pcm
iirfilter
imf avformat/imf: Tests 2021-12-31 17:26:01 +10:00
imf-cpl-with-repeat avformat/imf: fix packet pts, dts and muxing 2022-02-20 18:32:09 +10:00
imgutils lavu/pixfmt: Add P012, Y212, XV30, and XV36 formats 2022-09-03 16:19:40 -07:00
indeo2-delta
indeo2-intra
indeo3-1
indeo3-2
indeo4
indeo5
interplay-mve-8bit
interplay-mve-16bit
iscc
iv8-demux fate: update ref files after a recent change 2021-10-29 15:43:14 -03:00
j2k-dwt
jpeg2000-dcinema
jpegls-2bpc tests/image: remove colorspace conversion from jpegls tests 2021-05-03 18:32:01 -03:00
jpegls-3bpc tests/image: remove colorspace conversion from jpegls tests 2021-05-03 18:32:01 -03:00
jpegls-5bpc tests/image: remove colorspace conversion from jpegls tests 2021-05-03 18:32:01 -03:00
jpegls-7bpc tests/image: remove colorspace conversion from jpegls tests 2021-05-03 18:32:01 -03:00
jpg-12bpp
jpg-icc ffprobe: print AVFrame.duration 2022-07-19 12:27:18 +02:00
jpg-jfif
jv
jv-demux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
kgv1
kmvc
lagarith-red
lagarith-rgb24
lagarith-rgb32
lagarith-ticket4119
lagarith-ticket4119-cfr
lagarith-ticket4119-pass
lagarith-ticket4119-vfr
lagarith-yuy2
lagarith-yv12
lfg
libavcodec-htmlsubtitles
limited_input_seek
limited_input_seek-copyts
lmlm4-demux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
loco-rgb
loco-yuy2
lossless-alac
lossless-meridianaudio
lossless-monkeysaudio-399
lossless-shorten
lossless-tak
lossless-tta
lossless-tta-encrypted
lossless-wma
lossless-wma24-1
lossless-wma24-2
lossless-wma24-rawtile
lscr tests: add a test for LSCR 2021-02-24 17:16:46 +01:00
m4v
m4v-cfr
magicyuv-rgb
magicyuv-rgba
magicyuv-y400i
magicyuv-y420
magicyuv-y422i
magicyuv-y444
magicyuv-y4444i
mapchan-2ch-extract-ch0-ch2-trailing
mapchan-3ch-extract-ch0-ch2-trailing
mapchan-6ch-extract-2
mapchan-6ch-extract-2-downmix-mono
mapchan-silent-mono
matroska-avoid-negative-ts avformat/matroskaenc: Don't waste bytes to Write Tag length fields 2022-06-20 23:42:28 +02:00
matroska-dovi-write-config7 avformat/matroskaenc: Don't waste bytes to Write Tag length fields 2022-06-20 23:42:28 +02:00
matroska-dovi-write-config8 avformat/matroskaenc: Don't waste bytes to Write Tag length fields 2022-06-20 23:42:28 +02:00
matroska-dvbsub-remux avformat/matroskaenc: Don't waste bytes to Write Tag length fields 2022-06-20 23:42:28 +02:00
matroska-encoding-delay avformat/matroskaenc: Write CodecDelay for codecs != Opus 2022-09-05 20:36:53 +02:00
matroska-flac-channel-mapping framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
matroska-flac-extradata-update fftools/ffmpeg: use the sync queues to handle -frames 2022-07-23 11:53:19 +02:00
matroska-h264-remux avformat/matroskaenc: Don't waste bytes to Write Tag length fields 2022-06-20 23:42:28 +02:00
matroska-lzo-decompression framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
matroska-mastering-display-metadata avformat/matroskaenc: Don't waste bytes to Write Tag length fields 2022-06-20 23:42:28 +02:00
matroska-move-cues-to-front avformat/matroskaenc: Don't waste bytes to Write Tag length fields 2022-06-20 23:42:28 +02:00
matroska-mpegts-remux avformat/matroskaenc: Don't waste bytes to Write Tag length fields 2022-06-20 23:42:28 +02:00
matroska-ms-mode avformat/matroskaenc: Don't waste bytes to Write Tag length fields 2022-06-20 23:42:28 +02:00
matroska-ogg-opus-remux avformat/matroskaenc: Use custom min timestamp 2022-09-05 20:36:22 +02:00
matroska-opus-remux avformat/matroskaenc: Use custom min timestamp 2022-09-05 20:36:22 +02:00
matroska-pgs-remux avformat/matroskaenc: Don't waste bytes to Write Tag length fields 2022-06-20 23:42:28 +02:00
matroska-pgs-remux-durations avformat/matroskaenc: Don't waste bytes to Write Tag length fields 2022-06-20 23:42:28 +02:00
matroska-prores-header-insertion-bz2
matroska-prores-zlib
matroska-qt-mode avformat/matroskaenc: Don't waste bytes to Write Tag length fields 2022-06-20 23:42:28 +02:00
matroska-spherical-mono
matroska-spherical-mono-remux avformat/matroskaenc: Don't waste bytes to Write Tag length fields 2022-06-20 23:42:28 +02:00
matroska-vp8-alpha-remux avformat/matroskaenc: Don't waste bytes to Write Tag length fields 2022-06-20 23:42:28 +02:00
matroska-wavpack-missing-codecprivate framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
matroska-xiph-lacing framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
matroska-zero-length-block avformat/matroskaenc: Don't waste bytes to Write Tag length fields 2022-06-20 23:42:28 +02:00
matroska-zlib-decompression
maxis-xa framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
md5
mdec
mdec-v3
mimic lavf/mux: rewrite guessing the packet duration 2020-12-10 09:50:18 +01:00
mjpeg-ticket3229
mjpegb
mkv framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
mkv-1242 fftools/ffmpeg: use the sync queues to handle -frames 2022-07-23 11:53:19 +02:00
mlv-demux
motionpixels
mov-1elist-1ctts
mov-1elist-ends-last-bframe
mov-1elist-noctts
mov-2elist-elist1-ends-bframe
mov-3elist
mov-3elist-1ctts
mov-3elist-encrypted
mov-440hz-10ms framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
mov-aac-2048-priming ffprobe: add missing separator when printing side data in compact output 2021-12-22 09:41:13 -03:00
mov-avif-demux-still-image-1-item avformat/mov: Only read the primary item for AVIF 2022-06-29 12:16:40 -07:00
mov-avif-demux-still-image-multiple-items avformat/mov: Only read the primary item for AVIF 2022-06-29 12:16:40 -07:00
mov-bbi-elst-starts-b framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
mov-channel-description fate: add a test for writing channel descriptions in mov 2022-04-05 09:19:59 -03:00
mov-cover-image framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
mov-displaymatrix
mov-elist-starts-ctts-2ndsample
mov-elst-ends-betn-b-and-i
mov-frag-encrypted
mov-frag-overlap
mov-guess-delay-1
mov-guess-delay-2
mov-guess-delay-3
mov-ibi-elst-starts-b
mov-init-nonkeyframe ffprobe: stop printing deprecated fields 2021-02-22 11:14:29 +01:00
mov-invalid-elst-entry-count
mov-mp3-demux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
mov-mp4-chapters framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
mov-mp4-disposition-mpegts-remux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
mov-mp4-extended-atom FATE: Add test for probing MOV/MP4 files with extended box sizes 2021-03-21 14:14:36 +00:00
mov-mp4-ttml-dfxp tests/fate: move TTML-in-MP4 tests from subtitles.mak to mov.mak 2021-08-25 23:17:53 +03:00
mov-mp4-ttml-stpp tests/fate: move TTML-in-MP4 tests from subtitles.mak to mov.mak 2021-08-25 23:17:53 +03:00
mov-mp4-with-mov-in24-ver
mov-neg-firstpts-discard
mov-neg-firstpts-discard-frames
mov-neg-firstpts-discard-vorbis
mov-spherical-mono
mov-stream-shorter-than-movie
mov-tenc-only-encrypted
mov-zombie ffprobe: print AVFrame.duration 2022-07-19 12:27:18 +02:00
movenc avformat/movenc: sidx earliest_presentation_time is applied after editlist 2022-04-29 17:22:52 +08:00
mpc7-demux
mpc8-demux
mpeg2-field-enc
mpeg2-ticket186
mpeg2-ticket6677 tests: stop using -vsync drop 2020-12-10 09:53:52 +01:00
mpeg4-als-conformance-00
mpeg4-als-conformance-01
mpeg4-als-conformance-02
mpeg4-als-conformance-03
mpeg4-als-conformance-04
mpeg4-als-conformance-05
mpeg4-als-conformance-09
mpeg4-bsf-unpack-bframes
mpeg4-packed
mpeg4-resolution-change-down-down
mpeg4-resolution-change-down-up
mpeg4-resolution-change-up-down
mpeg4-resolution-change-up-up
mpeg4-simple-studio-profile fate/mpeg4: Add test for MPEG-4 Simple Studio Profile 2022-01-29 19:30:25 +01:00
mpegps-remuxed-pcm-demux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
mpegts-probe-latm
mpegts-probe-pmt-merge
mpegts-probe-program
msmpeg4v1
msrle-8bit
mss1-pal
mss2-pal lavf/mux: rewrite guessing the packet duration 2020-12-10 09:50:18 +01:00
mss2-pals lavf/mux: rewrite guessing the packet duration 2020-12-10 09:50:18 +01:00
mss2-rgb555 lavf/mux: rewrite guessing the packet duration 2020-12-10 09:50:18 +01:00
mss2-rgb555s lavf/mux: rewrite guessing the packet duration 2020-12-10 09:50:18 +01:00
mss2-wmv
msvideo1-8bit
msvideo1-16bit
mszh
mts2
mts2-xesc
mtv framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
murmur3
mv-mvc1
mv-mvc2
mv-sgirle
mxf-d10-user-comments avformat/mxfenc: allow more bits for variable part in uuid generation 2022-03-16 21:37:53 +01:00
mxf-demux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
mxf-essencegroup-demux
mxf-metadata-source-ref1
mxf-metadata-source-ref2
mxf-missing-index-demux
mxf-multiple-components-demux
mxf-opatom-user-comments avformat/mxfenc: allow more bits for variable part in uuid generation 2022-03-16 21:37:53 +01:00
mxf-probe-applehdr10 fftools/ffprobe: Report initial and trailing padding 2022-09-05 20:32:12 +02:00
mxf-probe-d10 fftools/ffprobe: Report initial and trailing padding 2022-09-05 20:32:12 +02:00
mxf-probe-dnxhd fate: update some missing refs 2021-08-24 12:22:36 -03:00
mxf-probe-dv25 fftools/ffprobe: Report initial and trailing padding 2022-09-05 20:32:12 +02:00
mxf-reel_name avformat/mxfenc: allow more bits for variable part in uuid generation 2022-03-16 21:37:53 +01:00
mxf-user-comments avformat/mxfenc: allow more bits for variable part in uuid generation 2022-03-16 21:37:53 +01:00
mxpeg
nc-demux
nistsphere-demux
noproxy
nsv-demux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
nuv-rtjpeg lavf/mux: rewrite guessing the packet duration 2020-12-10 09:50:18 +01:00
nuv-rtjpeg-fh
oggopus-demux fftools/ffprobe: Report initial and trailing padding 2022-09-05 20:32:12 +02:00
oggvp8-demux
oma-atrac3-remux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
oma-atrac3p-remux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
oma-demux
on2avc framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
opt lavu: support AVChannelLayout AVOptions 2022-03-15 09:42:29 -03:00
paf-audio framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
paf-demux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
paf-video
parseutils
pcm-planar framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
pcm_dvd framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
pcm_dvd-16-1-48000 fate/pcm: Add pcm_dvd transcode tests 2022-07-10 16:58:58 +02:00
pcm_dvd-16-1-96000 fate/pcm: Add pcm_dvd transcode tests 2022-07-10 16:58:58 +02:00
pcm_dvd-16-2-48000 fate/pcm: Add pcm_dvd transcode tests 2022-07-10 16:58:58 +02:00
pcm_dvd-16-5.1-48000 fate/pcm: Add pcm_dvd transcode tests 2022-07-10 16:58:58 +02:00
pcm_dvd-16-5.1-96000 fate/pcm: Add pcm_dvd transcode tests 2022-07-10 16:58:58 +02:00
pcm_dvd-16-7.1-48000 fate/pcm: Add pcm_dvd transcode tests 2022-07-10 16:58:58 +02:00
pcm_dvd-24-1-48000 fate/pcm: Add pcm_dvd transcode tests 2022-07-10 16:58:58 +02:00
pcm_dvd-24-2-48000 fate/pcm: Add pcm_dvd transcode tests 2022-07-10 16:58:58 +02:00
pcm_dvd-24-5.1-48000 fate/pcm: Add pcm_dvd transcode tests 2022-07-10 16:58:58 +02:00
pcm_dvd-24-7.1-48000 fate/pcm: Add pcm_dvd transcode tests 2022-07-10 16:58:58 +02:00
pcm_s16be-stereo
pcm_s16le-stereo
pcm_u8-mono
pcm_u8-stereo
pict
pictor
pixelutils
pixfmt_best lavu/pixfmt: Introduce VUYX format 2022-08-25 19:02:49 -07:00
pixlet-rgb
pmp-demux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
png-frame-metadata tests/fate: add tests for PNG side/meta data 2021-04-08 11:03:15 +02:00
png-gray8
png-gray16
png-icc ffprobe: print AVFrame.duration 2022-07-19 12:27:18 +02:00
png-icc-parse fate/png: add test for ICC profile parsing 2022-07-30 11:42:06 +02:00
png-int-rgb24
png-rgb24
png-rgb48
png-rgba
png-rgba64
png-side-data ffprobe: print AVFrame.duration 2022-07-19 12:27:18 +02:00
png-ya8
png-ya16
pngparser
prores-422
prores-422_hq
prores-422_lt
prores-422_proxy
prores-alpha
prores-alpha_skip
prores-gray framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
prores-metadata
prores-transparency framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
prores-transparency_skip framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
psd-duo-tone-color
psd-gray8
psd-gray16
psd-lena-127x127-rgb24
psd-lena-256c
psd-lena-bitmap
psd-lena-rgb-rle-127x127-8b
psd-lena-rgb-rle-127x127-16b
psd-lena-rgba-rle-128x128-8b
psd-rgb24
psd-rgb48 libswcale/input: use more accurate planer rgb16 yuv conversions 2020-10-06 17:56:52 +02:00
psd-rgba
psd-rgba64 libswcale/input: use more accurate planer rgb16 yuv conversions 2020-10-06 17:56:52 +02:00
psd-ya8
psd-ya16
psx-str-demux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
ptx
pva-demux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
qcp-demux
qpeg
qt-alaw-mono
qt-alaw-stereo
qt-ima4-mono
qt-ima4-stereo
qt-mac3-mono
qt-mac3-stereo
qt-mac6-mono
qt-mac6-stereo
qt-ulaw-mono
qt-ulaw-stereo
qtrle-1bit
qtrle-2bit
qtrle-4bit
qtrle-8bit
qtrle-16bit
qtrle-24bit
qtrle-32bit
quickdraw
r210
ra-144
ra3-144 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
ralf
random_seed
redcode-demux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
redspark-demux
rgb24-mkv avformat/matroskaenc: Don't waste bytes to Write Tag length fields 2022-06-20 23:42:28 +02:00
rgbapng-4816
ripemd
rl2
roqvideo
rpza
rscc-8bit
rscc-16bit
rscc-24bit
rscc-32bit
rsd-demux
rtmpdh
rv20-1239
rv30
rv40
s337m-demux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
sanm
screenpresso-16bit
screenpresso-24bit
screenpresso-32bit
segment-adts-to-mkv-header-000 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
segment-adts-to-mkv-header-001 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
segment-adts-to-mkv-header-002 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
segment-adts-to-mkv-header-all framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
segment-mp4-to-ts fate: update ref files after a recent change 2021-10-29 15:43:14 -03:00
sgi-gray8
sgi-gray8-rle
sgi-gray16
sgi-gray16-rle
sgi-rgb24
sgi-rgb24-rle
sgi-rgb48
sgi-rgb48-rle
sgi-rgba
sgi-rgba-rle
sgi-rgba64
sgi-rgba64-rle
sha
sha512
shortest framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
shortest-sub fftools/ffmpeg: rework -shortest implementation 2022-07-23 11:53:19 +02:00
sierra-vmd-audio framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
sierra-vmd-video
siff-demux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
smacker-audio framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
smacker-video
smc
smjpeg-demux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
smvjpeg smvjpegdec: merge into mjpegdec 2020-12-10 10:07:09 +01:00
source libavutil: Deprecate av_fopen_utf8, provide an avpriv version 2022-05-23 13:52:26 +03:00
sp5x framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
spdif-aac-remux fate/spdif: Add spdif tests 2022-09-13 14:50:01 +02:00
spdif-ac3-remux fate/spdif: Add spdif tests 2022-09-13 14:50:01 +02:00
spdif-dca-core-bswap fate/spdif: Add spdif tests 2022-09-13 14:50:01 +02:00
spdif-dca-core-remux fate/spdif: Add spdif tests 2022-09-13 14:50:01 +02:00
spdif-dca-master fate/spdif: Add spdif tests 2022-09-13 14:50:01 +02:00
spdif-dca-master-core fate/spdif: Add spdif tests 2022-09-13 14:50:01 +02:00
spdif-dca-master-core-remux fate/spdif: Add spdif tests 2022-09-13 14:50:01 +02:00
spdif-eac3 fate/spdif: Add spdif tests 2022-09-13 14:50:01 +02:00
spdif-mlp fate/spdif: Add spdif tests 2022-09-13 14:50:01 +02:00
spdif-mp2-remux fate/spdif: Add spdif tests 2022-09-13 14:50:01 +02:00
spdif-mp3-remux fate/spdif: Add spdif tests 2022-09-13 14:50:01 +02:00
spdif-truehd fate/spdif: Add spdif tests 2022-09-13 14:50:01 +02:00
speedhq-422
speedhq-422-singlefield
srtp
sub-aqtitle avcodec/ass: explicitly set ScaledBorderAndShadow 2020-05-23 00:26:38 +02:00
sub-ass-to-ass-transcode
sub-cc lavd/lavfi.c: Set time_base for 608 cc to container time_base. 2021-08-02 14:00:52 +02:00
sub-cc-realtime lavd/lavfi.c: Set time_base for 608 cc to container time_base. 2021-08-02 14:00:52 +02:00
sub-cc-scte20 avcodec/ass: explicitly set ScaledBorderAndShadow 2020-05-23 00:26:38 +02:00
sub-charenc avcodec/ass: explicitly set ScaledBorderAndShadow 2020-05-23 00:26:38 +02:00
sub-dvb fate: add fate-sub-dvb test 2020-08-22 19:02:01 +02:00
sub-jacosub avcodec/ass: explicitly set ScaledBorderAndShadow 2020-05-23 00:26:38 +02:00
sub-jacosub-remux fate/subtitles: Add JACOsub remuxing test 2021-09-25 23:26:38 +02:00
sub-lrc-remux fate/subtitles: Add remuxing test for lrc 2021-10-07 11:52:56 +02:00
sub-microdvd avcodec/ass: explicitly set ScaledBorderAndShadow 2020-05-23 00:26:38 +02:00
sub-microdvd-remux
sub-movtext avcodec/ass: explicitly set ScaledBorderAndShadow 2020-05-23 00:26:38 +02:00
sub-mpl2 avcodec/ass: explicitly set ScaledBorderAndShadow 2020-05-23 00:26:38 +02:00
sub-mpsub avcodec/ass: explicitly set ScaledBorderAndShadow 2020-05-23 00:26:38 +02:00
sub-mpsub-frames avcodec/ass: explicitly set ScaledBorderAndShadow 2020-05-23 00:26:38 +02:00
sub-pgs-remux fate/subtitles: Add PGS remux test 2022-09-12 22:26:27 +02:00
sub-pjs avcodec/ass: explicitly set ScaledBorderAndShadow 2020-05-23 00:26:38 +02:00
sub-realtext avcodec/ass: explicitly set ScaledBorderAndShadow 2020-05-23 00:26:38 +02:00
sub-sami avcodec/ass: explicitly set ScaledBorderAndShadow 2020-05-23 00:26:38 +02:00
sub-sami2 avcodec/ass: explicitly set ScaledBorderAndShadow 2020-05-23 00:26:38 +02:00
sub-scc avcodec/ass: explicitly set ScaledBorderAndShadow 2020-05-23 00:26:38 +02:00
sub-scc-remux fate/subtitles: Add scc remux test 2021-10-07 17:56:58 +02:00
sub-srt avcodec/ass: explicitly set ScaledBorderAndShadow 2020-05-23 00:26:38 +02:00
sub-srt-badsyntax avcodec/ass: explicitly set ScaledBorderAndShadow 2020-05-23 00:26:38 +02:00
sub-srt-empty-events
sub-srt-madness-timeshift
sub-srt-rrn-remux
sub-ssa-to-ass-remux
sub-stl avcodec/ass: explicitly set ScaledBorderAndShadow 2020-05-23 00:26:38 +02:00
sub-subripenc
sub-subviewer avcodec/ass: explicitly set ScaledBorderAndShadow 2020-05-23 00:26:38 +02:00
sub-subviewer1 avcodec/ass: explicitly set ScaledBorderAndShadow 2020-05-23 00:26:38 +02:00
sub-textenc
sub-ttmlenc avcodec/ttmlenc: add support for region positioning and sizing 2021-04-26 16:40:31 +03:00
sub-vplayer avcodec/ass: explicitly set ScaledBorderAndShadow 2020-05-23 00:26:38 +02:00
sub-webvtt avcodec/ass: explicitly set ScaledBorderAndShadow 2020-05-23 00:26:38 +02:00
sub-webvtt2 avcodec/ass: explicitly set ScaledBorderAndShadow 2020-05-23 00:26:38 +02:00
sub-webvttenc
sub2video avformat/mux: Set AV_PKT_FLAG_KEY for is_intra_only packet 2020-05-07 07:12:24 +08:00
sub2video_basic
sub2video_time_limited
sunraster-1bit-raw
sunraster-1bit-rle
sunraster-8bit-raw
sunraster-8bit-rle
sunraster-8bit_gray-raw
sunraster-24bit-raw
sunraster-24bit-rle
svq1
svq1-headerswap
svq3-1
svq3-2
svq3-watermark
sws-floatimg-cmp libswcale/input: use more accurate planer rgb16 yuv conversions 2020-10-06 17:56:52 +02:00
sws-pixdesc-query lavu/pixfmt: Add P012, Y212, XV30, and XV36 formats 2022-09-03 16:19:40 -07:00
sws-yuv-colorspace swscale: Take the destination range into account for yuv->rgb->yuv conversions 2022-02-25 11:01:17 +02:00
sws-yuv-range swscale: Take the destination range into account for yuv->rgb->yuv conversions 2022-02-25 11:01:17 +02:00
targa-conformance-CBW8
targa-conformance-CCM8
targa-conformance-CTC16
targa-conformance-CTC24
targa-conformance-CTC32
targa-conformance-UBW8
targa-conformance-UCM8
targa-conformance-UTC16
targa-conformance-UTC24
targa-conformance-UTC32
targa-top-to-bottom
tdsc
tea
theora-coeff-level64
theora-offset
thp
tiertex-seq framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
tiff-fax-g3
tiff-fax-g3s
time_base avformat/mxfenc: allow more bits for variable part in uuid generation 2022-03-16 21:37:53 +01:00
timefilter
tmv framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
truemotion1-15
truemotion1-24
truemotion2
truemotion2rt-high
truemotion2rt-low
truemotion2rt-mid
ts-demux fftools/ffprobe: Report initial and trailing padding 2022-09-05 20:32:12 +02:00
ts-opus-demux fftools/ffprobe: Report initial and trailing padding 2022-09-05 20:32:12 +02:00
ts-small-demux ffprobe: add missing separator when printing side data in compact output 2021-12-22 09:41:13 -03:00
tscc-15bit framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
tscc-32bit
tscc2-avi
tscc2-mov
txd-16bpp
txd-odd
txd-pal8
ulti
unknown_layout-ac3 ac3enc_fixed: convert to 32-bit sample format 2021-01-14 01:44:12 +01:00
unknown_layout-pcm
url avformat/url: add ff_make_absolulte_url2 to be able to test windows path cases 2021-04-07 22:14:56 +02:00
utvideo_rgb_int_gradient
utvideo_rgb_int_median
utvideo_rgb_left
utvideo_rgb_median
utvideo_rgba_gradient
utvideo_rgba_left
utvideo_rgba_median
utvideo_rgba_single_symbol
utvideo_yuv420_gradient
utvideo_yuv420_int_gradient
utvideo_yuv420_int_median
utvideo_yuv420_left
utvideo_yuv420_median
utvideo_yuv422_gradient
utvideo_yuv422_int_gradient
utvideo_yuv422_int_median
utvideo_yuv422_left
utvideo_yuv422_median
utvideo_yuv444_709_gradient
utvideo_yuv444_709_int_gradient
utvideo_yuv444_709_int_median
utvideo_yuv444_709_median
utvideoenc_rgb_left
utvideoenc_rgb_median
utvideoenc_rgb_none
utvideoenc_rgba_left
utvideoenc_rgba_median
utvideoenc_rgba_none
utvideoenc_yuv420_left
utvideoenc_yuv420_median
utvideoenc_yuv420_none
utvideoenc_yuv422_left
utvideoenc_yuv422_median
utvideoenc_yuv422_none
utvideoenc_yuv444_left
utvideoenc_yuv444_median
utvideoenc_yuv444_none
v210
v410dec
v410enc
vb
vble
vbn-dxt1 avcodec/texturedspenc: Fix indexing in color distribution determination 2022-06-09 00:02:02 +02:00
vbn-dxt5 avcodec/texturedspenc: Fix indexing in color distribution determination 2022-06-09 00:02:02 +02:00
vbn-raw-rgb24 fate: add fate tests for VBN encoder and decoder 2022-04-10 20:12:23 +02:00
vbn-raw-rgba fate: add fate tests for VBN encoder and decoder 2022-04-10 20:12:23 +02:00
vc1-ism
vc1_ilaced_twomv
vc1_sa00040
vc1_sa00050
vc1_sa10091
vc1_sa10143
vc1_sa20021
vc1test_smm0005
vc1test_smm0015
vcr1
vcr2
videoxl
vmnc-16bit
vmnc-32bit
vorbis-1833-chapters
vp4
vp5
vp6a
vp6a-skip_alpha
vp6f
vp7
vp8-2451
vp8-sign-bias
vp8-size-change
vp8-test-vector-001
vp8-test-vector-002
vp8-test-vector-003
vp8-test-vector-004
vp8-test-vector-005
vp8-test-vector-006
vp8-test-vector-007
vp8-test-vector-008
vp8-test-vector-009
vp8-test-vector-010
vp8-test-vector-011
vp8-test-vector-012
vp8-test-vector-013
vp8-test-vector-014
vp8-test-vector-015
vp8-test-vector-016
vp8-test-vector-017
vp9-00-quantizer-00
vp9-00-quantizer-01
vp9-00-quantizer-02
vp9-00-quantizer-03
vp9-00-quantizer-04
vp9-00-quantizer-05
vp9-00-quantizer-06
vp9-00-quantizer-07
vp9-00-quantizer-08
vp9-00-quantizer-09
vp9-00-quantizer-10
vp9-00-quantizer-11
vp9-00-quantizer-12
vp9-00-quantizer-13
vp9-00-quantizer-14
vp9-00-quantizer-15
vp9-00-quantizer-16
vp9-00-quantizer-17
vp9-00-quantizer-18
vp9-00-quantizer-19
vp9-00-quantizer-20
vp9-00-quantizer-21
vp9-00-quantizer-22
vp9-00-quantizer-23
vp9-00-quantizer-24
vp9-00-quantizer-25
vp9-00-quantizer-26
vp9-00-quantizer-27
vp9-00-quantizer-28
vp9-00-quantizer-29
vp9-00-quantizer-30
vp9-00-quantizer-31
vp9-00-quantizer-32
vp9-00-quantizer-33
vp9-00-quantizer-34
vp9-00-quantizer-35
vp9-00-quantizer-36
vp9-00-quantizer-37
vp9-00-quantizer-38
vp9-00-quantizer-39
vp9-00-quantizer-40
vp9-00-quantizer-41
vp9-00-quantizer-42
vp9-00-quantizer-43
vp9-00-quantizer-44
vp9-00-quantizer-45
vp9-00-quantizer-46
vp9-00-quantizer-47
vp9-00-quantizer-48
vp9-00-quantizer-49
vp9-00-quantizer-50
vp9-00-quantizer-51
vp9-00-quantizer-52
vp9-00-quantizer-53
vp9-00-quantizer-54
vp9-00-quantizer-55
vp9-00-quantizer-56
vp9-00-quantizer-57
vp9-00-quantizer-58
vp9-00-quantizer-59
vp9-00-quantizer-60
vp9-00-quantizer-61
vp9-00-quantizer-62
vp9-00-quantizer-63
vp9-01-sharpness-1
vp9-01-sharpness-2
vp9-01-sharpness-3
vp9-01-sharpness-4
vp9-01-sharpness-5
vp9-01-sharpness-6
vp9-01-sharpness-7
vp9-02-size-08x08
vp9-02-size-08x10
vp9-02-size-08x16
vp9-02-size-08x18
vp9-02-size-08x32
vp9-02-size-08x34
vp9-02-size-08x64
vp9-02-size-08x66
vp9-02-size-10x08
vp9-02-size-10x10
vp9-02-size-10x16
vp9-02-size-10x18
vp9-02-size-10x32
vp9-02-size-10x34
vp9-02-size-10x64
vp9-02-size-10x66
vp9-02-size-16x08
vp9-02-size-16x10
vp9-02-size-16x16
vp9-02-size-16x18
vp9-02-size-16x32
vp9-02-size-16x34
vp9-02-size-16x64
vp9-02-size-16x66
vp9-02-size-18x08
vp9-02-size-18x10
vp9-02-size-18x16
vp9-02-size-18x18
vp9-02-size-18x32
vp9-02-size-18x34
vp9-02-size-18x64
vp9-02-size-18x66
vp9-02-size-32x08
vp9-02-size-32x10
vp9-02-size-32x16
vp9-02-size-32x18
vp9-02-size-32x32
vp9-02-size-32x34
vp9-02-size-32x64
vp9-02-size-32x66
vp9-02-size-34x08
vp9-02-size-34x10
vp9-02-size-34x16
vp9-02-size-34x18
vp9-02-size-34x32
vp9-02-size-34x34
vp9-02-size-34x64
vp9-02-size-34x66
vp9-02-size-64x08
vp9-02-size-64x10
vp9-02-size-64x16
vp9-02-size-64x18
vp9-02-size-64x32
vp9-02-size-64x34
vp9-02-size-64x64
vp9-02-size-64x66
vp9-02-size-66x08
vp9-02-size-66x10
vp9-02-size-66x16
vp9-02-size-66x18
vp9-02-size-66x32
vp9-02-size-66x34
vp9-02-size-66x64
vp9-02-size-66x66
vp9-2pass-akiyo
vp9-03-deltaq
vp9-03-size-196x196
vp9-03-size-196x198
vp9-03-size-196x200
vp9-03-size-196x202
vp9-03-size-196x208
vp9-03-size-196x210
vp9-03-size-196x224
vp9-03-size-196x226
vp9-03-size-198x196
vp9-03-size-198x198
vp9-03-size-198x200
vp9-03-size-198x202
vp9-03-size-198x208
vp9-03-size-198x210
vp9-03-size-198x224
vp9-03-size-198x226
vp9-03-size-200x196
vp9-03-size-200x198
vp9-03-size-200x200
vp9-03-size-200x202
vp9-03-size-200x208
vp9-03-size-200x210
vp9-03-size-200x224
vp9-03-size-200x226
vp9-03-size-202x196
vp9-03-size-202x198
vp9-03-size-202x200
vp9-03-size-202x202
vp9-03-size-202x208
vp9-03-size-202x210
vp9-03-size-202x224
vp9-03-size-202x226
vp9-03-size-208x196
vp9-03-size-208x198
vp9-03-size-208x200
vp9-03-size-208x202
vp9-03-size-208x208
vp9-03-size-208x210
vp9-03-size-208x224
vp9-03-size-208x226
vp9-03-size-210x196
vp9-03-size-210x198
vp9-03-size-210x200
vp9-03-size-210x202
vp9-03-size-210x208
vp9-03-size-210x210
vp9-03-size-210x224
vp9-03-size-210x226
vp9-03-size-224x196
vp9-03-size-224x198
vp9-03-size-224x200
vp9-03-size-224x202
vp9-03-size-224x208
vp9-03-size-224x210
vp9-03-size-224x224
vp9-03-size-224x226
vp9-03-size-226x196
vp9-03-size-226x198
vp9-03-size-226x200
vp9-03-size-226x202
vp9-03-size-226x208
vp9-03-size-226x210
vp9-03-size-226x224
vp9-03-size-226x226
vp9-05-resize
vp9-06-bilinear
vp9-09-lf_deltas
vp9-10-show-existing-frame
vp9-10-show-existing-frame2
vp9-15-segkey_adpq
vp9-16-intra-only
vp9-encparams fate: add tests for h264 and vp9 video enc parameters export 2020-05-25 11:59:45 +02:00
vp9-parallelmode-akiyo
vp9-segmentation-aq-akiyo
vp9-segmentation-sf-akiyo
vp9-tiling-pedestrian lavf/mux: rewrite guessing the packet duration 2020-12-10 09:50:18 +01:00
vp9-trac3849
vp9-trac4359
vp9p1-04-yuv422
vp9p1-04-yuv440
vp9p1-04-yuv444
vp9p2-20-10bit-yuv420
vp9p2-20-12bit-yuv420
vp9p3-20-10bit-yuv422
vp9p3-20-10bit-yuv440
vp9p3-20-10bit-yuv444
vp9p3-20-12bit-yuv422
vp9p3-20-12bit-yuv440
vp9p3-20-12bit-yuv444
vp31
vp60
vp61
vqa-cc
vqf-demux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
w64
wav-ac3 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
wav-chapters fate: add wav chapters test 2020-09-07 19:04:09 +02:00
wavpack-channels-4.0
wavpack-channels-5.1
wavpack-channels-6.1
wavpack-channels-7.1
wavpack-channels-monofloat
wavpack-channels-monoint
wavpack-clipping
wavpack-cuesheet
wavpack-cuesheet-tags fate/wavpack: Test APE cuesheet tags 2022-05-31 12:45:41 +02:00
wavpack-falsestereo
wavpack-lossless-8bit
wavpack-lossless-12bit
wavpack-lossless-16bit
wavpack-lossless-24bit
wavpack-lossless-32bit
wavpack-lossless-float
wavpack-lossy-8bit
wavpack-lossy-16bit
wavpack-lossy-24bit
wavpack-lossy-32bit
wavpack-lossy-float
wavpack-matroskamode
wavpack-speed-default
wavpack-speed-fast
wavpack-speed-high
wavpack-speed-vhigh
wavpack-zerolsbs
wc3movie-xan framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
webm-av1-extradata-update fate/matroska: Add test for updating AV1 extradata 2022-09-10 01:38:07 +02:00
webm-dash-chapters avformat/matroskaenc: Don't waste bytes to Write Tag length fields 2022-06-20 23:42:28 +02:00
webm-dash-manifest fate: update reference files after the recent dash manifest muxer changes 2022-04-08 16:08:53 -03:00
webm-dash-manifest-live
webm-dash-manifest-live-bandwidth
webm-dash-manifest-representations fate: update reference files after the recent dash manifest muxer changes 2022-04-08 16:08:53 -03:00
webm-dash-manifest-unaligned-audio-streams fate: update reference files after the recent dash manifest muxer changes 2022-04-08 16:08:53 -03:00
webm-dash-manifest-unaligned-video-streams fate: update reference files after the recent dash manifest muxer changes 2022-04-08 16:08:53 -03:00
webm-webvtt-remux avformat/matroskaenc: Don't waste bytes to Write Tag length fields 2022-06-20 23:42:28 +02:00
webp-rgb-lena-lossless
webp-rgb-lena-lossless-rgb24
webp-rgb-lossless
webp-rgb-lossless-palette-predictor webp: fix transforms after a palette with pixel packing. 2021-09-25 15:31:36 -07:00
webp-rgb-lossy-q80
webp-rgba-lossless
webp-rgba-lossy-q80
westwood-aud framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
wmv3-drm-dec
wmv3-drm-nodec framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
wmv8-x8intra avcodec/wmv2dec: Zero mb_type array for I pictures 2022-08-10 18:49:35 +02:00
wnv1
ws_snd
wtv-demux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
xbm10
xbm11
xface
xmv-demux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
xtea
xvid-custom-matrix
xvid-idct
xwma-demux
xxan-wc4
yop
zerocodec
zlib
zmbv-8bit
zmbv-15bit
zmbv-16bit
zmbv-32bit