http://hg.honeyplanet.jp/libpostproc.hg/ libpostproc.hg Changelog 2010-07-24T11:55:22+00:00 [libpostproc] Fix use of uninitialized data: A array element can not be http://hg.honeyplanet.jp/libpostproc.hg/#changeset-218f5063fa65425ccd3ec943a40de6a30c9865cb reimar reimar 2010-07-24T11:55:22+00:00 2010-07-24T11:55:22+00:00
changeset 218f5063fa65
branch libpostproc
bookmark
tag tip
user reimar
description Fix use of uninitialized data: A array element can not be
used to initialized another array element of the same array.
files postprocess_altivec_template.c
[libpostproc] Fix grammar errors in documentation http://hg.honeyplanet.jp/libpostproc.hg/#changeset-fe0bf26c4c811485235043a01798469eeb120b10 mru mru 2010-06-30T15:38:06+00:00 2010-06-30T15:38:06+00:00
changeset fe0bf26c4c81
branch libpostproc
bookmark
tag
user mru
description Fix grammar errors in documentation
files postprocess.h
postprocess_template.c
[libpostproc] Remove explicit filename from Doxygen @file commands. http://hg.honeyplanet.jp/libpostproc.hg/#changeset-0397ed4317effb5420708ae9b5797b4acbe9cdb9 diego diego 2010-04-20T14:45:34+00:00 2010-04-20T14:45:34+00:00
changeset 0397ed4317ef
branch libpostproc
bookmark
tag
user diego
description Remove explicit filename from Doxygen @file commands.

Passing an explicit filename to this command is only necessary if the
documentation in the @file block refers to a file different from the
one the block resides in.
files postprocess.c
postprocess.h
postprocess_internal.h
postprocess_template.c
[libpostproc] Fix warnings about redefining constants when compiling libpostproc. http://hg.honeyplanet.jp/libpostproc.hg/#changeset-ced16a4fbbecf5fd57938236db2a8e876867a4fc cehoyos cehoyos 2010-02-02T19:35:52+00:00 2010-02-02T19:35:52+00:00
changeset ced16a4fbbec
branch libpostproc
bookmark
tag
user cehoyos
description Fix warnings about redefining constants when compiling libpostproc.

Patch by Yuriy Kaminskiy, yumkam mail ru
files postprocess_template.c
[libpostproc] Move array specifiers outside DECLARE_ALIGNED() invocations http://hg.honeyplanet.jp/libpostproc.hg/#changeset-51571e34b76038bc07fd598005dedfa58c00a498 mru mru 2010-01-22T03:25:11+00:00 2010-01-22T03:25:11+00:00
changeset 51571e34b760
branch libpostproc
bookmark
tag
user mru
description Move array specifiers outside DECLARE_ALIGNED() invocations
files postprocess_altivec_template.c
postprocess_internal.h
postprocess_template.c
[libpostproc] Add symbol versioning for shared libraries http://hg.honeyplanet.jp/libpostproc.hg/#changeset-a65cfe0fe4b221844798122da4c84fadb6abe783 mru mru 2010-01-16T04:49:02+00:00 2010-01-16T04:49:02+00:00
changeset a65cfe0fe4b2
branch libpostproc
bookmark
tag
user mru
description Add symbol versioning for shared libraries

Based on patch by Reinhard Tartler <siretart tauware de>
files libpostproc.v
[libpostproc] Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and http://hg.honeyplanet.jp/libpostproc.hg/#changeset-63eddcff3509f86ed1d3a3f219f28722a64085d4 stefano stefano 2010-01-03T14:31:25+00:00 2010-01-03T14:31:25+00:00
changeset 63eddcff3509
branch libpostproc
bookmark
tag
user stefano
description Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and
XXX_license() functions, consistent with the rest of FFmpeg.
files postprocess.c
postprocess.h
[libpostproc] Add functions to return library license and library configuration. http://hg.honeyplanet.jp/libpostproc.hg/#changeset-885c7548fb5e030326d0fc7f692a40697154cb21 diego diego 2009-11-18T17:15:17+00:00 2009-11-18T17:15:17+00:00
changeset 885c7548fb5e
branch libpostproc
bookmark
tag
user diego
description Add functions to return library license and library configuration.
files postprocess.c
postprocess.h
[libpostproc] Remove disabled code cruft. http://hg.honeyplanet.jp/libpostproc.hg/#changeset-c78bbb57f0b964e8c8086a064a3115d6f9bcf433 diego diego 2009-08-19T08:15:32+00:00 2009-08-19T08:15:32+00:00
changeset c78bbb57f0b9
branch libpostproc
bookmark
tag
user diego
description Remove disabled code cruft.
files postprocess_template.c
[libpostproc] Move ALIGN macro to libavutil/common.h and use it in various places http://hg.honeyplanet.jp/libpostproc.hg/#changeset-1afabe715e63c63b3d565810e0225d0d64ac743f conrad conrad 2009-05-22T21:32:13+00:00 2009-05-22T21:32:13+00:00
changeset 1afabe715e63
branch libpostproc
bookmark
tag
user conrad
description Move ALIGN macro to libavutil/common.h and use it in various places
files postprocess.c