]> git.sesse.net Git - ffmpeg/history - libavfilter
Update comment to version, negotiated with Diego, and
[ffmpeg] / libavfilter /
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-04-07 Måns Rullgårdnon-recursive makefiles
2008-04-04 Vitor SessakHandle av_realloc() failure
2008-04-04 Vitor SessakUse sizeof(var) instead of sizeof(type)
2008-04-04 Vitor SessakGive a more meaningful instance name to auto-inserted...
2008-04-04 Vitor SessakMerge two ifs
2008-04-04 Vitor SessakRemove unused check
2008-04-04 Vitor SessakCosmetical: alignment
2008-04-04 Vitor SessakRemove some unwanted todos
2008-04-04 Vitor SessakRemove declaration of nonexisting function
2008-04-04 Vitor SessakI should not have merged the graph parser with the...
2008-04-04 Vitor SessakReplace consume_char() function by *(*buf)++
2008-04-04 Vitor SessakAdd backslash '\' support to the parser
2008-04-04 Vitor SessakRemove AVFilterGraphDesc struct.
2008-04-04 Vitor SessakRename uninit() to avfilter_destroy_graph() and make...
2008-04-04 Vitor SessakRename functions now static
2008-04-04 Vitor SessakMove funtion to avoid forward declaration
2008-04-04 Vitor SessakMove mess (to be removed) to where it is actually used.
2008-04-04 Vitor SessakRemove usage of AVFilterGraphDesc outside avfiltergraph.c
2008-04-04 Vitor SessakSimplify graph_load_from_desc3()
2008-04-04 Vitor SessakRename variable GraphContext -> AVFilterGraph
2008-04-04 Vitor SessakMerge avfiltergraphdesc.c in avfiltergraph.c
2008-04-04 Vitor SessakRemove avfilter_vf_graph
2008-04-04 Vitor SessakRemove more leftovers from the old parser
2008-04-04 Vitor SessakRemove code made unused by the two last patches
2008-04-04 Vitor SessakSplit graph_load_from_dest() to have a version independ...
2008-04-04 Vitor SessakRemove declaration of non-existing functions
2008-04-04 Vitor SessakAlmost from scratch rewrite of filter parser.
2008-04-04 Vitor SessakRemove ugly forward declaration
2008-04-04 Vitor SessakFix doxy comment
2008-04-04 Vitor SessakSpelling and puctuation
2008-04-04 Vitor SessakMake comment match code
2008-04-04 Vitor SessakMake multiple inclusion guard adhere to convention
2008-04-04 Vitor SessakRemove header now made useless
2008-04-04 Vitor SessakRemove author field
2008-04-04 Vitor SessakUse CodecType for pad type
2008-04-04 Vitor SessakHeader inclusion redux
2008-04-04 Vitor SessakNits: more punctuation and capitalization
2008-04-04 Vitor SessakImplement poll_frame() method. Fix ffmpeg.c bug with
2008-04-04 Vitor SessakRework link property configuration system.
2008-04-04 Vitor SessakUse separate fake filters for exporting inputs and...
2008-04-04 Vitor SessakUse a filter graph description for creating simple...
2008-04-04 Vitor SessakMake filter graph description parsing code independent...
2008-04-04 Vitor SessakUse av_log(ctx, ...) instead of av_log(NULL, ...)
2008-04-04 Vitor Sessak10l
2008-04-04 Vitor SessakRewrite colorspace negotiation.
2008-04-04 Vitor SessakFix a small memory leak
2008-04-04 Vitor Sessakinitialize filter graphs completely even if there is...
2008-04-04 Vitor SessakHandle failure properly
2008-04-04 Vitor SessakRemove useless empty functions
2008-04-04 Vitor SessakSilence warning caused by my last commit
2008-04-04 Vitor SessakMinor simplification
2008-04-04 Vitor SessakPrefix names of filter structs
2008-04-04 Vitor SessakRename avfilter_create to avfilter_open and remove...
2008-04-04 Vitor SessakDoxygenize some comments
2008-04-04 Vitor SessakRemove the data parameter from draw_slice(). It's...
2008-04-04 Vitor SessakAllow creation of filter graphs from a graph descriptio...
2008-04-04 Vitor SessakLet request_frame() indicate success or failure
2008-04-04 Vitor SessakNeed to copy over colorspace property too
2008-04-04 Vitor SessakFix behavior when exporting output pad with default...
2008-04-04 Vitor SessakLet the filter graph export input and output pads from...
2008-04-04 Vitor SessakSeparate the process of creating links between filters...
2008-04-04 Vitor SessakFix memory leak.
2008-04-04 Vitor SessakMake the filter graph just another normal filter.
2008-04-04 Vitor SessakAllow code to pass data to filters it creates.
2008-04-04 Vitor SessakDon't mangle the input strings. The caller may want...
2008-04-04 Vitor SessakEnsure that the filter_count member is reset to zero...
2008-04-04 Vitor SessakFix possible segfault
2008-04-04 Vitor SessakMove simple filter chain loading code over to the filte...
2008-04-04 Vitor SessakMove destruction of the graph's filters to its own...
2008-04-04 Vitor SessakSplit filter graphs out into their own source & header...
2008-04-02 Michael NiedermayerImprove AVFilterFormats doxy.
2008-03-10 Diego BiurrunRename --enable-swscaler --> enable-swscale to be consi...
2008-03-08 Diego Biurruncosmetics: Consistently move NAME and FFLIBS to the...
2008-03-07 Måns Rullgårdsimplify library version handling
2008-03-07 Måns Rullgårdfix AVClass for avfilter
2008-03-06 Måns Rullgårdconsolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
2008-03-06 Panagiotis IssarisMake av_class a pointer to a const AVClass. Addresses...
2008-03-05 Vitor SessakAdd correct version number to shared libavfilter
2008-03-05 Vitor SessakFix avfilter compilation with --enable-shared and no...
2008-03-03 Vitor SessakFix libavfilter compilation and make it more in line
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 NiedermayerBetter description for merge_ref().
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
next