[libav-commits] h264: fix loopfilter with threading at slice boundaries.

2011-05-19 Thread Ronald S. Bultje
Module: libav Branch: master Commit: 0ffc84150599d15b66a3960202e07755f99fe0d0 Author:Ronald S. Bultje Committer: Ronald S. Bultje Date: Wed May 18 08:10:49 2011 -0400 h264: fix loopfilter with threading at slice boundaries. --- libavcodec/h264.c | 17 ++--- 1 files cha

[libav-commits] qdm2: Use floating point synthesis filter.

2011-05-19 Thread Vitor Sessak
Module: libav Branch: master Commit: 984ece7503597d30e6f3bdeb67e337ea1616f880 Author:Vitor Sessak Committer: Ronald S. Bultje Date: Thu May 19 21:33:27 2011 +0200 qdm2: Use floating point synthesis filter. This avoid needlessly convertion from floating point to fixed point and back.

[libav-commits] h264: correct border check.

2011-05-19 Thread Ronald S. Bultje
Module: libav Branch: master Commit: 4e987f8282ff7658a6f804b9db39954bb59fa72e Author:Ronald S. Bultje Committer: Ronald S. Bultje Date: Thu May 19 16:47:59 2011 -0400 h264: correct border check. When backing up the top-left border, check that the top-left (rather than left) MB indeed

[libav-commits] Fix ff_mpa_synth_filter_fixed() prototype

2011-05-19 Thread Mans Rullgard
Module: libav Branch: master Commit: 89a20987355757be64c49fb714721c38902ac1cc Author:Mans Rullgard Committer: Mans Rullgard Date: Thu May 19 20:46:24 2011 +0100 Fix ff_mpa_synth_filter_fixed() prototype The prototype should use the same typedefs as the definition, or it will fail wher

[libav-commits] Rename costablegen.c ---> cos_tablegen.c.

2011-05-19 Thread Diego Biurrun
Module: libav Branch: master Commit: 4887f8245c5dcd2a27817a678122eea4d1a0f31a Author:Diego Biurrun Committer: Diego Biurrun Date: Mon May 16 00:53:07 2011 +0200 Rename costablegen.c ---> cos_tablegen.c. This is consistent with how all other table generation programs are named. Moreove

[libav-commits] Collapse tableprint.c into tableprint.h.

2011-05-19 Thread Diego Biurrun
Module: libav Branch: master Commit: 9f2405661d5bcc9416f4b3339f1139997467e1f5 Author:Diego Biurrun Committer: Diego Biurrun Date: Thu May 19 19:22:41 2011 +0200 Collapse tableprint.c into tableprint.h. tableprint.c serves little purpose on its own and removing it allows building the t

[libav-commits] Simplify trig table rules

2011-05-19 Thread Mans Rullgard
Module: libav Branch: master Commit: 272874c9dbde5d48884c417b76f3c7f04938c92f Author:Mans Rullgard Committer: Mans Rullgard Date: Thu May 19 18:34:40 2011 +0100 Simplify trig table rules This collapses the make rules for the trig tables into a pattern rule. Based on a patch by Diego,

[libav-commits] Remove silly insults from avformat_version() Doxygen documentation.

2011-05-19 Thread Diego Biurrun
Module: libav Branch: master Commit: 7ed0a77ff4d19eb77671ce786ef515e5ffb1496e Author:Diego Biurrun Committer: Diego Biurrun Date: Thu May 19 17:39:50 2011 +0200 Remove silly insults from avformat_version() Doxygen documentation. --- libavformat/avformat.h |3 +-- 1 files changed

[libav-commits] Remove potentially unstable filenames from comments in generated files.

2011-05-19 Thread Diego Biurrun
Module: libav Branch: master Commit: c98657a21536ef71a1d8d6a7ff4d69dd19d9e5b7 Author:Diego Biurrun Committer: Diego Biurrun Date: Thu May 19 18:12:17 2011 +0200 Remove potentially unstable filenames from comments in generated files. --- libavcodec/costablegen.c |2 +- libavcodec

[libav-commits] Simplify CLEANFILES make variable by using wildcards.

2011-05-19 Thread Diego Biurrun
Module: libav Branch: master Commit: d9a69f730e180ab9b1cac8a4d53d07b1ec375a38 Author:Diego Biurrun Committer: Diego Biurrun Date: Mon May 16 00:54:36 2011 +0200 Simplify CLEANFILES make variable by using wildcards. Also ensures that generated file cos_fixed_tables.c is deleted on 'mak

[libav-commits] Ignore generated tables and generated table generator programs.

2011-05-19 Thread Diego Biurrun
Module: libav Branch: master Commit: 8a0572b05451b9a161989ab1ec2c03447a4c1ce6 Author:Diego Biurrun Committer: Diego Biurrun Date: Mon May 16 00:59:50 2011 +0200 Ignore generated tables and generated table generator programs. --- .gitignore |3 +++ 1 files changed, 3 insertions(+

[libav-commits] mpegaudiodsp: fix x86 and ppc makefiles

2011-05-19 Thread Mans Rullgard
Module: libav Branch: master Commit: 0b5e44ed2922f2abe0de9670d099666ca3622a69 Author:Mans Rullgard Committer: Mans Rullgard Date: Thu May 19 16:26:39 2011 +0100 mpegaudiodsp: fix x86 and ppc makefiles Signed-off-by: Mans Rullgard --- libavcodec/ppc/Makefile |6 +- libavcod

[libav-commits] configure: Adjust AVX assembler check.

2011-05-19 Thread Diego Biurrun
Module: libav Branch: master Commit: 429059f866259b447233c3fa23fffddce3e39508 Author:Diego Biurrun Committer: Diego Biurrun Date: Mon May 16 14:23:59 2011 +0200 configure: Adjust AVX assembler check. Older nasm versions have trouble assembling certain AVX instructions, but the current

[libav-commits] mpegaudio: remove unused version of SAME_HEADER_MASK

2011-05-19 Thread Mans Rullgard
Module: libav Branch: master Commit: c2a16e44f8ed130c2b492f1f3ce09f7f55a7d4a4 Author:Mans Rullgard Committer: Mans Rullgard Date: Thu May 19 14:01:11 2011 +0100 mpegaudio: remove unused version of SAME_HEADER_MASK Signed-off-by: Mans Rullgard --- libavcodec/mpegaudio.h|

[libav-commits] mpegaudio: remove useless #undef at end of file

2011-05-19 Thread Mans Rullgard
Module: libav Branch: master Commit: d7d21c9f4befe8fea9596e41e691a9fba8f377e2 Author:Mans Rullgard Committer: Mans Rullgard Date: Thu May 19 12:48:33 2011 +0100 mpegaudio: remove useless #undef at end of file Signed-off-by: Mans Rullgard --- libavcodec/mpegaudioenc.c |2 -- 1

[libav-commits] asfdec: add missing #include for av_bswap32()

2011-05-19 Thread Mans Rullgard
Module: libav Branch: master Commit: b122c651075814722ade6f93c46cb2ee08c45b49 Author:Mans Rullgard Committer: Mans Rullgard Date: Thu May 19 12:31:05 2011 +0100 asfdec: add missing #include for av_bswap32() Signed-off-by: Mans Rullgard --- libavformat/asfdec.c |1 + 1 files ch

[libav-commits] mpegaudio: move some struct definitions from mpegaudio.h

2011-05-19 Thread Mans Rullgard
Module: libav Branch: master Commit: 918d0584a452bf76264e717006f2cfc40b0de21f Author:Mans Rullgard Committer: Mans Rullgard Date: Tue May 17 14:22:25 2011 +0100 mpegaudio: move some struct definitions from mpegaudio.h These structs are only used in mpegaudiodec.c, so move them there a

[libav-commits] mpegaudio: merge two #if CONFIG_FLOAT blocks

2011-05-19 Thread Mans Rullgard
Module: libav Branch: master Commit: c7bbc6cd7a7e26c6c6f26e1b06f8ce354c7a1a46 Author:Mans Rullgard Committer: Mans Rullgard Date: Mon May 16 18:59:25 2011 +0100 mpegaudio: merge two #if CONFIG_FLOAT blocks Signed-off-by: Mans Rullgard --- libavcodec/mpegaudio.h |9 +++-- 1

[libav-commits] Move some mpegaudio functions to new mpegaudiodsp subsystem

2011-05-19 Thread Mans Rullgard
Module: libav Branch: master Commit: c4f5c2d6f4ffa3f4b56555059000208a6ba47b55 Author:Mans Rullgard Committer: Mans Rullgard Date: Mon May 16 16:52:01 2011 +0100 Move some mpegaudio functions to new mpegaudiodsp subsystem This separation allows these functions to be used in a cleaner f

[libav-commits] Clean up #includes in cmdutils.h.

2011-05-19 Thread Diego Biurrun
Module: libav Branch: master Commit: ea91e77127229015d23a046f1797d3fc6a33e54d Author:Diego Biurrun Committer: Diego Biurrun Date: Sun May 15 17:09:25 2011 +0200 Clean up #includes in cmdutils.h. inttypes.h is not necessary, just stdint.h is enough. Unconditionally #include avfilter.h

[libav-commits] g729: Merge g729.h into g729dec.c.

2011-05-19 Thread Diego Biurrun
Module: libav Branch: master Commit: a2077b85da5bf71167b11925aabbb738558a134d Author:Diego Biurrun Committer: Diego Biurrun Date: Tue May 17 15:29:58 2011 +0200 g729: Merge g729.h into g729dec.c. The header contains just a single define that is only used in g729dec.c. --- libavcode