FFmpeg/tests/ref/fate
James Almer cd2461e627 avformat/iamf: fix setting channel layout for Scalable layers
The way streams are coded in an IAMF struct follows a scalable model where the
channel layouts for each layer may not match the channel order our API can
represent in a Native order layout.

For example, an audio element may have six coded streams in the form of two
stereo streams, followed by two mono streams, and then by another two stereo
streams, for a total of 10 channels, and define for them four scalable layers
with loudspeaker_layout values "Stereo", "5.1ch", "5.1.2ch", and "5.1.4ch".
The first layer references the first stream, and each following layer will
reference all previous streams plus extra ones.
In this case, the "5.1ch" layer will reference four streams (the first two
stereo and the two mono) to encompass six channels, which does not match out
native layout 5.1(side) given that FC and LFE come after FL+FR but before
SL+SR, and here, they are at the end.

For this reason, we need to build Custom order layouts that properly represent
what we're exporting.

----
Before:

  Stream group #0:0[0x12c]: IAMF Audio Element:
    Layer 0: stereo
      Stream #0:0[0x0]: Audio: opus, 48000 Hz, stereo, fltp (default)
    Layer 1: 5.1(side)
      Stream #0:0[0x0]: Audio: opus, 48000 Hz, stereo, fltp (default)
      Stream #0:1[0x1]: Audio: opus, 48000 Hz, stereo, fltp (dependent)
      Stream #0:2[0x2]: Audio: opus, 48000 Hz, mono, fltp (dependent)
      Stream #0:3[0x3]: Audio: opus, 48000 Hz, mono, fltp (dependent)
    Layer 2: 5.1.2
      Stream #0:0[0x0]: Audio: opus, 48000 Hz, stereo, fltp (default)
      Stream #0:1[0x1]: Audio: opus, 48000 Hz, stereo, fltp (dependent)
      Stream #0:2[0x2]: Audio: opus, 48000 Hz, mono, fltp (dependent)
      Stream #0:3[0x3]: Audio: opus, 48000 Hz, mono, fltp (dependent)
      Stream #0:4[0x4]: Audio: opus, 48000 Hz, stereo, fltp (dependent)
    Layer 3: 5.1.4
      Stream #0:0[0x0]: Audio: opus, 48000 Hz, stereo, fltp (default)
      Stream #0:1[0x1]: Audio: opus, 48000 Hz, stereo, fltp (dependent)
      Stream #0:2[0x2]: Audio: opus, 48000 Hz, mono, fltp (dependent)
      Stream #0:3[0x3]: Audio: opus, 48000 Hz, mono, fltp (dependent)
      Stream #0:4[0x4]: Audio: opus, 48000 Hz, stereo, fltp (dependent)
      Stream #0:5[0x5]: Audio: opus, 48000 Hz, stereo, fltp (dependent)

----
AFter:

  Stream group #0:0[0x12c]: IAMF Audio Element:
    Layer 0: stereo
      Stream #0:0[0x0]: Audio: opus, 48000 Hz, stereo, fltp (default)
    Layer 1: 6 channels (FL+FR+SL+SR+FC+LFE)
      Stream #0:0[0x0]: Audio: opus, 48000 Hz, stereo, fltp (default)
      Stream #0:1[0x1]: Audio: opus, 48000 Hz, stereo, fltp (dependent)
      Stream #0:2[0x2]: Audio: opus, 48000 Hz, mono, fltp (dependent)
      Stream #0:3[0x3]: Audio: opus, 48000 Hz, mono, fltp (dependent)
    Layer 2: 8 channels (FL+FR+SL+SR+FC+LFE+TFL+TFR)
      Stream #0:0[0x0]: Audio: opus, 48000 Hz, stereo, fltp (default)
      Stream #0:1[0x1]: Audio: opus, 48000 Hz, stereo, fltp (dependent)
      Stream #0:2[0x2]: Audio: opus, 48000 Hz, mono, fltp (dependent)
      Stream #0:3[0x3]: Audio: opus, 48000 Hz, mono, fltp (dependent)
      Stream #0:4[0x4]: Audio: opus, 48000 Hz, stereo, fltp (dependent)
    Layer 3: 10 channels (FL+FR+SL+SR+FC+LFE+TFL+TFR+TBL+TBR)
      Stream #0:0[0x0]: Audio: opus, 48000 Hz, stereo, fltp (default)
      Stream #0:1[0x1]: Audio: opus, 48000 Hz, stereo, fltp (dependent)
      Stream #0:2[0x2]: Audio: opus, 48000 Hz, mono, fltp (dependent)
      Stream #0:3[0x3]: Audio: opus, 48000 Hz, mono, fltp (dependent)
      Stream #0:4[0x4]: Audio: opus, 48000 Hz, stereo, fltp (dependent)
      Stream #0:5[0x5]: Audio: opus, 48000 Hz, stereo, fltp (dependent)

Signed-off-by: James Almer <jamrial@gmail.com>
2025-06-24 14:41:43 -03: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: Don't write \0 unnecessarily 2023-08-10 23:56:35 +02:00
aasc
ac3-fixed-encode-2 tests/fate/ac3: Make ac3-fixed-encode-2 bitexact across arches 2025-05-23 14:06:26 +02:00
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
adpcm-ima-cunning-stereo
adpcm-ima-cunning-track0
adpcm-ima-cunning-track1
adpcm-ima-cunning-trunc-h2
adpcm-ima-cunning-trunc-t1
adpcm-ima-cunning-trunc-t2-track0
adpcm-ima-cunning-trunc-t2-track1
adpcm-ima-cunning-trunc-t2a-track0
adpcm-ima-cunning-trunc-t2a-track1
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 fftools/ffmpeg: rework audio-decode timestamp handling 2023-05-02 10:59:24 +02: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 avformat/mov: export cropping values from clap boxes 2024-07-11 10:22:47 -03:00
aic-oddsize
alg-mm avformat/mm: fix packets pts generation and add seek support 2024-12-08 09:32:35 +11:00
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
apng-dispose-background2
apng-dispose-previous
apng-osample fftools/ffmpeg_enc: avoid breaking exactly integer timestamps in vsync code 2023-06-05 16:15:04 +02:00
aptx avcodec/aptxenc: Process data in complete blocks of four samples only 2022-09-19 17:05:33 +02:00
aptx-hd avcodec/aptxenc: Process data in complete blocks of four samples only 2022-09-19 17:05:33 +02:00
apv-400-10 fate: Add test for APV 400-10 profile 2025-05-13 19:38:08 +01:00
apv-422-10 fate: Add test for APV 422-10 profile 2025-04-30 22:57:56 +01:00
armovie-escape124 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
armovie-escape130
asf-repldata
ast
async
atrac-aea-remux fate/atrac: Add atrac->aea, atrac->matroska remux tests 2024-03-19 03:17:12 +01:00
atrac-matroska-remux fate/atrac: Add atrac->aea, atrac->matroska remux tests 2024-03-19 03:17:12 +01:00
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 avformat/framecrcenc: List types and checksums for for side data 2025-06-07 20:00:12 +02:00
av1-annexb-demux avcodec/av1dec: export pixel format even if no hardware decoder is present 2023-09-08 09:42:25 -03:00
avid-interlaced
avid-meridian
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
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
cavs-demux fftools/ffprobe: add analyze_frames option for CC and grain detection 2024-12-13 22:41:31 -06:00
cbs-apv-profile_422-10 tests/fate/cbs: add tests for APV 2025-05-05 18:05:38 -03:00
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-discard-bidir fate/cbs: simplify the filter_unit discard tests 2023-07-01 19:41:12 -03:00
cbs-h264-discard-nonintra fate/cbs: simplify the filter_unit discard tests 2023-07-01 19:41:12 -03:00
cbs-h264-discard-nonkey fate/cbs: simplify the filter_unit discard tests 2023-07-01 19:41:12 -03:00
cbs-h264-discard-nonref fate/cbs: simplify the filter_unit discard tests 2023-07-01 19:41:12 -03:00
cbs-h264-FM1_BT_B
cbs-h264-MR1_BT_A
cbs-h264-sei-1
cbs-h264-Sharp_MP_PAFF_1r2
cbs-h264-sp1_bt_a
cbs-h264-SVA_Base_B
cbs-hevc-CAINIT_E_SHARP_3
cbs-hevc-CAINIT_H_SHARP_3
cbs-hevc-CONFWIN_A_Sony_1
cbs-hevc-discard-bidir fate/cbs: simplify the filter_unit discard tests 2023-07-01 19:41:12 -03:00
cbs-hevc-discard-nonintra fate/cbs: simplify the filter_unit discard tests 2023-07-01 19:41:12 -03:00
cbs-hevc-discard-nonkey fate/cbs: simplify the filter_unit discard tests 2023-07-01 19:41:12 -03:00
cbs-hevc-discard-nonref fate/cbs: simplify the filter_unit discard tests 2023-07-01 19:41:12 -03:00
cbs-hevc-HRD_A_Fujitsu_2
cbs-hevc-ipcm_E_NEC_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-WP_A_Toshiba_3
cbs-hevc-WPP_A_ericsson_MAIN_2
cbs-hevc-WPP_F_ericsson_MAIN_2
cbs-mpeg2-hhi_burst_422_short
cbs-mpeg2-sony-ct3
cbs-mpeg2-tcela-6
cbs-vp9-vp90-2-03-deltaq avformat/ivfenc: Set the "number of frames" in IVF header 2023-07-09 16:56:58 -04:00
cbs-vp9-vp90-2-05-resize
cbs-vp9-vp90-2-06-bilinear avformat/ivfenc: Set the "number of frames" in IVF header 2023-07-09 16:56:58 -04:00
cbs-vp9-vp90-2-09-lf_deltas avformat/ivfenc: Set the "number of frames" in IVF header 2023-07-09 16:56:58 -04:00
cbs-vp9-vp90-2-10-show-existing-frame avformat/ivfenc: Set the "number of frames" in IVF header 2023-07-09 16:56:58 -04:00
cbs-vp9-vp90-2-10-show-existing-frame2 avformat/ivfenc: Set the "number of frames" in IVF header 2023-07-09 16:56:58 -04:00
cbs-vp9-vp90-2-segmentation-aq-akiyo avformat/ivfenc: Set the "number of frames" in IVF header 2023-07-09 16:56:58 -04:00
cbs-vp9-vp90-2-segmentation-sf-akiyo avformat/ivfenc: Set the "number of frames" in IVF header 2023-07-09 16:56:58 -04:00
cbs-vp9-vp90-2-tiling-pedestrian avformat/ivfenc: Set the "number of frames" in IVF header 2023-07-09 16:56:58 -04:00
cbs-vp9-vp91-2-04-yuv440 avformat/ivfenc: Set the "number of frames" in IVF header 2023-07-09 16:56:58 -04:00
cbs-vp9-vp91-2-04-yuv444 avformat/ivfenc: Set the "number of frames" in IVF header 2023-07-09 16:56:58 -04:00
cbs-vp9-vp92-2-20-10bit-yuv420 avformat/ivfenc: Set the "number of frames" in IVF header 2023-07-09 16:56:58 -04:00
cbs-vp9-vp93-2-20-10bit-yuv422 avformat/ivfenc: Set the "number of frames" in IVF header 2023-07-09 16:56:58 -04:00
cbs-vp9-vp93-2-20-12bit-yuv444 avformat/ivfenc: Set the "number of frames" in IVF header 2023-07-09 16:56:58 -04:00
cbs-vvc-APSALF_A_2 fate/cbs: add more VVC tests 2023-07-07 11:56:37 -03:00
cbs-vvc-APSLMCS_D_1 fate/cbs: add more VVC tests 2023-07-07 11:56:37 -03:00
cbs-vvc-APSMULT_A_4 fate/cbs: add more VVC tests 2023-07-07 11:56:37 -03:00
cbs-vvc-AUD_A_3 fate/cbs: add VVC tests 2023-06-30 08:26:38 -03:00
cbs-vvc-BOUNDARY_A_3 fate/cbs: add VVC tests 2023-06-30 08:26:38 -03:00
cbs-vvc-BUMP_A_2 fate/cbs: add VVC tests 2023-06-30 08:26:38 -03:00
cbs-vvc-CodingToolsSets_A_2 fate/cbs: add VVC tests 2023-06-30 08:26:38 -03:00
cbs-vvc-CROP_B_4 fate/cbs: add VVC tests 2023-06-30 08:26:38 -03:00
cbs-vvc-DCI_A_3 fate/cbs: add more VVC tests 2023-07-07 11:56:37 -03:00
cbs-vvc-HRD_A_3 fate/cbs: add VVC tests 2023-06-30 08:26:38 -03:00
cbs-vvc-OPI_B_3 fate/cbs: add more VVC tests 2023-07-07 11:56:37 -03:00
cbs-vvc-PHSH_B_1 fate/cbs: add VVC tests 2023-06-30 08:26:38 -03:00
cbs-vvc-POC_A_1 fate/cbs: add VVC tests 2023-06-30 08:26:38 -03:00
cbs-vvc-PPS_B_1 fate/cbs: add VVC tests 2023-06-30 08:26:38 -03:00
cbs-vvc-RAP_A_1 fate/cbs: add VVC tests 2023-06-30 08:26:38 -03:00
cbs-vvc-SAO_A_3 fate/cbs: add VVC tests 2023-06-30 08:26:38 -03:00
cbs-vvc-SCALING_A_1 fate/cbs: add VVC tests 2023-06-30 08:26:38 -03:00
cbs-vvc-SLICES_A_3 fate/cbs: add VVC tests 2023-06-30 08:26:38 -03:00
cbs-vvc-SPS_B_1 fate/cbs: add VVC tests 2023-06-30 08:26:38 -03:00
cbs-vvc-STILL_B_1 fate/cbs: add VVC tests 2023-06-30 08:26:38 -03:00
cbs-vvc-SUBPIC_A_3 fate/cbs: add VVC tests 2023-06-30 08:26:38 -03:00
cbs-vvc-TILE_A_2 fate/cbs: add VVC tests 2023-06-30 08:26:38 -03:00
cbs-vvc-VPS_A_3 fate/cbs: add VVC tests 2023-06-30 08:26:38 -03:00
cbs-vvc-WP_A_3 fate/cbs: add VVC tests 2023-06-30 08:26:38 -03:00
cbs-vvc-WPP_A_3 fate/cbs: add VVC tests 2023-06-30 08:26:38 -03:00
cbs-vvc-WRAP_A_4 fate/cbs: add VVC tests 2023-06-30 08:26:38 -03:00
cdgraphics avcodec/cdgraphics: fix transparency handling 2021-12-18 10:20:24 +01:00
cdxl-bitline-ham6
cdxl-demux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
cdxl-ham6
cdxl-ham8
cdxl-pal8
cdxl-pal8-small
cfhd-1
cfhd-2
cfhd-3
channel_layout avutil/channel_layout: fix definition of 5.1.4 layout 2025-01-03 10:27:12 -03:00
cine-demux
cljr
color_utils avutil/tests/color_utils: add tests for av_csp_itu_eotf 2024-12-05 12:27:33 +01:00
concat-demuxer-extended-lavf-mxf fftools/ffprobe: add analyze_frames option for CC and grain detection 2024-12-13 22:41:31 -06:00
concat-demuxer-extended-lavf-mxf_d10 fftools/ffprobe: add analyze_frames option for CC and grain detection 2024-12-13 22:41:31 -06:00
concat-demuxer-simple1-lavf-mxf fftools/ffprobe: add analyze_frames option for CC and grain detection 2024-12-13 22:41:31 -06:00
concat-demuxer-simple1-lavf-mxf_d10 fftools/ffprobe: add analyze_frames option for CC and grain detection 2024-12-13 22:41:31 -06:00
concat-demuxer-simple2-lavf-ts fftools/ffprobe: add analyze_frames option for CC and grain detection 2024-12-13 22:41:31 -06:00
copy-apng avcodec/pngenc: set default prediction method to PAETH 2025-04-10 03:01:33 +02:00
copy-psp framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
copy-shortest1 fate: revert previous frequency adjustments of the sine filter 2024-11-29 21:16:22 +01:00
copy-shortest2 fate: revert previous frequency adjustments of the sine filter 2024-11-29 21:16:22 +01:00
copy-trac236 avformat/mov: Populate packet duration using stts atom instead of guessing 2024-11-22 20:50:05 -03:00
copy-trac2211-avi
copy-trac3074 avformat/movenc: fix writing reserved bits in EC3SpecificBox 2025-06-05 21:49:11 -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 fftools/ffmpeg_mux_init: default to input timebase for streamcopy 2024-07-09 11:14:08 +02:00
corepng framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
cover-art-aiff-id3v2-remux avcodec/pngenc: set default prediction method to PAETH 2025-04-10 03:01:33 +02:00
cover-art-flac-remux avcodec/pngenc: set default prediction method to PAETH 2025-04-10 03:01:33 +02:00
cover-art-mp3-id3v2-remux avformat/framecrcenc: List types and checksums for for side data 2025-06-07 20:00:12 +02: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 lavf/dauddec: set timebase to 1/samplerate 2023-04-28 14:31:55 +02: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 avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01: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 lavc/texturedsp: fix premult2straight inversion 2024-02-08 20:36:04 +01:00
dds-dxt3
dds-dxt4 lavc/texturedsp: fix premult2straight inversion 2024-02-08 20:36:04 +01:00
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 fftools/ffmpeg_dec: disregard demuxer timestamps for NOTIMESTAMPS formats 2023-10-03 16:57:02 +02:00
dirac-low-delay fftools/ffmpeg_dec: disregard demuxer timestamps for NOTIMESTAMPS formats 2023-10-03 16:57:02 +02:00
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
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
dxv3-ycg6 fate/video: add DXV3 HQ tests 2024-02-08 20:37:27 +01:00
dxv3-yg10 fate/video: add DXV3 HQ tests 2024-02-08 20:37:27 +01:00
dxv3enc-dxt1 lavc/dxvenc: improve compatibility with Resolume products 2025-06-02 20:51:34 -07:00
ea-cdata
ea-cmv
ea-mad
ea-tgq
ea-tgv-1
ea-tgv-2
ea-tqi
enhanced-flv-av1 avcodec/av1dec: don't set aspect ratio when it's not yet known 2023-09-06 14:37:15 -03:00
enhanced-flv-hevc avformat/mov: add missing stts array syncing in mov_build_index 2024-11-25 14:40:15 -03:00
enhanced-flv-hevc-hdr10 fftools/ffprobe: Make pix_fmt output bitexact 2025-03-30 08:24:39 +02:00
enhanced-flv-multitrack fate/flvenc: add test for multitrack flv 2024-12-27 20:24:23 +01:00
enhanced-flv-vp9 fate/flvenc: support enhanced flv PacketTypeMetadata 2024-03-18 17:06:46 +08:00
eval avutil/eval: Use even better PRNG 2024-01-16 01:34:57 +01:00
exif-image-embedded fftools/ffprobe: print lossless frame flag 2025-01-05 22:23:16 +01:00
exif-image-jpg fftools/ffprobe: print lossless frame flag 2025-01-05 22:23:16 +01:00
exif-image-tiff fftools/ffprobe: print lossless frame flag 2025-01-05 22:23:16 +01:00
exif-image-webp fftools/ffprobe: print lossless frame flag 2025-01-05 22:23:16 +01:00
exr-rgb-b44a-half-negative-4x4 avcodec/exr: do not output 32bit floats when a file stores 16bit floats 2025-03-05 03:29:25 +01:00
exr-rgb-scanline-b44-half-float-12x8-l1 avcodec/exr: do not output 32bit floats when a file stores 16bit floats 2025-03-05 03:29:25 +01:00
exr-rgb-scanline-b44-half-float-12x8-l2
exr-rgb-scanline-b44-uint32
exr-rgb-scanline-float-b44
exr-rgb-scanline-float-piz-48x32
exr-rgb-scanline-float-zip-dw-large
exr-rgb-scanline-half-b44-12x8 avcodec/exr: do not output 32bit floats when a file stores 16bit floats 2025-03-05 03:29:25 +01:00
exr-rgb-scanline-half-b44-13x9 avcodec/exr: do not output 32bit floats when a file stores 16bit floats 2025-03-05 03:29:25 +01:00
exr-rgb-scanline-half-piz-bw avcodec/exr: do not output 32bit floats when a file stores 16bit floats 2025-03-05 03:29:25 +01:00
exr-rgb-scanline-half-piz-color avcodec/exr: do not output 32bit floats when a file stores 16bit floats 2025-03-05 03:29:25 +01:00
exr-rgb-scanline-half-piz-dw-large avcodec/exr: do not output 32bit floats when a file stores 16bit floats 2025-03-05 03:29:25 +01:00
exr-rgb-scanline-half-piz-dw-t01 avcodec/exr: do not output 32bit floats when a file stores 16bit floats 2025-03-05 03:29:25 +01:00
exr-rgb-scanline-half-piz-dw-t08 avcodec/exr: do not output 32bit floats when a file stores 16bit floats 2025-03-05 03:29:25 +01:00
exr-rgb-scanline-half-zip-dw-large avcodec/exr: do not output 32bit floats when a file stores 16bit floats 2025-03-05 03:29:25 +01:00
exr-rgb-scanline-half-zip-dw-outside
exr-rgb-scanline-none-negative-red
exr-rgb-scanline-pxr24-float-12x8
exr-rgb-scanline-pxr24-float-half-l1
exr-rgb-scanline-pxr24-float-half-l2 avcodec/exr: do not output 32bit floats when a file stores 16bit floats 2025-03-05 03:29:25 +01:00
exr-rgb-scanline-pxr24-half-float-l1 avcodec/exr: do not output 32bit floats when a file stores 16bit floats 2025-03-05 03:29:25 +01:00
exr-rgb-scanline-pxr24-half-float-l2
exr-rgb-scanline-pxr24-half-uint32-13x9
exr-rgb-scanline-pxr24-uint32
exr-rgb-scanline-raw-half-float-l1 avcodec/exr: do not output 32bit floats when a file stores 16bit floats 2025-03-05 03:29:25 +01:00
exr-rgb-scanline-raw-half-float-l2
exr-rgb-scanline-rle-half-float-l1 avcodec/exr: do not output 32bit floats when a file stores 16bit floats 2025-03-05 03:29:25 +01:00
exr-rgb-scanline-rle-half-float-l2
exr-rgb-scanline-uint32-piz-dw-large
exr-rgb-scanline-zip-half-0x0-0xFFFF avcodec/exr: do not output 32bit floats when a file stores 16bit floats 2025-03-05 03:29:25 +01:00
exr-rgb-scanline-zip-half-float-l1 avcodec/exr: do not output 32bit floats when a file stores 16bit floats 2025-03-05 03:29:25 +01:00
exr-rgb-scanline-zip-half-float-l2
exr-rgb-scanline-zip1-half-float-l1 avcodec/exr: do not output 32bit floats when a file stores 16bit floats 2025-03-05 03:29:25 +01:00
exr-rgb-scanline-zip1-half-float-l1-zero-offsets avcodec/exr: do not output 32bit floats when a file stores 16bit floats 2025-03-05 03:29:25 +01:00
exr-rgb-scanline-zip1-half-float-l2
exr-rgb-tile-float-raw-12x8
exr-rgb-tile-float-raw-150x130
exr-rgb-tile-half-float-b44-12x8-l1 avcodec/exr: do not output 32bit floats when a file stores 16bit floats 2025-03-05 03:29:25 +01:00
exr-rgb-tile-half-float-b44-12x8-l2
exr-rgb-tile-half-piz-dw-large avcodec/exr: use the correct step value for plane pointers 2025-03-05 12:59:34 -03:00
exr-rgb-tile-half-raw-12x8 avcodec/exr: do not output 32bit floats when a file stores 16bit floats 2025-03-05 03:29:25 +01:00
exr-rgb-tile-half-zip avcodec/exr: use the correct step value for plane pointers 2025-03-05 12:59:34 -03:00
exr-rgb-tile-half-zip-dw-outside
exr-rgb-tile-pxr24-float-half-l1
exr-rgb-tile-pxr24-float-half-l2 avcodec/exr: do not output 32bit floats when a file stores 16bit floats 2025-03-05 03:29:25 +01:00
exr-rgb-tile-pxr24-half-float-l1 avcodec/exr: do not output 32bit floats when a file stores 16bit floats 2025-03-05 03:29:25 +01:00
exr-rgb-tile-pxr24-half-float-l2
exr-rgb-tile-raw-half-float-l1 avcodec/exr: do not output 32bit floats when a file stores 16bit floats 2025-03-05 03:29:25 +01:00
exr-rgb-tile-raw-half-float-l2
exr-rgb-tile-rle-half-float-l1 avcodec/exr: do not output 32bit floats when a file stores 16bit floats 2025-03-05 03:29:25 +01:00
exr-rgb-tile-rle-half-float-l2
exr-rgb-tile-uint32-piz-dw-large
exr-rgb-tile-zip-half-float-l1 avcodec/exr: do not output 32bit floats when a file stores 16bit floats 2025-03-05 03:29:25 +01:00
exr-rgb-tile-zip-half-float-l2
exr-rgb-tile-zip1-half-float-l1 avcodec/exr: do not output 32bit floats when a file stores 16bit floats 2025-03-05 03:29:25 +01:00
exr-rgb-tile-zip1-half-float-l2
exr-rgba-multiscanline-half-b44 avcodec/exr: do not output 32bit floats when a file stores 16bit floats 2025-03-05 03:29:25 +01:00
exr-rgba-scanline-float-half-b44-12x8-l1
exr-rgba-scanline-float-half-b44-12x8-l2 avcodec/exr: do not output 32bit floats when a file stores 16bit floats 2025-03-05 03:29:25 +01:00
exr-rgba-scanline-float-half-b44-13x9-l1
exr-rgba-scanline-float-half-b44-13x9-l2 avcodec/exr: do not output 32bit floats when a file stores 16bit floats 2025-03-05 03:29:25 +01:00
exr-rgba-scanline-float-half-b44a-12x8-l1
exr-rgba-scanline-float-half-b44a-12x8-l2 avcodec/exr: do not output 32bit floats when a file stores 16bit floats 2025-03-05 03:29:25 +01:00
exr-rgba-scanline-float-half-b44a-13x9-l1
exr-rgba-scanline-float-half-b44a-13x9-l2 avcodec/exr: do not output 32bit floats when a file stores 16bit floats 2025-03-05 03:29:25 +01:00
exr-rgba-zip16-16x32-flag4 avcodec/exr: do not output 32bit floats when a file stores 16bit floats 2025-03-05 03:29:25 +01:00
exr-slice-pxr24 avcodec/exr: do not output 32bit floats when a file stores 16bit floats 2025-03-05 03:29:25 +01:00
exr-slice-raw avcodec/exr: do not output 32bit floats when a file stores 16bit floats 2025-03-05 03:29:25 +01:00
exr-slice-rle avcodec/exr: do not output 32bit floats when a file stores 16bit floats 2025-03-05 03:29:25 +01:00
exr-slice-zip1 avcodec/exr: do not output 32bit floats when a file stores 16bit floats 2025-03-05 03:29:25 +01:00
exr-slice-zip16 avcodec/exr: do not output 32bit floats when a file stores 16bit floats 2025-03-05 03:29:25 +01:00
exr-y-scanline-zip-half-12x8 avcodec/exr: do not output 32bit floats when a file stores 16bit floats 2025-03-05 03:29:25 +01:00
exr-y-tile-zip-half-12x8 avcodec/exr: do not output 32bit floats when a file stores 16bit floats 2025-03-05 03:29:25 +01:00
exr-ya-scanline-zip-half-12x8 avcodec/exr: use luma+alpha float pixel formats 2025-03-10 10:15:42 -03:00
ffmpeg-attached_pics framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
ffmpeg-bsf-input avformat/framecrcenc: List types and checksums for for side data 2025-06-07 20:00:12 +02:00
ffmpeg-bsf-remove-e
ffmpeg-bsf-remove-k
ffmpeg-bsf-remove-r
ffmpeg-error-rate-fail tests/fate/ffmpeg: add tests for -max_error_rate 2023-06-05 16:15:04 +02:00
ffmpeg-error-rate-pass tests/fate/ffmpeg: add tests for -max_error_rate 2023-06-05 16:15:04 +02:00
ffmpeg-filter-in-eof fate/ffmpeg: Avoid dependency on samples 2024-04-05 17:37:28 +02:00
ffmpeg-filter_colorkey
ffmpeg-filter_complex
ffmpeg-filter_complex_audio fftools/ffmpeg: propagate frame durations to packets when encoding 2023-04-19 21:12:03 +02:00
ffmpeg-fix_sub_duration tests: add test for ffmpeg's fix_sub_duration feature 2022-01-24 12:57:03 +02:00
ffmpeg-fix_sub_duration_heartbeat fftools/ffmpeg: optimize inter-thread queue sizes 2024-01-28 13:34:56 +01:00
ffmpeg-input-r tests/fate/ffmpeg: add a test for input -r option 2023-05-22 17:10:44 +02:00
ffmpeg-lavfi
ffmpeg-loopback-decoding avcodec/ffv1enc: Use version 3 by default (CRCs by default) 2025-04-16 13:09:04 +02:00
ffmpeg-setts-bsf fate: add a setts bsf test 2022-03-17 13:04:44 -03:00
ffmpeg-spec-disposition avformat/framecrcenc: List types and checksums for for side data 2025-06-07 20:00:12 +02:00
ffmpeg-streamloop-copy tests/fate: rename ffmpeg-streamloop to ffmpeg-streamloop-copy 2023-06-19 09:48:55 +02:00
ffmpeg-streamloop-transcode-av fftools/ffmpeg: rework keeping track of file duration for -stream_loop 2023-11-14 18:18:26 +01:00
ffprobe_compact fftools/ffprobe: print lossless frame flag 2025-01-05 22:23:16 +01:00
ffprobe_csv fftools/ffprobe: print lossless frame flag 2025-01-05 22:23:16 +01:00
ffprobe_default fftools/ffprobe: print lossless frame flag 2025-01-05 22:23:16 +01:00
ffprobe_flat fftools/ffprobe: print lossless frame flag 2025-01-05 22:23:16 +01:00
ffprobe_ini fftools/ffprobe: print lossless frame flag 2025-01-05 22:23:16 +01:00
ffprobe_json fftools/ffprobe: print lossless frame flag 2025-01-05 22:23:16 +01:00
ffprobe_xml fftools/ffprobe: print lossless frame flag 2025-01-05 22:23:16 +01:00
ffprobe_xsd fftools/ffprobe: print lossless frame flag 2025-01-05 22:23:16 +01:00
fic-avi
fifo lavu/fifo: deprecate av_fifo_peek2() 2022-01-10 16:04:19 +01:00
fifo-muxer-tst
film-cvid fftools/ffmpeg_enc: avoid breaking exactly integer timestamps in vsync code 2023-06-05 16:15:04 +02:00
filter-2xbr
filter-3xbr
filter-4xbr
filter-acrossfade avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
filter-adelay avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
filter-aecho avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
filter-aemphasis-50fm avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
filter-aemphasis-75kf avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
filter-afade-esin avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
filter-afade-exp avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
filter-afade-hsin avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
filter-afade-iqsin avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
filter-afade-log avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
filter-afade-qsin avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
filter-agate avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
filter-alimiter avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
filter-allrgb
filter-allyuv
filter-aloop tests/fate/filter-audio: add aloop test 2024-11-29 21:59:56 +01:00
filter-alphaextract_alphamerge_rgb swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
filter-alphaextract_alphamerge_yuv
filter-amerge avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
filter-anequalizer avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
filter-apad avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
filter-asegment-samples-absolute avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
filter-asegment-samples-relative avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
filter-asegment-timestamps-absolute avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
filter-asegment-timestamps-relative avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01: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 avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
filter-atempo tests/fate/filter-audio.mak: add test for atempo audio filter 2024-07-03 11:37:40 +02:00
filter-atrim-duration framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-atrim-mixed avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
filter-atrim-samples framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
filter-atrim-time avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
filter-boxblur
filter-bwdif-mode0 tests: add bwdif to fate filter tests 2023-03-25 02:38:17 +01:00
filter-bwdif-mode1 tests: add bwdif to fate filter tests 2023-03-25 02:38:17 +01:00
filter-bwdif10 tests: add bwdif to fate filter tests 2023-03-25 02:38:17 +01:00
filter-channelsplit fate/filter-audio: Don't use pcm output for channelsplit test 2024-03-22 23:57:19 +01:00
filter-chorus avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01: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
filter-codecview-mvs
filter-colorbalance
filter-colorbalance-gbrap
filter-colorbalance-gbrap-16
filter-colorbalance-rgba64
filter-colorchannelmixer
filter-colorlevels
filter-colorlevels-16
filter-colormatrix1
filter-colormatrix2
filter-compand avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
filter-concat fate: revert previous frequency adjustments of the sine filter 2024-11-29 21:16:22 +01:00
filter-concat-vfr fate: revert previous frequency adjustments of the sine filter 2024-11-29 21:16:22 +01:00
filter-crazychannels fate: revert previous frequency adjustments of the sine filter 2024-11-29 21:16:22 +01:00
filter-crop
filter-crop_scale
filter-crop_scale_vflip
filter-crop_vflip
filter-crystalizer avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
filter-curves
filter-dcshift avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
filter-decimate lavfi/drawutils: improve colorspace support 2022-06-19 19:18:34 -05:00
filter-delogo
filter-drawbox
filter-earwax avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
filter-edgedetect
filter-edgedetect-colormix
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 avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
filter-fade
filter-fieldorder
filter-formats avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT 2024-03-07 08:53:30 -03:00
filter-fps avformat/mov: Populate packet duration using stts atom instead of guessing 2024-11-22 20:50:05 -03:00
filter-fps-cfr avformat/mov: Populate packet duration using stts atom instead of guessing 2024-11-22 20:50:05 -03:00
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-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-fsync-down fate: Add fsync filter tests 2024-01-05 09:29:05 +01:00
filter-fsync-up fate: Add fsync filter tests 2024-01-05 09:29:05 +01: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-median tests/fate: add median filter test 2023-12-14 23:34:46 +01:00
filter-mergeplanes
filter-meta-4560-rotate0 avformat/mov: Populate packet duration using stts atom instead of guessing 2024-11-22 20:50:05 -03:00
filter-metadata-avf-aphase-meter-mono
filter-metadata-avf-aphase-meter-out-of-phase
filter-metadata-cropdetect ffprobe: introduce section type, use for the compact output 2023-10-06 00:17:02 +02:00
filter-metadata-cropdetect1 ffprobe: introduce section type, use for the compact output 2023-10-06 00:17:02 +02:00
filter-metadata-cropdetect2 ffprobe: introduce section type, use for the compact output 2023-10-06 00:17:02 +02:00
filter-metadata-ebur128
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
filter-metadata-readvitc-thr
filter-metadata-scdet avutil/timestamp: change precision of av_ts_make_time_string() 2024-03-25 21:30:51 +01:00
filter-metadata-scenedetect
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 avutil/timestamp: change precision of av_ts_make_time_string() 2024-03-25 21:30:51 +01: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 fftools/ffmpeg_filter: make sub2video heartbeat more robust 2023-12-12 08:24:18 +01:00
filter-overlay_gbrap_gbrap swscale/swscale_unscaled: add unscaled rgb to planar rgba 2024-11-02 15:01:31 -03:00
filter-overlay_gbrp_gbrap swscale/swscale_unscaled: add unscaled rgb to planar rgba 2024-11-02 15:01:31 -03:00
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_yuv444p10 tests/fate: Add test for overlay filter using yuv444p10 output format 2023-07-20 16:49:20 +02:00
filter-overlay_yuva420_yuva420
filter-overlay_yuva422_yuva422
filter-overlay_yuva444_yuva444
filter-pad
filter-pal75bars
filter-pal100bars
filter-palettegen-1 avfilter/palettegen: make refs order deterministic 2023-01-03 17:18:55 +01:00
filter-palettegen-2 avfilter/palettegen: make refs order deterministic 2023-01-03 17:18:55 +01:00
filter-paletteuse-bayer avfilter/paletteuse: switch to a perceptual model 2023-01-03 17:18:55 +01:00
filter-paletteuse-bayer0 avfilter/paletteuse: switch to a perceptual model 2023-01-03 17:18:55 +01:00
filter-paletteuse-nodither avfilter/paletteuse: switch to a perceptual model 2023-01-03 17:18:55 +01:00
filter-paletteuse-sierra2_4a avfilter/paletteuse: switch to a perceptual model 2023-01-03 17:18:55 +01:00
filter-pan-downmix1 avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
filter-pan-downmix2 avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
filter-pan-mono1 avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
filter-pan-mono2 avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
filter-pan-stereo1 avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
filter-pan-stereo2 avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
filter-pan-stereo3 avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
filter-pan-stereo4 avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
filter-pan-upmix1 avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
filter-pan-upmix2 avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
filter-phase
filter-pixdesc-0bgr avfilter/vf_pixdesctest: also take into account undefined alpha components 2024-10-21 09:52:58 -03:00
filter-pixdesc-0rgb avfilter/vf_pixdesctest: also take into account undefined alpha components 2024-10-21 09:52:58 -03:00
filter-pixdesc-abgr
filter-pixdesc-argb
filter-pixdesc-ayuv avformat/riff: map y408 fourcc to RAWVIDEO decoder 2024-10-12 11:20:22 -03:00
filter-pixdesc-ayuv64be swscale/output: add AYUV64BE output support 2024-10-17 11:57:36 -03:00
filter-pixdesc-ayuv64le
filter-pixdesc-bgr0 avfilter/vf_pixdesctest: also take into account undefined alpha components 2024-10-21 09:52:58 -03:00
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-gbrap14be swscale: add GBRAP14 format support 2023-09-28 19:37:58 +02:00
filter-pixdesc-gbrap14le swscale: add GBRAP14 format support 2023-09-28 19:37:58 +02:00
filter-pixdesc-gbrap16be
filter-pixdesc-gbrap16le
filter-pixdesc-gbrapf32be avcodec/raw: Add GBR(A)PF16/32LE/BE 2025-03-28 15:23:28 +01:00
filter-pixdesc-gbrapf32le avcodec/raw: Add GBR(A)PF16/32LE/BE 2025-03-28 15:23:28 +01: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 avcodec/raw: Add GBR(A)PF16/32LE/BE 2025-03-28 15:23:28 +01:00
filter-pixdesc-gbrpf32le avcodec/raw: Add GBR(A)PF16/32LE/BE 2025-03-28 15:23:28 +01:00
filter-pixdesc-gray
filter-pixdesc-gray9be swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
filter-pixdesc-gray9le swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
filter-pixdesc-gray10be swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
filter-pixdesc-gray10le swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
filter-pixdesc-gray12be swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
filter-pixdesc-gray12le swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
filter-pixdesc-gray14be swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
filter-pixdesc-gray14le swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
filter-pixdesc-gray16be swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
filter-pixdesc-gray16le swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
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-nv20be swscale/output: add support for NV20 2025-03-19 09:34:05 -03:00
filter-pixdesc-nv20le swscale/output: add support for NV20 2025-03-19 09:34:05 -03:00
filter-pixdesc-nv21
filter-pixdesc-nv24
filter-pixdesc-nv42
filter-pixdesc-p010be
filter-pixdesc-p010le swscale/swscale_unscaled: clear the low bits in planar8ToP01xleWrapper 2024-10-21 09:52:58 -03:00
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 swscale/swscale_unscaled: clear the low bits in planar8ToP01xleWrapper 2024-10-21 09:52:58 -03:00
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-p212be lsws: add in/out support for the new 12-bit 2-plane 422 and 444 pixfmts 2023-05-29 00:41:35 +02:00
filter-pixdesc-p212le lsws: add in/out support for the new 12-bit 2-plane 422 and 444 pixfmts 2023-05-29 00:41:35 +02: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-p412be lsws: add in/out support for the new 12-bit 2-plane 422 and 444 pixfmts 2023-05-29 00:41:35 +02:00
filter-pixdesc-p412le lsws: add in/out support for the new 12-bit 2-plane 422 and 444 pixfmts 2023-05-29 00:41:35 +02: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 avfilter/vf_pixdesctest: also take into account undefined alpha components 2024-10-21 09:52:58 -03:00
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-uyva avformat/riff: map v408 fourcc to RAWVIDEO decoder 2024-10-12 11:20:58 -03:00
filter-pixdesc-uyvy422
filter-pixdesc-v30xle avfilter/vf_pixdesctest: also take into account undefined alpha components 2024-10-21 09:52:58 -03:00
filter-pixdesc-vuya swscale/output: fix reading chroma values when generating vuya output 2022-08-08 09:39:33 -03:00
filter-pixdesc-vuyx avfilter/vf_pixdesctest: also take into account undefined alpha components 2024-10-21 09:52:58 -03:00
filter-pixdesc-vyu444 avformat/riff: map v308 fourcc to RAWVIDEO decoder 2024-10-12 11:21:06 -03:00
filter-pixdesc-x2bgr10le avfilter/vf_pixdesctest: also take into account undefined alpha components 2024-10-21 09:52:58 -03:00
filter-pixdesc-x2rgb10le avfilter/vf_pixdesctest: also take into account undefined alpha components 2024-10-21 09:52:58 -03:00
filter-pixdesc-xv30le avfilter/vf_pixdesctest: also take into account undefined alpha components 2024-10-21 09:52:58 -03:00
filter-pixdesc-xv36be avfilter/vf_pixdesctest: also take into account undefined alpha components 2024-10-21 09:52:58 -03:00
filter-pixdesc-xv36le avfilter/vf_pixdesctest: also take into account undefined alpha components 2024-10-21 09:52:58 -03:00
filter-pixdesc-xv48be swscale/output: add XV48 output support 2024-10-26 00:04:50 -03:00
filter-pixdesc-xv48le avformat/riff: map Y416 fourcc to RAWVIDEO decoder 2024-10-26 00:04:55 -03:00
filter-pixdesc-xyz12be swscale: use 16-bit intermediate precision for RGB/XYZ conversion 2024-12-26 20:31:36 +01:00
filter-pixdesc-xyz12le swscale: use 16-bit intermediate precision for RGB/XYZ conversion 2024-12-26 20:31:36 +01:00
filter-pixdesc-y210le avformat/riff: map Y210 and Y216 fourcc to RAWVIDEO decoder 2024-10-25 19:41:07 -03:00
filter-pixdesc-y212le swscale/output: add support for Y210LE and Y212LE 2022-09-10 12:29:12 -07:00
filter-pixdesc-y216le avformat/riff: map Y210 and Y216 fourcc to RAWVIDEO decoder 2024-10-25 19:41:07 -03:00
filter-pixdesc-ya8
filter-pixdesc-ya16be swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
filter-pixdesc-ya16le swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
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 swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
filter-pixdesc-yuvj420p swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
filter-pixdesc-yuvj422p swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
filter-pixdesc-yuvj440p swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
filter-pixdesc-yuvj444p swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
filter-pixdesc-yuyv422
filter-pixdesc-yvyu422
filter-pixelize-avg tests/fate: add pixelize filter tests 2023-12-14 23:34:46 +01:00
filter-pixelize-max tests/fate: add pixelize filter tests 2023-12-14 23:34:46 +01:00
filter-pixelize-min tests/fate: add pixelize filter tests 2023-12-14 23:34:46 +01:00
filter-pixfmts-copy avcodec/raw: Add GBR(A)PF16/32LE/BE 2025-03-28 15:23:28 +01:00
filter-pixfmts-crop avcodec/raw: Add GBR(A)PF16/32LE/BE 2025-03-28 15:23:28 +01:00
filter-pixfmts-field avcodec/raw: Add GBR(A)PF16/32LE/BE 2025-03-28 15:23:28 +01:00
filter-pixfmts-fieldmatch
filter-pixfmts-fieldorder avcodec/raw: Add GBR(A)PF16/32LE/BE 2025-03-28 15:23:28 +01:00
filter-pixfmts-hflip avcodec/raw: Add GBR(A)PF16/32LE/BE 2025-03-28 15:23:28 +01:00
filter-pixfmts-histeq
filter-pixfmts-il avcodec/raw: Add GBR(A)PF16/32LE/BE 2025-03-28 15:23:28 +01:00
filter-pixfmts-kerndeint
filter-pixfmts-lut swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
filter-pixfmts-null avcodec/raw: Add GBR(A)PF16/32LE/BE 2025-03-28 15:23:28 +01:00
filter-pixfmts-pad swscale/output: add support for NV20 2025-03-19 09:34:05 -03:00
filter-pixfmts-pullup swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
filter-pixfmts-rotate swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
filter-pixfmts-scale avcodec/raw: Add GBR(A)PF16/32LE/BE 2025-03-28 15:23:28 +01:00
filter-pixfmts-super2xsai
filter-pixfmts-swapuv swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
filter-pixfmts-tinterlace_cvlpf swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
filter-pixfmts-tinterlace_merge swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
filter-pixfmts-tinterlace_pad swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
filter-pixfmts-tinterlace_vlpf swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
filter-pixfmts-transpose avcodec/raw: Add GBR(A)PF16/32LE/BE 2025-03-28 15:23:28 +01:00
filter-pixfmts-vflip avcodec/raw: Add GBR(A)PF16/32LE/BE 2025-03-28 15:23:28 +01:00
filter-pp7
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-refcmp-xpsnr-rgb avfilter: add XPSNR filter 2024-09-08 17:51:37 +02:00
filter-refcmp-xpsnr-yuv avfilter: add XPSNR filter 2024-09-08 17:51:37 +02:00
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-rgbtestsrc-gbrap tests/filter-video: add rgbtestsrc tests for gbrap 2025-04-02 09:32:08 -03:00
filter-rgbtestsrc-gbrap12 tests/filter-video: add rgbtestsrc tests for gbrap 2025-04-02 09:32:08 -03:00
filter-rgbtestsrc-gbrp fate/filter-video: add more rgbtestsrc tests 2024-11-02 15:01:31 -03:00
filter-rgbtestsrc-gbrp12 fate/filter-video: add more rgbtestsrc tests 2024-11-02 15:01:31 -03:00
filter-rgbtestsrc-rgba avfilter/vsrc_testsrc: also fill alpha planes with a test pattern in {rgb,yuv}testsrc 2025-04-02 09:32:08 -03:00
filter-rgbtestsrc-x2rgb10le fate/filter-video: add more rgbtestsrc tests 2024-11-02 15:01:31 -03:00
filter-scale2ref_keep_aspect
filter-scale200
filter-scale500
filter-scalechroma fate/scalechroma: switch to standard chroma location 2024-08-16 11:43:37 +02:00
filter-select
filter-select-alternate
filter-separatefields
filter-setdar
filter-setpts lavfi/setpts: unset frame durations 2024-03-29 09:09:40 +01:00
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
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 avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01: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
filter-tile
filter-tiltandshift Add new vf_tiltandshift filter 2023-12-21 17:16:16 -05:00
filter-tiltandshift-410 fate/filter-video: add missing swscale flags to tiltandshift tests 2024-07-06 17:41:24 -03:00
filter-tiltandshift-422 fate/filter-video: add missing swscale flags to tiltandshift tests 2024-07-06 17:41:24 -03:00
filter-tiltandshift-444 fate/filter-video: add missing swscale flags to tiltandshift tests 2024-07-06 17:41:24 -03:00
filter-tpad-add lavfi/drawutils: improve colorspace support 2022-06-19 19:18:34 -05:00
filter-tpad-add-duration fate: enhance tpad filter test 2023-11-09 11:11:00 +01: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-untile-yuv422p fate: add a yuv422p test for the untile filter 2023-03-16 16:07:40 -03: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 tests: actually test yadif's 10 and 16-bit functions 2023-03-06 21:41:24 +01:00
filter-yadif16 tests: actually test yadif's 10 and 16-bit functions 2023-03-06 21:41:24 +01:00
filter-yuvtestsrc-ayuv avfilter/vsrc_testsrc: also fill alpha planes with a test pattern in {rgb,yuv}testsrc 2025-04-02 09:32:08 -03:00
filter-yuvtestsrc-ayuv64 avfilter/vsrc_testsrc: also fill alpha planes with a test pattern in {rgb,yuv}testsrc 2025-04-02 09:32:08 -03:00
filter-yuvtestsrc-nv24 avfilter/vsrc_testsrc: add support for semi planar formats to yuvtestsrc 2025-03-10 10:15:33 -03:00
filter-yuvtestsrc-p410 avfilter/vsrc_testsrc: add support for semi planar formats to yuvtestsrc 2025-03-10 10:15:33 -03:00
filter-yuvtestsrc-v30xle avfilter/vsrc_testsrc: use the alpha component information for XV3{0,6} and V30X 2024-10-21 09:52:58 -03:00
filter-yuvtestsrc-vuya avfilter/vsrc_testsrc: also fill alpha planes with a test pattern in {rgb,yuv}testsrc 2025-04-02 09:32:08 -03:00
filter-yuvtestsrc-vyu444 fate/filter-video: add tests for packed YUV in yuvtestsrc 2024-10-14 10:37:21 -03:00
filter-yuvtestsrc-xv30le avfilter/vsrc_testsrc: fill the xv30le alpha bits 2024-10-17 11:59:30 -03:00
filter-yuvtestsrc-xv36 avfilter/vsrc_testsrc: add support for XV36 and AYUV64 2024-10-17 11:57:36 -03:00
filter-yuvtestsrc-xv48 avfilter/vsrc_testsrc: add support for XV48 2024-10-26 00:04:55 -03:00
filter-yuvtestsrc-yuv444p
filter-yuvtestsrc-yuv444p12
filter-yuvtestsrc-yuva444p tests/filter-video: add yuvtestsrc tests for yuva444p 2025-04-02 09:32:08 -03:00
filter-yuvtestsrc-yuva444p12 tests/filter-video: add yuvtestsrc tests for yuva444p 2025-04-02 09:32:08 -03:00
fits-demux
fitsdec-bitpix-32
fitsdec-bitpix-64
fitsdec-blank_bitpix32
fitsdec-ext_data_min_max
fitsdec-gbrap16be fate/fits: Fix tests on BE 2024-04-02 00:21:59 +02:00
fitsdec-gbrp fate/fits: Use transcode for transcode-like test 2022-04-28 02:39:37 +02:00
fitsdec-gbrp16be tests/fate: fix mismatches between requested and actually used pixel formats 2023-07-20 20:30:13 +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 swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
fitsenc-gray16be swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
flcl1905 avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01: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: add analyze_frames option for CC and grain detection 2024-12-13 22:41:31 -06:00
fmvc-type1
fmvc-type2
force_key_frames fate/ffmpeg: Avoid dependency on samples 2024-04-05 17:37:28 +02:00
force_key_frames-source avformat/framecrcenc: List types and checksums for for side data 2025-06-07 20:00:12 +02:00
force_key_frames-source-drop avformat/framecrcenc: List types and checksums for for side data 2025-06-07 20:00:12 +02:00
force_key_frames-source-dup avformat/framecrcenc: List types and checksums for for side data 2025-06-07 20:00:12 +02:00
fraps-v0
fraps-v1
fraps-v2
fraps-v3
fraps-v4
fraps-v5
frwu
g2m2
g2m3
g2m4
g722-encode avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01: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 avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
g726-encode-3bit avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
g726-encode-4bit avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
g726-encode-5bit avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
gapless-mp3 avformat/framecrcenc: List types and checksums for for side data 2025-06-07 20:00:12 +02:00
gapless-mp3-side-data avformat/mp3dec: Subtract known padding from duration 2025-02-26 14:52:34 +01:00
gaplessenc-itunes-to-ipod-aac avformat/mov: Populate packet duration using stts atom instead of guessing 2024-11-22 20:50:05 -03:00
gaplessenc-pcm-to-mov-aac avutil: remove deprecated FF_API_PKT_DURATION 2024-03-07 08:53:30 -03:00
gaplessinfo-itunes1 avutil: remove deprecated FF_API_PKT_DURATION 2024-03-07 08:53:30 -03:00
gaplessinfo-itunes2 avutil: remove deprecated FF_API_PKT_DURATION 2024-03-07 08:53:30 -03:00
gif-color
gif-deal
gif-demux avformat/gifdec: switch to using gif parser 2023-05-25 19:51:56 +02:00
gif-disposal-background
gif-disposal-restore fftools/ffmpeg_enc: always use video frame durations when available 2023-04-24 16:56:06 +02:00
gif-gray fftools/ffmpeg_enc: avoid breaking exactly integer timestamps in vsync code 2023-06-05 16:15:04 +02:00
gifenc-bgr4_byte
gifenc-bgr8
gifenc-gray swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
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 fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02:00
h264-afd fate/h264: test disabling cropping 2023-04-22 11:20:58 -03:00
h264-attachment-631
h264-brokensps-2580
h264-bsf-dts2pts fate/h264: add a test for the dts2pts bsf 2024-09-16 16:45:00 -03:00
h264-bsf-mp4toannexb avcodec/h264_mp4toannexb: Prepend SPS/PPS to buffering period SEI 2024-08-14 13:20:56 +02:00
h264-bsf-mp4toannexb-new-extradata avcodec/h264_mp4toannexb_bsf: process new extradata 2023-11-22 19:42:14 +08:00
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 fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02:00
h264-conformance-cabac_mot_frm0_full
h264-conformance-cabac_mot_mbaff0_full
h264-conformance-cabac_mot_picaff0_full fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02:00
h264-conformance-cabaci3_sony_b
h264-conformance-cabast3_sony_e
h264-conformance-cabastbr3_sony_b
h264-conformance-cabref3_sand_d fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02:00
h264-conformance-cacqp3_sony_d
h264-conformance-cafi1_sva_c fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02: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 fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02:00
h264-conformance-capama3_sand_f fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02: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 fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02:00
h264-conformance-cavlc_mot_frm0_full_b
h264-conformance-cavlc_mot_mbaff0_full_b
h264-conformance-cavlc_mot_picaff0_full_b fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02: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 fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02:00
h264-conformance-cvfi1_sva_c fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02:00
h264-conformance-cvfi2_sony_h fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02:00
h264-conformance-cvfi2_sva_c fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02: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 fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02:00
h264-conformance-cvmaqp2_sony_g
h264-conformance-cvmaqp3_sony_d
h264-conformance-cvmp_mot_fld_l30_b fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02:00
h264-conformance-cvmp_mot_frm_l31_b fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02:00
h264-conformance-cvnlfi1_sony_c fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02:00
h264-conformance-cvnlfi2_sony_h fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02:00
h264-conformance-cvpa1_toshiba_b fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02: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 fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02:00
h264-conformance-frext-alphaconformanceg
h264-conformance-frext-bcrm_freh10 fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02:00
h264-conformance-frext-brcm_freh3
h264-conformance-frext-brcm_freh4 fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02:00
h264-conformance-frext-brcm_freh5
h264-conformance-frext-brcm_freh8
h264-conformance-frext-brcm_freh9
h264-conformance-frext-brcm_freh11 fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02:00
h264-conformance-frext-freh1_b
h264-conformance-frext-freh2_b
h264-conformance-frext-freh6 fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02:00
h264-conformance-frext-freh7_b fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02: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 fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02:00
h264-conformance-frext-frext3_panasonic_d
h264-conformance-frext-frext4_panasonic_a fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02:00
h264-conformance-frext-frext_mmco4_sony_b
h264-conformance-frext-hcaff1_hhi_b fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02: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 fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02:00
h264-conformance-frext-hpcaflnl_bcrm_c fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02:00
h264-conformance-frext-hpcalq_brcm_b
h264-conformance-frext-hpcamapalq_bcrm_b fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02: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 fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02:00
h264-conformance-frext-hpcvflnl_bcrm_a fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02: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 fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02:00
h264-conformance-mr4_tandberg_c
h264-conformance-mr5_tandberg_c
h264-conformance-mr6_bt_b fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02:00
h264-conformance-mr7_bt_b fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02:00
h264-conformance-mr8_bt_b fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02:00
h264-conformance-mr9_bt_b fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02: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 fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02:00
h264-conformance-sharp_mp_field_2_b fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02:00
h264-conformance-sharp_mp_field_3_b fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02:00
h264-conformance-sharp_mp_paff_1r2 fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02:00
h264-conformance-sharp_mp_paff_2r fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02:00
h264-conformance-sl1_sva_b
h264-conformance-slice2_field_aurora4 avcodec/h264: fix stride calculation in slice_table for multi-slice field video deblocking 2025-01-20 08:50:01 +00:00
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 fftools/ffprobe: print lossless frame flag 2025-01-05 22:23:16 +01:00
h264-encparams
h264-extradata-reload
h264-extreme-plane-pred
h264-interlace-crop
h264-intra-refresh-recovery fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02:00
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_mp4toannexb: Prepend SPS/PPS to buffering period SEI 2024-08-14 13:20:56 +02:00
h264_mp4toannexb_ticket5927 avcodec/h264_mp4toannexb_bsf: process new extradata 2023-11-22 19:42:14 +08:00
h264_mp4toannexb_ticket5927_2 avcodec/h264_mp4toannexb_bsf: process new extradata 2023-11-22 19:42:14 +08:00
h264_redundant_pps-annexb fate/cbs: Add tests for h264_redundant_pps BSF 2022-09-25 14:56:08 +02:00
h264_redundant_pps-mov lavf/rawdec: mark raw demuxers as having no timestamps 2023-04-13 15:34:07 +02:00
h264_redundant_pps-side_data avformat/framecrcenc: List types and checksums for for side data 2025-06-07 20:00:12 +02:00
h264_redundant_pps-side_data2 fate/cbs: Add tests for h264_redundant_pps BSF 2022-09-25 14:56:08 +02:00
hap-alpha-only-nosnappy-128x72
hap-alpha-only-snappy-127x71
hap-chunk
hap1
hap5
hapqa-extract-nosnappy-to-hapalphaonly-mov fftools/ffprobe: add analyze_frames option for CC and grain detection 2024-12-13 22:41:31 -06:00
hapqa-extract-nosnappy-to-hapq-mov fftools/ffprobe: add analyze_frames option for CC and grain detection 2024-12-13 22:41:31 -06: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-afd-tc-sei lavc/hevcdec: output RASL frames based on the value of no_rasl_output_flag 2024-06-11 17:39:35 +02:00
hevc-alpha tests: Add fate-hevc-alpha 2025-02-25 11:40:33 +08:00
hevc-cabac-tudepth
hevc-color-reserved tests: Add fate-hevc-color-reserved 2025-06-01 16:35:23 +08:00
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 fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02: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 lavf/rawdec: set avg_frame_rate 2023-04-13 15:34:07 +02:00
hevc-conformance-cip_B_NEC_3
hevc-conformance-CIP_C_Panasonic_2 lavf/rawdec: set avg_frame_rate 2023-04-13 15:34:07 +02: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 fftools/ffmpeg: change video decoding timestamp generation 2023-04-13 15:34:07 +02: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_NEC_3
hevc-conformance-IPCM_A_RExt_NEC
hevc-conformance-ipcm_B_NEC_3
hevc-conformance-IPCM_B_RExt_NEC
hevc-conformance-ipcm_C_NEC_3
hevc-conformance-ipcm_D_NEC_3
hevc-conformance-ipcm_E_NEC_2
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-Main_422_10_A_RExt_Sony_1
hevc-conformance-Main_422_10_B_RExt_Sony_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-MVHEVCS_A tests/fate/hevc: add MV-HEVC conformance sample tests 2024-09-23 17:15:02 +02:00
hevc-conformance-MVHEVCS_B tests/fate/hevc: add MV-HEVC conformance sample tests 2024-09-23 17:15:02 +02:00
hevc-conformance-MVHEVCS_E tests/fate/hevc: add MV-HEVC conformance sample tests 2024-09-23 17:15:02 +02:00
hevc-conformance-MVHEVCS_F tests/fate/hevc: add MV-HEVC conformance sample tests 2024-09-23 17:15:02 +02:00
hevc-conformance-NoOutPrior_A_Qualcomm_1 fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02:00
hevc-conformance-NoOutPrior_B_Qualcomm_1 fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02:00
hevc-conformance-NUT_A_ericsson_5 fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02:00
hevc-conformance-OPFLAG_A_Qualcomm_1
hevc-conformance-OPFLAG_B_Qualcomm_1 fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02:00
hevc-conformance-OPFLAG_C_Qualcomm_1 fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02: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 fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02:00
hevc-conformance-RAP_B_Bossen_1 fftools/ffmpeg: stop using fake dts for generating timestamps 2023-04-13 15:34:07 +02: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 lavf/rawdec: set avg_frame_rate 2023-04-13 15:34:07 +02: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-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-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-dv-rpu avcodec/decode: propagate global side data to frames 2023-10-06 10:11:18 -03:00
hevc-extradata-reload
hevc-hdr-vivid-metadata avcodec: move content light level SEI handling to h2645_sei 2023-07-27 21:45:43 +03:00
hevc-hdr10-plus-metadata avcodec: move content light level SEI handling to h2645_sei 2023-07-27 21:45:43 +03:00
hevc-monochrome-crop
hevc-mv-nuh-layer-id tests/fate/hevc: add a test for nontrivial values of nuh_layer_id 2024-09-23 17:15:02 +02:00
hevc-mv-position tests/fate/hevc: add a test for selecting view by position 2024-09-23 17:15:02 +02:00
hevc-mv-switch tests/fate/hevc: use bitexact scaling flags for fate-hevc-mv-switch 2024-09-24 18:21:32 +02:00
hevc-paired-fields
hevc-paramchange-yuv420p-yuv420p10
hevc-pir tests/fate/hevc: add a periodic intra refresh decode test 2024-09-13 12:10:11 +02:00
hevc-skiploopfilter
hevc-small422chroma fftools/ffmpeg: change video decoding timestamp generation 2023-04-13 15:34:07 +02: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
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
iamf-5_1-copy avformat/iamf: fix setting channel layout for Scalable layers 2025-06-24 14:41:43 -03:00
iamf-5_1-demux avformat/iamf: fix setting channel layout for Scalable layers 2025-06-24 14:41:43 -03:00
iamf-5_1_4 avformat/iamf: fix setting channel layout for Scalable layers 2025-06-24 14:41:43 -03:00
iamf-7_1_4 avformat/iamf: fix setting channel layout for Scalable layers 2025-06-24 14:41:43 -03:00
iamf-9_1_6 avformat/iamf: fix setting channel layout for Scalable layers 2025-06-24 14:41:43 -03:00
iamf-ambisonic_1 avformat: Add a new stream disposition for multilayer video 2024-07-07 12:38:50 -03:00
iamf-stereo avformat/iamf: use the new Binaural channel layout 2024-11-13 12:38:04 -03:00
iamf-stereo-demux fate/iamf: add a demuxing test for a stereo AAC IAMF sample 2024-08-31 11:22:08 -03:00
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
id3v2-priv-remux avformat/framecrcenc: List types and checksums for for side data 2025-06-07 20:00:12 +02:00
id3v2-utf16-bom lavf/metadata: support duplicate keys in ff_metadata_conv 2025-04-07 01:02:41 +02:00
idroq-video-encode swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
iff-byterun1
iff-fibonacci
iff-ilbm
iff-pcm
iirfilter
imf avformat/tests/imf: add invalid resource test 2023-05-11 09:04:44 -07:00
imf-cpl-with-audio fate/imfdec: add audio test 2023-02-18 14:41:20 -08:00
imf-cpl-with-repeat avformat/imf: fix packet pts, dts and muxing 2022-02-20 18:32:09 +10:00
imgutils pixfmt: add AV_PIX_FMT_GBRAP32 2025-03-17 08:49:04 +01: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 avcodec/jpeg2000: Improve FF_DWT97_INT to pass ISO/IEC 15444-4 conformance tests 2024-11-08 08:30:07 -08:00
jpeg2000-dcinema avcodec/jpeg2000: Improve FF_DWT97_INT to pass ISO/IEC 15444-4 conformance tests 2024-11-08 08:30:07 -08:00
jpeg2000dec-ds0_ht_01_b11 avcodec/jpeg2000dec: fix HT block decoder 2024-05-30 21:30:52 -07:00
jpeg2000dec-p0_01 fate/jpeg2000: add JPEG 2000 tests using ITU/ISO conformance materials 2023-04-22 15:57:41 -07:00
jpeg2000dec-p0_02 fate/jpeg2000: add JPEG 2000 tests using ITU/ISO conformance materials 2023-04-22 15:57:41 -07:00
jpeg2000dec-p0_03 fate/jpeg2000: add JPEG 2000 tests using ITU/ISO conformance materials 2023-04-22 15:57:41 -07:00
jpeg2000dec-p0_04 avcodec/jpeg2000: Improve FF_DWT97_INT to pass ISO/IEC 15444-4 conformance tests 2024-11-08 08:30:07 -08:00
jpeg2000dec-p0_05 avcodec/jpeg2000: Improve FF_DWT97_INT to pass ISO/IEC 15444-4 conformance tests 2024-11-08 08:30:07 -08:00
jpeg2000dec-p0_07 fate/jpeg2000: add JPEG 2000 tests using ITU/ISO conformance materials 2023-04-22 15:57:41 -07:00
jpeg2000dec-p0_08 fate/jpeg2000: add JPEG 2000 tests using ITU/ISO conformance materials 2023-04-22 15:57:41 -07:00
jpeg2000dec-p0_09 avcodec/jpeg2000: Improve FF_DWT97_INT to pass ISO/IEC 15444-4 conformance tests 2024-11-08 08:30:07 -08:00
jpeg2000dec-p0_10 fate/jpeg2000dec: add support for p0_10.j2k 2024-06-24 08:50:59 -07:00
jpeg2000dec-p0_11 fate/jpeg2000: add JPEG 2000 tests using ITU/ISO conformance materials 2023-04-22 15:57:41 -07:00
jpeg2000dec-p0_12 fate/jpeg2000: add JPEG 2000 tests using ITU/ISO conformance materials 2023-04-22 15:57:41 -07:00
jpeg2000dec-p0_14 fate/jpeg2000: add JPEG 2000 tests using ITU/ISO conformance materials 2023-04-22 15:57:41 -07:00
jpeg2000dec-p0_15 fate/jpeg2000: add JPEG 2000 tests using ITU/ISO conformance materials 2023-04-22 15:57:41 -07:00
jpeg2000dec-p0_16 fate/jpeg2000: add JPEG 2000 tests using ITU/ISO conformance materials 2023-04-22 15:57:41 -07:00
jpegls-2bpc
jpegls-3bpc
jpegls-5bpc
jpegls-7bpc
jpg-12bpp libavcodec/mjpeg: preserve unclipped last_dc value 2024-06-28 14:48:23 +02:00
jpg-icc avcodec/mjpegenc_huffman: Avoid AV_QSORT to sort entries by length 2025-04-18 08:40:17 +02:00
jpg-jfif
jpg-rgb-1 fate/jpg: add RGB mjpeg fate tests 2023-05-17 12:37:42 +02:00
jpg-rgb-2 fate/jpg: add RGB mjpeg fate tests 2023-05-17 12:37:42 +02:00
jpg-rgb-3 fate/jpg: add RGB mjpeg fate tests 2023-05-17 12:37:42 +02:00
jpg-rgb-4 fate/jpg: add RGB mjpeg fate tests 2023-05-17 12:37:42 +02:00
jpg-rgb-5 fate/jpg: add RGB mjpeg fate tests 2023-05-17 12:37:42 +02:00
jpg-rgb-221 fate: add tests for RGB jpegs 2023-04-21 09:55:12 -04:00
jpg-rgb-baseline fate: add tests for RGB jpegs 2023-04-21 09:55:12 -04:00
jpg-rgb-progressive fate: add tests for RGB jpegs 2023-04-21 09:55:12 -04:00
jv
jv-demux avcodec/codec_desc, jvdec: JV is not intra-only 2024-05-19 11:39:35 +02:00
jxl-anim-demux-belgium fate/jpegxl_anim: add demuxer fate test for jpegxl_anim 2023-09-01 03:36:02 -04:00
jxl-anim-demux-icos4d avformat/jpegxl_anim_dec: use new animated JPEG XL codec ID 2025-01-03 19:37:36 -05:00
jxl-anim-demux-lenna256 fate/jpegxl_anim: add demuxer fate test for jpegxl_anim 2023-09-01 03:36:02 -04:00
jxl-anim-demux-newton avformat/jpegxl_anim_dec: use new animated JPEG XL codec ID 2025-01-03 19:37:36 -05:00
jxl-multiframe-permuted-toc fate/jpegxl: add multiframe permuted TOC image parser test 2023-12-15 11:52:43 -05:00
jxl-small-ext-box fate/jpegxl: add parser test for extboxes and small files 2023-12-05 05:54:58 -05: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
libsvtav1-hdr10 avcodec/libsvtav1: add support for writing out CLL and MDCV 2024-03-20 19:15:05 +02:00
libx264-hdr10 avcodec/libx264: add support for writing out CLL and MDCV 2024-03-20 19:15:05 +02:00
libx264-simple tests/fate: add a simple test for libx264 2023-05-15 10:39:02 +02:00
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-monkeysaudio-legacy tests/fate: Add NoLegacy-cut.ape test 2023-08-28 01:10:14 +02:00
lossless-osq fate: add OSQ test 2023-09-06 11:59:20 +02:00
lossless-rka fate: add rka test 2023-09-04 19:29:21 +02:00
lossless-shorten
lossless-tak
lossless-tta
lossless-tta-encrypted
lossless-wma
lossless-wma24-1
lossless-wma24-2
lossless-wma24-rawtile
lscr
m4v lavc/mpeg4videodec: do not invent a framerate from guessed numbers 2023-10-03 16:57:02 +02:00
m4v-cfr lavc/mpeg4videodec: do not invent a framerate from guessed numbers 2023-10-03 16:57:02 +02:00
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-alac-remux avformat: Add a new stream disposition for multilayer video 2024-07-07 12:38:50 -03:00
matroska-avoid-negative-ts fftools/ffmpeg: stop injecting stream side data in packets 2023-10-06 10:11:19 -03:00
matroska-crop tests/fate/matroska: Add container cropping test 2025-05-19 03:21:27 +02:00
matroska-dovi-write-config7 fftools/ffprobe: implement dv_md_compression 2024-07-28 12:20:07 +02:00
matroska-dovi-write-config8 avformat/mov: add missing stts array syncing in mov_build_index 2024-11-25 14:40:15 -03:00
matroska-dvbsub-remux avformat/matroskaenc: Don't write \0 unnecessarily 2023-08-10 23:56:35 +02:00
matroska-encoding-delay fftools/ffmpeg_enc: move set_encoder_id() to ffmpeg_mux_init 2024-09-26 18:25:21 +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 avformat/matroskaenc: Don't write \0 unnecessarily 2023-08-10 23:56:35 +02:00
matroska-h264-remux avformat/matroskaenc: Don't create wrong packet durations 2023-10-02 12:22:05 +02:00
matroska-hdr10-plus-remux avformat/framecrcenc: List types and checksums for for side data 2025-06-07 20:00:12 +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: Use native id V_FFV1 instead of V_MS/VFW/FOURCC 2025-05-28 02:42:36 +02:00
matroska-move-cues-to-front avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
matroska-mpegts-remux avformat: Add a new stream disposition for multilayer video 2024-07-07 12:38:50 -03:00
matroska-ms-mode avcodec/speexdec: fix setting frame_size from extradata 2024-01-22 10:58:12 -03:00
matroska-non-rotation-displaymatrix avformat/mov: Populate packet duration using stts atom instead of guessing 2024-11-22 20:50:05 -03:00
matroska-ogg-opus-remux avformat/framecrcenc: List types and checksums for for side data 2025-06-07 20:00:12 +02:00
matroska-opus-remux avformat/framecrcenc: List types and checksums for for side data 2025-06-07 20:00:12 +02:00
matroska-pgs-remux avformat/matroskaenc: Don't write \0 unnecessarily 2023-08-10 23:56:35 +02:00
matroska-pgs-remux-durations avformat/matroskaenc: Don't write \0 unnecessarily 2023-08-10 23:56:35 +02:00
matroska-prores-header-insertion-bz2
matroska-prores-zlib
matroska-qt-mode avformat/matroskaenc: Don't write \0 unnecessarily 2023-08-10 23:56:35 +02:00
matroska-side-data-pref-codec avformat: Add a new stream disposition for multilayer video 2024-07-07 12:38:50 -03:00
matroska-side-data-pref-packet avformat: Add a new stream disposition for multilayer video 2024-07-07 12:38:50 -03:00
matroska-spherical-mono lavu/stereo3d: change the horizontal FOV field to a rational 2024-06-24 23:53:25 +02:00
matroska-spherical-mono-remux lavu/stereo3d: change the horizontal FOV field to a rational 2024-06-24 23:53:25 +02:00
matroska-stereo_mode lavu/stereo3d: change the horizontal FOV field to a rational 2024-06-24 23:53:25 +02:00
matroska-vp8-alpha-remux avformat/framecrcenc: List types and checksums for for side data 2025-06-07 20:00:12 +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 write \0 unnecessarily 2023-08-10 23:56:35 +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
media100 fate/video: Add media100 test 2025-06-17 00:35:13 +02:00
mimic
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 avformat/mov: Populate packet duration using stts atom instead of guessing 2024-11-22 20:50:05 -03:00
mov-avif-demux-still-image-1-item fate/mov: use framecrc for the remaining avif/heic tests 2024-03-05 17:29:20 -03:00
mov-avif-demux-still-image-multiple-items fate/mov: use framecrc for the remaining avif/heic tests 2024-03-05 17:29:20 -03:00
mov-bbi-elst-starts-b framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
mov-channel-description avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
mov-cover-image avformat/framecrcenc: List types and checksums for for side data 2025-06-07 20:00:12 +02: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-heic-demux-clap-irot-imir fate/mov: add a test for heic images with cropping and rotation metadata 2024-10-02 12:38:24 -03:00
mov-heic-demux-still-image-1-item fate/mov: use framecrc for the remaining avif/heic tests 2024-03-05 17:29:20 -03:00
mov-heic-demux-still-image-grid avformat: Add a new stream disposition for multilayer video 2024-07-07 12:38:50 -03:00
mov-heic-demux-still-image-iovl avformat: Add a new stream disposition for multilayer video 2024-07-07 12:38:50 -03:00
mov-heic-demux-still-image-iovl-2 avformat: Add a new stream disposition for multilayer video 2024-07-07 12:38:50 -03:00
mov-heic-demux-still-image-multiple-items fate/mov: use framecrc for the remaining avif/heic tests 2024-03-05 17:29:20 -03:00
mov-ibi-elst-starts-b
mov-init-nonkeyframe ffprobe: report the corrupt flag on packets 2023-02-09 12:45:53 +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 avformat/movenc: allow writing out channel count in MP4 and 3GP 2023-02-14 21:10:42 +02:00
mov-mp4-disposition-mpegts-remux avformat: Add a new stream disposition for multilayer video 2024-07-07 12:38:50 -03:00
mov-mp4-extended-atom ffprobe: report the corrupt flag on packets 2023-02-09 12:45:53 +01:00
mov-mp4-iamf-5_1_4 avformat/iamf: fix setting channel layout for Scalable layers 2025-06-24 14:41:43 -03:00
mov-mp4-iamf-7_1_4-video-first avformat/iamf: fix setting channel layout for Scalable layers 2025-06-24 14:41:43 -03:00
mov-mp4-iamf-7_1_4-video-last avformat/iamf: fix setting channel layout for Scalable layers 2025-06-24 14:41:43 -03:00
mov-mp4-iamf-ambisonic_1 avformat/movenc: fix channel count and samplerate fields for IAMF tracks 2024-07-18 23:27:20 -03:00
mov-mp4-iamf-stereo avformat/iamf: use the new Binaural channel layout 2024-11-13 12:38:04 -03:00
mov-mp4-pcm avformat/mov_chan: use the newly added channel ids for more exact mapping 2024-06-12 19:37:01 +02:00
mov-mp4-pcm-float avformat/pcm: decrease target audio frame per sec to 10 2024-03-16 19:19:42 +01:00
mov-mp4-ttml-dfxp fftools/ffprobe: add support for Stream Groups 2024-03-05 12:56:21 -03:00
mov-mp4-ttml-stpp fftools/ffprobe: add support for Stream Groups 2024-03-05 12:56:21 -03:00
mov-mp4-with-mov-in24-ver
mov-neg-firstpts-discard
mov-neg-firstpts-discard-frames
mov-neg-firstpts-discard-vorbis
mov-read-amve tests/fate/mov: add a test for reading and writing amve box 2024-02-04 14:03:45 -03:00
mov-spherical-mono lavu/stereo3d: change the horizontal FOV field to a rational 2024-06-24 23:53:25 +02:00
mov-stream-shorter-than-movie
mov-tenc-only-encrypted
mov-write-amve tests/fate/mov: add a test for reading and writing amve box 2024-02-04 14:03:45 -03:00
mov-zombie fftools/ffprobe: print lossless frame flag 2025-01-05 22:23:16 +01:00
movenc tests/movenc: Validate that normal muxer usage doesn't print warnings 2024-04-11 14:08:55 +03:00
mpc7-demux
mpc8-demux
mpeg2-field-enc
mpeg2-ticket186
mpeg2-ticket6677 fftools/ffmpeg_dec: disregard demuxer timestamps for NOTIMESTAMPS formats 2023-10-03 16:57:02 +02: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
mss2-pals
mss2-region fate/microsoft: add mss2 region test case 2022-11-07 16:08:35 +11:00
mss2-rgb555
mss2-rgb555s
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 fftools/ffmpeg: stop injecting stream side data in packets 2023-10-06 10:11:19 -03: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: add analyze_frames option for CC and grain detection 2024-12-13 22:41:31 -06:00
mxf-probe-d10 fftools/ffprobe: add analyze_frames option for CC and grain detection 2024-12-13 22:41:31 -06:00
mxf-probe-dnxhd fftools/ffprobe: add analyze_frames option for CC and grain detection 2024-12-13 22:41:31 -06:00
mxf-probe-dv25 fftools/ffprobe: add analyze_frames option for CC and grain detection 2024-12-13 22:41:31 -06:00
mxf-probe-j2k fftools/ffprobe: add analyze_frames option for CC and grain detection 2024-12-13 22:41:31 -06:00
mxf-reel_name avformat/mxfenc: allow more bits for variable part in uuid generation 2022-03-16 21:37:53 +01:00
mxf-remux-applehdr10 fftools/ffmpeg: stop injecting stream side data in packets 2023-10-06 10:11:19 -03: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 fftools/ffmpeg: always generate CFR output when -r is used 2023-01-10 11:49:28 +01:00
nuv-rtjpeg-fh
ogg-flac-chained-meta.txt ogg/flac: implement header packet skip in chained ogg bitstreams. 2025-05-19 07:24:05 +02:00
ogg-opus-chained-meta.txt ogg/opus: implement header packet skip in chained ogg bitstreams. 2025-05-19 07:24:05 +02:00
ogg-vorbis-chained-meta.txt Revert "ogg/vorbis: implement header packet skip in chained ogg bitstreams." 2025-05-31 03:18:26 +02:00
oggopus-demux avformat: Add a new stream disposition for multilayer video 2024-07-07 12:38:50 -03:00
oggtheora-demux fate/demux: add a test for Theora in OGG 2025-02-23 00:13:35 -03: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/opt: add API for retrieving array-type option values 2024-08-27 16:53:16 +02: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 fftools/ffmpeg: rework audio-decode timestamp handling 2023-05-02 10:59:24 +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 avutil/tests/pixfmt_best: add more semi planar format tests 2025-03-19 09:34:10 -03:00
pixlet-rgb
pmp-demux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
png-frame-metadata
png-gray8
png-gray16
png-icc avcodec/pngenc: set default prediction method to PAETH 2025-04-10 03:01:33 +02:00
png-icc-parse tests/ref/fate/png-icc-parse: Add lossless flag to ref file 2025-01-12 15:41:39 +01:00
png-int-rgb24
png-mdcv avcodec/pngenc: set default prediction method to PAETH 2025-04-10 03:01:33 +02:00
png-rgb24
png-rgb48
png-rgba
png-rgba64
png-side-data fftools/ffprobe: print lossless frame flag 2025-01-05 22:23:16 +01:00
png-ya8
png-ya16
pngparser
prores-422
prores-422_hq
prores-422_lt
prores-422_proxy
prores-alpha
prores-alpha_skip
prores-gray aacdec: convert to lavu/tx and support fixed-point 960-sample decoding 2022-11-06 14:39:33 +01:00
prores-metadata
prores-transparency avformat/mov: export cropping values from clap boxes 2024-07-11 10:22:47 -03:00
prores-transparency_skip avformat/mov: export cropping values from clap boxes 2024-07-11 10:22:47 -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
psd-rgba
psd-rgba64
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
qoa-152 fate: Add tests for QOA decoder 2023-12-04 23:14:38 +01:00
qoa-278 fate: Add tests for QOA decoder 2023-12-04 23:14:38 +01:00
qoa-303 fate: Add tests for QOA decoder 2023-12-04 23:14:38 +01:00
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 fftools/ffmpeg_enc: always use video frame durations when available 2023-04-24 16:56:06 +02:00
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 fftools/ffmpeg_enc: move set_encoder_id() to ffmpeg_mux_init 2024-09-26 18:25:21 +02:00
rgbapng-4816
ripemd
rl2 avcodec/rl2: Remove wrong check 2022-10-02 20:27:36 +02:00
roqvideo
rpza
rscc-8bit
rscc-16bit
rscc-24bit
rscc-32bit
rsd-demux
rtmpdh
rv20-1239
rv30
rv40
rv60-72x72 fate/rv60: add test 2024-11-03 10:53:15 +11:00
rv60-512x512 fate/rv60: add test 2024-11-03 10:53:15 +11:00
s337m-demux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
sanm
screenpresso-16bit
screenpresso-24bit
screenpresso-32bit
segafilm-adx-remux fate/segafilm: Add tests for segafilm (de)muxer 2022-09-20 18:32:28 +02:00
segafilm-cinepak-mux fate/segafilm: Add tests for segafilm (de)muxer 2022-09-20 18:32:28 +02:00
segafilm-rawvideo-mux fate/segafilm: Add tests for segafilm (de)muxer 2022-09-20 18:32:28 +02:00
segafilm-s8-remux fate/segafilm: Add tests for segafilm (de)muxer 2022-09-20 18:32:28 +02:00
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 avformat/framecrcenc: List types and checksums for for side data 2025-06-07 20:00:12 +02:00
sgi-gray8
sgi-gray8-rle
sgi-gray16
sgi-gray16-rle
sgi-rgb24 avcodec/sgidec: Use planar pixel formats 2022-10-05 14:38:51 +02:00
sgi-rgb24-rle avcodec/sgidec: Use planar pixel formats 2022-10-05 14:38:51 +02:00
sgi-rgb48 avcodec/sgidec: Use planar pixel formats 2022-10-05 14:38:51 +02:00
sgi-rgb48-rle avcodec/sgidec: Use planar pixel formats 2022-10-05 14:38:51 +02:00
sgi-rgba avcodec/sgidec: Use planar pixel formats 2022-10-05 14:38:51 +02:00
sgi-rgba-rle avcodec/sgidec: Use planar pixel formats 2022-10-05 14:38:51 +02:00
sgi-rgba64 avcodec/sgidec: Use planar pixel formats 2022-10-05 14:38:51 +02:00
sgi-rgba64-rle avcodec/sgidec: Use planar pixel formats 2022-10-05 14:38:51 +02:00
sha
sha512
shortest avformat/framecrcenc: List types and checksums for for side data 2025-06-07 20:00:12 +02:00
shortest-sub avfilter: add negotiation API for color space/range 2023-12-31 13:35:03 -08:00
side_data_array avutil/frame: add a flag to allow overwritting existing entries 2024-04-11 09:18:19 -03: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 lavf/smacker: export sample_aspect_ratio 2023-11-05 11:30:13 +01:00
smc
smjpeg-demux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
smvjpeg
source avformat/movenccenc: add support for CENC AV1 encryption 2025-03-25 20:59:18 -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 avformat/spdifdec: parse headers for audio codecs 2024-11-24 20:14:11 -03: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 avformat/spdifdec: parse headers for audio codecs 2024-11-24 20:14:11 -03:00
spdif-eac3 fate/spdif: Add spdif tests 2022-09-13 14:50:01 +02:00
spdif-eac3-remux lavf/spdifdec: support EAC3 2023-01-13 11:22:59 -06: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 lavf/assenc: normalize line endings to \n 2024-02-11 17:01:07 -08:00
sub-ass-to-ass-transcode lavf/assenc: normalize line endings to \n 2024-02-11 17:01:07 -08:00
sub-cc lavf/assenc: normalize line endings to \n 2024-02-11 17:01:07 -08:00
sub-cc-realtime lavf/assenc: normalize line endings to \n 2024-02-11 17:01:07 -08:00
sub-cc-scte20 lavf/assenc: normalize line endings to \n 2024-02-11 17:01:07 -08:00
sub-charenc lavf/assenc: normalize line endings to \n 2024-02-11 17:01:07 -08:00
sub-dvb
sub-jacosub lavf/assenc: normalize line endings to \n 2024-02-11 17:01:07 -08: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 lavf/assenc: normalize line endings to \n 2024-02-11 17:01:07 -08:00
sub-microdvd-remux
sub-movtext lavf/assenc: normalize line endings to \n 2024-02-11 17:01:07 -08:00
sub-mpl2 lavf/assenc: normalize line endings to \n 2024-02-11 17:01:07 -08:00
sub-mpsub lavf/assenc: normalize line endings to \n 2024-02-11 17:01:07 -08:00
sub-mpsub-frames lavf/assenc: normalize line endings to \n 2024-02-11 17:01:07 -08:00
sub-pgs-remux fate/subtitles: Add PGS remux test 2022-09-12 22:26:27 +02:00
sub-pjs lavf/assenc: normalize line endings to \n 2024-02-11 17:01:07 -08:00
sub-realtext lavf/assenc: normalize line endings to \n 2024-02-11 17:01:07 -08:00
sub-sami lavf/assenc: normalize line endings to \n 2024-02-11 17:01:07 -08:00
sub-sami2 lavf/assenc: normalize line endings to \n 2024-02-11 17:01:07 -08:00
sub-scc avcodec/ass: specify a permissive encoding 2022-12-03 19:08:44 +01:00
sub-scc-remux fate/subtitles: Add scc remux test 2021-10-07 17:56:58 +02:00
sub-srt lavf/assenc: normalize line endings to \n 2024-02-11 17:01:07 -08:00
sub-srt-badsyntax lavf/assenc: normalize line endings to \n 2024-02-11 17:01:07 -08:00
sub-srt-empty-events
sub-srt-madness-timeshift
sub-srt-rrn-remux
sub-ssa-to-ass-remux lavf/assenc: normalize line endings to \n 2024-02-11 17:01:07 -08:00
sub-stl lavf/assenc: normalize line endings to \n 2024-02-11 17:01:07 -08:00
sub-subripenc
sub-subviewer lavf/assenc: normalize line endings to \n 2024-02-11 17:01:07 -08:00
sub-subviewer1 lavf/assenc: normalize line endings to \n 2024-02-11 17:01:07 -08:00
sub-textenc
sub-ttmlenc
sub-vplayer lavf/assenc: normalize line endings to \n 2024-02-11 17:01:07 -08:00
sub-webvtt avcodec/ass,webvttdec: implement more portable curly brace escapes 2024-04-06 09:25:03 +02:00
sub-webvtt2 avcodec/webvttdec: honour bidi marks 2024-04-06 09:23:51 +02:00
sub-webvttenc
sub2video fftools/ffmpeg_filter: make sub2video heartbeat more robust 2023-12-12 08:24:18 +01:00
sub2video_basic fftools/ffmpeg_filter: refactor setting input timebase 2024-03-13 08:01:15 +01:00
sub2video_time_limited fftools/ffmpeg_filter: refactor setting input timebase 2024-03-13 08:01:15 +01:00
sunraster-1bit-raw
sunraster-1bit-rle
sunraster-8bit-raw
sunraster-8bit-rle
sunraster-8bit_gray-raw
sunraster-24bit-raw
sunraster-24bit-rle
svq1 avcodec/svq1: fix interframe mean VLC symbols 2022-11-01 09:24:29 +11:00
svq1-headerswap
svq3-1
svq3-2
svq3-watermark tests/fate/qt: Use passthrough fps_mode for svq3-watermark 2025-05-21 03:10:52 +02:00
swr-async-firstpts fate: revert previous frequency adjustments of the sine filter 2024-11-29 21:16:22 +01:00
sws-floatimg-cmp
sws-pixdesc-query pixfmt: add AV_PIX_FMT_GBRAP32 2025-03-17 08:49:04 +01:00
sws-yuv-colorspace swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
sws-yuv-range swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01: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
tiff-lzw-rgbaf32le avcodec/tiff: add read support for compressed rgb floating point formats 2022-11-16 08:41:14 +01:00
tiff-lzw-rgbf32le avcodec/tiff: add read support for compressed rgb floating point formats 2022-11-16 08:41:14 +01:00
tiff-uncompressed-rgbaf32le avcodec/tiff: add read support for compressed rgb floating point formats 2022-11-16 08:41:14 +01:00
tiff-uncompressed-rgbf32le avcodec/tiff: add read support for compressed rgb floating point formats 2022-11-16 08:41:14 +01:00
tiff-zip-rgbaf32le avcodec/tiff: add read support for compressed rgb floating point formats 2022-11-16 08:41:14 +01:00
tiff-zip-rgbf32le avcodec/tiff: add read support for compressed rgb floating point formats 2022-11-16 08:41:14 +01:00
time_base fftools/ffmpeg: Fix honor -r output option with streamcopy 2024-09-04 13:01:37 +02: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 avformat/mpegts: update stream info when PMT ES stream_type changes 2025-05-18 08:57:31 -06:00
ts-opus-demux avformat: Add a new stream disposition for multilayer video 2024-07-07 12:38:50 -03:00
ts-small-demux fftools/ffprobe: add analyze_frames option for CC and grain detection 2024-12-13 22:41:31 -06:00
ts-timed-id3-demux avformat: Add a new stream disposition for multilayer video 2024-07-07 12:38:50 -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 fftools/ffmpeg: propagate frame durations to packets when encoding 2023-04-19 21:12:03 +02:00
txd-16bpp
txd-odd
txd-pal8
ulti
unknown_layout-ac3 ac3: convert to lavu/tx 2022-11-06 14:39:27 +01:00
unknown_layout-pcm
url
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 swscale/swscale_unscaled: add unscaled rgb to planar rgba 2024-11-02 15:01:31 -03: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 fftools/ffmpeg_dec: disregard demuxer timestamps for NOTIMESTAMPS formats 2023-10-03 16:57:02 +02:00
vc1_sa00040 fftools/ffmpeg_dec: disregard demuxer timestamps for NOTIMESTAMPS formats 2023-10-03 16:57:02 +02:00
vc1_sa00050 fftools/ffmpeg_dec: disregard demuxer timestamps for NOTIMESTAMPS formats 2023-10-03 16:57:02 +02:00
vc1_sa10091 fftools/ffmpeg_dec: disregard demuxer timestamps for NOTIMESTAMPS formats 2023-10-03 16:57:02 +02:00
vc1_sa10143 fftools/ffmpeg_dec: disregard demuxer timestamps for NOTIMESTAMPS formats 2023-10-03 16:57:02 +02:00
vc1_sa20021 fftools/ffmpeg_dec: disregard demuxer timestamps for NOTIMESTAMPS formats 2023-10-03 16:57:02 +02:00
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
vp9-parallelmode-akiyo
vp9-segmentation-aq-akiyo
vp9-segmentation-sf-akiyo
vp9-superframe-bsf fftools/ffmpeg: stop injecting stream side data in packets 2023-10-06 10:11:19 -03:00
vp9-tiling-pedestrian
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
vp60-interlace1 fate/vp60-interlace: add test 2024-10-31 17:49:48 +11:00
vp60-interlace2 fate/vp60-interlace: add test 2024-10-31 17:49:48 +11:00
vp61
vqa-cc
vqc fate/video: vqc testcase 2022-11-07 16:08:35 +11:00
vqf-demux framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
vvc-conformance-APSALF_A_2 fate: add VVC decoder tests 2024-01-23 11:15:25 -03:00
vvc-conformance-APSLMCS_D_1 fate: add VVC decoder tests 2024-01-23 11:15:25 -03:00
vvc-conformance-APSMULT_A_4 fate: add VVC decoder tests 2024-01-23 11:15:25 -03:00
vvc-conformance-AUD_A_3 fate: add VVC decoder tests 2024-01-23 11:15:25 -03:00
vvc-conformance-BUMP_A_2 fate: add VVC decoder tests 2024-01-23 11:15:25 -03:00
vvc-conformance-CodingToolsSets_A_2 fate: add VVC decoder tests 2024-01-23 11:15:25 -03:00
vvc-conformance-CROP_B_4 fate: add VVC decoder tests 2024-01-23 11:15:25 -03:00
vvc-conformance-DCI_A_3 fate: add VVC decoder tests 2024-01-23 11:15:25 -03:00
vvc-conformance-HRD_A_3 fate: add VVC decoder tests 2024-01-23 11:15:25 -03:00
vvc-conformance-IBC_B_Tencent_2 fate/vvc: add vvc-conformance-IBC_B_Tencent_2 2024-04-02 12:34:26 -03:00
vvc-conformance-PHSH_B_1 fate: add VVC decoder tests 2024-01-23 11:15:25 -03:00
vvc-conformance-POC_A_1 fate: add VVC decoder tests 2024-01-23 11:15:25 -03:00
vvc-conformance-PPS_B_1 fate: add VVC decoder tests 2024-01-23 11:15:25 -03:00
vvc-conformance-RAP_A_1 fate: add VVC decoder tests 2024-01-23 11:15:25 -03:00
vvc-conformance-RPR_A_4 fate/vvc: add vvc-conformance-RPR_A_4 2024-06-20 08:57:45 -03:00
vvc-conformance-SAO_A_3 fate: add VVC decoder tests 2024-01-23 11:15:25 -03:00
vvc-conformance-SCALING_A_1 swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
vvc-conformance-SLICES_A_3 fate: add VVC decoder tests 2024-01-23 11:15:25 -03:00
vvc-conformance-SPS_B_1 fate: add VVC decoder tests 2024-01-23 11:15:25 -03:00
vvc-conformance-STILL_B_1 fate: add VVC decoder tests 2024-01-23 11:15:25 -03:00
vvc-conformance-SUBPIC_A_3 fate: add VVC decoder tests 2024-01-23 11:15:25 -03:00
vvc-conformance-SUBPIC_C_ERICSSON_1 fate/vvc: add vvc-conformance-SUBPIC_C_ERICSSON_1 2024-04-02 12:15:03 -03:00
vvc-conformance-TILE_A_2 fate: add VVC decoder tests 2024-01-23 11:15:25 -03:00
vvc-conformance-WP_A_3 fate: add VVC decoder tests 2024-01-23 11:15:25 -03:00
vvc-conformance-WPP_A_3 fate: add VVC decoder tests 2024-01-23 11:15:25 -03:00
vvc-conformance-WRAP_A_4 avcodec/vvcdec: support mv wraparound 2024-06-08 17:45:55 +08:00
vvc-frames-with-ltr fate/vvc: Add vvc-frames-with-ltr.vvc 2025-01-08 10:10:06 -03:00
vvc-output-ref fate/vvc: Add a sample which lose frames before 5c66a3 2024-11-01 16:59:48 +08:00
vvc-wpp-single-slice-pic fate/vvc: Add vvc-wpp-single-slice-pic 2025-04-16 13:42:25 -03:00
w64
wav-ac3 framehash: convert to new channel layout API 2022-03-15 09:42:32 -03:00
wav-chapters
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-dsd fate/wavpack: Add test for DSD 2024-04-04 23:58:57 +02:00
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 avformat/matroskaenc: Don't write \0 unnecessarily 2023-08-10 23:56:35 +02:00
webm-dash-chapters avformat/matroskaenc: Don't write \0 unnecessarily 2023-08-10 23:56:35 +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-hdr10-plus-remux avformat/framecrcenc: List types and checksums for for side data 2025-06-07 20:00:12 +02:00
webm-webvtt-remux avformat/framecrcenc: List types and checksums for for side data 2025-06-07 20:00:12 +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 avformat/riff: map 0069 twocc to ADPCM IMA XBOX decoder 2024-12-22 16:08:33 +11:00
xtea
xvid-custom-matrix fftools/ffmpeg_dec: disregard demuxer timestamps for NOTIMESTAMPS formats 2023-10-03 16:57:02 +02:00
xvid-idct fftools/ffmpeg_dec: disregard demuxer timestamps for NOTIMESTAMPS formats 2023-10-03 16:57:02 +02:00
xwma-demux
xxan-wc4
yop
zerocodec
zlib
zmbv-8bit fate/screen: workaround test failure on mac M1 2023-10-18 23:01:51 +08:00
zmbv-15bit
zmbv-16bit
zmbv-32bit