summaryrefslogtreecommitdiffstats
path: root/libavfilter/filtfmts.c
Commit message (Collapse)AuthorAgeFilesLines
* lavfi: add avfilter_init_str() to replace avfilter_init_filter().Anton Khirnov2013-04-111-1/+1
| | | | Drop the unused opaque parameter from its signature.
* Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-041-3/+0
|
* lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-121-2/+2
|
* lavfi: reclassify showfiltfmts as a TESTPROGMans Rullgard2012-07-041-0/+107
This tool uses lavfi internal symbols not accessible in shared libraries. TESTPROGS are linked statically to allow them use of library internals not normally exported. Signed-off-by: Mans Rullgard <mans@mansr.com>
OpenPOWER on IntegriCloud