summaryrefslogtreecommitdiff
path: root/tools/lavfi-showfiltfmts.c
Commit message (Collapse)AuthorAgeFilesLines
* tools: K&R reformatting cosmeticsDiego Biurrun2012-01-251-2/+4
|
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Rename avfilter_destroy() as avfilter_free().Stefano Sabatini2010-11-081-1/+1
| | | | | | | The new name is shorter and more consistent with the FFmpeg API, and sounds less evil. Originally committed as revision 25707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set the correct type for the output links.Stefano Sabatini2010-08-171-1/+1
| | | | Originally committed as revision 24810 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change avfilter_open() signature, from:Stefano Sabatini2010-08-111-1/+1
| | | | | | | | | | | AVFilterContext *avfilter_open(AVFilter *filter, const char *inst_name); to: int avfilter_open(AVFilterContext **filter_ctx, AVFilter *filter, const char *inst_name); This way it is possible to propagate an error code telling the reason of the failure. Originally committed as revision 24765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* showfiltfmts: destroy filter context before exitMåns Rullgård2010-08-061-0/+1
| | | | Originally committed as revision 24722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* showfiltfmts: set media type of links to that of corresponding padMåns Rullgård2010-08-061-2/+4
| | | | Originally committed as revision 24721 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lavfi-showfiltfmts: print one format per lineMåns Rullgård2010-08-011-8/+6
| | | | Originally committed as revision 24647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add libavfilter 1-input - 1-output regression test, corresponding to theStefano Sabatini2010-05-241-0/+98
target regtest-lavfi_pix_fmts. The lavfi_pix_fmts test is disabled, this because there are many tests which are failing, and there are still some output files which cannot be played by NUT/ffplay. Originally committed as revision 23297 to svn://svn.ffmpeg.org/ffmpeg/trunk