[libav-commits] mpeg4video: K&R formatting cosmetics

2013-11-01 Thread Vittorio Giovara
Module: libav Branch: master Commit: dc6ea00cd2b91b591e6726e5bf1d5e03a4a9bdd0 Author:Vittorio Giovara Committer: Diego Biurrun Date: Mon Oct 28 18:31:07 2013 +0100 mpeg4video: K&R formatting cosmetics Signed-off-by: Diego Biurrun --- libavcodec/mpeg4video.c | 182

[libav-commits] flashsv: K&R formatting cosmetics

2013-11-01 Thread Luca Barbato
Module: libav Branch: master Commit: 037fea388e0df2a22441bc1ed86794152161baf1 Author:Luca Barbato Committer: Diego Biurrun Date: Thu Oct 31 10:27:02 2013 +0100 flashsv: K&R formatting cosmetics Also improve some log message wording/spelling. Signed-off-by: Diego Biurrun --- libav

[libav-commits] configure: Properly check for availability of -Wno-foo warning flags

2013-11-01 Thread Diego Biurrun
Module: libav Branch: master Commit: 056fd4fe65e70b4dbca97bcf7faf8b7ce3df993f Author:Diego Biurrun Committer: Diego Biurrun Date: Thu Oct 31 20:14:37 2013 +0100 configure: Properly check for availability of -Wno-foo warning flags For some weird reason gcc does not check if the -Wno di

[libav-commits] configure: Split test_cflags function off from check_cflags

2013-11-01 Thread Diego Biurrun
Module: libav Branch: master Commit: 23157d72b565e0228fec97f1eb059d4f8021a260 Author:Diego Biurrun Committer: Diego Biurrun Date: Thu Oct 31 19:48:59 2013 +0100 configure: Split test_cflags function off from check_cflags This is useful to test flags without directly adding them to CFL

[libav-commits] lavf: do not use int to store an int64

2013-11-01 Thread Anton Khirnov
Module: libav Branch: master Commit: d1c229cdbc07ef8eb703d68d1c5b509baee85245 Author:Anton Khirnov Committer: Anton Khirnov Date: Thu Oct 31 22:40:33 2013 +0100 lavf: do not use int to store an int64 --- libavformat/utils.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d

[libav-commits] flashsv: Check diff_start diff_height values

2013-11-01 Thread Michael Niedermayer
Module: libav Branch: master Commit: 57070b1468edc6ac8cb3696c817f3c943975d4c1 Author:Michael Niedermayer Committer: Luca Barbato Date: Tue Aug 20 23:18:48 2013 +0200 flashsv: Check diff_start diff_height values Fix out of array accesses. Found-by: ami_stuff Signed-off-by: Michael Nie

[libav-commits] flashsv: Refactor a little

2013-11-01 Thread Luca Barbato
Module: libav Branch: master Commit: 4a64e67988dd01005efb1ae831bff14c1656b573 Author:Luca Barbato Committer: Luca Barbato Date: Tue Oct 29 17:02:42 2013 +0100 flashsv: Refactor a little --- libavcodec/flashsv.c | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-)

[libav-commits] rtspenc: Make sure BYE packets are sent before TEARDOWN

2013-11-01 Thread Martin Storsjö
Module: libav Branch: master Commit: 50aef03b24d949249b020226dffa3a78077f1056 Author:Martin Storsjö Committer: Martin Storsjö Date: Wed Oct 30 19:12:45 2013 +0200 rtspenc: Make sure BYE packets are sent before TEARDOWN Also make sure the BYE packets are sent at all when using TCP inte

[libav-commits] rtpenc: Add a rtpflag option for sending BYE packets when finishing

2013-11-01 Thread Martin Storsjö
Module: libav Branch: master Commit: 9ceed7af377cea6a430d63a2f5d5cf1afe0d4f05 Author:Martin Storsjö Committer: Martin Storsjö Date: Wed Oct 30 19:12:27 2013 +0200 rtpenc: Add a rtpflag option for sending BYE packets when finishing Signed-off-by: Martin Storsjö --- libavformat/rtpe

[libav-commits] aviobuf: Handle a NULL buffer in avio_close_dyn_buf

2013-11-01 Thread Martin Storsjö
Module: libav Branch: master Commit: d07b51bf0733fe58bbfa13c448775dc325463cb4 Author:Martin Storsjö Committer: Martin Storsjö Date: Wed Oct 30 19:09:30 2013 +0200 aviobuf: Handle a NULL buffer in avio_close_dyn_buf This simplifies proper error handling in rtsp.c/rtspdec.c. When broadc

[libav-commits] rtpenc: Remove some superfluous parentheses

2013-11-01 Thread Martin Storsjö
Module: libav Branch: master Commit: b264453de93999ea6f23e98014390af468f56146 Author:Martin Storsjö Committer: Martin Storsjö Date: Wed Oct 30 19:11:29 2013 +0200 rtpenc: Remove some superfluous parentheses Signed-off-by: Martin Storsjö --- libavformat/rtpenc.c |4 ++-- 1 file