Re: [libav-devel] [PATCH 1/9] lavu: Add values for various Dolby flags to the AVMatrixEncoding enum.

2014-01-02 Thread Tim W.
Patchset OKed by Justin and Benjamin on IRC.

Since it's been 3 weeks already, I'll push soonish, unless there are objections?

Tim
___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel


Re: [libav-devel] [PATCH 1/9] lavu: Add values for various Dolby flags to the AVMatrixEncoding enum.

2013-12-10 Thread Justin Ruggles

On 12/09/2013 07:41 PM, Tim Walker wrote:

---

Addressed initial comments.

  doc/APIchanges | 3 +++
  libavutil/channel_layout.h | 4 
  libavutil/version.h| 2 +-
  3 files changed, 8 insertions(+), 1 deletion(-)




Ok

-Justin

___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel


[libav-devel] [PATCH 1/9] lavu: Add values for various Dolby flags to the AVMatrixEncoding enum.

2013-12-10 Thread Tim Walker
---

Address Justin's comments.

 doc/APIchanges | 3 +++
 libavutil/channel_layout.h | 4 
 libavutil/version.h| 2 +-
 3 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/doc/APIchanges b/doc/APIchanges
index 7605bc4..6771a7d 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2012-10-22
 
 API changes, most recent first:
 
+2013-12-xx - xxx - lavu 52.21.0 - channel_layout.h
+  Add values for various Dolby flags to the AVMatrixEncoding enum.
+
 2013-11-xx - xxx- - lavu 52.20.0 - frame.h
   Add AV_FRAME_DATA_STEREO3D value to the AVFrameSideDataType enum and
   stereo3d.h API, that identify codec-independent stereo3d information.
diff --git a/libavutil/channel_layout.h b/libavutil/channel_layout.h
index 15b6887..6a1f830 100644
--- a/libavutil/channel_layout.h
+++ b/libavutil/channel_layout.h
@@ -106,6 +106,10 @@ enum AVMatrixEncoding {
 AV_MATRIX_ENCODING_NONE,
 AV_MATRIX_ENCODING_DOLBY,
 AV_MATRIX_ENCODING_DPLII,
+AV_MATRIX_ENCODING_DPLIIX,
+AV_MATRIX_ENCODING_DPLIIZ,
+AV_MATRIX_ENCODING_DOLBYEX,
+AV_MATRIX_ENCODING_DOLBYHEADPHONE,
 AV_MATRIX_ENCODING_NB
 };
 
diff --git a/libavutil/version.h b/libavutil/version.h
index dad8e2f..36c89d8 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -37,7 +37,7 @@
  */
 
 #define LIBAVUTIL_VERSION_MAJOR 52
-#define LIBAVUTIL_VERSION_MINOR 20
+#define LIBAVUTIL_VERSION_MINOR 21
 #define LIBAVUTIL_VERSION_MICRO  0
 
 #define LIBAVUTIL_VERSION_INT   AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
-- 
1.8.3.4 (Apple Git-47)

___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel


[libav-devel] [PATCH 1/9] lavu: Add values for various Dolby flags to the AVMatrixEncoding enum.

2013-12-09 Thread Tim Walker
---

Addressed initial comments.

 doc/APIchanges | 3 +++
 libavutil/channel_layout.h | 4 
 libavutil/version.h| 2 +-
 3 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/doc/APIchanges b/doc/APIchanges
index 7605bc4..6771a7d 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2012-10-22
 
 API changes, most recent first:
 
+2013-12-xx - xxx - lavu 52.21.0 - channel_layout.h
+  Add values for various Dolby flags to the AVMatrixEncoding enum.
+
 2013-11-xx - xxx- - lavu 52.20.0 - frame.h
   Add AV_FRAME_DATA_STEREO3D value to the AVFrameSideDataType enum and
   stereo3d.h API, that identify codec-independent stereo3d information.
diff --git a/libavutil/channel_layout.h b/libavutil/channel_layout.h
index 15b6887..6a1f830 100644
--- a/libavutil/channel_layout.h
+++ b/libavutil/channel_layout.h
@@ -106,6 +106,10 @@ enum AVMatrixEncoding {
 AV_MATRIX_ENCODING_NONE,
 AV_MATRIX_ENCODING_DOLBY,
 AV_MATRIX_ENCODING_DPLII,
+AV_MATRIX_ENCODING_DPLIIX,
+AV_MATRIX_ENCODING_DPLIIZ,
+AV_MATRIX_ENCODING_DOLBYEX,
+AV_MATRIX_ENCODING_DOLBYHEADPHONE,
 AV_MATRIX_ENCODING_NB
 };
 
diff --git a/libavutil/version.h b/libavutil/version.h
index dad8e2f..36c89d8 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -37,7 +37,7 @@
  */
 
 #define LIBAVUTIL_VERSION_MAJOR 52
-#define LIBAVUTIL_VERSION_MINOR 20
+#define LIBAVUTIL_VERSION_MINOR 21
 #define LIBAVUTIL_VERSION_MICRO  0
 
 #define LIBAVUTIL_VERSION_INT   AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
-- 
1.8.3.4 (Apple Git-47)

___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel