[libav-commits] avformat_write_header(): detail error message

2012-01-29 Thread Rafaël Carré
Module: libav Branch: master Commit: 420df8b7c414cfd0cae29930344889651825f9d0 Author:Rafaël Carré Committer: Anton Khirnov Date: Sat Jan 28 23:29:26 2012 -0500 avformat_write_header(): detail error message Give the exact aspect ratios when there is a mismatch between encoder and muxer

[libav-commits] avutil: make intfloat api public

2012-01-29 Thread Paul B Mahol
Module: libav Branch: master Commit: 8b933129b932f523a746e921a0a20b8dd8816971 Author:Paul B Mahol Committer: Anton Khirnov Date: Sun Jan 29 20:09:22 2012 + avutil: make intfloat api public The functions are already av_ prefixed and intfloat header is already provided. Install liba

[libav-commits] s/vbsf/bsf/

2012-01-29 Thread Mike Melanson
Module: libav Branch: master Commit: cc09dc7863e4ffdf5d7c18472721c5ce739f26b0 Author:Mike Melanson Committer: Anton Khirnov Date: Sun Jan 29 21:29:25 2012 -0800 s/vbsf/bsf/ -vbsf doesn't exist anymore. It got renamed to -bsf somewhere along the line. Update print statement accordingly

[libav-commits] yuv4mpeg: allow YUV4MPEG2 demuxer to recognize 'C420' colorspace.

2012-01-29 Thread Mike Melanson
Module: libav Branch: master Commit: b864b38397a2962d265ad39005265bac4fb001ef Author:Mike Melanson Committer: Anton Khirnov Date: Sun Jan 29 21:24:41 2012 -0800 yuv4mpeg: allow YUV4MPEG2 demuxer to recognize 'C420' colorspace. Current demuxer recognizes several colorspace formats that

[libav-commits] png: add support for bpp>4 to paeth x86 SIMD code.

2012-01-29 Thread Ronald S. Bultje
Module: libav Branch: master Commit: af79a0c48a41fd99b674b39ac509ae442974715d Author:Ronald S. Bultje Committer: Ronald S. Bultje Date: Fri Jan 27 23:28:28 2012 +0800 png: add support for bpp>4 to paeth x86 SIMD code. This fixes playback of e.g. RGB48 (bpp=6) content on x86 CPUs. Fixe

[libav-commits] png: add SSE2 version for add_bytes_l2.

2012-01-29 Thread Ronald S. Bultje
Module: libav Branch: master Commit: f91c4b7824a558b472bb0acd610c772cd9904003 Author:Ronald S. Bultje Committer: Ronald S. Bultje Date: Fri Jan 27 23:23:05 2012 +0800 png: add SSE2 version for add_bytes_l2. --- libavcodec/x86/pngdsp-init.c |6 ++ libavcodec/x86/pngdsp.asm

[libav-commits] png: convert DSP functions to yasm.

2012-01-29 Thread Ronald S. Bultje
Module: libav Branch: master Commit: 59f474b49dce5032d2d446d687eef3228e941192 Author:Ronald S. Bultje Committer: Ronald S. Bultje Date: Fri Jan 27 23:21:55 2012 +0800 png: convert DSP functions to yasm. --- libavcodec/x86/Makefile |1 + libavcodec/x86/pngdsp-init.c | 116 +

[libav-commits] Fix non-C89 declarations in for loops

2012-01-29 Thread Mans Rullgard
Module: libav Branch: master Commit: 3715d841a619f1cbc4776d9b00575dae6fb6534a Author:Mans Rullgard Committer: Mans Rullgard Date: Sun Jan 29 20:55:10 2012 + Fix non-C89 declarations in for loops Some compilers still do not support this syntax. Signed-off-by: Mans Rullgard ---

[libav-commits] png: add missing #if HAVE_SSSE3 around function pointer assignment.

2012-01-29 Thread Ronald S. Bultje
Module: libav Branch: master Commit: 20a7d3178f2370ebd1f548c144bc90d1e1bcd81a Author:Ronald S. Bultje Committer: Ronald S. Bultje Date: Sun Jan 29 12:31:59 2012 -0800 png: add missing #if HAVE_SSSE3 around function pointer assignment. --- libavcodec/x86/pngdsp-init.c |2 +- 1 fi

[libav-commits] imdct36: mark SSE functions as using all 16 XMM registers.

2012-01-29 Thread Ronald S. Bultje
Module: libav Branch: master Commit: 331e7c4cb34eb77451fbf84c604d717ed49abf15 Author:Ronald S. Bultje Committer: Ronald S. Bultje Date: Sun Jan 29 08:14:05 2012 -0800 imdct36: mark SSE functions as using all 16 XMM registers. On x86-64, it indeed uses all 16 registers (and on x86-32,

[libav-commits] png: move DSP functions to their own DSP context.

2012-01-29 Thread Ronald S. Bultje
Module: libav Branch: master Commit: e92003514d7aab25d56e2d827820f47755d397ec Author:Ronald S. Bultje Committer: Ronald S. Bultje Date: Fri Jan 27 23:00:36 2012 +0800 png: move DSP functions to their own DSP context. --- libavcodec/Makefile |2 +- libavcodec/dsputil.c

[libav-commits] sunrast: Replace magic number by a macro.

2012-01-29 Thread Aneesh Dogra
Module: libav Branch: master Commit: fef3771778dbc9e7a17b7ce773f1b6d9651dff6f Author:Aneesh Dogra Committer: Ronald S. Bultje Date: Sat Jan 28 18:52:12 2012 +0530 sunrast: Replace magic number by a macro. Signed-off-by: Aneesh Dogra Signed-off-by: Ronald S. Bultje --- libavcodec/

[libav-commits] sunrast: Remove if (unsigned int < 0) check.

2012-01-29 Thread Aneesh Dogra
Module: libav Branch: master Commit: 4ffb8e2c14dbbe28014fb9d5cea769d600094e1b Author:Aneesh Dogra Committer: Ronald S. Bultje Date: Sun Jan 29 11:13:32 2012 +0530 sunrast: Remove if (unsigned int < 0) check. Note: This fixes the following GCC warning :- libavcodec/sunrast.c:94: warnin

[libav-commits] sunrast: Cosmetics

2012-01-29 Thread Aneesh Dogra
Module: libav Branch: master Commit: 415f358a1f926878fc7bc31715cc6d221e372fa0 Author:Aneesh Dogra Committer: Ronald S. Bultje Date: Sat Jan 28 18:52:14 2012 +0530 sunrast: Cosmetics Signed-off-by: Aneesh Dogra Signed-off-by: Ronald S. Bultje --- libavcodec/sunrast.c | 34 ++

[libav-commits] sunrast: Add a sample request for TIFF, IFF, and Experimental Rastfile formats.

2012-01-29 Thread Aneesh Dogra
Module: libav Branch: master Commit: f9708e9a0e76d3dfa89f175edde68d8cadb02763 Author:Aneesh Dogra Committer: Ronald S. Bultje Date: Sat Jan 28 18:52:15 2012 +0530 sunrast: Add a sample request for TIFF, IFF, and Experimental Rastfile formats. Signed-off-by: Aneesh Dogra Signed-off-by