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 |
changeset | fe0bf26c4c81 |
---|---|
branch | libpostproc |
bookmark | |
tag | |
user | mru |
description | Fix grammar errors in documentation |
files | postprocess.h postprocess_template.c |
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 |
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 |
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 |
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 |
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 |
changeset | 885c7548fb5e |
---|---|
branch | libpostproc |
bookmark | |
tag | |
user | diego |
description | Add functions to return library license and library configuration. |
files | postprocess.c postprocess.h |
changeset | c78bbb57f0b9 |
---|---|
branch | libpostproc |
bookmark | |
tag | |
user | diego |
description | Remove disabled code cruft. |
files | postprocess_template.c |
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 |