]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavfilter/avfilter.h
data parameter of dnxhd_encode_picture() should not be const.
[frescor/ffmpeg.git] / libavfilter / avfilter.h
2009-03-26 victorMake static the list of registered filters.
2009-02-23 stefanoImplement in AVFilterGraph the scale_sws_opts field...
2009-01-26 stefanoImplement avfilter_graph_check_validity().
2009-01-11 stefanoImplement the avfilter_default_draw_slice() handler...
2009-01-10 stefanoFix capitalization and missing periods issues.
2009-01-02 stefanoCosmetics: break line to make it not longer than 80...
2008-12-29 stefanoFix typos.
2008-12-28 stefanoMention in the documentation of avfilter_poll_frame...
2008-08-31 stefanoRename globally the header inclusion guards.
2008-08-28 stefanoFix a typo.
2008-08-28 stefanoReword a sentence in a doxy making its interpretation...
2008-08-08 stefanoImplement avfilter_version().
2008-05-26 diegoconsistency cosmetics: indices --> indexes
2008-05-09 diegoUse full path for #includes from another directory.
2008-04-02 michaelImprove AVFilterFormats doxy.
2008-03-06 takisMake av_class a pointer to a const AVClass. Addresses...
2008-02-26 vitorMake libavfilter define its version like the other...
2008-02-21 michaelAscii art to explain what avfilter_formats_changeref...
2008-02-21 michaelcosmetic
2008-02-21 michaelBetter description (merge is too vague IMHO).
2008-02-21 michaelDocument avfilter_formats_ref() with some ascii art.
2008-02-15 vitorRemove unneeded function.
2008-02-15 vitorOops
2008-02-15 vitorMissed this file in my conditional compilation patch
2008-02-15 vitorAdd libavfilter_version
2008-02-15 vitorRemove author field
2008-02-15 vitorUse CodecType for pad type
2008-02-15 vitorNit: remove odd whitespace
2008-02-15 vitorGroup avfilter_poll_frame() with related funcions and...
2008-02-15 vitorUpdate comment to match code
2008-02-15 vitorNits: punctuation and capitalization
2008-02-15 vitorAdd const to silence warnings
2008-02-15 vitorImplement poll_frame() method. Fix ffmpeg.c bug with
2008-02-15 vitorIndentation
2008-02-15 vitorRework link property configuration system.
2008-02-15 vitorFix misc. warnings
2008-02-15 vitorRewrite colorspace negotiation.
2008-02-15 vitorAdd pixel aspect ratio to AVFilterPicRef structure
2008-02-15 vitorAdd another "reuse" permission, to distinguish between...
2008-02-15 vitoruse units of 1/AV_TIME_BASE for pts rather than millise...
2008-02-15 vitorRename avfilter_create to avfilter_open and remove...
2008-02-15 vitorRevert braindead linked list of permissions
2008-02-15 vitorTrack the permissions that have been given out to each...
2008-02-15 vitorAllow filters to set the requirements on permissions...
2008-02-15 vitorspelling fix
2008-02-15 vitorRemove the data parameter from draw_slice(). It's...
2008-02-15 vitorAdd many new and improve existing doxy comments.
2008-02-15 vitorLet request_frame() indicate success or failure
2008-02-15 vitorHelper functions for adding new pads to filters at...
2008-02-15 vitorSeparate the process of creating links between filters...
2008-02-15 vitorMove default entry point implementations to their own...
2008-02-15 vitorMake input/output pads modifiable on a per-instance...
2008-02-15 vitorMake the opaque init parameter non-const.
2008-02-15 vitorFix some potential segfaults.
2008-02-15 vitorAllow code to pass data to filters it creates.
2008-02-15 vitorSplit filter graphs out into their own source & header...
2008-02-15 vitorAdd a simple filter graph structure and functions
2008-02-15 vitorAllow giving filter instances names, in anticipation...
2008-02-15 vitorAdd pts to frame references
2008-02-15 vitorAdjust the default start_frame() and end_frame() implem...
2008-02-15 vitorMake avfilter_ref_pic also handle removal of permission...
2008-02-15 vitorRework filter initialization sequence. Now supports...
2008-02-15 vitorSupport passing parameters to filters.
2008-02-15 vitorMake linesize a per-reference property
2008-02-15 vitorInitial stab at an API