]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavfilter
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavfilter /
2008-05-24 vitorMore simplifying
2008-05-24 vitorSimplify
2008-05-24 vitorMerge declaration and initialization
2008-05-24 vitorCosmetics
2008-05-24 vitorUpdate comments to new syntax
2008-05-24 vitor10l: Forgot to consider the null byte at the end of...
2008-05-24 vitorUse '[' and ']' for label naming
2008-05-24 vitorRename avfilter_graph_parse_chain() to avfilter_parse_g...
2008-05-24 vitorRename AVFilterInOut.instance to AVFilterInOut.filter
2008-05-24 vitorCosmetics
2008-05-24 vitorSimplify consume_string() as Michael suggested
2008-05-24 vitorSimplify
2008-05-24 vitorBetter instance name for parsed filters
2008-05-24 vitorUse link_filter() instead avfilter_link() when clearer
2008-05-24 vitorAvoid searching by instance name when it is not necessary
2008-05-24 vitorBetter error messages
2008-05-24 vitorHandle av_realloc() failure
2008-05-24 vitorLast commit was missing header file
2008-05-24 vitorI should not have merged the graph parser with the...
2008-05-09 diegoUse full path for #includes from another directory.
2008-04-07 mrunon-recursive makefiles
2008-04-04 vitorHandle av_realloc() failure
2008-04-04 vitorUse sizeof(var) instead of sizeof(type)
2008-04-04 vitorGive a more meaningful instance name to auto-inserted...
2008-04-04 vitorMerge two ifs
2008-04-04 vitorRemove unused check
2008-04-04 vitorCosmetical: alignment
2008-04-04 vitorRemove some unwanted todos
2008-04-04 vitorRemove declaration of nonexisting function
2008-04-04 vitorI should not have merged the graph parser with the...
2008-04-04 vitorReplace consume_char() function by *(*buf)++
2008-04-04 vitorAdd backslash '\' support to the parser
2008-04-04 vitorRemove AVFilterGraphDesc struct.
2008-04-04 vitorRename uninit() to avfilter_destroy_graph() and make...
2008-04-04 vitorRename functions now static
2008-04-04 vitorMove funtion to avoid forward declaration
2008-04-04 vitorMove mess (to be removed) to where it is actually used.
2008-04-04 vitorRemove usage of AVFilterGraphDesc outside avfiltergraph.c
2008-04-04 vitorSimplify graph_load_from_desc3()
2008-04-04 vitorRename variable GraphContext -> AVFilterGraph
2008-04-04 vitorMerge avfiltergraphdesc.c in avfiltergraph.c
2008-04-04 vitorRemove avfilter_vf_graph
2008-04-04 vitorRemove more leftovers from the old parser
2008-04-04 vitorRemove code made unused by the two last patches
2008-04-04 vitorSplit graph_load_from_dest() to have a version independ...
2008-04-04 vitorRemove declaration of non-existing functions
2008-04-04 vitorAlmost from scratch rewrite of filter parser.
2008-04-04 vitorRemove ugly forward declaration
2008-04-04 vitorFix doxy comment
2008-04-04 vitorSpelling and puctuation
2008-04-04 vitorMake comment match code
2008-04-04 vitorMake multiple inclusion guard adhere to convention
2008-04-04 vitorRemove header now made useless
2008-04-04 vitorRemove author field
2008-04-04 vitorUse CodecType for pad type
2008-04-04 vitorHeader inclusion redux
2008-04-04 vitorNits: more punctuation and capitalization
2008-04-04 vitorImplement poll_frame() method. Fix ffmpeg.c bug with
2008-04-04 vitorRework link property configuration system.
2008-04-04 vitorUse separate fake filters for exporting inputs and...
2008-04-04 vitorUse a filter graph description for creating simple...
2008-04-04 vitorMake filter graph description parsing code independent...
2008-04-04 vitorUse av_log(ctx, ...) instead of av_log(NULL, ...)
2008-04-04 vitor10l
2008-04-04 vitorRewrite colorspace negotiation.
2008-04-04 vitorFix a small memory leak
2008-04-04 vitorinitialize filter graphs completely even if there is...
2008-04-04 vitorHandle failure properly
2008-04-04 vitorRemove useless empty functions
2008-04-04 vitorSilence warning caused by my last commit
2008-04-04 vitorMinor simplification
2008-04-04 vitorPrefix names of filter structs
2008-04-04 vitorRename avfilter_create to avfilter_open and remove...
2008-04-04 vitorDoxygenize some comments
2008-04-04 vitorRemove the data parameter from draw_slice(). It's...
2008-04-04 vitorAllow creation of filter graphs from a graph descriptio...
2008-04-04 vitorLet request_frame() indicate success or failure
2008-04-04 vitorNeed to copy over colorspace property too
2008-04-04 vitorFix behavior when exporting output pad with default...
2008-04-04 vitorLet the filter graph export input and output pads from...
2008-04-04 vitorSeparate the process of creating links between filters...
2008-04-04 vitorFix memory leak.
2008-04-04 vitorMake the filter graph just another normal filter.
2008-04-04 vitorAllow code to pass data to filters it creates.
2008-04-04 vitorDon't mangle the input strings. The caller may want...
2008-04-04 vitorEnsure that the filter_count member is reset to zero...
2008-04-04 vitorFix possible segfault
2008-04-04 vitorMove simple filter chain loading code over to the filte...
2008-04-04 vitorMove destruction of the graph's filters to its own...
2008-04-04 vitorSplit filter graphs out into their own source & header...
2008-04-02 michaelImprove AVFilterFormats doxy.
2008-03-10 diegoRename --enable-swscaler --> enable-swscale to be consi...
2008-03-08 diegocosmetics: Consistently move NAME and FFLIBS to the...
2008-03-07 mrusimplify library version handling
2008-03-07 mrufix AVClass for avfilter
2008-03-06 mruconsolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
2008-03-06 takisMake av_class a pointer to a const AVClass. Addresses...
2008-03-05 vitorAdd correct version number to shared libavfilter
2008-03-05 vitorFix avfilter compilation with --enable-shared and no...
2008-03-03 vitorFix libavfilter compilation and make it more in line
next