[libav-commits] vc1: export some functions

2012-08-27 Thread Kostya Shishkov
Module: libav Branch: master Commit: 7627c35a81241c98768d2d1f13d576591cac0b1c Author:Kostya Shishkov Committer: Kostya Shishkov Date: Mon Aug 27 19:21:00 2012 +0200 vc1: export some functions This is a preparatory step for the MSS2 decoder which needs to use the WMV9 decoder to decode

[libav-commits] configure: use HOSTCC_C/O in check_host_cc

2012-08-27 Thread Mans Rullgard
Module: libav Branch: master Commit: ae43c4c0c09fee63bc7ec9385b3fd381be7ba1d5 Author:Mans Rullgard Committer: Mans Rullgard Date: Mon Aug 27 22:19:42 2012 +0100 configure: use HOSTCC_C/O in check_host_cc Signed-off-by: Mans Rullgard --- configure |6 +- 1 files changed, 5

[libav-commits] configure: use AS_O setting in check_as

2012-08-27 Thread Mans Rullgard
Module: libav Branch: master Commit: df0d63413801830b2b920259d4cefc85af1a8de4 Author:Mans Rullgard Committer: Mans Rullgard Date: Mon Aug 27 22:19:06 2012 +0100 configure: use AS_O setting in check_as Signed-off-by: Mans Rullgard --- configure |6 +- 1 files changed, 5 ins

[libav-commits] configure: use LD_O setting in check_ld()

2012-08-27 Thread Mans Rullgard
Module: libav Branch: master Commit: 29b64b682766c9d08c72b5a6d8de69c905f32855 Author:Mans Rullgard Committer: Mans Rullgard Date: Mon Aug 27 22:04:25 2012 +0100 configure: use LD_O setting in check_ld() Signed-off-by: Mans Rullgard --- configure |6 +- 1 files changed, 5 i

[libav-commits] Revert "dsputil: make {add/put/put_signed}_pixels_clamped() non-static."

2012-08-27 Thread Mans Rullgard
Module: libav Branch: master Commit: dbc9f84ea6723c3d73dc9ec2aebacabc99a8d949 Author:Mans Rullgard Committer: Mans Rullgard Date: Sat Aug 25 12:34:55 2012 +0100 Revert "dsputil: make {add/put/put_signed}_pixels_clamped() non-static." This reverts commit 484a337cd7cd8bb180c4a1bd3321881

[libav-commits] build: Restore dependency of acelp_filters.o on celp_math.o

2012-08-27 Thread Diego Biurrun
Module: libav Branch: master Commit: 3d868fe542e3f960f54d18c4baf87fc8e36c497c Author:Diego Biurrun Committer: Diego Biurrun Date: Mon Aug 27 21:05:52 2012 +0200 build: Restore dependency of acelp_filters.o on celp_math.o --- libavcodec/Makefile|6 +++--- libavcodec/a

[libav-commits] celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()

2012-08-27 Thread Diego Biurrun
Module: libav Branch: master Commit: dafcbfe44361b0d3caa22b15bc95e38ba80af7e6 Author:Diego Biurrun Committer: Diego Biurrun Date: Sun Aug 26 11:29:39 2012 +0200 celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c() --- libavcodec/Makefile| 12 ++---

[libav-commits] configure: Fix shared library creation for OpenBSD

2012-08-27 Thread Brad Smith
Module: libav Branch: master Commit: d5683aba5a4ca142ce9d446b565f7310107872c3 Author:Brad Smith Committer: Diego Biurrun Date: Sun Aug 26 16:23:06 2012 -0400 configure: Fix shared library creation for OpenBSD OpenBSD does not expect or require symlinked shared libraries with just the

[libav-commits] build: Use portable abstraction for linker/hostcc output file syntax

2012-08-27 Thread Diego Biurrun
Module: libav Branch: master Commit: 8f7c26e39297c8ecc8670a04936e47fbfc33439b Author:Diego Biurrun Committer: Diego Biurrun Date: Mon Aug 27 05:09:29 2012 +0200 build: Use portable abstraction for linker/hostcc output file syntax --- Makefile|4 ++-- common.mak |2 +- l

[libav-commits] celp_math: Move ff_cos() to the only place it is used

2012-08-27 Thread Diego Biurrun
Module: libav Branch: master Commit: 55498543354335697bf1c5616a2ba94c64fbdcf1 Author:Diego Biurrun Committer: Diego Biurrun Date: Sun Aug 26 17:27:12 2012 +0200 celp_math: Move ff_cos() to the only place it is used --- libavcodec/Makefile|4 ++-- libavcodec/celp_math.c | 2

[libav-commits] vp56: Don't use DECLARE_ALIGN on a typedef name

2012-08-27 Thread Derek Buitenhuis
Module: libav Branch: master Commit: 5395d882b4c06825f43239d2e8869c82275bb3b6 Author:Derek Buitenhuis Committer: Derek Buitenhuis Date: Sun Aug 26 20:57:08 2012 -0400 vp56: Don't use DECLARE_ALIGN on a typedef name Instead, use it on the first member, since by definition, if any membe

[libav-commits] mss1: move code that will be reused by MSS2 decoder into separate file

2012-08-27 Thread Kostya Shishkov
Module: libav Branch: master Commit: 0de4a563e4f301c1abc2032d5c13c3cbb39e430c Author:Kostya Shishkov Committer: Kostya Shishkov Date: Sun Aug 26 14:16:07 2012 +0200 mss1: move code that will be reused by MSS2 decoder into separate file --- libavcodec/Makefile |2 +- libavcodec/m

[libav-commits] mss1: merge decode_intra() and decode_inter()

2012-08-27 Thread Kostya Shishkov
Module: libav Branch: master Commit: 49df339f4b5de7910b7028d4f3063019bff03d3d Author:Kostya Shishkov Committer: Kostya Shishkov Date: Sun Aug 26 13:46:57 2012 +0200 mss1: merge decode_intra() and decode_inter() They have most of their code in common. --- libavcodec/mss1.c | 64 ++

[libav-commits] avprobe: Get rid of ugly casts in the options table

2012-08-27 Thread Martin Storsjö
Module: libav Branch: master Commit: b42be2d56a5abbc8645eac7d4d30f9e3b486dcc0 Author:Martin Storsjö Committer: Martin Storsjö Date: Mon Aug 27 14:07:12 2012 +0300 avprobe: Get rid of ugly casts in the options table This also makes sure the function pointers are stored via the same uni

[libav-commits] vf_hqdn3d: Remove a duplicate inline declaration

2012-08-27 Thread Martin Storsjö
Module: libav Branch: master Commit: b441a4517be7d399417548738ed8f2671dd0c4ae Author:Martin Storsjö Committer: Martin Storsjö Date: Mon Aug 27 15:55:43 2012 +0300 vf_hqdn3d: Remove a duplicate inline declaration Compilation seems to fail on GCC 3.4 due to this duplicate declaration.

[libav-commits] vf_hqdn3d: Don't declare the loop variable within the for loop

2012-08-27 Thread Martin Storsjö
Module: libav Branch: master Commit: 2bd67175c7e16c1f5da15c9e55ae6db4ab1d23fd Author:Martin Storsjö Committer: Martin Storsjö Date: Mon Aug 27 12:33:42 2012 +0300 vf_hqdn3d: Don't declare the loop variable within the for loop This C99 feature is generally not used in the libav codebas

[libav-commits] huffman: update to current coding style

2012-08-27 Thread Luca Barbato
Module: libav Branch: master Commit: f76e47877c0f85a3e620a1d68a083b41827d667a Author:Luca Barbato Committer: Luca Barbato Date: Mon Aug 27 12:29:34 2012 +0200 huffman: update to current coding style --- libavcodec/huffman.c | 47 ++- 1 f

[libav-commits] rtsp: Free the rtpdec context properly

2012-08-27 Thread Martin Storsjö
Module: libav Branch: master Commit: 125c6c07525a7153957d70a1bb5b732f113d1480 Author:Martin Storsjö Committer: Martin Storsjö Date: Fri Aug 17 22:22:17 2012 +0300 rtsp: Free the rtpdec context properly The condition for calling the rtpdec cleanup was broken in df8cf076c86. This fixes