Mercurial > mplayer.hg
annotate loader/dmo/dmo_guids.h @ 23960:0525bd0aed18
r23897: Experimental negative panscan values
r23898: Set -vo gl slice-height default to 0, the current default of 4 seems
r23913: punctuation, new sentences on new lines
r23917: Document -rawvideo format="format string"
r23924: Teletext support
r23926: update man page with v4l2 a/v outputs
r23944: h/w -> hardware
r23962: added missing ':' for separator
r23978: add possibly incorrect subfont entry
author | voroshil |
---|---|
date | Wed, 01 Aug 2007 01:15:26 +0000 |
parents | 052b4ad84883 |
children | 3baf6a2283da |
rev | line source |
---|---|
8294 | 1 #ifndef DMO_GUIDS_H |
2 #define DMO_GUIDS_H | |
3 | |
4 #include "dshow/guids.h" | |
5 | |
6 extern const GUID IID_IMediaBuffer; | |
7 extern const GUID IID_IMediaObject; | |
8 extern const GUID IID_IEnumDMO; | |
9 extern const GUID IID_IMediaObjectInPlace; | |
10 extern const GUID IID_IDMOQualityControl; | |
11 extern const GUID IID_IDMOVideoOutputOptimizations; | |
12 | |
13 /* to be removed | |
14 extern const GUID DMOCATEGORY_AUDIO_DECODER; | |
15 extern const GUID DMOCATEGORY_AUDIO_ENCODER; | |
16 extern const GUID DMOCATEGORY_VIDEO_DECODER; | |
17 extern const GUID DMOCATEGORY_VIDEO_ENCODER; | |
18 extern const GUID DMOCATEGORY_AUDIO_EFFECT; | |
19 extern const GUID DMOCATEGORY_VIDEO_EFFECT; | |
20 extern const GUID DMOCATEGORY_AUDIO_CAPTURE_EFFECT; | |
21 | |
22 // Acoustic Echo Canceller | |
23 // Matches KSNODETYPE_ACOUSTIC_ECHO_CANCEL | |
24 extern const GUID DMOCATEGORY_ACOUSTIC_ECHO_CANCEL; | |
25 | |
18613
052b4ad84883
Change "Supress" to "Suppress" in a couple comments.
corey
parents:
8294
diff
changeset
|
26 // Noise Suppression |
8294 | 27 // Matches KSNODETYPE_AUDIO_NOISE_SUPPRESS |
28 extern const GUID DMOCATEGORY_AUDIO_NOISE_SUPPRESS; | |
29 | |
30 // Automatic Gain Control | |
31 // Matches KSNODETYPE_AGC | |
32 extern const GUID DMOCATEGORY_AGC; | |
33 */ | |
34 | |
35 #endif |