mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-14 03:11:25 +00:00
The VK spec forbids using clear commands on YUV images, so we need to allocate separate per-plane images. This removes the need for a separate reset shader. |
||
|---|---|---|
| .. | ||
| common.comp | ||
| dpx_copy.comp | ||
| dpx_unpack.comp | ||
| ffv1_common.comp | ||
| ffv1_dec.comp | ||
| ffv1_dec_setup.comp | ||
| ffv1_enc.comp | ||
| ffv1_enc_rct.comp | ||
| ffv1_enc_setup.comp | ||
| ffv1_rct.comp | ||
| ffv1_rct_search.comp | ||
| ffv1_reset.comp | ||
| ffv1_vlc.comp | ||
| Makefile | ||
| prores_idct.comp | ||
| prores_raw_decode.comp | ||
| prores_raw_idct.comp | ||
| prores_vld.comp | ||
| rangecoder.comp | ||