[libav-commits] Make the RELEASE file match with the most recent tag

2014-12-01 Thread Reinhard Tartler
Module: libav
Branch: master
Commit: e4a77dc204f80a6876cbd91de9b71c30feebe119

Author:Reinhard Tartler siret...@tauware.de
Committer: Reinhard Tartler siret...@tauware.de
Date:  Sun Nov 30 22:31:31 2014 -0500

Make the RELEASE file match with the most recent tag

---

 RELEASE |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/RELEASE b/RELEASE
index 27383c3..e41f5e7 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1 +1 @@
-11_beta2
+12_dev0

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


[libav-commits] Treat all '*.pnm' files as non-text file

2014-12-01 Thread Reinhard Tartler
Module: libav
Branch: release/11
Commit: ce99ef48ea025e90351079964d63be815374f089

Author:Reinhard Tartler siret...@tauware.de
Committer: Reinhard Tartler siret...@tauware.de
Date:  Fri Nov 28 09:52:50 2014 -0500

Treat all '*.pnm' files as non-text file

This convinces the pre-receive hook to not consider all *.pnm files as
text files to reduce the patch sizes and avoids triggering whitespace
checks,

Contains a correction by Janne Grunau janne-li...@jannau.net

(cherry picked from commit 0f257e29c5520b215e573e7e3abde8e5a4743309)
Signed-off-by: Reinhard Tartler siret...@tauware.de

---

 .gitattributes |1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 000..a900528
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+*.pnm -diff -text

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


[libav-commits] Prepare for 11.1 Release

2014-12-01 Thread Reinhard Tartler
Module: libav
Branch: release/11
Commit: 1cc6fef0671c5522c952671ee06bf973135a22c4

Author:Reinhard Tartler siret...@tauware.de
Committer: Reinhard Tartler siret...@tauware.de
Date:  Mon Dec  1 21:39:37 2014 -0500

Prepare for 11.1 Release

---

 RELEASE |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/RELEASE b/RELEASE
index b4de394..ef32e32 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1 +1 @@
-11
+11.1

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


[libav-commits] Update changelog for v11.1

2014-12-01 Thread Reinhard Tartler
Module: libav
Branch: release/11
Commit: 60ccc1a748bf3d26201411479146d0798e1ecff9

Author:Reinhard Tartler siret...@tauware.de
Committer: Reinhard Tartler siret...@tauware.de
Date:  Mon Dec  1 21:39:01 2014 -0500

Update changelog for v11.1

---

 Changelog |   19 +++
 1 file changed, 19 insertions(+)

diff --git a/Changelog b/Changelog
index 73e8378..b9d8dd0 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,25 @@
 Entries are sorted chronologically from oldest to youngest within each release,
 releases are sorted from youngest to oldest.
 
+version 11.1:
+
+- Replace lena.pnm (debian#771126)
+- Treat all '*.pnm' files as non-text file
+- opusdec: make sure all substreams have the same number of coded samples
+- lavu: fix memory leaks by using a mutex instead of atomics
+- lavu: add wrappers for the pthreads mutex API
+- mp3enc: fix a triggerable assert
+- resample: Avoid off-by-1 errors in PTS calcs. (libav#753)
+- imc: fix order of operations in coefficients read
+- hevc_mvs: make sure to always initialize the temporal MV fully
+- hevc_mvs: initialize the temporal MV in case of missing ref
+- h264: reset ret to avoid propagating minor failures (libav#750 / lp#905753)
+- hevc: Initialize mergecand_list to 0
+- mpeg12: Always invoke the get_format() callback
+- h264: Always invoke the get_format() callback
+- Update default FATE URL for release/11
+- apetag: Fix APE tag size check
+
 version 11:
 - libx265 encoder
 - shuffleplanes filter

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