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

2012-10-27 Thread Luca Barbato
Module: libav Branch: master Commit: fce4450dec2f1287124a5c129281100f729f5771 Author:Luca Barbato Committer: Luca Barbato Date: Sat Oct 27 00:41:02 2012 +0200 nutenc: K&R formatting cosmetics --- libavformat/nutenc.c | 753 +++--- 1 files

[libav-commits] yuv4mpeg: reject unsupported codecs

2012-10-27 Thread Luca Barbato
Module: libav Branch: master Commit: 424b1e764263b1493de4c34365ef367ddae856db Author:Luca Barbato Committer: Luca Barbato Date: Fri Oct 26 22:55:04 2012 +0200 yuv4mpeg: reject unsupported codecs The muxer already rejects unsupported pixel formats, reject also unsupported codecs to pre

[libav-commits] assdec: fix qsort() callback signature

2012-10-27 Thread Mans Rullgard
Module: libav Branch: master Commit: 4cbae57cef65df8705b77cf882372f835a42d842 Author:Mans Rullgard Committer: Mans Rullgard Date: Fri Oct 26 17:59:50 2012 +0100 assdec: fix qsort() callback signature This changes the event_cmp() function to the correct signature, avoiding an ugly cast

[libav-commits] configure: detect sparc64 automatically

2012-10-27 Thread Mans Rullgard
Module: libav Branch: master Commit: 4cd217c065e948a9cec38fef9c544d3c26ff8f37 Author:Mans Rullgard Committer: Mans Rullgard Date: Wed Oct 24 18:34:21 2012 +0100 configure: detect sparc64 automatically Signed-off-by: Mans Rullgard --- configure |9 ++--- 1 files changed, 6

[libav-commits] amrwbdec: fix invalid pointer arithmetic

2012-10-27 Thread Mans Rullgard
Module: libav Branch: master Commit: 50be207759aa7a69a27de585f7d870ec41eba036 Author:Mans Rullgard Committer: Mans Rullgard Date: Fri Oct 26 22:44:38 2012 +0100 amrwbdec: fix invalid pointer arithmetic Subtracting a (positive) value from the address of an array violates C99 section 6.

[libav-commits] vp8: fix memset() crossing array boundary

2012-10-27 Thread Mans Rullgard
Module: libav Branch: master Commit: 4471a2420717d8dc10b573cca50292d0d598d925 Author:Mans Rullgard Committer: Mans Rullgard Date: Fri Oct 26 21:43:55 2012 +0100 vp8: fix memset() crossing array boundary Indexing across array boundaries is not allowed by C99. Signed-off-by: Mans Rullg

[libav-commits] h264: fix invalid pointer arithmetic

2012-10-27 Thread Mans Rullgard
Module: libav Branch: master Commit: c48d3f6605c5fdd73723a865486c5b7fb117 Author:Mans Rullgard Committer: Mans Rullgard Date: Fri Oct 26 21:18:33 2012 +0100 h264: fix invalid pointer arithmetic Subtracting a (positive) value from the address of an array violates C99 section 6.5.6:

[libav-commits] avio: fix pointer type mismatches in avio_enum_protocols()

2012-10-27 Thread Mans Rullgard
Module: libav Branch: master Commit: 4521645b1aee9e9ad8f5cea7b2392cd5f6ffcd26 Author:Mans Rullgard Committer: Mans Rullgard Date: Fri Oct 26 18:42:29 2012 +0100 avio: fix pointer type mismatches in avio_enum_protocols() Signed-off-by: Mans Rullgard --- libavformat/avio.c | 10 ++

[libav-commits] udp: use socklen_t where appropriate

2012-10-27 Thread Mans Rullgard
Module: libav Branch: master Commit: be2efe0c7b6a8188988d7de5da236d794312b5bb Author:Mans Rullgard Committer: Mans Rullgard Date: Fri Oct 26 19:46:37 2012 +0100 udp: use socklen_t where appropriate getsockname() takes a pointer to socklen_t which is not necessarily int. Signed-off-by

[libav-commits] avserver: use socklen_t where appropriate

2012-10-27 Thread Mans Rullgard
Module: libav Branch: master Commit: cc64ec570c92fe39db3f1db8c877a8cc70e3b668 Author:Mans Rullgard Committer: Mans Rullgard Date: Fri Oct 26 21:53:31 2012 +0100 avserver: use socklen_t where appropriate Various socket functions expect a pointer to socklen_t which is not necessarily in

[libav-commits] network: use HAVE_THREADS instead of local hack

2012-10-27 Thread Mans Rullgard
Module: libav Branch: master Commit: 9efbfe57e082b0f42bf0c830a4fdc6b80d2b13ca Author:Mans Rullgard Committer: Mans Rullgard Date: Fri Oct 26 19:33:59 2012 +0100 network: use HAVE_THREADS instead of local hack HAVE_THREADS is set in config.h if pthreads or w32threads is available, whic

[libav-commits] af_channelmap: remove stray enum declaration

2012-10-27 Thread Mans Rullgard
Module: libav Branch: master Commit: 67a68dcec2271336c859d1fbd8f40c268f54ec8a Author:Mans Rullgard Committer: Mans Rullgard Date: Fri Oct 26 22:25:37 2012 +0100 af_channelmap: remove stray enum declaration Signed-off-by: Mans Rullgard --- libavfilter/af_channelmap.c |1 - 1 fi

[libav-commits] buffersink: remove stray semicolon after function definition

2012-10-27 Thread Mans Rullgard
Module: libav Branch: master Commit: 6b776c61da26428ca67abec919c8a186a276ca66 Author:Mans Rullgard Committer: Mans Rullgard Date: Fri Oct 26 17:58:19 2012 +0100 buffersink: remove stray semicolon after function definition Signed-off-by: Mans Rullgard --- libavfilter/buffersink.c |