[libav-commits] x86: mmx2 ---> mmxext in comments and messages

2012-10-30 Thread Diego Biurrun
Module: libav Branch: master Commit: 652f5185945c8405fc57aed353286858df8d066f Author:Diego Biurrun Committer: Diego Biurrun Date: Sun Jul 8 19:16:20 2012 +0200 x86: mmx2 ---> mmxext in comments and messages --- doc/optimization.txt |2 +- doc/swscale.txt

[libav-commits] x86: mmx2 ---> mmxext in variable names

2012-10-30 Thread Diego Biurrun
Module: libav Branch: master Commit: a65bdceb060628881578afb29df4eb222421381f Author:Diego Biurrun Committer: Diego Biurrun Date: Sun Jul 8 19:55:31 2012 +0200 x86: mmx2 ---> mmxext in variable names --- libswscale/swscale_internal.h | 10 ++-- libswscale/utils.c

[libav-commits] x86: MMX2 ---> MMXEXT in macro names

2012-10-30 Thread Diego Biurrun
Module: libav Branch: master Commit: 588fafe7f3bdce1b7265b74320e9bdfad3e25960 Author:Diego Biurrun Committer: Diego Biurrun Date: Sun Jul 8 19:28:57 2012 +0200 x86: MMX2 ---> MMXEXT in macro names --- libavcodec/x86/ac3dsp.asm |2 +- libavcodec/x86/cavsdsp.c |

[libav-commits] x86: include x86inc.asm in x86util.asm

2012-10-30 Thread Diego Biurrun
Module: libav Branch: master Commit: 6860b4081d046558c44b1b42f22022ea341a2a73 Author:Diego Biurrun Committer: Diego Biurrun Date: Sun Jul 8 01:20:48 2012 +0200 x86: include x86inc.asm in x86util.asm This is necessary to allow refactoring some x86util macros with cpuflags. --- liba

[libav-commits] x86: fmtconvert: Refactor cvtps2pi emulation through cpuflags

2012-10-30 Thread Diego Biurrun
Module: libav Branch: master Commit: be2c456e962ab0a748164e0e43d0d74cc0d704fa Author:Diego Biurrun Committer: Diego Biurrun Date: Sun Jul 15 19:55:21 2012 +0200 x86: fmtconvert: Refactor cvtps2pi emulation through cpuflags --- libavcodec/x86/fmtconvert.asm | 52 +++

[libav-commits] x86: fmtconvert: port to cpuflags

2012-10-30 Thread Diego Biurrun
Module: libav Branch: master Commit: be923ed659016350592acb9b3346f706f8170ac5 Author:Diego Biurrun Committer: Diego Biurrun Date: Sun Jul 15 15:42:17 2012 +0200 x86: fmtconvert: port to cpuflags --- libavcodec/x86/fmtconvert.asm | 141 + 1 fi

[libav-commits] x86: yasm: Use complete source path for macro helper %includes

2012-10-30 Thread Diego Biurrun
Module: libav Branch: master Commit: 04581c8c77ce779e4e70684ac45302972766be0f Author:Diego Biurrun Committer: Diego Biurrun Date: Sun Jul 15 11:48:21 2012 +0200 x86: yasm: Use complete source path for macro helper %includes This is more consistent with the way we handle C #includes an

[libav-commits] cng: Reindent some incorrectly indented lines

2012-10-30 Thread Martin Storsjö
Module: libav Branch: master Commit: ab9545a290d1f48eb4c361ecd0b5df0a966a9a79 Author:Martin Storsjö Committer: Martin Storsjö Date: Tue Oct 30 12:09:57 2012 +0200 cng: Reindent some incorrectly indented lines Signed-off-by: Martin Storsjö --- libavcodec/cngdec.c |2 +- libavco

[libav-commits] cngdec: Update the LPC coefficients after averaging the reflection coefficients

2012-10-30 Thread Martin Storsjö
Module: libav Branch: master Commit: 9b50d20cd24c0a91bace9d651e2d0fd1e91db3c9 Author:Martin Storsjö Committer: Martin Storsjö Date: Tue Oct 30 12:26:39 2012 +0200 cngdec: Update the LPC coefficients after averaging the reflection coefficients I somehow messed up the placement of this

[libav-commits] cngdec: Make the dbov variable have the right unit

2012-10-30 Thread Martin Storsjö
Module: libav Branch: master Commit: 036e6c37d31e471447f71decaea55996bde3d9a2 Author:Martin Storsjö Committer: Martin Storsjö Date: Tue Oct 30 11:56:54 2012 +0200 cngdec: Make the dbov variable have the right unit Previously the unit of the variable was Bov, not dBov. Signed-off-by:

[libav-commits] cngdec: Fix the memset size to cover the full array

2012-10-30 Thread Martin Storsjö
Module: libav Branch: master Commit: cafefd889b9e9f36814dc4ca13ed169f667b41a4 Author:Martin Storsjö Committer: Martin Storsjö Date: Tue Oct 30 12:17:35 2012 +0200 cngdec: Fix the memset size to cover the full array This was a leftover from previous iterations of the code, where the re

[libav-commits] cngdec: Allow flushing the decoder

2012-10-30 Thread Martin Storsjö
Module: libav Branch: master Commit: 6b68223d315aa4daf2e9006f6f37418ca5766698 Author:Martin Storsjö Committer: Martin Storsjö Date: Tue Oct 30 12:03:25 2012 +0200 cngdec: Allow flushing the decoder After a flush, don't average the output envelope and energy with previous iterations.

[libav-commits] configure: fix print_config() with broke awks

2012-10-30 Thread Mans Rullgard
Module: libav Branch: master Commit: d16c4aebba1ba611e10d86aa02be4cdfd3fbc3c5 Author:Mans Rullgard Committer: Mans Rullgard Date: Tue Oct 30 11:57:30 2012 + configure: fix print_config() with broke awks Some awk versions do not treat the result of unary + on a (numeric) string as

[libav-commits] pixfmt: support more yuva formats

2012-10-30 Thread Luca Barbato
Module: libav Branch: master Commit: 7658295ba353b8bedb3af904f46cfb1ba0cea86a Author:Luca Barbato Committer: Luca Barbato Date: Sun Oct 14 08:06:27 2012 +0200 pixfmt: support more yuva formats Signed-off-by: Luca Barbato --- libavcodec/raw.c | 19 libavformat/n

[libav-commits] swscale: support gray to 9bit and 10bit formats

2012-10-30 Thread Luca Barbato
Module: libav Branch: master Commit: 26b5ad2543305f0b148e5b91e9773b6a9a185922 Author:Luca Barbato Committer: Luca Barbato Date: Mon Oct 29 19:07:01 2012 +0100 swscale: support gray to 9bit and 10bit formats With the input of Kostya and Ronald. --- libswscale/swscale.c |

[libav-commits] configure: rewrite print_config() function using awk

2012-10-30 Thread Mans Rullgard
Module: libav Branch: master Commit: f454e879238ce317c6d905d187e7608c461a7087 Author:Mans Rullgard Committer: Mans Rullgard Date: Sat Oct 27 16:43:12 2012 +0100 configure: rewrite print_config() function using awk This is much faster with slow shells and noticeably faster even with ba