[libav-commits] v4l2: add a pixel_format private option.

2011-05-27 Thread Anton Khirnov
Module: libav Branch: master Commit: d576bbf3eb0eb2a421f0c3efb2b78a47a1826cf5 Author:Anton Khirnov Committer: Anton Khirnov Date: Tue May 24 09:02:11 2011 +0200 v4l2: add a pixel_format private option. --- libavdevice/v4l2.c | 18 +++--- 1 files changed, 15 insertions(

[libav-commits] lavf: deprecate AVFormatParameters.pix_fmt.

2011-05-27 Thread Anton Khirnov
Module: libav Branch: master Commit: f91ccb1df6fe6d043bd88eabc916be1093b6677b Author:Anton Khirnov Committer: Anton Khirnov Date: Fri May 27 07:38:49 2011 +0200 lavf: deprecate AVFormatParameters.pix_fmt. --- libavformat/avformat.h |4 +--- 1 files changed, 1 insertions(+), 3 de

[libav-commits] rawdec: add a pixel_format private option.

2011-05-27 Thread Anton Khirnov
Module: libav Branch: master Commit: 2a85f218680832bc8a22155c8d5225bdb9c10279 Author:Anton Khirnov Committer: Anton Khirnov Date: Tue May 24 09:02:11 2011 +0200 rawdec: add a pixel_format private option. --- libavformat/rawdec.c | 29 +++-- libavformat/rawd

[libav-commits] libdc1394: add a pixel_format private option.

2011-05-27 Thread Anton Khirnov
Module: libav Branch: master Commit: 2e0e1e712aa263d919ebb842567977195dfa4774 Author:Anton Khirnov Committer: Anton Khirnov Date: Tue May 24 09:02:11 2011 +0200 libdc1394: add a pixel_format private option. --- libavdevice/libdc1394.c | 14 +- 1 files changed, 13 inser

[libav-commits] ac3enc: Move AC-3 AVOptions array to a separate file to make it easier to

2011-05-27 Thread Justin Ruggles
Module: libav Branch: master Commit: b1bf8c7887395b08a68072c80f11b0c53d8e785a Author:Justin Ruggles Committer: Justin Ruggles Date: Tue May 24 15:14:36 2011 -0400 ac3enc: Move AC-3 AVOptions array to a separate file to make it easier to use only selected options for the different AC-3

[libav-commits] cosmetics: indentation and alignment after previous commit

2011-05-27 Thread Justin Ruggles
Module: libav Branch: master Commit: 1a950da6a2d981d53f61d42f3a07b00db091 Author:Justin Ruggles Committer: Justin Ruggles Date: Tue May 24 19:38:30 2011 -0400 cosmetics: indentation and alignment after previous commit --- libavcodec/ac3enc.c | 174 +-

[libav-commits] ac3enc: add support for E-AC-3 encoding.

2011-05-27 Thread Justin Ruggles
Module: libav Branch: master Commit: aa47c35dff263f19f64f10a93ea9e4da4e395ede Author:Justin Ruggles Committer: Justin Ruggles Date: Tue May 24 15:20:56 2011 -0400 ac3enc: add support for E-AC-3 encoding. This adds basic stream format support and allows for arbitrary bit rates rather t

[libav-commits] ARM: check for VFPv3

2011-05-27 Thread Mans Rullgard
Module: libav Branch: master Commit: 93eb8e4d7c6654040fd160396546c547cdf51043 Author:Mans Rullgard Committer: Mans Rullgard Date: Fri May 27 20:12:01 2011 +0100 ARM: check for VFPv3 Signed-off-by: Mans Rullgard --- configure |3 +++ 1 files changed, 3 insertions(+), 0 deletion

[libav-commits] ARM: disable ff_vector_fmul_vfp on VFPv3 systems

2011-05-27 Thread Mans Rullgard
Module: libav Branch: master Commit: 79aeade6f6f8fbd7ce1da619fdd475e5db88ae24 Author:Mans Rullgard Committer: Mans Rullgard Date: Fri May 27 20:18:26 2011 +0100 ARM: disable ff_vector_fmul_vfp on VFPv3 systems This function uses old-style vector operations deprecated in VFPv3. Some im

[libav-commits] swscale: Remove unused variables in x86 code.

2011-05-27 Thread Diego Biurrun
Module: libav Branch: master Commit: 5a5a0f161359ca6c3fd03eac88a57bd026b8bc1d Author:Diego Biurrun Committer: Diego Biurrun Date: Fri May 27 19:46:39 2011 +0200 swscale: Remove unused variables in x86 code. libswscale/x86/swscale_template.c:2072: warning: unused variable ‘canMMX2BeUse

[libav-commits] doc: Drop DJGPP section, Libav now compiles out-of-the-box on FreeDOS.

2011-05-27 Thread Diego Biurrun
Module: libav Branch: master Commit: 7eae0110022063d0b3eb423c46dea5eff5268797 Author:Diego Biurrun Committer: Diego Biurrun Date: Thu May 26 14:39:37 2011 +0200 doc: Drop DJGPP section, Libav now compiles out-of-the-box on FreeDOS. --- doc/general.texi |6 -- 1 files changed

[libav-commits] x86: Add appropriate ifdefs around certain AVX functions.

2011-05-27 Thread Diego Biurrun
Module: libav Branch: master Commit: 5e528cffcf3d2cb1665075649601f4e62c8764e1 Author:Diego Biurrun Committer: Diego Biurrun Date: Fri May 27 21:18:12 2011 +0200 x86: Add appropriate ifdefs around certain AVX functions. nasm versions prior to 2.09 have trouble assembling some of our AV

[libav-commits] cmdutils: use sws_freeContext() instead of av_freep().

2011-05-27 Thread Ronald S. Bultje
Module: libav Branch: master Commit: faf8d3ddfa105d7f107a886c5f3cadf6357d89b6 Author:Ronald S. Bultje Committer: Ronald S. Bultje Date: Fri May 27 11:57:39 2011 -0400 cmdutils: use sws_freeContext() instead of av_freep(). av_freep(swsContext) will leak all memory potentially allocated

[libav-commits] swscale: delay allocation of formatConvBuffer().

2011-05-27 Thread Ronald S. Bultje
Module: libav Branch: master Commit: 389e2000ebc299b9da24f7e5faf9a68a88f9ee7c Author:Ronald S. Bultje Committer: Ronald S. Bultje Date: Fri May 27 12:23:32 2011 -0400 swscale: delay allocation of formatConvBuffer(). That means it won't be allocated when not needed. Alongside this, it

[libav-commits] swscale: fix build with --disable-swscale-alpha.

2011-05-27 Thread Ronald S. Bultje
Module: libav Branch: master Commit: f327bfa6dcdbce4593213c30a328d8aaf7a4b86b Author:Ronald S. Bultje Committer: Ronald S. Bultje Date: Fri May 27 11:36:43 2011 -0400 swscale: fix build with --disable-swscale-alpha. --- libswscale/x86/yuv2rgb_mmx.c |8 1 files changed,

[libav-commits] movenc: Deprecate the global RTP hinting flag, use a private AVOption instead

2011-05-27 Thread Martin Storsjö
Module: libav Branch: master Commit: 28734ac995ef4ea9be2203144362a585b2296637 Author:Martin Storsjö Committer: Martin Storsjö Date: Fri May 20 12:27:02 2011 +0300 movenc: Deprecate the global RTP hinting flag, use a private AVOption instead Instead of -fflags rtphint, set -movflags rt

[libav-commits] movenc: Add an AVClass for setting muxer specific options

2011-05-27 Thread Martin Storsjö
Module: libav Branch: master Commit: 91e3a25ef6de2efcbea38ec0f6ffd3f8785962a2 Author:Martin Storsjö Committer: Martin Storsjö Date: Sat May 21 14:57:04 2011 +0300 movenc: Add an AVClass for setting muxer specific options Signed-off-by: Martin Storsjö --- libavformat/movenc.c | 1

[libav-commits] swscale: fix non-bitexact yuv2yuv[X2]() MMX/MMX2 functions.

2011-05-27 Thread Ronald S. Bultje
Module: libav Branch: master Commit: 9f5d45025e8df9d5f39832caad16b94cb6ac11c5 Author:Ronald S. Bultje Committer: Ronald S. Bultje Date: Fri May 27 09:28:38 2011 -0400 swscale: fix non-bitexact yuv2yuv[X2]() MMX/MMX2 functions. --- libswscale/x86/swscale_template.c | 10 ++

[libav-commits] tcp: make connect() timeout properly

2011-05-27 Thread Luca Barbato
Module: libav Branch: master Commit: ebb6b27ad9a72de2382a4eb438a11043273c4cad Author:Luca Barbato Committer: Luca Barbato Date: Fri May 20 14:09:21 2011 +0200 tcp: make connect() timeout properly The connect() timeout can take minutes, gets misreported as EIO and isn't interruptible.

[libav-commits] configure: report yasm/nasm presence properly

2011-05-27 Thread Luca Barbato
Module: libav Branch: master Commit: 6348a96c06ca152f32fddac58552dd679d39eddf Author:Luca Barbato Committer: Luca Barbato Date: Thu May 26 20:03:37 2011 +0200 configure: report yasm/nasm presence properly If the secondary assembler is in use report the proper name --- configure |