lavc/dxvenc: add DXV encoder with support for DXT1 texture format

Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
This commit is contained in:
Connor Worley 2024-01-23 19:59:00 +01:00 committed by Vittorio Giovara
parent 1496ce8f6b
commit dfbbd11a4b
7 changed files with 368 additions and 2 deletions

View file

@ -106,6 +106,7 @@ extern const FFCodec ff_dvvideo_encoder;
extern const FFCodec ff_dvvideo_decoder;
extern const FFCodec ff_dxa_decoder;
extern const FFCodec ff_dxtory_decoder;
extern const FFCodec ff_dxv_encoder;
extern const FFCodec ff_dxv_decoder;
extern const FFCodec ff_eacmv_decoder;
extern const FFCodec ff_eamad_decoder;