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>2014-01-12 19:16:46 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2014-01-12 19:16:46 +0400
commit8d618c392ed0520d1c4061cb2779be5fe87d5a62 (patch)
treeca46347b40fc980517a1d097f91a21075e91bc48 /developer_info
parent245dda9053063e41e16c3ed19094aee273bbd62d (diff)
Update developer_info0.60
Diffstat (limited to 'developer_info')
-rw-r--r--developer_info/IBitRateInfo.h27
-rw-r--r--developer_info/IGraphRebuildDelegate.h2
-rw-r--r--developer_info/IKeyFrameInfo.h2
-rw-r--r--developer_info/ISpecifyPropertyPages2.h29
-rw-r--r--developer_info/ITrackInfo.h2
-rw-r--r--developer_info/LAVAudioSettings.h2
-rw-r--r--developer_info/LAVSplitterSettings.h2
-rw-r--r--developer_info/LAVVideoSettings.h2
8 files changed, 62 insertions, 6 deletions
diff --git a/developer_info/IBitRateInfo.h b/developer_info/IBitRateInfo.h
new file mode 100644
index 00000000..393d4c96
--- /dev/null
+++ b/developer_info/IBitRateInfo.h
@@ -0,0 +1,27 @@
+/*
+ * (C) 2003-2006 Gabest
+ * (C) 2006-2013 MPC-HC Team
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This Program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
+#pragma once
+
+interface __declspec(uuid("EB2CD9E6-BA08-4acb-AA0F-3D8D0DD521CA"))
+IBitRateInfo :
+public IUnknown {
+ STDMETHOD_(DWORD, GetCurrentBitRate)() PURE;
+ STDMETHOD_(DWORD, GetAverageBitRate)() PURE;
+};
diff --git a/developer_info/IGraphRebuildDelegate.h b/developer_info/IGraphRebuildDelegate.h
index fd5661d2..c5489bfb 100644
--- a/developer_info/IGraphRebuildDelegate.h
+++ b/developer_info/IGraphRebuildDelegate.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/developer_info/IKeyFrameInfo.h b/developer_info/IKeyFrameInfo.h
index 56a45af8..17fe603e 100644
--- a/developer_info/IKeyFrameInfo.h
+++ b/developer_info/IKeyFrameInfo.h
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2003-2006 Gabest
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/developer_info/ISpecifyPropertyPages2.h b/developer_info/ISpecifyPropertyPages2.h
new file mode 100644
index 00000000..06f2f8a0
--- /dev/null
+++ b/developer_info/ISpecifyPropertyPages2.h
@@ -0,0 +1,29 @@
+/*
+ * (C) 2003-2006 Gabest
+ * (C) 2006-2010 MPC-HC Authors
+ *
+ * This Program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2, or (at your option)
+ * any later version.
+ *
+ * This Program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with GNU Make; see the file COPYING. If not, write to
+ * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ * http://www.gnu.org/copyleft/gpl.html
+ *
+ */
+
+#pragma once
+
+#include <OCIdl.h>
+
+interface __declspec(uuid("03481710-D73E-4674-839F-03EDE2D60ED8"))
+ISpecifyPropertyPages2 : public ISpecifyPropertyPages {
+ STDMETHOD (CreatePage) (const GUID& guid, IPropertyPage** ppPage) = 0;
+};
diff --git a/developer_info/ITrackInfo.h b/developer_info/ITrackInfo.h
index 4a071a69..f4e4a7e3 100644
--- a/developer_info/ITrackInfo.h
+++ b/developer_info/ITrackInfo.h
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2003-2006 Gabest
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/developer_info/LAVAudioSettings.h b/developer_info/LAVAudioSettings.h
index 3ac718f7..35b446eb 100644
--- a/developer_info/LAVAudioSettings.h
+++ b/developer_info/LAVAudioSettings.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/developer_info/LAVSplitterSettings.h b/developer_info/LAVSplitterSettings.h
index b3d65725..e153f081 100644
--- a/developer_info/LAVSplitterSettings.h
+++ b/developer_info/LAVSplitterSettings.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/developer_info/LAVVideoSettings.h b/developer_info/LAVVideoSettings.h
index e6a9edab..a02fe4dd 100644
--- a/developer_info/LAVVideoSettings.h
+++ b/developer_info/LAVVideoSettings.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify