[libav-commits] tcp: Check the listen call

2012-06-17 Thread Jordi Ortiz
Module: libav Branch: master Commit: a7cc78cb11dfdd356d83a2bdbb00eb92c1367379 Author:Jordi Ortiz Committer: Martin Storsjö Date: Sat Jun 16 12:29:53 2012 +0200 tcp: Check the listen call Signed-off-by: Martin Storsjö --- libavformat/tcp.c |6 +- 1 files changed, 5 insertio

[libav-commits] doc: Add missing protocols to list of supported protocols.

2012-06-17 Thread Diego Biurrun
Module: libav Branch: master Commit: f404c7dcd779f0d57fbaa87084659a1d5f4c467c Author:Diego Biurrun Committer: Diego Biurrun Date: Thu Jun 14 10:34:16 2012 +0200 doc: Add missing protocols to list of supported protocols. --- doc/general.texi | 15 +-- 1 files changed, 1

[libav-commits] mov_chan: Fix operator precedence by adding parentheses

2012-06-17 Thread Martin Storsjö
Module: libav Branch: master Commit: 44fdf37c94ed1f5ecc42ef129cbaebff92addd0e Author:Martin Storsjö Committer: Martin Storsjö Date: Sun Jun 17 02:08:00 2012 +0300 mov_chan: Fix operator precedence by adding parentheses Signed-off-by: Martin Storsjö --- libavformat/mov_chan.c |

[libav-commits] amr: Cosmetic cleanup

2012-06-17 Thread Martin Storsjö
Module: libav Branch: master Commit: 5f26d4d44896542e729c7515c784d983e396106a Author:Martin Storsjö Committer: Martin Storsjö Date: Sun Jun 17 18:07:27 2012 +0300 amr: Cosmetic cleanup Add spaces around operators, fix brace placement and whitespace to match K&R style, vertically align

[libav-commits] amr: More space cleanup

2012-06-17 Thread Martin Storsjö
Module: libav Branch: master Commit: 634e874de58b6a1ad50134bea79505e146b87d39 Author:Martin Storsjö Committer: Martin Storsjö Date: Sun Jun 17 19:06:56 2012 +0300 amr: More space cleanup This was missed in the previous cleanup patch. Signed-off-by: Martin Storsjö --- libavformat/

[libav-commits] rtpenc: Fix memory leaks in the muxer open function

2012-06-17 Thread Martin Storsjö
Module: libav Branch: master Commit: e9ef88fbd299051df0bb8b344393c50cc1d159d8 Author:Martin Storsjö Committer: Martin Storsjö Date: Sun Jun 17 18:18:16 2012 +0300 rtpenc: Fix memory leaks in the muxer open function Also return a proper error code in these cases. Signed-off-by: Martin

[libav-commits] http: Fail reading if the connection has gone away

2012-06-17 Thread Martin Storsjö
Module: libav Branch: master Commit: eb564b23a3768edea1d8c2d20439e6a4fdea2747 Author:Martin Storsjö Committer: Martin Storsjö Date: Sun Jun 17 21:15:32 2012 +0300 http: Fail reading if the connection has gone away This can happen if doing a new request using the same socket, but the n

[libav-commits] amr: Mark an array const

2012-06-17 Thread Martin Storsjö
Module: libav Branch: master Commit: eb3918c1fd9a363111457285002eaebbaaa18eed Author:Martin Storsjö Committer: Martin Storsjö Date: Sun Jun 17 19:08:23 2012 +0300 amr: Mark an array const Signed-off-by: Martin Storsjö --- libavformat/amr.c |2 +- 1 files changed, 1 insertions(

[libav-commits] http: Properly handle chunked transfer-encoding for replies to post data

2012-06-17 Thread Martin Storsjö
Module: libav Branch: master Commit: 35127bf156df09ebf43f1ad7ea236653f7ba7707 Author:Martin Storsjö Committer: Martin Storsjö Date: Sun Jun 17 21:19:41 2012 +0300 http: Properly handle chunked transfer-encoding for replies to post data Signed-off-by: Martin Storsjö --- libavformat

[libav-commits] RTMPT protocol support

2012-06-17 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 8e50c57dcb481479f2fd46f9bdb6a9776b0d9fa6 Author:Samuel Pitoiset Committer: Martin Storsjö Date: Sun Jun 17 20:24:43 2012 +0200 RTMPT protocol support This adds two protocols, but one of them is an internal implementation detail just used as an abst

[libav-commits] dwt: remove variable-length arrays

2012-06-17 Thread Ronald S. Bultje
Module: libav Branch: master Commit: d9669eab0b8709f66d0872671511cb9487ea2651 Author:Ronald S. Bultje Committer: Mans Rullgard Date: Thu Jun 14 11:47:55 2012 +0100 dwt: remove variable-length arrays Signed-off-by: Mans Rullgard --- libavcodec/dwt.c | 109 +