summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.h
Commit message (Expand)AuthorAge
* 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
* Nits: punctuation and capitalizationVitor Sessak2008-02-15
* Add const to silence warningsVitor Sessak2008-02-15
* Implement poll_frame() method. Fix ffmpeg.c bug withVitor Sessak2008-02-15
* IndentationVitor Sessak2008-02-15
* Rework link property configuration system.Vitor Sessak2008-02-15
* Fix misc. warningsVitor Sessak2008-02-15
* Rewrite colorspace negotiation.Vitor Sessak2008-02-15
* Add pixel aspect ratio to AVFilterPicRef structureVitor Sessak2008-02-15
* Add another "reuse" permission, to distinguish between the case where aVitor Sessak2008-02-15
* use units of 1/AV_TIME_BASE for pts rather than millisecondsVitor Sessak2008-02-15
* Rename avfilter_create to avfilter_open and remove the wrapper functionVitor Sessak2008-02-15
* Revert braindead linked list of permissionsVitor Sessak2008-02-15
* Track the permissions that have been given out to each picture.Vitor Sessak2008-02-15
* Allow filters to set the requirements on permissions for incoming buffers.Vitor Sessak2008-02-15
* spelling fixVitor Sessak2008-02-15
* Remove the data parameter from draw_slice(). It's unneeded and often moreVitor Sessak2008-02-15
* Add many new and improve existing doxy comments.Vitor Sessak2008-02-15
* Let request_frame() indicate success or failureVitor Sessak2008-02-15
* Helper functions for adding new pads to filters at runtimeVitor Sessak2008-02-15
* Separate the process of creating links between filters from that of configuringVitor Sessak2008-02-15
* Move default entry point implementations to their own file.Vitor Sessak2008-02-15