Mercurial > mplayer.hg
view loader/dmo/dmo_guids.h @ 14378:83764f5c5cdb
finished xvid (api4) specific encoding options by adding the following options:
min_iquant max_iquant min_pquant max_pquant min_bquant max_bquant quant_intra_matrix quant_inter_matrix curve_compression_high
curve_compression_low overflow_control_strength max_overflow_improvement max_overflow_degradation container_frame_overhead par par_width
par_height aspect (no)autoaspect psnr bvhq
author | kraymer |
---|---|
date | Wed, 05 Jan 2005 23:09:11 +0000 |
parents | 8e00b6a9e40b |
children | 052b4ad84883 |
line wrap: on
line source
#ifndef DMO_GUIDS_H #define DMO_GUIDS_H #include "dshow/guids.h" extern const GUID IID_IMediaBuffer; extern const GUID IID_IMediaObject; extern const GUID IID_IEnumDMO; extern const GUID IID_IMediaObjectInPlace; extern const GUID IID_IDMOQualityControl; extern const GUID IID_IDMOVideoOutputOptimizations; /* to be removed extern const GUID DMOCATEGORY_AUDIO_DECODER; extern const GUID DMOCATEGORY_AUDIO_ENCODER; extern const GUID DMOCATEGORY_VIDEO_DECODER; extern const GUID DMOCATEGORY_VIDEO_ENCODER; extern const GUID DMOCATEGORY_AUDIO_EFFECT; extern const GUID DMOCATEGORY_VIDEO_EFFECT; extern const GUID DMOCATEGORY_AUDIO_CAPTURE_EFFECT; // Acoustic Echo Canceller // Matches KSNODETYPE_ACOUSTIC_ECHO_CANCEL extern const GUID DMOCATEGORY_ACOUSTIC_ECHO_CANCEL; // Noise Supression // Matches KSNODETYPE_AUDIO_NOISE_SUPPRESS extern const GUID DMOCATEGORY_AUDIO_NOISE_SUPPRESS; // Automatic Gain Control // Matches KSNODETYPE_AGC extern const GUID DMOCATEGORY_AGC; */ #endif