FFmpeg/tests/ref/fate
Aman Gupta 16b4f97b72 avformat/mpegts: add merge_pmt_versions option
This new optional flag makes it easier to deal with mpegts
samples where the PMT is updated and elementary streams move
to different PIDs in the middle of playback.

Previously, new AVStreams were created per PID, and it was up
to the user to figure out which streams had migrated to a new PID
(by iterating over the list of AVProgram and making guesses), and
switch seamlessly to the new AVStream during playback.

Transcoding or remuxing these streams with ffmpeg on the CLI was
also quite painful, and the user would need to extract each set
of PIDs into a separate file and then stitch them back together.

With this new option, the mpegts demuxer will automatically detect
PMT changes and feed data from the new PID to the original AVStream
that was created for the orignal PID. For mpegts samples with
stream_identifier_descriptor available, the unique ID is used to
merge PIDs together. If the stream id is not available, the demuxer
attempts to map PIDs based on their position within the PMT.

With this change, I am able to playback and transcode/remux these
two samples which previously caused issues:

    https://tmm1.s3.amazonaws.com/pmt-version-change.ts
    https://kuroko.fushizen.eu/videos/pid_switch_sample.ts

I also have another longer sample in which the PMT changes
repeatedly and ES streams move to different pids three times
during playback:

    https://tmm1.s3.amazonaws.com/multiple-pmt-change.ts

Demuxing this sample with the new option shows several new log
messages as the PMT changes are handled:

    [mpegts] detected PMT change (program=1, version=3/6, pcr_pid=0xf98/0xfb7)
    [mpegts] re-using existing video stream 0 (pid=0xf98) for new pid=0xfb7
    [mpegts] re-using existing audio stream 1 (pid=0xf99) for new pid=0xfb8
    [mpegts] re-using existing audio stream 2 (pid=0xf9a) for new pid=0xfb9
    [mpegts] detected PMT change (program=1, version=6/3, pcr_pid=0xfb7/0xf98)
    [mpegts] detected PMT change (program=1, version=3/4, pcr_pid=0xf98/0xf9b)
    [mpegts] re-using existing video stream 0 (pid=0xf98) for new pid=0xf9b
    [mpegts] re-using existing audio stream 1 (pid=0xf99) for new pid=0xf9c
    [mpegts] re-using existing audio stream 2 (pid=0xf9a) for new pid=0xf9d
    [mpegts] detected PMT change (program=1, version=4/5, pcr_pid=0xf9b/0xfa9)
    [mpegts] re-using existing video stream 0 (pid=0xf98) for new pid=0xfa9
    [mpegts] re-using existing audio stream 1 (pid=0xf99) for new pid=0xfaa
    [mpegts] re-using existing audio stream 2 (pid=0xf9a) for new pid=0xfab
    [mpegts] detected PMT change (program=1, version=5/6, pcr_pid=0xfa9/0xfb7)

Signed-off-by: Aman Gupta <aman@tmm1.net>
2018-05-18 19:00:29 -07:00
..
4xm-1
4xm-2
8bps
012v
aac-autobsf-adtstoasc avcodec/aac_adtstoasc: propagate new extradata using packet side data 2017-05-24 20:28:00 -03:00
aasc
acodec-aref
adpcm_ms-stereo
adpcm-4xm
adpcm-afc
adpcm-creative
adpcm-creative-8-2.6bit
adpcm-creative-8-2bit
adpcm-creative-8-4bit
adpcm-dtk
adpcm-ea-1
adpcm-ea-2
adpcm-ea-maxis-xa
adpcm-ea-r1
adpcm-ea-r2
adpcm-ea-r3
adpcm-ima_wav-stereo
adpcm-ima-amv
adpcm-ima-apc
adpcm-ima-dk3
adpcm-ima-dk4
adpcm-ima-ea-eacs
adpcm-ima-ea-sead
adpcm-ima-iss
adpcm-ima-oki
adpcm-ima-rad
adpcm-ima-smjpeg
adpcm-ima-ws
adpcm-ms-mono
adpcm-thp
adpcm-vima
adpcm-xa
adts-demux
adts-id3v1-demux fate: add fate-adts-id3v1-demux 2017-06-05 20:22:29 -03:00
adts-id3v2-demux fate: add aac id3v2 demux test 2018-02-12 22:08:51 +01:00
adts-id3v2-two-tags-demux libavformat/aac: Parse all ID3 tags present between ADTS frames 2018-04-12 02:54:14 +02:00
adtstoasc_ticket3715 mov: Properly abide by the track's media duration 2018-04-26 14:42:15 +01:00
aea-demux
aic avcodec/aic: fix decoding of videos which height is not multiple of 16 2018-04-02 16:17:18 +02:00
aic-oddsize avcodec/aic: fix decoding of videos which height is not multiple of 16 2018-04-02 16:17:18 +02:00
alg-mm
aliaspix-bgr
aliaspix-gray
amv
ansi
ansi256
api-h264
api-mjpeg-codec-param lavc/mjpeg: Add profiles for MJPEG using SOF marker codes 2018-02-21 23:37:58 +00:00
api-png-codec-param fate: Fix fate-api reference files after AVCodecContext change 2018-02-12 22:54:23 +00:00
apng-clock fate: update ref file for apng-clock test 2017-03-22 10:27:46 -03:00
apng-osample
armovie-escape124
armovie-escape130
asf-repldata
ast
async
audio_fifo
audiomatch-afconvert-16000-mono-he-adts
audiomatch-afconvert-16000-mono-he-m4a
audiomatch-afconvert-16000-mono-lc-adts
audiomatch-afconvert-16000-mono-lc-m4a
audiomatch-afconvert-16000-stereo-he2-adts
audiomatch-afconvert-16000-stereo-he2-m4a
audiomatch-afconvert-16000-stereo-he-adts
audiomatch-afconvert-16000-stereo-he-m4a
audiomatch-afconvert-16000-stereo-lc-adts
audiomatch-afconvert-16000-stereo-lc-m4a
audiomatch-afconvert-44100-mono-he-adts
audiomatch-afconvert-44100-mono-he-m4a
audiomatch-afconvert-44100-mono-lc-adts
audiomatch-afconvert-44100-mono-lc-m4a
audiomatch-afconvert-44100-stereo-he2-adts
audiomatch-afconvert-44100-stereo-he2-m4a
audiomatch-afconvert-44100-stereo-he-adts
audiomatch-afconvert-44100-stereo-he-m4a
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-he2-mp4
audiomatch-dolby-44100-stereo-he-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
audiomatch-nero-16000-mono-lc-m4a
audiomatch-nero-16000-stereo-he2-m4a
audiomatch-nero-16000-stereo-he-m4a
audiomatch-nero-16000-stereo-lc-m4a
audiomatch-nero-44100-mono-he-m4a
audiomatch-nero-44100-mono-lc-m4a
audiomatch-nero-44100-stereo-he2-m4a
audiomatch-nero-44100-stereo-he-m4a
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
avio-direct
avstring
base64
bcstm
bethsoft-vid
bfi
bfstm
bink-demux
bink-video-b
bink-video-f
bink-video-i
binsub-mksenc
binsub-movtextenc ffmpeg: do packet ts rescaling in write_packet() 2017-03-03 08:45:43 +01:00
blowfish
bmp-1bit
bmp-4bit
bmp-4bit-os2
bmp-8bit
bmp-8bit-os2
bmp-15bit
bmp-15bit-mask
bmp-16bit-mask
bmp-24bit
bmp-32bit
bmp-32bit-mask
bmp-rle4
bmp-rle8
bmpparser
bmv-audio
bmv-video
bprint
brenderpix-24
brenderpix-565
brenderpix-defpal
brenderpix-intpal
brenderpix-y400a
brstm
caf
canopus-cllc-argb
canopus-cllc-rgb
canopus-cllc-yuy2-noblock
canopus-hq_hqa-hq
canopus-hq_hqa-hqa
canopus-hq_hqa-inter
canopus-hqx422
canopus-hqx422a
cavs
cbs-h264-AUD_MW_E cbs: Add some read/write tests 2017-10-17 20:56:30 +01:00
cbs-h264-BASQP1_Sony_C cbs: Add some read/write tests 2017-10-17 20:56:30 +01:00
cbs-h264-CABACI3_Sony_B cbs: Add some read/write tests 2017-10-17 20:56:30 +01:00
cbs-h264-CVBS3_Sony_C cbs: Add some read/write tests 2017-10-17 20:56:30 +01:00
cbs-h264-CVFC1_Sony_C cbs: Add some read/write tests 2017-10-17 20:56:30 +01:00
cbs-h264-CVMANL1_TOSHIBA_B cbs: Add some read/write tests 2017-10-17 20:56:30 +01:00
cbs-h264-CVNLFI1_Sony_C cbs: Add some read/write tests 2017-10-17 20:56:30 +01:00
cbs-h264-CVSE2_Sony_B cbs: Add some read/write tests 2017-10-17 20:56:30 +01:00
cbs-h264-CVWP1_TOSHIBA_E cbs: Add some read/write tests 2017-10-17 20:56:30 +01:00
cbs-h264-FM1_BT_B cbs: Add some read/write tests 2017-10-17 20:56:30 +01:00
cbs-h264-MR1_BT_A cbs: Add some read/write tests 2017-10-17 20:56:30 +01:00
cbs-h264-sei-1 fate/cbs: Add an SEI test 2018-05-10 23:54:02 +01:00
cbs-h264-Sharp_MP_PAFF_1r2 cbs: Add some read/write tests 2017-10-17 20:56:30 +01:00
cbs-h264-sp1_bt_a cbs: Add some read/write tests 2017-10-17 20:56:30 +01:00
cbs-h264-SVA_Base_B cbs: Add some read/write tests 2017-10-17 20:56:30 +01:00
cbs-hevc-CAINIT_E_SHARP_3 cbs: Add some read/write tests 2017-10-17 20:56:30 +01:00
cbs-hevc-CAINIT_H_SHARP_3 cbs: Add some read/write tests 2017-10-17 20:56:30 +01:00
cbs-hevc-CONFWIN_A_Sony_1 cbs: Add some read/write tests 2017-10-17 20:56:30 +01:00
cbs-hevc-HRD_A_Fujitsu_2 cbs: Add some read/write tests 2017-10-17 20:56:30 +01:00
cbs-hevc-ipcm_E_NEC_2 cbs: Add some read/write tests 2017-10-17 20:56:30 +01:00
cbs-hevc-LTRPSPS_A_Qualcomm_1 cbs: Add some read/write tests 2017-10-17 20:56:30 +01:00
cbs-hevc-NUT_A_ericsson_5 cbs: Add some read/write tests 2017-10-17 20:56:30 +01:00
cbs-hevc-PICSIZE_A_Bossen_1 cbs: Add some read/write tests 2017-10-17 20:56:30 +01:00
cbs-hevc-PICSIZE_B_Bossen_1 cbs: Add some read/write tests 2017-10-17 20:56:30 +01:00
cbs-hevc-RPLM_A_qualcomm_4 cbs: Add some read/write tests 2017-10-17 20:56:30 +01:00
cbs-hevc-RPS_A_docomo_4 cbs: Add some read/write tests 2017-10-17 20:56:30 +01:00
cbs-hevc-RPS_E_qualcomm_5 cbs: Add some read/write tests 2017-10-17 20:56:30 +01:00
cbs-hevc-SLIST_A_Sony_4 cbs: Add some read/write tests 2017-10-17 20:56:30 +01:00
cbs-hevc-SLIST_D_Sony_9 cbs: Add some read/write tests 2017-10-17 20:56:30 +01:00
cbs-hevc-STRUCT_A_Samsung_5 cbs: Add some read/write tests 2017-10-17 20:56:30 +01:00
cbs-hevc-TILES_B_Cisco_1 cbs: Add some read/write tests 2017-10-17 20:56:30 +01:00
cbs-hevc-WP_A_Toshiba_3 cbs: Add some read/write tests 2017-10-17 20:56:30 +01:00
cbs-hevc-WPP_A_ericsson_MAIN_2 cbs: Add some read/write tests 2017-10-17 20:56:30 +01:00
cbs-hevc-WPP_F_ericsson_MAIN_2 cbs: Add some read/write tests 2017-10-17 20:56:30 +01:00
cbs-mpeg2-hhi_burst_422_short cbs: Add some read/write tests 2017-10-17 20:56:30 +01:00
cbs-mpeg2-sony-ct3 cbs: Add some read/write tests 2017-10-17 20:56:30 +01:00
cbs-mpeg2-tcela-6 cbs: Add some read/write tests 2017-10-17 20:56:30 +01:00
cbs-vp9-vp90-2-03-deltaq lavc/cbs: Add tests for VP9 2018-05-02 01:21:40 +01:00
cbs-vp9-vp90-2-05-resize lavc/cbs: Add tests for VP9 2018-05-02 01:21:40 +01:00
cbs-vp9-vp90-2-06-bilinear lavc/cbs: Add tests for VP9 2018-05-02 01:21:40 +01:00
cbs-vp9-vp90-2-09-lf_deltas lavc/cbs: Add tests for VP9 2018-05-02 01:21:40 +01:00
cbs-vp9-vp90-2-10-show-existing-frame lavc/cbs: Add tests for VP9 2018-05-02 01:21:40 +01:00
cbs-vp9-vp90-2-10-show-existing-frame2 lavc/cbs: Add tests for VP9 2018-05-02 01:21:40 +01:00
cbs-vp9-vp90-2-segmentation-aq-akiyo lavc/cbs: Add tests for VP9 2018-05-02 01:21:40 +01:00
cbs-vp9-vp90-2-segmentation-sf-akiyo lavc/cbs: Add tests for VP9 2018-05-02 01:21:40 +01:00
cbs-vp9-vp90-2-tiling-pedestrian lavc/cbs: Add tests for VP9 2018-05-02 01:21:40 +01:00
cbs-vp9-vp91-2-04-yuv440 lavc/cbs: Add tests for VP9 2018-05-02 01:21:40 +01:00
cbs-vp9-vp91-2-04-yuv444 lavc/cbs: Add tests for VP9 2018-05-02 01:21:40 +01:00
cbs-vp9-vp92-2-20-10bit-yuv420 lavc/cbs: Add tests for VP9 2018-05-02 01:21:40 +01:00
cbs-vp9-vp93-2-20-10bit-yuv422 lavc/cbs: Add tests for VP9 2018-05-02 01:21:40 +01:00
cbs-vp9-vp93-2-20-12bit-yuv444 lavc/cbs: Add tests for VP9 2018-05-02 01:21:40 +01:00
cdgraphics
cdxl-bitline-ham6
cdxl-demux
cdxl-ham6
cdxl-ham8
cdxl-pal8
cdxl-pal8-small
cfhd-1 Merge commit 'b57a95d0147beae746db1c1223d100447f42dced' 2017-10-18 11:11:44 -03:00
cfhd-2 Merge commit 'b57a95d0147beae746db1c1223d100447f42dced' 2017-10-18 11:11:44 -03:00
cfhd-3 lavc/cfhd: fix distortion of lowest 8 lines when height is not multiple of 16 2018-04-03 18:20:30 +02:00
cine-demux
cljr
color_utils
concat-demuxer-extended-lavf-mxf avformat/mxfenc: Add Padding Bits 2018-05-08 23:02:58 +02:00
concat-demuxer-extended-lavf-mxf_d10 avformat/mxfenc: Add Padding Bits 2018-05-08 23:02:58 +02:00
concat-demuxer-simple1-lavf-mxf avformat/mxfenc: Add Padding Bits 2018-05-08 23:02:58 +02:00
concat-demuxer-simple1-lavf-mxf_d10 avformat/mxfenc: Add Padding Bits 2018-05-08 23:02:58 +02:00
concat-demuxer-simple2-lavf-ts fate: Do not report side data size 2017-03-17 13:12:25 -04:00
copy-psp lavf/movenc.c: Set sgpd and sbgp atoms to represent decoder delay for AAC. 2017-08-10 02:43:53 +02:00
copy-trac236
copy-trac2211-avi avformat/avienc: fix fields-per-frame value for interlaced video streams 2017-11-27 09:13:05 +01:00
copy-trac3074 fate: Add fate-copy-trac3074 2017-06-30 03:03:08 +02:00
copy-trac4914 avformat/mxfenc: Add Sample width/height/x offset/y offset, Display x offset and F2 offset 2018-05-12 01:08:01 +02:00
copy-trac4914-avi
corepng
crc crc: add AV_CRC_8_SBC as a 8 bits CRC with polynomial 0x1D 2018-03-07 22:26:53 +01:00
creatureshock-avs
cscd
cvid-grayscale
cvid-palette
cvid-partial
cyberia-c93
cyuv
d-cinema-demux
d-eavp6-demux
dca-xll
dca-xll_51_16_192_768_0
dca-xll_51_16_192_768_0-dmix_2
dca-xll_51_16_192_768_0-dmix_6
dca-xll_51_16_192_768_1
dca-xll_51_16_192_768_1-dmix_2
dca-xll_51_16_192_768_1-dmix_6
dca-xll_51_24_48_768
dca-xll_51_24_48_768-dmix_2
dca-xll_51_24_48_768-dmix_6
dca-xll_51_24_48_none
dca-xll_51_24_48_none-dmix_2
dca-xll_51_24_48_none-dmix_6
dca-xll_71_24_48_768_0
dca-xll_71_24_48_768_0-dmix_2
dca-xll_71_24_48_768_0-dmix_6
dca-xll_71_24_48_768_1
dca-xll_71_24_48_768_1-dmix_2
dca-xll_71_24_48_768_1-dmix_6
dca-xll_71_24_96_768
dca-xll_71_24_96_768-dmix_2
dca-xll_71_24_96_768-dmix_6
dca-xll_x96_51_24_96_1509
dca-xll_x96_51_24_96_1509-dmix_2
dca-xll_x96_51_24_96_1509-dmix_6
dca-xll_xch_61_24_48_768
dca-xll_xch_61_24_48_768-dmix_2
dca-xll_xch_61_24_48_768-dmix_6
dcinema-encode
dds-alpha8
dds-argb
dds-argb-aexp
dds-dx10-bc1
dds-dx10-bc1a
dds-dx10-bc2
dds-dx10-bc3
dds-dx10-bc4
dds-dx10-bc5
dds-dxt1
dds-dxt1-normalmap
dds-dxt1a
dds-dxt2
dds-dxt3
dds-dxt4
dds-dxt5
dds-dxt5-aexp
dds-dxt5-normalmap
dds-dxt5-normalmap-ati
dds-dxt5-rbxg
dds-dxt5-rgxb
dds-dxt5-rxbg
dds-dxt5-rxgb
dds-dxt5-xgbr
dds-dxt5-xgxr
dds-dxt5-xrbg
dds-dxt5-ycocg
dds-dxt5-ycocg-scaled
dds-monob
dds-pal
dds-pal-ati
dds-rgb16
dds-rgb24
dds-rgb555
dds-rgb1555
dds-rgba
dds-rgtc1s
dds-rgtc1u
dds-rgtc2s
dds-rgtc2u
dds-rgtc2u-xy
dds-uyvy
dds-xbgr
dds-xrgb
dds-y
dds-ya
dds-ycocg
dds-yuyv
delphine-cin-audio
delphine-cin-video
deluxepaint-anm
dfa1
dfa2
dfa3
dfa4
dfa5
dfa6
dfa7
dfa8
dfa9
dfa10
dfa11
dict avutil/tests/dict: Check return of av_dict_parse_string() 2017-03-30 23:35:18 +02:00
dirac
dirac-low-delay fate: add test for the Dirac low delay profile 2017-06-05 06:10:40 +01:00
display
dnxhd-mbaff
dnxhr-12bit
dnxhr-444
dnxhr-parse
dnxhr-prefix1
dnxhr-prefix2
dnxhr-prefix3
dnxhr-prefix4
dnxhr-prefix5
dpcm-idroq
dpcm-interplay
dpcm-sierra
dpcm-xan
dpx
dpxparser
dss-lp
dss-sp
dxa-feeble
dxa-scummvm
dxtory
dxv3-dxt1
dxv3-dxt5
dxv-dxt1
dxv-dxt5
ea-cdata
ea-cmv
ea-mad
ea-tgq
ea-tgv-1
ea-tgv-2
ea-tqi
eval
exif-image-embedded lavc: prefer the mp3float decoder to the mp3 decoder 2018-04-01 13:02:12 +01:00
exif-image-jpg lavu/frame: add QP side data 2018-03-18 12:36:24 +01:00
exif-image-tiff ffprobe: Print color properties from show_frames 2017-07-21 20:19:07 +02:00
exif-image-webp ffprobe: Print color properties from show_frames 2017-07-21 20:19:07 +02:00
exr-rgb-b44a-half-negative-4x4 fate/exr : add test for Y, b44A negative half, and datawindow != displaywindow 2017-05-10 14:00:20 +02:00
exr-rgb-scanline-b44-half-float-12x8-l1
exr-rgb-scanline-b44-half-float-12x8-l2
exr-rgb-scanline-b44-uint32 fate/exr : add test for uint32 data 2017-03-31 23:09:55 +02:00
exr-rgb-scanline-float-b44
exr-rgb-scanline-float-piz-48x32 fate/exr : add tests for piz uncompress 2017-05-01 11:40:57 +02:00
exr-rgb-scanline-half-b44-12x8
exr-rgb-scanline-half-b44-13x9
exr-rgb-scanline-half-piz-bw fate/exr : add tests for piz uncompress 2017-05-01 11:40:57 +02:00
exr-rgb-scanline-half-piz-color fate/exr : add tests for piz uncompress 2017-05-01 11:40:57 +02:00
exr-rgb-scanline-half-piz-dw-t01 fate/exr : add tests for piz uncompress 2017-05-01 11:40:57 +02:00
exr-rgb-scanline-half-piz-dw-t08 fate/exr : add test for Y, b44A negative half, and datawindow != displaywindow 2017-05-10 14:00:20 +02:00
exr-rgb-scanline-none-negative-red fate/exr : add test for negative float value 2017-05-01 11:40:57 +02:00
exr-rgb-scanline-pxr24-float-12x8
exr-rgb-scanline-pxr24-float-half-l1
exr-rgb-scanline-pxr24-float-half-l2
exr-rgb-scanline-pxr24-half-float-l1
exr-rgb-scanline-pxr24-half-float-l2
exr-rgb-scanline-pxr24-half-uint32-13x9 fate/exr : fix pix_fmt 2017-04-25 12:12:57 +02:00
exr-rgb-scanline-pxr24-uint32 fate/exr : add test for uint32 data 2017-03-31 23:09:55 +02:00
exr-rgb-scanline-raw-half-float-l1
exr-rgb-scanline-raw-half-float-l2
exr-rgb-scanline-rle-half-float-l1
exr-rgb-scanline-rle-half-float-l2
exr-rgb-scanline-zip1-half-float-l1
exr-rgb-scanline-zip1-half-float-l1-zero-offsets fate : add test for exr with offset table set to 0 2017-04-03 03:02:50 +02:00
exr-rgb-scanline-zip1-half-float-l2
exr-rgb-scanline-zip-half-float-l1
exr-rgb-scanline-zip-half-float-l2
exr-rgb-tile-float-raw-12x8
exr-rgb-tile-float-raw-150x130
exr-rgb-tile-half-float-b44-12x8-l1
exr-rgb-tile-half-float-b44-12x8-l2
exr-rgb-tile-half-raw-12x8
exr-rgb-tile-pxr24-float-half-l1
exr-rgb-tile-pxr24-float-half-l2
exr-rgb-tile-pxr24-half-float-l1
exr-rgb-tile-pxr24-half-float-l2
exr-rgb-tile-raw-half-float-l1
exr-rgb-tile-raw-half-float-l2
exr-rgb-tile-rle-half-float-l1
exr-rgb-tile-rle-half-float-l2
exr-rgb-tile-zip1-half-float-l1
exr-rgb-tile-zip1-half-float-l2
exr-rgb-tile-zip-half-float-l1
exr-rgb-tile-zip-half-float-l2
exr-rgba-multiscanline-half-b44
exr-rgba-scanline-float-half-b44-12x8-l1 ffmpeg: init filtergraphs only after we have a frame on each input 2017-03-03 08:45:43 +01:00
exr-rgba-scanline-float-half-b44-12x8-l2 ffmpeg: init filtergraphs only after we have a frame on each input 2017-03-03 08:45:43 +01:00
exr-rgba-scanline-float-half-b44-13x9-l1 ffmpeg: init filtergraphs only after we have a frame on each input 2017-03-03 08:45:43 +01:00
exr-rgba-scanline-float-half-b44-13x9-l2 ffmpeg: init filtergraphs only after we have a frame on each input 2017-03-03 08:45:43 +01:00
exr-rgba-scanline-float-half-b44a-12x8-l1 ffmpeg: init filtergraphs only after we have a frame on each input 2017-03-03 08:45:43 +01:00
exr-rgba-scanline-float-half-b44a-12x8-l2 ffmpeg: init filtergraphs only after we have a frame on each input 2017-03-03 08:45:43 +01:00
exr-rgba-scanline-float-half-b44a-13x9-l1 ffmpeg: init filtergraphs only after we have a frame on each input 2017-03-03 08:45:43 +01:00
exr-rgba-scanline-float-half-b44a-13x9-l2 ffmpeg: init filtergraphs only after we have a frame on each input 2017-03-03 08:45:43 +01:00
exr-rgba-zip16-16x32-flag4 fate/exr : add test for long name flag 2018-02-24 21:42:46 +01:00
exr-slice-pxr24
exr-slice-raw
exr-slice-rle
exr-slice-zip1
exr-slice-zip16
exr-y-scanline-zip-half-12x8 fate/exr : add test for Y, b44A negative half, and datawindow != displaywindow 2017-05-10 14:00:20 +02:00
exr-y-tile-zip-half-12x8 fate/exr : add test for Y, b44A negative half, and datawindow != displaywindow 2017-05-10 14:00:20 +02:00
ffmpeg-attached_pics fate: change fate-ffmpeg-attached_pics to encode to pcm_s16le 2017-10-28 21:35:57 +02:00
ffmpeg-bsf-remove-e
ffmpeg-bsf-remove-k
ffmpeg-bsf-remove-r
ffmpeg-filter_colorkey
ffmpeg-filter_complex
ffmpeg-filter_complex_audio fate: add fate test for ticket #6603 2017-10-27 00:33:56 +02:00
ffmpeg-lavfi
ffprobe_compact ffprobe: use consistent string for unspecified color_range value 2017-09-07 13:26:44 +02:00
ffprobe_csv ffprobe: use consistent string for unspecified color_range value 2017-09-07 13:26:44 +02:00
ffprobe_default ffprobe: use consistent string for unspecified color_range value 2017-09-07 13:26:44 +02:00
ffprobe_flat ffprobe: use consistent string for unspecified color_range value 2017-09-07 13:26:44 +02:00
ffprobe_ini ffprobe: use consistent string for unspecified color_range value 2017-09-07 13:26:44 +02:00
ffprobe_json fate: update ffprobe stuff after dbc7f02a72 2017-02-26 17:05:43 +01:00
ffprobe_xml fate: update ffprobe stuff after dbc7f02a72 2017-02-26 17:05:43 +01:00
fic-avi
fifo
fifo-muxer-tst avformat/mux: stop delaying writing the header 2017-12-06 15:43:59 -03:00
film-cvid
filter-2xbr
filter-3xbr
filter-4xbr
filter-acrossfade fate: update filter-acrossfade test reference file 2018-01-18 19:12:50 -03:00
filter-adelay
filter-aecho
filter-aemphasis
filter-aemphasis-50fm
filter-aemphasis-75kf
filter-afade-esin
filter-afade-exp
filter-afade-hsin
filter-afade-iqsin
filter-afade-log
filter-afade-qsin
filter-agate
filter-alimiter
filter-allrgb fate: add tests for some video source filters 2017-08-31 11:48:15 +02:00
filter-allyuv fate: add tests for some video source filters 2017-08-31 11:48:15 +02:00
filter-alphaextract_alphamerge_rgb
filter-alphaextract_alphamerge_yuv
filter-amerge
filter-anequalizer
filter-apad
filter-asetnsamples-nopad fate: add test for asetnsamples filter with padding disabled 2017-09-08 08:54:20 +02:00
filter-asetnsamples-pad fate: add test for asetnsamples filter with padding disabled 2017-09-08 08:54:20 +02:00
filter-asetrate
filter-atrim-duration
filter-atrim-mixed
filter-atrim-samples
filter-atrim-time
filter-boxblur
filter-chorus
filter-codecview-mvs
filter-colorchannelmixer
filter-colormatrix1
filter-colormatrix2
filter-compand
filter-concat
filter-crop
filter-crop_scale
filter-crop_scale_vflip
filter-crop_vflip
filter-curves
filter-dcshift
filter-delogo
filter-drawbox
filter-earwax
filter-edgedetect
filter-edgedetect-colormix
filter-extrastereo
filter-fade
filter-fieldorder
filter-formats avfilter/formats: remove support for deprecated channel count specification 2018-01-20 18:07:44 +01:00
filter-fps vf_fps: when reading EOF, using current_pts to duplicate the last frame if needed. 2017-09-15 02:24:31 +02:00
filter-fps-cfr
filter-fps-down libavfilter/vf_fps: Add more fate tests 2018-02-17 20:31:39 +01:00
filter-fps-down-eof-pass libavfilter/vf_fps: Add more fate tests 2018-02-17 20:31:39 +01:00
filter-fps-down-round-down libavfilter/vf_fps: Add more fate tests 2018-02-17 20:31:39 +01:00
filter-fps-down-round-up libavfilter/vf_fps: Add more fate tests 2018-02-17 20:31:39 +01:00
filter-fps-r vf_fps: when reading EOF, using current_pts to duplicate the last frame if needed. 2017-09-15 02:24:31 +02:00
filter-fps-start-drop libavfilter/vf_fps: Add tests for start_time option 2018-02-22 00:29:27 +01:00
filter-fps-start-fill libavfilter/vf_fps: Add tests for start_time option 2018-02-22 00:29:27 +01:00
filter-fps-up libavfilter/vf_fps: Add more fate tests 2018-02-17 20:31:39 +01:00
filter-fps-up-round-down libavfilter/vf_fps: Add more fate tests 2018-02-17 20:31:39 +01:00
filter-fps-up-round-up libavfilter/vf_fps: Add more fate tests 2018-02-17 20:31:39 +01:00
filter-framepack-columns
filter-framepack-frameseq
filter-framepack-lines
filter-framepack-sbs
filter-framepack-tab
filter-framerate-12bit-down avfilter/vf_framerate: change blend factor precision 2018-01-28 18:50:50 +01:00
filter-framerate-12bit-up avfilter/vf_framerate: change blend factor precision 2018-01-28 18:50:50 +01:00
filter-framerate-down fate: Add vf_framerate test. 2017-03-16 16:16:05 +01:00
filter-framerate-up avfilter/vf_framerate: change blend factor precision 2018-01-28 18:50:50 +01:00
filter-gradfun
filter-gradfun-sample
filter-histogram-levels
filter-hls avfilter/aeval: trim last frame's number of samples to match requested duration 2017-02-25 19:53:14 +01:00
filter-hls-append avfilter/aeval: trim last frame's number of samples to match requested duration 2017-02-25 19:53:14 +01:00
filter-hq2x
filter-hq3x
filter-hq4x
filter-hqdn3d
filter-hqdn3d-sample
filter-hstack
filter-hue1 fate: add more tests for hue video filter 2018-05-11 09:16:08 +02:00
filter-hue2 fate: add more tests for hue video filter 2018-05-11 09:16:08 +02:00
filter-hue3 fate: add more tests for hue video filter 2018-05-11 09:16:08 +02:00
filter-idet
filter-interlace
filter-interlace-complex avfilter/interlace: prevent over-sharpening with the complex low-pass filter 2017-09-15 22:40:21 +02:00
filter-lavd-life
filter-lavd-scalenorm
filter-lavd-testsrc
filter-mcdeint-fast avcodec/mpeg2dec: Fix motion vector rounding for chroma components 2018-02-11 12:04:47 +01:00
filter-mcdeint-medium avcodec/mpeg2dec: Fix motion vector rounding for chroma components 2018-02-11 12:04:47 +01:00
filter-mergeplanes
filter-meta-4560-rotate0
filter-metadata-avf-aphase-meter-mono
filter-metadata-avf-aphase-meter-out-of-phase
filter-metadata-cropdetect
filter-metadata-ebur128
filter-metadata-readvitc-def
filter-metadata-readvitc-thr
filter-metadata-scenedetect
filter-metadata-silencedetect tests/fate/filter-video: Use a bitexact/lossless input sample for fate-filter-metadata-silencedetect 2018-04-13 21:44:28 +02:00
filter-mpdecimate vf_fps: when reading EOF, using current_pts to duplicate the last frame if needed. 2017-09-15 02:24:31 +02:00
filter-negate
filter-null
filter-overlay
filter-overlay_gbrap_gbrap fate: add overlay filter tests with alpha 2017-08-16 22:00:35 +02:00
filter-overlay_gbrp_gbrap fate: add overlay filter tests with alpha 2017-08-16 22:00:35 +02:00
filter-overlay_rgb
filter-overlay_rgb_rgba fate: add overlay filter tests with alpha 2017-08-16 22:00:35 +02:00
filter-overlay_rgba_rgba fate: add overlay filter tests with alpha 2017-08-16 22:00:35 +02:00
filter-overlay_yuv420
filter-overlay_yuv420_yuva420 fate: add overlay filter tests with alpha 2017-08-16 22:00:35 +02:00
filter-overlay_yuv422
filter-overlay_yuv422_yuva422 fate: add overlay filter tests with alpha 2017-08-16 22:00:35 +02:00
filter-overlay_yuv444
filter-overlay_yuv444_yuva444 fate: add overlay filter tests with alpha 2017-08-16 22:00:35 +02:00
filter-overlay_yuva420_yuva420 fate: add overlay filter tests with alpha 2017-08-16 22:00:35 +02:00
filter-overlay_yuva422_yuva422 fate: add overlay filter tests with alpha 2017-08-16 22:00:35 +02:00
filter-overlay_yuva444_yuva444 fate: add overlay filter tests with alpha 2017-08-16 22:00:35 +02:00
filter-overlay-dvdsub-2397
filter-pad
filter-pal75bars avfilter/vsrc_testsrc: add pal75bars and pal100bars video filter sources 2018-05-18 15:39:54 +02:00
filter-pal100bars avfilter/vsrc_testsrc: add pal75bars and pal100bars video filter sources 2018-05-18 15:39:54 +02:00
filter-palettegen-1
filter-palettegen-2
filter-paletteuse-bayer
filter-paletteuse-nodither
filter-paletteuse-sierra2_4a
filter-pan-mono1 fate: add tests for pan audio filter 2018-02-19 08:32:44 +01:00
filter-pan-mono2 fate: add tests for pan audio filter 2018-02-19 08:32:44 +01:00
filter-pan-stereo1 fate: add tests for pan audio filter 2018-02-19 08:32:44 +01:00
filter-pan-stereo2 fate: add tests for pan audio filter 2018-02-19 08:32:44 +01:00
filter-pan-stereo3 fate: add tests for pan audio filter 2018-02-19 08:32:44 +01:00
filter-pan-stereo4 fate: add tests for pan audio filter 2018-02-19 08:32:44 +01:00
filter-phase
filter-pixdesc-0bgr
filter-pixdesc-0rgb
filter-pixdesc-abgr
filter-pixdesc-argb
filter-pixdesc-ayuv64le
filter-pixdesc-bgr0
filter-pixdesc-bgr4_byte
filter-pixdesc-bgr8
filter-pixdesc-bgr24
filter-pixdesc-bgr48be
filter-pixdesc-bgr48le
filter-pixdesc-bgr444be
filter-pixdesc-bgr444le
filter-pixdesc-bgr555be
filter-pixdesc-bgr555le
filter-pixdesc-bgr565be
filter-pixdesc-bgr565le
filter-pixdesc-bgra
filter-pixdesc-bgra64be
filter-pixdesc-bgra64le
filter-pixdesc-gbrap
filter-pixdesc-gbrap10be swscale: Add gbrap10 output 2017-04-15 15:37:10 +02:00
filter-pixdesc-gbrap10le swscale: Add gbrap10 output 2017-04-15 15:37:10 +02:00
filter-pixdesc-gbrap12be
filter-pixdesc-gbrap12le
filter-pixdesc-gbrap16be
filter-pixdesc-gbrap16le
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-gray
filter-pixdesc-gray9be libswscale: add gray9 support 2017-08-07 13:09:41 +02:00
filter-pixdesc-gray9le libswscale: add gray9 support 2017-08-07 13:09:41 +02:00
filter-pixdesc-gray10be tests: Fix gray10 and gray12 references after c1616b45. 2017-04-13 08:19:48 +02:00
filter-pixdesc-gray10le tests: Fix gray10 and gray12 references after c1616b45. 2017-04-13 08:19:48 +02:00
filter-pixdesc-gray12be tests: Fix gray10 and gray12 references after c1616b45. 2017-04-13 08:19:48 +02:00
filter-pixdesc-gray12le tests: Fix gray10 and gray12 references after c1616b45. 2017-04-13 08:19:48 +02:00
filter-pixdesc-gray14be swscale: add gray14 support 2018-05-05 21:35:31 +02:00
filter-pixdesc-gray14le swscale: add gray14 support 2018-05-05 21:35:31 +02:00
filter-pixdesc-gray16be
filter-pixdesc-gray16le
filter-pixdesc-monob
filter-pixdesc-monow
filter-pixdesc-nv12
filter-pixdesc-nv21
filter-pixdesc-p010be
filter-pixdesc-p010le
filter-pixdesc-p016be swscale: Add p016 output support and generalise yuv420p1x to p010 2018-03-02 14:52:48 -08:00
filter-pixdesc-p016le swscale: Add p016 output support and generalise yuv420p1x to p010 2018-03-02 14:52:48 -08:00
filter-pixdesc-rgb0
filter-pixdesc-rgb4_byte
filter-pixdesc-rgb8
filter-pixdesc-rgb24
filter-pixdesc-rgb48be
filter-pixdesc-rgb48le
filter-pixdesc-rgb444be
filter-pixdesc-rgb444le
filter-pixdesc-rgb555be
filter-pixdesc-rgb555le
filter-pixdesc-rgb565be
filter-pixdesc-rgb565le
filter-pixdesc-rgba
filter-pixdesc-rgba64be
filter-pixdesc-rgba64le
filter-pixdesc-uyvy422
filter-pixdesc-xyz12be
filter-pixdesc-xyz12le
filter-pixdesc-ya8
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-yuva422p16be
filter-pixdesc-yuva422p16le
filter-pixdesc-yuva444p
filter-pixdesc-yuva444p9be
filter-pixdesc-yuva444p9le
filter-pixdesc-yuva444p10be
filter-pixdesc-yuva444p10le
filter-pixdesc-yuva444p16be
filter-pixdesc-yuva444p16le
filter-pixdesc-yuvj411p
filter-pixdesc-yuvj420p
filter-pixdesc-yuvj422p
filter-pixdesc-yuvj440p
filter-pixdesc-yuvj444p
filter-pixdesc-yuyv422
filter-pixdesc-yvyu422
filter-pixfmts-copy swscale: add gray14 support 2018-05-05 21:35:31 +02:00
filter-pixfmts-crop swscale: add gray14 support 2018-05-05 21:35:31 +02:00
filter-pixfmts-field swscale: add gray14 support 2018-05-05 21:35:31 +02:00
filter-pixfmts-fieldmatch avfilter/vf_fieldmatch: use correct subsamplings for y0a, y1a and startx 2018-04-28 22:49:09 +02:00
filter-pixfmts-fieldorder swscale: add gray14 support 2018-05-05 21:35:31 +02:00
filter-pixfmts-hflip swscale: add gray14 support 2018-05-05 21:35:31 +02:00
filter-pixfmts-histeq
filter-pixfmts-il swscale: add gray14 support 2018-05-05 21:35:31 +02:00
filter-pixfmts-kerndeint
filter-pixfmts-lut avfilter/vf_lut: add support for gray formats 2017-12-22 10:57:12 +01:00
filter-pixfmts-null swscale: add gray14 support 2018-05-05 21:35:31 +02:00
filter-pixfmts-pad fate: update pad pixfmt test 2018-05-05 22:05:07 +02:00
filter-pixfmts-pullup
filter-pixfmts-rotate
filter-pixfmts-scale swscale: add gray14 support 2018-05-05 21:35:31 +02:00
filter-pixfmts-super2xsai
filter-pixfmts-swapuv
filter-pixfmts-tinterlace_cvlpf avfilter/interlace: add support for 10 and 12 bit 2017-09-23 16:19:58 -03:00
filter-pixfmts-tinterlace_merge avfilter/interlace: add support for 10 and 12 bit 2017-09-23 16:19:58 -03:00
filter-pixfmts-tinterlace_pad avfilter/interlace: add support for 10 and 12 bit 2017-09-23 16:19:58 -03:00
filter-pixfmts-tinterlace_vlpf avfilter/interlace: add support for 10 and 12 bit 2017-09-23 16:19:58 -03:00
filter-pixfmts-transpose swscale: add gray14 support 2018-05-05 21:35:31 +02:00
filter-pixfmts-vflip swscale: add gray14 support 2018-05-05 21:35:31 +02:00
filter-pp
filter-pp1
filter-pp2
filter-pp3
filter-pp4
filter-pp5
filter-pp6
filter-qp
filter-refcmp-psnr-rgb fate: add tests for psnr and ssim filter 2017-09-27 15:58:49 +02:00
filter-refcmp-psnr-yuv fate: add tests for psnr and ssim filter 2017-09-27 15:58:49 +02:00
filter-refcmp-ssim-rgb fate: add tests for psnr and ssim filter 2017-09-27 15:58:49 +02:00
filter-refcmp-ssim-yuv fate: add tests for psnr and ssim filter 2017-09-27 15:58:49 +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 fate: add tests for some video source filters 2017-08-31 11:48:15 +02:00
filter-scale2ref_keep_aspect libavfilter/scale2ref: Maintain main input's DAR 2017-07-04 15:09:10 +02:00
filter-scale200
filter-scale500
filter-scalechroma
filter-select
filter-select-alternate
filter-separatefields
filter-setdar
filter-setpts
filter-setsar
filter-showpalette
filter-shuffleframes
filter-shuffleplanes-dup-luma
filter-shuffleplanes-swapuv
filter-silenceremove
filter-smptebars fate: add tests for some video source filters 2017-08-31 11:48:15 +02:00
filter-smptehdbars fate: add tests for some video source filters 2017-08-31 11:48:15 +02:00
filter-stereo3d-abr-ml
filter-stereo3d-abr-mr
filter-stereo3d-al-sbsl
filter-stereo3d-ar-abl
filter-stereo3d-sbsl-abl
filter-stereo3d-sbsl-abr
filter-stereo3d-sbsl-agmc
filter-stereo3d-sbsl-agmd
filter-stereo3d-sbsl-agmg
filter-stereo3d-sbsl-agmh
filter-stereo3d-sbsl-al
filter-stereo3d-sbsl-arbg
filter-stereo3d-sbsl-arcc
filter-stereo3d-sbsl-arcd
filter-stereo3d-sbsl-arcg
filter-stereo3d-sbsl-arch
filter-stereo3d-sbsl-argg
filter-stereo3d-sbsl-aybc
filter-stereo3d-sbsl-aybd
filter-stereo3d-sbsl-aybg
filter-stereo3d-sbsl-aybh
filter-stereo3d-sbsl-sbsr
filter-stereotools
filter-swaprect
filter-tblend
filter-telecine
filter-testsrc2-rgb24
filter-testsrc2-rgba fate: add tests for some video source filters 2017-08-31 11:48:15 +02:00
filter-testsrc2-yuv420p
filter-testsrc2-yuv444p
filter-thumbnail
filter-tile
filter-transpose
filter-tremolo
filter-trim-duration
filter-trim-frame
filter-trim-mixed
filter-trim-time
filter-unsharp
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 avcodec/mpeg2dec: Fix motion vector rounding for chroma components 2018-02-11 12:04:47 +01:00
filter-w3fdif-simple avcodec/mpeg2dec: Fix motion vector rounding for chroma components 2018-02-11 12:04:47 +01:00
filter-waveform_column
filter-waveform_envelope
filter-waveform_row
filter-waveform_uv
filter-weave
filter-yadif10 avcodec/mpeg2dec: Fix motion vector rounding for chroma components 2018-02-11 12:04:47 +01:00
filter-yadif16 avcodec/mpeg2dec: Fix motion vector rounding for chroma components 2018-02-11 12:04:47 +01:00
filter-yadif-mode0 avcodec/mpeg2dec: Fix motion vector rounding for chroma components 2018-02-11 12:04:47 +01:00
filter-yadif-mode1 avcodec/mpeg2dec: Fix motion vector rounding for chroma components 2018-02-11 12:04:47 +01:00
filter-yuvtestsrc-yuv444p fate: add tests for some video source filters 2017-08-31 11:48:15 +02:00
filter-yuvtestsrc-yuv444p12 fate: add tests for some video source filters 2017-08-31 11:48:15 +02:00
fits-demux FATE: Add FITS tests 2017-08-30 12:13:02 +02:00
fitsdec-bitpix-32 FATE: Add FITS tests 2017-08-30 12:13:02 +02:00
fitsdec-bitpix-64 FATE: Add FITS tests 2017-08-30 12:13:02 +02:00
fitsdec-blank_bitpix32 FATE: Add FITS tests 2017-08-30 12:13:02 +02:00
fitsdec-ext_data_min_max FATE: Add FITS tests 2017-08-30 12:13:02 +02:00
fitsdec-gbrap16le fate: Fix fitsdec-gbrap16 test on big-endian hardware. 2017-11-04 00:47:37 +01:00
fitsdec-gbrp FATE: Add FITS tests 2017-08-30 12:13:02 +02:00
fitsdec-gbrp16 FATE: Add FITS tests 2017-08-30 12:13:02 +02:00
fitsdec-gray FATE: Add FITS tests 2017-08-30 12:13:02 +02:00
fitsdec-multi FATE: Add FITS tests 2017-08-30 12:13:02 +02:00
fitsenc-gbrap FATE: Add FITS tests 2017-08-30 12:13:02 +02:00
fitsenc-gbrap16be FATE: Add FITS tests 2017-08-30 12:13:02 +02:00
fitsenc-gbrp FATE: Add FITS tests 2017-08-30 12:13:02 +02:00
fitsenc-gbrp16be FATE: Add FITS tests 2017-08-30 12:13:02 +02:00
fitsenc-gray FATE: Add FITS tests 2017-08-30 12:13:02 +02:00
fitsenc-gray16be FATE: Add FITS tests 2017-08-30 12:13:02 +02:00
flcl1905 fate: Add test for pkt_size of ffprobe 2017-04-24 23:17:58 +02:00
flic-af11-palette-change
flic-af12
flic-magiccarpet
flv-add_keyframe_index
flv-demux
fmvc-type1 Merge commit '4d4d7cf9d539a053f531f662a972b23d335738eb' 2017-10-27 21:16:18 -03:00
fmvc-type2 Merge commit '4d4d7cf9d539a053f531f662a972b23d335738eb' 2017-10-27 21:16:18 -03:00
force_key_frames
fraps-v0
fraps-v1
fraps-v2
fraps-v3
fraps-v4
fraps-v5
frwu
g2m2
g2m3
g2m4
g722-encode
g722dec-1
g723_1-dec-1
g723_1-dec-2
g723_1-dec-3
g723_1-dec-4
g723_1-dec-5
g723_1-dec-6
g723_1-dec-7
g723_1-dec-8
g726-encode-2bit
g726-encode-3bit
g726-encode-4bit
g726-encode-5bit
g729-0
g729-1
gapless-mp3
gaplessenc-itunes-to-ipod-aac tests/fate-run.sh: Show packet flags for fate gapless tests. 2017-04-19 14:06:32 +02:00
gaplessenc-pcm-to-mov-aac tests/fate-run.sh: Show packet flags for fate gapless tests. 2017-04-19 14:06:32 +02:00
gaplessinfo-itunes1 tests/fate-run.sh: Show packet flags for fate gapless tests. 2017-04-19 14:06:32 +02:00
gaplessinfo-itunes2 tests/fate-run.sh: Show packet flags for fate gapless tests. 2017-04-19 14:06:32 +02:00
gif-color
gif-deal
gif-demux
gif-disposal-background
gif-disposal-restore
gif-gray
gifenc-bgr4_byte
gifenc-bgr8
gifenc-gray
gifenc-pal8
gifenc-rgb4_byte
gifenc-rgb8
gsm-ms
gsm-toast
h264_mp4toannexb_ticket2991 h264_mp4toannexb_bsf: Fix start code size of parameter sets. 2018-03-13 01:34:42 +01:00
h264_mp4toannexb_ticket5927 h264_mp4toannexb_bsf: Fix start code size of parameter sets. 2018-03-13 01:34:42 +01:00
h264_mp4toannexb_ticket5927_2 h264_mp4toannexb_bsf: Fix start code size of parameter sets. 2018-03-13 01:34:42 +01:00
h264-3386
h264-attachment-631
h264-brokensps-2580
h264-bsf-mp4toannexb h264_mp4toannexb_bsf: Fix start code size of parameter sets. 2018-03-13 01:34:42 +01: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
h264-conformance-cabac_mot_frm0_full
h264-conformance-cabac_mot_mbaff0_full
h264-conformance-cabac_mot_picaff0_full
h264-conformance-cabaci3_sony_b
h264-conformance-cabast3_sony_e
h264-conformance-cabastbr3_sony_b
h264-conformance-cabref3_sand_d
h264-conformance-cacqp3_sony_d
h264-conformance-cafi1_sva_c
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
h264-conformance-capama3_sand_f
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
h264-conformance-cavlc_mot_frm0_full_b
h264-conformance-cavlc_mot_mbaff0_full_b
h264-conformance-cavlc_mot_picaff0_full_b
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
h264-conformance-cvfi1_sva_c
h264-conformance-cvfi2_sony_h
h264-conformance-cvfi2_sva_c
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
h264-conformance-cvmaqp2_sony_g
h264-conformance-cvmaqp3_sony_d
h264-conformance-cvmp_mot_fld_l30_b
h264-conformance-cvmp_mot_frm_l31_b
h264-conformance-cvnlfi1_sony_c
h264-conformance-cvnlfi2_sony_h
h264-conformance-cvpa1_toshiba_b
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
h264-conformance-frext-alphaconformanceg
h264-conformance-frext-bcrm_freh10
h264-conformance-frext-brcm_freh3
h264-conformance-frext-brcm_freh4
h264-conformance-frext-brcm_freh5
h264-conformance-frext-brcm_freh8
h264-conformance-frext-brcm_freh9
h264-conformance-frext-brcm_freh11
h264-conformance-frext-freh1_b
h264-conformance-frext-freh2_b
h264-conformance-frext-freh6
h264-conformance-frext-freh7_b
h264-conformance-frext-freh12_b
h264-conformance-frext-frext1_panasonic_c
h264-conformance-frext-frext2_panasonic_b
h264-conformance-frext-frext3_panasonic_d
h264-conformance-frext-frext4_panasonic_a
h264-conformance-frext-frext01_jvc_d
h264-conformance-frext-frext02_jvc_c
h264-conformance-frext-frext_mmco4_sony_b
h264-conformance-frext-hcaff1_hhi_b
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
h264-conformance-frext-hpcaflnl_bcrm_c
h264-conformance-frext-hpcalq_brcm_b
h264-conformance-frext-hpcamapalq_bcrm_b
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
h264-conformance-frext-hpcvflnl_bcrm_a
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
h264-conformance-mr4_tandberg_c
h264-conformance-mr5_tandberg_c
h264-conformance-mr6_bt_b
h264-conformance-mr7_bt_b
h264-conformance-mr8_bt_b
h264-conformance-mr9_bt_b
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
h264-conformance-sharp_mp_field_2_b
h264-conformance-sharp_mp_field_3_b
h264-conformance-sharp_mp_paff_1r2
h264-conformance-sharp_mp_paff_2r
h264-conformance-sl1_sva_b
h264-conformance-sva_ba1_b
h264-conformance-sva_ba2_d
h264-conformance-sva_base_b
h264-conformance-sva_cl1_e
h264-conformance-sva_fm1_e
h264-conformance-sva_nl1_b
h264-conformance-sva_nl2_e
h264-crop-to-container
h264-direct-bff
h264-dts_5frames ffprobe: Print color properties from show_frames 2017-07-21 20:19:07 +02:00
h264-extradata-reload
h264-extreme-plane-pred
h264-interlace-crop
h264-intra-refresh-recovery
h264-invalid-ref-mod
h264-lossless
h264-missing-frame
h264-mixed-nal-coding
h264-ref-pic-mod-overflow Merge commit 'ec0f4fa17ce29cf01d4def21041b0b87f7e3105d' 2017-11-11 18:37:54 -03:00
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
h264-skip-nokey
h264-twofields-packet lavf/mov.c: offset index timestamps by the minimum pts to make first pts zero 2017-06-09 18:13:33 +02:00
h264-unescaped-extradata
h264-xavc-4389
hap1
hap5
hap-alpha-only-nosnappy-128x72 fate/hapAlphaOnly : add test for hap alpha only decoding 2017-11-25 19:49:34 +01:00
hap-alpha-only-snappy-127x71 fate/hapAlphaOnly : add test for hap alpha only decoding 2017-11-25 19:49:34 +01:00
hap-chunk
hapenc-hap-none fate/hap : add test for hap encoding 2018-03-13 20:27:27 +01:00
hapenc-hapa-none fate/hap : add test for hap encoding 2018-03-13 20:27:27 +01:00
hapenc-hapq-none fate/hap : add test for hap encoding 2018-03-13 20:27:27 +01:00
hapqa-extract-nosnappy-to-hapalphaonly-mov fate/hapqa_extract : add test for hapqa_extract bsf 2018-03-18 13:43:39 +01:00
hapqa-extract-nosnappy-to-hapq-mov fate/hapqa_extract : add test for hapqa_extract bsf 2018-03-18 13:43:39 +01:00
hapqa-extract-snappy1-to-hapalphaonly fate/hapqa_extract : add test for hapqa_extract bsf 2018-03-18 13:43:39 +01:00
hapqa-extract-snappy1-to-hapq fate/hapqa_extract : add test for hapqa_extract bsf 2018-03-18 13:43:39 +01:00
hapqa-extract-snappy16-to-hapalphaonly fate/hapqa_extract : add test for hapqa_extract bsf 2018-03-18 13:43:39 +01:00
hapqa-extract-snappy16-to-hapq fate/hapqa_extract : add test for hapqa_extract bsf 2018-03-18 13:43:39 +01:00
hapqa-nosnappy-127x71 fate/hapdec : add test for hapqa decoding 2017-11-21 12:05:21 +01:00
hapqa-snappy1-127x71 fate/hapdec : add test for hapqa decoding 2017-11-21 12:05:21 +01:00
hapqa-snappy16-127x71 fate/hapdec : add test for hapqa decoding 2017-11-21 12:05:21 +01:00
hapy
hash
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
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
hevc-conformance-cip_B_NEC_3
hevc-conformance-CIP_C_Panasonic_2
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
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-NoOutPrior_A_Qualcomm_1
hevc-conformance-NoOutPrior_B_Qualcomm_1
hevc-conformance-NUT_A_ericsson_5
hevc-conformance-OPFLAG_A_Qualcomm_1
hevc-conformance-OPFLAG_B_Qualcomm_1
hevc-conformance-OPFLAG_C_Qualcomm_1
hevc-conformance-PERSIST_RPARAM_A_RExt_Sony_1
hevc-conformance-PERSIST_RPARAM_A_RExt_Sony_3 fate: add PERSIST_RPARAM_A_RExt_Sony_3 hevc conformance test 2018-01-05 16:47:02 -03:00
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
hevc-conformance-RAP_B_Bossen_1
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
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-extradata-reload fate: add bitexact sws_flags to hevc-extradata-reload 2017-04-01 13:39:49 -03:00
hevc-paired-fields avcodec/hevc_sei: Support HEVC paired fields. 2017-09-30 03:44:59 +02:00
hevc-paramchange-yuv420p-yuv420p10
hevc-skiploopfilter fate/hevc: add skip_loop_filter test 2017-12-05 19:56:40 +01:00
hmac
id3v2-priv fate: add id3v2 test 2018-02-02 12:16:56 -03:00
id-cin-video
idroq-video-encode
iff-byterun1
iff-fibonacci
iff-ilbm
iff-pcm
iirfilter
imgutils
indeo2-delta
indeo2-intra
indeo3-1
indeo3-2
indeo4
indeo5
interplay-mve-8bit
interplay-mve-16bit
iscc
iv8-demux
j2k-dwt
jpeg2000-dcinema
jpg-12bpp
jpg-jfif
jv
jv-demux
kgv1
kmvc
lagarith-red
lagarith-rgb24
lagarith-rgb32
lagarith-ticket4119
lagarith-ticket4119-cfr
lagarith-ticket4119-drop
lagarith-ticket4119-pass
lagarith-ticket4119-vfr
lagarith-yuy2
lagarith-yv12
lfg avutil/tests/lfg.c: added proper normality test 2017-03-08 14:32:00 +01:00
libavcodec-htmlsubtitles lavc/htmlsubtitles: improve line breaks handling 2017-08-01 15:50:00 +02:00
libavcodec-options
limited_input_seek
limited_input_seek-copyts
lmlm4-demux
loco-rgb
loco-yuy2
lossless-alac
lossless-meridianaudio
lossless-monkeysaudio-399
lossless-shorten
lossless-tak
lossless-truehd-5.1
lossless-truehd-5.1-downmix-2.0
lossless-tta
lossless-tta-encrypted
lossless-wma
lossless-wma24-1
lossless-wma24-2
lossless-wma24-rawtile
m4v
m4v-cfr vf_fps: when reading EOF, using current_pts to duplicate the last frame if needed. 2017-09-15 02:24:31 +02:00
magicyuv-rgb
magicyuv-rgba
magicyuv-y400i
magicyuv-y420
magicyuv-y422i
magicyuv-y444
magicyuv-y4444i
mapchan-2ch-extract-ch0-ch2-trailing ffmpeg options: Enable trailing ? for map_channel 2017-08-25 23:41:11 +02:00
mapchan-3ch-extract-ch0-ch2-trailing ffmpeg options: Enable trailing ? for map_channel 2017-08-25 23:41:11 +02:00
mapchan-6ch-extract-2
mapchan-6ch-extract-2-downmix-mono fate: use do_md5sum instead of the md5 protocol for most md5 fate tests 2017-06-18 23:19:48 +02:00
mapchan-silent-mono fate: use do_md5sum instead of the md5 protocol for most md5 fate tests 2017-06-18 23:19:48 +02:00
matroska-spherical-mono fate: Do not report side data size 2017-03-17 13:12:25 -04:00
maxis-xa
md5
mdec
mdec-v3
mimic
mjpegb
mkv
mkv-1242
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 avformat/mov: Set start_pad correctly in mov_fix_index() 2017-10-21 03:12:43 +02:00
mov-aac-2048-priming ffprobe: fix printing packet side data information 2017-03-29 21:20:06 -03:00
mov-bbi-elst-starts-b fate: Fix fate-mov-bbi-elst-starts-b on ARM 2017-12-08 20:02:16 +01:00
mov-displaymatrix Merge commit 'b90c8a3d08e3f9ad4de1253376d2d1d93abb8b8c' 2017-03-27 18:19:02 -03:00
mov-elist-starts-ctts-2ndsample
mov-elst-ends-betn-b-and-i lavf/mov.c: Parse upto 2 keyframes after the edit list end in mov_fix_index. 2017-11-11 14:15:15 +01:00
mov-frag-encrypted avformat/mov: Increase support for common encryption. 2018-04-19 03:15:32 +02:00
mov-frag-overlap fate/mov: add test for overlapping fragments 2017-11-14 20:49:07 +01:00
mov-guess-delay-1 lavf/mov.c: Guess video codec delay based on PTS while parsing MOV header. 2017-12-20 22:27:06 +01:00
mov-guess-delay-2 lavf/mov.c: Guess video codec delay based on PTS while parsing MOV header. 2017-12-20 22:27:06 +01:00
mov-guess-delay-3 lavf/mov.c: Guess video codec delay based on PTS while parsing MOV header. 2017-12-20 22:27:06 +01:00
mov-ibi-elst-starts-b lavf/mov.c: Refine edit list start seek, based on PTS computed from CTTS. 2017-11-04 05:05:03 +01:00
mov-init-nonkeyframe
mov-invalid-elst-entry-count fate: Add bitexact flag to the invalid-elst test. 2017-10-29 23:10:02 +01:00
mov-mp3-demux
mov-neg-firstpts-discard lavf/utils.c: Don't compute start_time from DISCARD packets for video. 2018-03-24 03:11:08 +01:00
mov-neg-firstpts-discard-frames lavf/utils.c: Don't compute start_time from DISCARD packets for video. 2018-03-24 03:11:08 +01:00
mov-spherical-mono fate: Do not report side data size 2017-03-17 13:12:25 -04:00
mov-tenc-only-encrypted avformat/mov: Increase support for common encryption. 2018-04-19 03:15:32 +02:00
mov-zombie avformat/utils: Look at the first 3 frames if timestamps indicate frame reorder but decoder delay does not 2017-11-11 14:15:15 +01:00
movenc movenc-test: Add tests for negative cts offsets 2017-09-28 18:15:45 +02:00
mpc7-demux
mpc8-demux
mpeg2-field-enc avcodec/mpeg2dec: Fix motion vector rounding for chroma components 2018-02-11 12:04:47 +01:00
mpeg2-ticket186 avcodec/mpeg2dec: Fix field selection for skipped macroblocks 2018-02-11 02:16:40 +01:00
mpeg2-ticket6024
mpeg2-ticket6677 avcodec/mpeg2dec: Fix motion vector rounding for chroma components 2018-02-11 12:04:47 +01:00
mpeg4-als-conformance-00
mpeg4-als-conformance-01
mpeg4-als-conformance-02
mpeg4-als-conformance-03
mpeg4-als-conformance-04
mpeg4-als-conformance-05
mpeg4-bsf-unpack-bframes fate: use do_md5sum instead of the md5 protocol for most md5 fate tests 2017-06-18 23:19:48 +02:00
mpeg4-packed
mpeg4-resolution-change-down-down
mpeg4-resolution-change-down-up
mpeg4-resolution-change-up-down
mpeg4-resolution-change-up-up
mpegps-remuxed-pcm-demux fate/mpegps: add tests for PCM_DVD stream remux 2018-02-16 21:53:22 +01:00
mpegts-probe-latm fate: Add a test for latm-in-dvb auto-detection, ticket #6657. 2017-10-03 23:15:07 +02:00
mpegts-probe-pmt-merge avformat/mpegts: add merge_pmt_versions option 2018-05-18 19:00:29 -07:00
mpegts-probe-program fate: to test program sub stream selection by its type in mpegts 2018-04-12 23:52:59 +02:00
msmpeg4v1
msrle-8bit
mss1-pal
mss2-pal
mss2-pals
mss2-rgb555
mss2-rgb555s
mss2-wmv
msvideo1-8bit
msvideo1-16bit
mszh
mts2
mts2-xesc
mtv
murmur3
mv-mvc1
mv-mvc2
mv-sgirle
mxf-demux
mxf-essencegroup-demux
mxf-metadata-source-ref1
mxf-metadata-source-ref2
mxf-missing-index-demux
mxf-multiple-components-demux
mxf-probe-d10
mxf-probe-dnxhd ffprobe: use consistent string for unspecified color_range value 2017-09-07 13:26:44 +02:00
mxf-probe-dv25 ffprobe: use consistent string for unspecified color_range value 2017-09-07 13:26:44 +02:00
mxf-reel_name avformat/mxfenc: Add Sample width/height/x offset/y offset, Display x offset and F2 offset 2018-05-12 01:08:01 +02:00
mxpeg
nc-demux
nistsphere-demux
noproxy
nsv-demux
nuv-rtjpeg
nuv-rtjpeg-fh
oggopus-demux
oggvp8-demux
oma-demux
on2avc
opt lavu/opt: add bit stream filter option dump support. 2018-03-16 02:09:59 +01:00
paf-audio
paf-demux
paf-video
parseutils add locale month names to av_small_strptime 2017-02-26 17:16:22 +01:00
pcm_dvd
pcm_s16be-stereo
pcm_s16le-stereo
pcm_u8-mono
pcm_u8-stereo
pcm-planar
pict
pictor
pixelutils
pixfmt_best fate: update pixfmt_best test to check for endianness 2017-07-27 08:53:37 +02:00
pixlet-rgb fate/pixlet : add test for rgb 2017-08-31 02:53:11 +02:00
pmp-demux
png-gray8
png-gray16
png-int-rgb24
png-rgb24
png-rgb48
png-rgba
png-rgba64
png-ya8
png-ya16
pngparser
prores-422
prores-422_hq
prores-422_lt
prores-422_proxy
prores-alpha
prores-alpha_skip
prores-gray
prores-transparency
prores-transparency_skip
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
ptx
pva-demux
qcp-demux
qpeg
qt-alaw-mono
qt-alaw-stereo
qt-ima4-mono
qt-ima4-stereo
qt-mac3-mono
qt-mac3-stereo
qt-mac6-mono
qt-mac6-stereo
qt-ulaw-mono
qt-ulaw-stereo
qtrle-1bit
qtrle-2bit
qtrle-4bit
qtrle-8bit
qtrle-16bit
qtrle-24bit
qtrle-32bit
quickdraw
r210
ra3-144
ra-144
ralf
random_seed
redcode-demux
redspark-demux
rgb24-mkv avformat/mux: stop delaying writing the header 2017-12-06 15:43:59 -03:00
rgbapng-4816
ripemd
rl2
roqvideo
rpza
rscc-8bit Merge commit 'dc3fe45fca9c10c4af6bfcf48eb7b81968892ef9' 2017-03-23 11:40:09 +01:00
rscc-16bit
rscc-24bit
rscc-32bit
rsd-demux
rtmpdh
rv20-1239
rv30
rv40
sanm
screenpresso-16bit
screenpresso-24bit
screenpresso-32bit
segment-adts-to-mkv-header-000
segment-adts-to-mkv-header-001
segment-adts-to-mkv-header-002
segment-adts-to-mkv-header-all
segment-mp4-to-ts h264_mp4toannexb_bsf: Fix start code size of parameter sets. 2018-03-13 01:34:42 +01:00
sgi-gray8
sgi-gray8-rle
sgi-gray16
sgi-gray16-rle
sgi-rgb24
sgi-rgb24-rle
sgi-rgb48
sgi-rgb48-rle
sgi-rgba
sgi-rgba64
sgi-rgba64-rle
sgi-rgba-rle
sha
sha512
sierra-vmd-audio
sierra-vmd-video
siff-demux
smacker-audio
smacker-video
smc
smjpeg
smjpeg-demux
smvjpeg
source compat: remove in-tree NVidia headers 2018-02-27 16:22:12 +01:00
sp5x
speedhq-422 speedhq: add FATE tests 2017-08-03 16:36:02 -03:00
speedhq-422-singlefield speedhq: add FATE tests 2017-08-03 16:36:02 -03:00
srtp
sub2video ffmpeg: do packet ts rescaling in write_packet() 2017-03-03 08:45:43 +01:00
sub-aqtitle
sub-ass-to-ass-transcode
sub-cc
sub-cc-realtime
sub-cc-scte20 avcodec/mpeg12dec: parse A53 caption data embedded in SCTE-20 user data 2017-11-15 18:14:39 -08:00
sub-charenc
sub-jacosub
sub-microdvd
sub-microdvd-remux
sub-movtext
sub-mpl2
sub-mpsub
sub-mpsub-frames
sub-pjs
sub-realtext
sub-sami
sub-sami2 lavc/htmlsubtitles: improve handling broken garbage 2017-08-01 15:50:00 +02:00
sub-scc
sub-srt lavc/htmlsubtitles: improve handling broken garbage 2017-08-01 15:50:00 +02:00
sub-srt-badsyntax lavc/htmlsubtitles: handle colors starting with many '#' 2017-08-01 15:50:00 +02:00
sub-srt-empty-events
sub-srt-madness-timeshift
sub-srt-rrn-remux
sub-ssa-to-ass-remux
sub-stl
sub-subripenc
sub-subviewer
sub-subviewer1
sub-textenc lavc/htmlsubtitles: improve handling broken garbage 2017-08-01 15:50:00 +02:00
sub-vplayer
sub-webvtt
sub-webvtt2
sub-webvttenc lavc/htmlsubtitles: improve handling broken garbage 2017-08-01 15:50:00 +02:00
sunraster-1bit-raw
sunraster-1bit-rle
sunraster-8bit_gray-raw
sunraster-8bit-raw
sunraster-8bit-rle
sunraster-24bit-raw
sunraster-24bit-rle
svq1
svq1-headerswap
svq3-1 Merge commit '8e4d4efc67e154fdffd65964a7cfeef740320827' 2017-10-02 18:23:48 -03:00
svq3-2 Merge commit '8e4d4efc67e154fdffd65964a7cfeef740320827' 2017-10-02 18:23:48 -03:00
svq3-watermark
sws-pixdesc-query fate: update fate-sws-pixdesc-query reference file 2018-05-05 19:20:38 -03: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
tiff-fax-g3
tiff-fax-g3s
time_base avformat/mxfenc: Add Sample width/height/x offset/y offset, Display x offset and F2 offset 2018-05-12 01:08:01 +02:00
timefilter
tmv
truemotion1-15
truemotion1-24
truemotion2
truemotion2rt-high
truemotion2rt-low
truemotion2rt-mid
ts-demux avcodec/eac3: add support for dependent stream 2018-03-29 10:19:03 +02:00
ts-opus-demux
tscc2-avi avcodec/tscc2: Skip duplicate frames 2017-05-25 14:30:04 +02:00
tscc2-mov
tscc-15bit
tscc-32bit
txd-16bpp
txd-odd
txd-pal8
ulti
unknown_layout-ac3
unknown_layout-pcm
url
utvideo_rgb_int_gradient fate/utvideo : add test for decoding and encoding 2017-11-07 00:52:58 +01:00
utvideo_rgb_int_median fate/utvideo : add test for decoding and encoding 2017-11-07 00:52:58 +01:00
utvideo_rgb_left avcodec/utvideodec: decode to GBR(A)P 2017-06-26 20:11:58 +02:00
utvideo_rgb_median avcodec/utvideodec: decode to GBR(A)P 2017-06-26 20:11:58 +02:00
utvideo_rgba_gradient fate/utvideo : add test for decoding and encoding 2017-11-07 00:52:58 +01:00
utvideo_rgba_left avcodec/utvideodec: decode to GBR(A)P 2017-06-26 20:11:58 +02:00
utvideo_rgba_median avcodec/utvideodec: decode to GBR(A)P 2017-06-26 20:11:58 +02:00
utvideo_rgba_single_symbol avcodec/utvideodec: decode to GBR(A)P 2017-06-26 20:11:58 +02:00
utvideo_yuv420_gradient fate/utvideo : add test for decoding and encoding 2017-11-07 00:52:58 +01:00
utvideo_yuv420_int_gradient fate/utvideo : add test for decoding and encoding 2017-11-07 00:52:58 +01:00
utvideo_yuv420_int_median fate/utvideo : add test for decoding and encoding 2017-11-07 00:52:58 +01:00
utvideo_yuv420_left
utvideo_yuv420_median
utvideo_yuv422_gradient fate/utvideo : add test for decoding and encoding 2017-11-07 00:52:58 +01:00
utvideo_yuv422_int_gradient fate/utvideo : add test for decoding and encoding 2017-11-07 00:52:58 +01:00
utvideo_yuv422_int_median fate/utvideo : add test for decoding and encoding 2017-11-07 00:52:58 +01:00
utvideo_yuv422_left
utvideo_yuv422_median
utvideo_yuv444_709_gradient fate/utvideo : add test for decoding and encoding 2017-11-07 00:52:58 +01:00
utvideo_yuv444_709_int_gradient fate/utvideo : add test for decoding and encoding 2017-11-07 00:52:58 +01:00
utvideo_yuv444_709_int_median fate/utvideo : add test for decoding and encoding 2017-11-07 00:52:58 +01:00
utvideo_yuv444_709_median fate/utvideo : add test for decoding and encoding 2017-11-07 00:52:58 +01:00
utvideoenc_rgb_left avcodec/utvideoenc: switch to planar RGB formats 2018-01-02 13:41:50 +01:00
utvideoenc_rgb_median avcodec/utvideoenc: switch to planar RGB formats 2018-01-02 13:41:50 +01:00
utvideoenc_rgb_none avcodec/utvideoenc: switch to planar RGB formats 2018-01-02 13:41:50 +01:00
utvideoenc_rgba_left avcodec/utvideoenc: switch to planar RGB formats 2018-01-02 13:41:50 +01:00
utvideoenc_rgba_median avcodec/utvideoenc: switch to planar RGB formats 2018-01-02 13:41:50 +01:00
utvideoenc_rgba_none avcodec/utvideoenc: switch to planar RGB formats 2018-01-02 13:41:50 +01:00
utvideoenc_yuv420_left
utvideoenc_yuv420_median
utvideoenc_yuv420_none
utvideoenc_yuv422_left
utvideoenc_yuv422_median
utvideoenc_yuv422_none
utvideoenc_yuv444_left fate/utvideo : add test for decoding and encoding 2017-11-07 00:52:58 +01:00
utvideoenc_yuv444_median fate/utvideo : add test for decoding and encoding 2017-11-07 00:52:58 +01:00
utvideoenc_yuv444_none fate/utvideo : add test for decoding and encoding 2017-11-07 00:52:58 +01:00
v210
v410dec
v410enc fate: use do_md5sum instead of the md5 protocol for most md5 fate tests 2017-06-18 23:19:48 +02:00
vb
vble
vc1_ilaced_twomv avcodec/vc1: add overlap smooting and loop filter for frame/field-interlace 2018-04-25 22:07:20 +02:00
vc1_sa00040
vc1_sa00050
vc1_sa10091
vc1_sa10143 avcodec/vc1: add overlap smooting and loop filter for frame/field-interlace 2018-04-25 22:07:20 +02:00
vc1_sa20021
vc1-ism
vcr1
vcr2
videoxl
vmnc-16bit
vmnc-32bit
vorbis-1833-chapters
vp5 avcodec/vp56: Implement very basic error concealment 2017-02-25 13:09:50 +01:00
vp6a
vp6a-skip_alpha
vp6f
vp7
vp8-2451
vp8-alpha Merge commit '99e9697e3a12ab4a6638a36b95edafd6a98f9eaa' 2017-11-29 21:06:49 -03:00
vp8-sign-bias
vp8-size-change ffmpeg: init filtergraphs only after we have a frame on each input 2017-03-03 08:45:43 +01:00
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-2pass-akiyo
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-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-parallelmode-akiyo
vp9-segmentation-aq-akiyo
vp9-segmentation-sf-akiyo
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
vp61
vqa-cc
vqf-demux
w64
wav-ac3
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-falsestereo
wavpack-lossless-8bit
wavpack-lossless-12bit
wavpack-lossless-16bit
wavpack-lossless-24bit
wavpack-lossless-32bit
wavpack-lossless-float
wavpack-lossy-8bit
wavpack-lossy-16bit
wavpack-lossy-24bit
wavpack-lossy-32bit
wavpack-lossy-float
wavpack-matroskamode
wavpack-speed-default
wavpack-speed-fast
wavpack-speed-high
wavpack-speed-vhigh
wavpack-zerolsbs
wc3movie-xan
webm-dash-manifest
webm-dash-manifest-live
webm-dash-manifest-live-bandwidth webm_dash_manifest: Add option to specify bandwidth 2017-04-17 10:46:51 -07:00
webm-dash-manifest-representations
webm-dash-manifest-unaligned-audio-streams
webm-dash-manifest-unaligned-video-streams
webp-rgb-lena-lossless
webp-rgb-lena-lossless-rgb24
webp-rgb-lossless
webp-rgb-lossy-q80
webp-rgba-lossless
webp-rgba-lossy-q80
westwood-aud
wmv3-drm-dec Merge commit 'e1a6d63c7eeff2f0ec8173546357bfaa9deecea4' 2017-10-03 23:36:25 -03:00
wmv3-drm-nodec Merge commit 'e1a6d63c7eeff2f0ec8173546357bfaa9deecea4' 2017-10-03 23:36:25 -03:00
wmv8-x8intra
wnv1
ws_snd
wtv-demux
xbm10
xbm11
xface
xmv-demux
xtea
xvid-custom-matrix
xvid-idct
xwma-demux
xxan-wc4
yop
zerocodec
zlib
zmbv-8bit
zmbv-15bit
zmbv-16bit
zmbv-32bit