OSDN Git Service

lavfi: rename avfilter_all_* function names to avfilter_make_all_*
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Mon, 12 Sep 2011 23:46:29 +0000 (01:46 +0200)
committerStefano Sabatini <stefasab@gmail.com>
Thu, 15 Sep 2011 22:42:47 +0000 (00:42 +0200)
commit9899037dc6b246f2eeb7e0255c316749372fe1ae
treef3aa2650d5fb63f567fd31fe1edabda917480203
parent98b906e1af789e9bc9930c2d2bfa3d0798405e21
lavfi: rename avfilter_all_* function names to avfilter_make_all_*

A function name should tell what the function does rather than what
the function returns. This also avoids possible conflicts
(e.g. between a function and a public list of all supported formats),
and clarifies the code.

Breaks audio API/ABI, add a backward compatibility layer for video
API/ABI.
doc/APIchanges
libavfilter/af_aformat.c
libavfilter/af_aresample.c
libavfilter/avfilter.h
libavfilter/defaults.c
libavfilter/formats.c