Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2012-01-28 14:59:11 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2012-01-28 14:59:11 +0400
commit4682307db3e3025b23135a40b13bbd3482250c1b (patch)
treec5e7e4c2df012ddee29a3b79f88dc811bbabb175 /developer_info
parent79822f7703e7385ba681d4140de3c19cbbe39b1b (diff)
Updated developer_info
Diffstat (limited to 'developer_info')
-rw-r--r--developer_info/LAVVideoSettings.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/developer_info/LAVVideoSettings.h b/developer_info/LAVVideoSettings.h
index 5ec9dc2f..0b8aaa08 100644
--- a/developer_info/LAVVideoSettings.h
+++ b/developer_info/LAVVideoSettings.h
@@ -64,6 +64,10 @@ typedef enum LAVVideoCodec {
Codec_UtVideo,
Codec_Dirac,
Codec_DNxHD,
+ Codec_MSVideo1,
+ Codec_8BPS,
+ Codec_LOCO,
+ Codec_ZMBV,
Codec_NB // Number of entrys (do not use when dynamically linking)
};
@@ -73,15 +77,17 @@ typedef enum LAVVideoHWCodec {
HWCodec_H264 = Codec_H264,
HWCodec_VC1 = Codec_VC1,
HWCodec_MPEG2 = Codec_MPEG2,
+ HWCodec_MPEG4 = Codec_MPEG4,
- HWCodec_NB = HWCodec_MPEG2 + 1
+ HWCodec_NB = HWCodec_MPEG4 + 1
};
// Type of hardware accelerations
typedef enum LAVHWAccel {
HWAccel_None,
HWAccel_CUDA,
- HWAccel_QuickSync
+ HWAccel_QuickSync,
+ HWAccel_DXVA2
};
// Deinterlace algorithms offered by the hardware decoders