summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.h
Commit message (Expand)AuthorAge
* Add functions to return library license and library configuration.Diego Biurrun2009-11-18
* Add missing #includes for avutil.h, required for the AV_VERSION* macros.Diego Biurrun2009-11-16
* Add scale filter.Stefano Sabatini2009-11-11
* Add slicify video filter.Stefano Sabatini2009-11-03
* Make avfilter_get_video_buffer() useStefano Sabatini2009-11-03
* Fix doxies, use third person and phrase-ending dots.Stefano Sabatini2009-10-27
* Add format and noformat filters.Stefano Sabatini2009-10-27
* Add a field 'next' to AVFilter.Stefano Sabatini2009-10-27
* Move the description field of the filter from AVFilterContext toStefano Sabatini2009-10-22
* Add a description field to AVFilterContext.Stefano Sabatini2009-10-22
* Cosmetics: prefer "pix_fmts" over "pix_fmt" for the name of theStefano Sabatini2009-10-21
* Make avfilter_make_format_list() take in input a const argument.Stefano Sabatini2009-10-21
* Rename avfilter_make_format_list2() to avfilter_make_format_list().Stefano Sabatini2009-10-18
* Remove avfilter_make_format_list(), it has been replaced byStefano Sabatini2009-10-18
* Implement avfilter_make_format_list2(), which is going to replaceStefano Sabatini2009-10-18
* Use 'enum PixelFormat *' rather than 'int *' as type for theStefano Sabatini2009-10-18
* Make avfilter_get_video_buffer() recursive.Stefano Sabatini2009-10-18
* Add w and h fields to AVFilterPic.Stefano Sabatini2009-10-07
* Use a single space after an ending period and the beginning of theStefano Sabatini2009-05-14
* Apply documentation fixes: use third person, fix grammar and removeStefano Sabatini2009-05-14
* Make static the list of registered filters.Víctor Paesa2009-03-26
* Implement in AVFilterGraph the scale_sws_opts field, and pass itsStefano Sabatini2009-02-23
* Implement avfilter_graph_check_validity().Stefano Sabatini2009-01-26
* Implement the avfilter_default_draw_slice() handler and use it inStefano Sabatini2009-01-11
* Fix capitalization and missing periods issues.Stefano Sabatini2009-01-10
* Cosmetics: break line to make it not longer than 80 chars.Stefano Sabatini2009-01-02
* Fix typos.Stefano Sabatini2008-12-29
* Mention in the documentation of avfilter_poll_frame() that it returnsStefano Sabatini2008-12-28
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Fix a typo.Stefano Sabatini2008-08-28
* Reword a sentence in a doxy making its interpretation clearer.Stefano Sabatini2008-08-28
* Implement avfilter_version().Stefano Sabatini2008-08-08
* consistency cosmetics: indices --> indexesDiego Biurrun2008-05-26
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Improve AVFilterFormats doxy.Michael Niedermayer2008-04-02
* Make av_class a pointer to a const AVClass. Addresses one warning inPanagiotis Issaris2008-03-06
* Make libavfilter define its version like the other libav* libsVitor Sessak2008-02-26
* Ascii art to explain what avfilter_formats_changeref() does.Michael Niedermayer2008-02-21
* cosmeticMichael Niedermayer2008-02-21
* Better description (merge is too vague IMHO).Michael Niedermayer2008-02-21
* Document avfilter_formats_ref() with some ascii art.Michael Niedermayer2008-02-21
* Remove unneeded function.Vitor Sessak2008-02-15
* OopsVitor Sessak2008-02-15
* Missed this file in my conditional compilation patchVitor Sessak2008-02-15
* Add libavfilter_versionVíctor Paesa2008-02-15
* Remove author fieldVitor Sessak2008-02-15
* Use CodecType for pad typeVitor Sessak2008-02-15
* Nit: remove odd whitespaceVitor Sessak2008-02-15
* Group avfilter_poll_frame() with related funcions and add doxygen commentVitor Sessak2008-02-15
* Update comment to match codeVitor Sessak2008-02-15