[libav-commits] vc1dec: Use the right pointer type for the tmp pointer

2011-12-20 Thread Martin Storsjö
Module: libav Branch: master Commit: b797f7352055cec199bb087323f20edaa1101369 Author:Martin Storsjö Committer: Martin Storsjö Date: Tue Dec 20 10:53:18 2011 +0200 vc1dec: Use the right pointer type for the tmp pointer This fixes warnings about assignment from incompatible pointer type

[libav-commits] mpegts: Suppress invalid timebase warnings on DMB streams.

2011-12-20 Thread Alex Converse
Module: libav Branch: master Commit: 41bdd4adc4ab90a5ef7d63050a4046fcba711365 Author:Alex Converse Committer: Alex Converse Date: Mon Dec 19 10:48:57 2011 -0800 mpegts: Suppress invalid timebase warnings on DMB streams. timestamp_len and timestamp_res intialize to zero. --- libavfo

[libav-commits] mpegts: Fix typo in handling sections in the PMT.

2011-12-20 Thread Alex Converse
Module: libav Branch: master Commit: d9b89b23df4f63d67694507f3d1caee62424a9d8 Author:Alex Converse Committer: Alex Converse Date: Mon Dec 19 10:41:22 2011 -0800 mpegts: Fix typo in handling sections in the PMT. This was an error rebasing 4682a1dc3aa2554ad7077f5db32d0f2d598d018e for co

[libav-commits] 4xm: Use bytestream2 functions to prevent overreads

2011-12-20 Thread Aneesh Dogra
Module: libav Branch: master Commit: 1443ea93d935784370f41d85e224718484b0e32c Author:Aneesh Dogra Committer: Justin Ruggles Date: Tue Dec 20 04:12:50 2011 +0530 4xm: Use bytestream2 functions to prevent overreads Fixes Bug 110. Signed-off-by: Justin Ruggles --- libavcodec/4xm.c |

[libav-commits] bytestream: add a new set of bytestream functions with overread checking

2011-12-20 Thread Aneesh Dogra
Module: libav Branch: master Commit: fd22616c593156a35b4fe6acbd3668b0802f5f84 Author:Aneesh Dogra Committer: Justin Ruggles Date: Tue Dec 20 04:12:50 2011 +0530 bytestream: add a new set of bytestream functions with overread checking Signed-off-by: Justin Ruggles --- libavcodec/by

[libav-commits] build: fix standalone compilation of ADX encoder

2011-12-20 Thread Diego Biurrun
Module: libav Branch: master Commit: 19277d933574a8c702db51ea5dbb1d450d6a967c Author:Diego Biurrun Committer: Diego Biurrun Date: Tue Dec 20 18:26:54 2011 +0100 build: fix standalone compilation of ADX encoder The encoder depends on the common code, so link against it. --- libavcod

[libav-commits] build: fix standalone compilation of mpc7/mpc8 decoders

2011-12-20 Thread Diego Biurrun
Module: libav Branch: master Commit: 606c9297b92ba47753b50c36e0775ad8f2180f70 Author:Diego Biurrun Committer: Diego Biurrun Date: Tue Dec 20 11:34:05 2011 +0100 build: fix standalone compilation of mpc7/mpc8 decoders These decoders depend on the mpegaudio DSP code. --- configure |

[libav-commits] oma: make header compile standalone

2011-12-20 Thread Diego Biurrun
Module: libav Branch: master Commit: a55eb1586c3a0361d1ced1ba9d32e11b68441c29 Author:Diego Biurrun Committer: Diego Biurrun Date: Tue Dec 20 15:38:18 2011 +0100 oma: make header compile standalone --- libavformat/oma.h |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-)

[libav-commits] build: fix standalone compilation of ADPCM decoders

2011-12-20 Thread Diego Biurrun
Module: libav Branch: master Commit: 18725fcdc2aaf40fc25f09886e0e508c5dafd385 Author:Diego Biurrun Committer: Diego Biurrun Date: Tue Dec 20 11:37:56 2011 +0100 build: fix standalone compilation of ADPCM decoders The generic ADPCM codes depends on the ADPCM data tables. --- libavco

[libav-commits] vp3: Reorder some functions to fix VP3 build with Theora disabled.

2011-12-20 Thread Diego Biurrun
Module: libav Branch: master Commit: bc4d156140c42185433126d838ed454266a4567b Author:Diego Biurrun Committer: Diego Biurrun Date: Tue Dec 20 14:42:54 2011 +0100 vp3: Reorder some functions to fix VP3 build with Theora disabled. --- libavcodec/vp3.c | 151 ++-

[libav-commits] mpegvideo_enc: separate declarations and statements

2011-12-20 Thread Diego Biurrun
Module: libav Branch: master Commit: 1ce1578e4e6e4c79eff87b997668779e50e4be33 Author:Diego Biurrun Committer: Diego Biurrun Date: Tue Dec 20 10:06:49 2011 +0100 mpegvideo_enc: separate declarations and statements libavcodec/mpegvideo_enc.c:1209: warning: ISO C90 forbids mixed declarat

[libav-commits] raw: add 10bit YUV definitions

2011-12-20 Thread Luca Barbato
Module: libav Branch: master Commit: 91b1e6f0c678e5d096185c2011f4ca56a3290a20 Author:Luca Barbato Committer: Luca Barbato Date: Sun Dec 4 15:56:40 2011 +0100 raw: add 10bit YUV definitions Signed-off-by: Luca Barbato --- libavcodec/raw.c |6 ++ 1 files changed, 6 insertio

[libav-commits] nut: support 10bit YUV

2011-12-20 Thread Luca Barbato
Module: libav Branch: master Commit: 432f0e5b7d2329976ef7aee05d990c7462efd0ee Author:Luca Barbato Committer: Luca Barbato Date: Sun Dec 4 15:56:39 2011 +0100 nut: support 10bit YUV Signed-off-by: Luca Barbato --- libavformat/nut.c |6 ++ 1 files changed, 6 insertions(+),

[libav-commits] lavc: always align height by 32 pixel

2011-12-20 Thread Rafaël Carré
Module: libav Branch: master Commit: 37c0dc626d2f8254ef623d987eb5077f9120755f Author:Rafaël Carré Committer: Luca Barbato Date: Tue Dec 13 15:32:34 2011 +0100 lavc: always align height by 32 pixel Interlaced content for most codec requires it. This patch is a stop-gap pending a seriou

[libav-commits] postproc: altivec: fix remaining mixed declarations and code

2011-12-20 Thread Mans Rullgard
Module: libav Branch: master Commit: 514294e8cab7ab70e69f686a84e7cc6f1192961c Author:Mans Rullgard Committer: Mans Rullgard Date: Tue Dec 20 19:07:49 2011 + postproc: altivec: fix remaining mixed declarations and code Signed-off-by: Mans Rullgard --- libpostproc/postprocess_al

[libav-commits] postproc: altivec: fix trivial cases of mixed declarations and code

2011-12-20 Thread Mans Rullgard
Module: libav Branch: master Commit: b1bcddfb6d06535df59bd212904c725850b36ece Author:Mans Rullgard Committer: Mans Rullgard Date: Tue Dec 20 18:31:43 2011 + postproc: altivec: fix trivial cases of mixed declarations and code This moves declarations without initialisers or with con

[libav-commits] postproc: altivec: untemplate some variable names

2011-12-20 Thread Mans Rullgard
Module: libav Branch: master Commit: b49b836f3a0f5853bc084afece1d2ac5b341f103 Author:Mans Rullgard Committer: Mans Rullgard Date: Tue Dec 20 19:03:25 2011 + postproc: altivec: untemplate some variable names These variables are now in separate scopes and thus do not need unique nam

[libav-commits] build: error on mixed declarations and code

2011-12-20 Thread Mans Rullgard
Module: libav Branch: master Commit: 9d6b2077b27980936efdc616e2f9c92a56b443fc Author:Mans Rullgard Committer: Mans Rullgard Date: Tue Dec 20 16:32:06 2011 + build: error on mixed declarations and code Signed-off-by: Mans Rullgard --- configure |1 + 1 files changed, 1 inse

[libav-commits] fate: account for NUT 10bit support

2011-12-20 Thread Luca Barbato
Module: libav Branch: master Commit: 9f3c77dd2a4fa4accf102c2af1f22567652b8e0f Author:Luca Barbato Committer: Luca Barbato Date: Wed Dec 21 02:50:57 2011 +0100 fate: account for NUT 10bit support Some libavifilter tests use NUT as output even if the produced files were not decodable. T

[libav-commits] network: properly declare WSADATA in windows

2011-12-20 Thread Sergey Radionov
Module: libav Branch: master Commit: 139cef8e29bd14de66e29e37722fb09ab2b7e9c5 Author:Sergey Radionov Committer: Luca Barbato Date: Wed Dec 21 09:19:10 2011 +0700 network: properly declare WSADATA in windows Fixed "ISO C90 forbids mixed declarations and code" in ff_network_init Signed

[libav-commits] aacdec: Cleanup decode_ics_info.

2011-12-20 Thread Alex Converse
Module: libav Branch: master Commit: 021914e27fe943649e26ea82b2bbd67c89c7c324 Author:Alex Converse Committer: Alex Converse Date: Tue Dec 20 10:36:27 2011 -0800 aacdec: Cleanup decode_ics_info. Remove unused function argument. Return an AVERROR. Don't zero out ICS on failure. --- l

[libav-commits] w32threads: wait for the waked thread in pthread_cond_signal.

2011-12-20 Thread Sergey Radionov
Module: libav Branch: master Commit: 2003a29284660255016b1ec4bd5dfb8d53e6a852 Author:Sergey Radionov Committer: Ronald S. Bultje Date: Wed Dec 21 09:08:56 2011 +0700 w32threads: wait for the waked thread in pthread_cond_signal. This fixes a deadlock VLC triggered with multithreaded de