aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/avfilter.h
Commit message (Expand)AuthorAgeFilesLines
* Add a field 'next' to AVFilter.Stefano Sabatini2009-10-271-3/+8
* Move the description field of the filter from AVFilterContext toStefano Sabatini2009-10-221-7/+7
* Add a description field to AVFilterContext.Stefano Sabatini2009-10-221-2/+8
* Cosmetics: prefer "pix_fmts" over "pix_fmt" for the name of theStefano Sabatini2009-10-211-1/+1
* Make avfilter_make_format_list() take in input a const argument.Stefano Sabatini2009-10-211-2/+2
* Rename avfilter_make_format_list2() to avfilter_make_format_list().Stefano Sabatini2009-10-181-2/+2
* Remove avfilter_make_format_list(), it has been replaced byStefano Sabatini2009-10-181-10/+1
* Implement avfilter_make_format_list2(), which is going to replaceStefano Sabatini2009-10-181-2/+10
* Use 'enum PixelFormat *' rather than 'int *' as type for theStefano Sabatini2009-10-181-2/+2
* Make avfilter_get_video_buffer() recursive.Stefano Sabatini2009-10-181-6/+9
* Add w and h fields to AVFilterPic.Stefano Sabatini2009-10-071-1/+3
* Use a single space after an ending period and the beginning of theStefano Sabatini2009-05-141-36/+36
* Apply documentation fixes: use third person, fix grammar and removeStefano Sabatini2009-05-141-20/+20
* Make static the list of registered filters.Víctor Paesa2009-03-261-1/+1
* Implement in AVFilterGraph the scale_sws_opts field, and pass itsStefano Sabatini2009-02-231-1/+1
* Implement avfilter_graph_check_validity().Stefano Sabatini2009-01-261-1/+1
* Implement the avfilter_default_draw_slice() handler and use it inStefano Sabatini2009-01-111-1/+3
* Fix capitalization and missing periods issues.Stefano Sabatini2009-01-101-10/+10
* Cosmetics: break line to make it not longer than 80 chars.Stefano Sabatini2009-01-021-3/+4
* Fix typos.Stefano Sabatini2008-12-291-2/+2
* Mention in the documentation of avfilter_poll_frame() that it returnsStefano Sabatini2008-12-281-1/+2
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Fix a typo.Stefano Sabatini2008-08-281-1/+1
* Reword a sentence in a doxy making its interpretation clearer.Stefano Sabatini2008-08-281-2/+2
* Implement avfilter_version().Stefano Sabatini2008-08-081-1/+6
* consistency cosmetics: indices --> indexesDiego Biurrun2008-05-261-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* Improve AVFilterFormats doxy.Michael Niedermayer2008-04-021-9/+19
* Make av_class a pointer to a const AVClass. Addresses one warning inPanagiotis Issaris2008-03-061-1/+1
* Make libavfilter define its version like the other libav* libsVitor Sessak2008-02-261-1/+11
* Ascii art to explain what avfilter_formats_changeref() does.Michael Niedermayer2008-02-211-0/+13
* cosmeticMichael Niedermayer2008-02-211-3/+3
* Better description (merge is too vague IMHO).Michael Niedermayer2008-02-211-3/+3
* Document avfilter_formats_ref() with some ascii art.Michael Niedermayer2008-02-211-1/+12
* Remove unneeded function.Vitor Sessak2008-02-151-3/+0
* OopsVitor Sessak2008-02-151-1/+1
* Missed this file in my conditional compilation patchVitor Sessak2008-02-151-0/+3
* Add libavfilter_versionVíctor Paesa2008-02-151-0/+2
* Remove author fieldVitor Sessak2008-02-151-1/+0
* Use CodecType for pad typeVitor Sessak2008-02-151-2/+1
* Nit: remove odd whitespaceVitor Sessak2008-02-151-1/+1
* Group avfilter_poll_frame() with related funcions and add doxygen commentVitor Sessak2008-02-151-2/+7
* Update comment to match codeVitor Sessak2008-02-151-3/+1
* Nits: punctuation and capitalizationVitor Sessak2008-02-151-50/+50
* Add const to silence warningsVitor Sessak2008-02-151-5/+5
* Implement poll_frame() method. Fix ffmpeg.c bug withVitor Sessak2008-02-151-0/+13
* IndentationVitor Sessak2008-02-151-1/+1
* Rework link property configuration system.Vitor Sessak2008-02-151-3/+10
* Fix misc. warningsVitor Sessak2008-02-151-0/+3
* Rewrite colorspace negotiation.Vitor Sessak2008-02-151-21/+118