[libav-commits] avutil: remove inline av_log2 from public API

2012-10-20 Thread Mans Rullgard
Module: libav Branch: master Commit: 8c0a3d5fe035f2d19b5815f142e145cfbedf28b3 Author:Mans Rullgard Committer: Mans Rullgard Date: Thu Oct 18 18:15:38 2012 +0100 avutil: remove inline av_log2 from public API This removes inline av_log2 and av_log2_16bit from the public API, instead exp

[libav-commits] celp_math: rename ff_log2 to ff_log2_q15

2012-10-20 Thread Mans Rullgard
Module: libav Branch: master Commit: f0c07be6491c850f948e2029f27f06437d128f3a Author:Mans Rullgard Committer: Mans Rullgard Date: Thu Oct 18 17:59:13 2012 +0100 celp_math: rename ff_log2 to ff_log2_q15 This name is more descriptive as the function returns a fixed-point value with 15 f

[libav-commits] avutil: make some tables visible again

2012-10-20 Thread Reinhard Tartler
Module: libav Branch: master Commit: def8c94699877d015154a03d43e2b8f479cd89a0 Author:Reinhard Tartler Committer: Martin Storsjö Date: Fri Oct 19 23:34:02 2012 +0200 avutil: make some tables visible again These tables are used for instance by older versions of libavcodec and need to re

[libav-commits] avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI compatibility

2012-10-20 Thread Martin Storsjö
Module: libav Branch: master Commit: d15c21e5fa3961f10026da1a3080a3aa3cf4cec9 Author:Martin Storsjö Committer: Martin Storsjö Date: Sat Oct 20 13:32:01 2012 +0300 avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI compatibility Earlier versions of for instance of libavc

[libav-commits] ffv1: propagate errors

2012-10-20 Thread Luca Barbato
Module: libav Branch: master Commit: 4a2a4524a3f50ed302820ba971ddd48e78c7436f Author:Luca Barbato Committer: Luca Barbato Date: Fri Oct 19 10:33:43 2012 +0200 ffv1: propagate errors --- libavcodec/ffv1dec.c | 53 + libavcodec/ffv1enc

[libav-commits] ARM: reinstate optimised intmath.h

2012-10-20 Thread Mans Rullgard
Module: libav Branch: master Commit: ebe46b8063ae2e1ae77b6a83f6408c66e20a0728 Author:Mans Rullgard Committer: Mans Rullgard Date: Sat Oct 20 15:29:32 2012 +0100 ARM: reinstate optimised intmath.h Use of the ARM optimised intmath.h was accidentally dropped in 9734b8b. Signed-off-by: M

[libav-commits] doc/platform: Add info on shared builds with MSVC

2012-10-20 Thread Derek Buitenhuis
Module: libav Branch: master Commit: 2d09b36c0379fcda8f984bc8ad8816c8326fd7bd Author:Derek Buitenhuis Committer: Derek Buitenhuis Date: Fri Oct 19 15:12:07 2012 -0400 doc/platform: Add info on shared builds with MSVC Signed-off-by: Derek Buitenhuis --- doc/platform.texi | 11 +++

[libav-commits] doc/platform: Move a caveat down to the notes section

2012-10-20 Thread Derek Buitenhuis
Module: libav Branch: master Commit: f2a7236d0c73050e59606f3c7f2fafcaa1ecb91a Author:Derek Buitenhuis Committer: Derek Buitenhuis Date: Fri Oct 19 14:19:26 2012 -0400 doc/platform: Move a caveat down to the notes section Signed-off-by: Derek Buitenhuis --- doc/platform.texi | 11

[libav-commits] fate: Introduce ENCMUX macro for tests that require encoders and a muxer

2012-10-20 Thread Diego Biurrun
Module: libav Branch: master Commit: 8860878291579927bfbb2cd561b410d7419eaae4 Author:Diego Biurrun Committer: Diego Biurrun Date: Sat Oct 20 15:40:15 2012 +0200 fate: Introduce ENCMUX macro for tests that require encoders and a muxer --- tests/Makefile |1 + tests/fate/

[libav-commits] ffv1: Add missing #includes to header file

2012-10-20 Thread Diego Biurrun
Module: libav Branch: master Commit: 6cfca5b6ae5a2212082408ee751facd37810d606 Author:Diego Biurrun Committer: Diego Biurrun Date: Sat Oct 20 21:09:25 2012 +0200 ffv1: Add missing #includes to header file --- libavcodec/ffv1.h |7 +++ 1 files changed, 7 insertions(+), 0 delet

[libav-commits] fate: adpcm: cosmetics: Sort test entries

2012-10-20 Thread Diego Biurrun
Module: libav Branch: master Commit: 620345f930d1775e06f38e20a8e7748dd919af2c Author:Diego Biurrun Committer: Diego Biurrun Date: Fri Oct 19 23:32:12 2012 +0200 fate: adpcm: cosmetics: Sort test entries This also places tests of related formats together. --- tests/fate/adpcm.mak |

[libav-commits] fate: adpcm: Add dependencies

2012-10-20 Thread Diego Biurrun
Module: libav Branch: master Commit: 2e0c410485efee5fc033d9a1b3d2164ef5e192af Author:Diego Biurrun Committer: Diego Biurrun Date: Sat Oct 20 01:13:56 2012 +0200 fate: adpcm: Add dependencies --- tests/fate/adpcm.mak | 52 +- 1 files

[libav-commits] svq3: cosmetics: Drop useless parentheses

2012-10-20 Thread Diego Biurrun
Module: libav Branch: master Commit: af1ede069cb61b8855cecb8dc5b77cb59c62367b Author:Diego Biurrun Committer: Diego Biurrun Date: Fri Oct 19 18:26:54 2012 +0200 svq3: cosmetics: Drop useless parentheses --- libavcodec/svq3.c | 118 ++-