]> git.sesse.net Git - ffmpeg/history - libavfilter/avfilter.h
Implement in AVFilterGraph the scale_sws_opts field, and pass its
[ffmpeg] / libavfilter / avfilter.h
2009-02-23 Stefano SabatiniImplement in AVFilterGraph the scale_sws_opts field...
2009-01-26 Stefano SabatiniImplement avfilter_graph_check_validity().
2009-01-11 Stefano SabatiniImplement the avfilter_default_draw_slice() handler...
2009-01-10 Stefano SabatiniFix capitalization and missing periods issues.
2009-01-02 Stefano SabatiniCosmetics: break line to make it not longer than 80...
2008-12-29 Stefano SabatiniFix typos.
2008-12-28 Stefano SabatiniMention in the documentation of avfilter_poll_frame...
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-08-28 Stefano SabatiniFix a typo.
2008-08-28 Stefano SabatiniReword a sentence in a doxy making its interpretation...
2008-08-08 Stefano SabatiniImplement avfilter_version().
2008-05-26 Diego Biurrunconsistency cosmetics: indices --> indexes
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-04-02 Michael NiedermayerImprove AVFilterFormats doxy.
2008-03-06 Panagiotis IssarisMake av_class a pointer to a const AVClass. Addresses...
2008-02-26 Vitor SessakMake libavfilter define its version like the other...
2008-02-21 Michael NiedermayerAscii art to explain what avfilter_formats_changeref...
2008-02-21 Michael Niedermayercosmetic
2008-02-21 Michael NiedermayerBetter description (merge is too vague IMHO).
2008-02-21 Michael NiedermayerDocument avfilter_formats_ref() with some ascii art.
2008-02-15 Vitor SessakRemove unneeded function.
2008-02-15 Vitor SessakOops
2008-02-15 Vitor SessakMissed this file in my conditional compilation patch
2008-02-15 Víctor PaesaAdd libavfilter_version
2008-02-15 Vitor SessakRemove author field
2008-02-15 Vitor SessakUse CodecType for pad type
2008-02-15 Vitor SessakNit: remove odd whitespace
2008-02-15 Vitor SessakGroup avfilter_poll_frame() with related funcions and...
2008-02-15 Vitor SessakUpdate comment to match code
2008-02-15 Vitor SessakNits: punctuation and capitalization
2008-02-15 Vitor SessakAdd const to silence warnings
2008-02-15 Vitor SessakImplement poll_frame() method. Fix ffmpeg.c bug with
2008-02-15 Vitor SessakIndentation
2008-02-15 Vitor SessakRework link property configuration system.
2008-02-15 Vitor SessakFix misc. warnings
2008-02-15 Vitor SessakRewrite colorspace negotiation.
2008-02-15 Vitor SessakAdd pixel aspect ratio to AVFilterPicRef structure
2008-02-15 Vitor SessakAdd another "reuse" permission, to distinguish between...
2008-02-15 Vitor Sessakuse units of 1/AV_TIME_BASE for pts rather than millise...
2008-02-15 Vitor SessakRename avfilter_create to avfilter_open and remove...
2008-02-15 Vitor SessakRevert braindead linked list of permissions
2008-02-15 Vitor SessakTrack the permissions that have been given out to each...
2008-02-15 Vitor SessakAllow filters to set the requirements on permissions...
2008-02-15 Vitor Sessakspelling fix
2008-02-15 Vitor SessakRemove the data parameter from draw_slice(). It's...
2008-02-15 Vitor SessakAdd many new and improve existing doxy comments.
2008-02-15 Vitor SessakLet request_frame() indicate success or failure
2008-02-15 Vitor SessakHelper functions for adding new pads to filters at...
2008-02-15 Vitor SessakSeparate the process of creating links between filters...
2008-02-15 Vitor SessakMove default entry point implementations to their own...
2008-02-15 Vitor SessakMake input/output pads modifiable on a per-instance...
2008-02-15 Vitor SessakMake the opaque init parameter non-const.
2008-02-15 Vitor SessakFix some potential segfaults.
2008-02-15 Vitor SessakAllow code to pass data to filters it creates.
2008-02-15 Vitor SessakSplit filter graphs out into their own source & header...
2008-02-15 Vitor SessakAdd a simple filter graph structure and functions
2008-02-15 Vitor SessakAllow giving filter instances names, in anticipation...
2008-02-15 Vitor SessakAdd pts to frame references
2008-02-15 Vitor SessakAdjust the default start_frame() and end_frame() implem...
2008-02-15 Vitor SessakMake avfilter_ref_pic also handle removal of permission...
2008-02-15 Vitor SessakRework filter initialization sequence. Now supports...
2008-02-15 Vitor SessakSupport passing parameters to filters.
2008-02-15 Vitor SessakMake linesize a per-reference property
2008-02-15 Vitor SessakInitial stab at an API