summaryrefslogtreecommitdiffstats
path: root/libavfilter/version.h
Commit message (Collapse)AuthorAgeFilesLines
* lavfi: uninline avfilter_copy_buffer_ref_props().Anton Khirnov2012-05-071-1/+1
| | | | | A nontrivial public function such as this should most certainly NOT be inline.
* avfiltergraph: make the AVFilterInOut alloc/free API publicStefano Sabatini2012-04-141-1/+1
| | | | | | | This is required for letting applications to create and destroy AVFilterInOut structs in a convenient way. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* avfiltergraph: add an AVClass to AVFilterGraph on next major bump.Anton Khirnov2012-04-011-0/+8
| | | | It will be used for logging, possibly also AVOptions.
* lavfi: move version macros to a new installed header version.hAnton Khirnov2012-01-121-0/+43
OpenPOWER on IntegriCloud