summaryrefslogtreecommitdiff
path: root/libavfilter/filtfmts.c
Commit message (Collapse)AuthorAge
* filtfmts-test: Fix use of deprecated APIDiego Biurrun2013-11-04
| | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* lavfi: filtfmts: use newer avfilter APIsVittorio Giovara2013-07-19
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* lavfi: rename AVFilterFormats.format_count to nb_formatsAnton Khirnov2013-05-17
| | | | This is more consistent with naming in the rest of Libav.
* lavfi: add avfilter_init_str() to replace avfilter_init_filter().Anton Khirnov2013-04-11
| | | | Drop the unused opaque parameter from its signature.
* Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-04
|
* lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-12
|
* lavfi: reclassify showfiltfmts as a TESTPROGMans Rullgard2012-07-04
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>