]> git.sesse.net Git - ffmpeg/history - libavfilter
Move pixdesc.{h,c} from libavcodec to libavutil.
[ffmpeg] / libavfilter /
2009-10-27 Stefano SabatiniIntroduce first_avfilter and use that, together with...
2009-10-27 Stefano SabatiniAdd a field 'next' to AVFilter.
2009-10-27 Stefano SabatiniAdd descriptions for the committed filters.
2009-10-25 Stefano SabatiniMake dprintf_link() show the name of the link pixel...
2009-10-22 Stefano SabatiniMove the description field of the filter from AVFilterC...
2009-10-22 Stefano SabatiniAdd a description field to AVFilterContext.
2009-10-22 Stefano SabatiniAdd video vertical flip filter.
2009-10-21 Stefano SabatiniMake the pix_fmts var in query_formats() static const.
2009-10-21 Stefano SabatiniAdd video crop filter.
2009-10-21 Stefano SabatiniCosmetics: prefer "pix_fmts" over "pix_fmt" for the...
2009-10-21 Stefano SabatiniMake avfilter_make_format_list() take in input a const...
2009-10-19 Stefano SabatiniBreak over-80-chars-long line.
2009-10-18 Stefano SabatiniRename avfilter_make_format_list2() to avfilter_make_fo...
2009-10-18 Stefano SabatiniRemove avfilter_make_format_list(), it has been replaced by
2009-10-18 Stefano SabatiniImplement avfilter_make_format_list2(), which is going...
2009-10-18 Stefano SabatiniMake clear in the doxy that this is a *video* filter.
2009-10-18 Vitor SessakFix recursive avfilter_poll_frame(). It was doing
2009-10-18 Stefano SabatiniAdd the null video filter.
2009-10-18 Stefano SabatiniUse 'enum PixelFormat *' rather than 'int *' as type...
2009-10-18 Stefano SabatiniMake avfilter_get_video_buffer() recursive.
2009-10-07 Stefano SabatiniAdd w and h fields to AVFilterPic.
2009-10-06 Stefano SabatiniImplement trace messages logging in the filterchain...
2009-06-01 Stefano SabatiniRemove the const qualifier for the name field of AVFilt...
2009-05-31 Stefano SabatiniImplement avfilter_graph_config_links().
2009-05-22 Stefano SabatiniFix grammar for avfilter_graph_parse() doxy.
2009-05-22 David ConradMove ALIGN macro to libavutil/common.h and use it in...
2009-05-18 Stefano SabatiniLog with level AV_LOG_ERROR if av_parse_color() cannot...
2009-05-14 Stefano SabatiniImplement av_set_options_string().
2009-05-14 Stefano SabatiniAdd support in av_parse_color() to a "random" color...
2009-05-14 Stefano SabatiniMake case insensitive the match for the color name in
2009-05-14 Stefano SabatiniUse a single space after an ending period and the begin...
2009-05-14 Stefano SabatiniApply documentation fixes: use third person, fix gramma...
2009-05-08 Vitor Sessak"[" is a terminating char for the filter name. This...
2009-05-06 Ramiro PollaAccept "bikeshed" as a random color.
2009-05-05 Stefano SabatiniImplement av_parse_color().
2009-05-01 Stefano SabatiniPrefer (void) over () in function prototype.
2009-05-01 Stefano SabatiniMake graphparser.c use av_get_token().
2009-05-01 Michael Niedermayerav_get_token()
2009-04-21 Stefano SabatiniRemove consume_whitespace() and replace it with direct...
2009-04-14 Cédric SchieliAlso copy pixel_aspect when copying the picref in avfil...
2009-03-26 Víctor PaesaMake static the list of registered filters.
2009-03-03 Michael NiedermayerRemove old scaler.
2009-02-26 Stefano SabatiniRename avfilter_parse_graph() to avfilter_graph_parse...
2009-02-26 Stefano SabatiniRename avfilter_destroy_graph() to avfilter_graph_destr...
2009-02-23 Stefano SabatiniImplement in AVFilterGraph the scale_sws_opts field...
2009-02-14 Stefano SabatiniFix avfilter_parse_graph() invalid graph description...
2009-01-26 Stefano SabatiniImplement avfilter_graph_check_validity().
2009-01-16 Stefano SabatiniPrint a warning and fail if the graph description cannot be
2009-01-14 Aurelien Jacobsreplace all occurrence of ENABLE_ by the corresponding...
2009-01-12 Stefano SabatiniReindent after the last commit, while at it also add...
2009-01-12 Stefano SabatiniMake avfilter_open() set to NULL the pads and the filte...
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-12-27 Stefano SabatiniChange thisIsAVar variable names to this_is_a_var style...
2008-12-26 Stefano SabatiniFix and extend documentation for avfilter_graph_get_fil...
2008-12-26 Stefano SabatiniFix typo: ommitted -> omitted.
2008-12-26 Stefano SabatiniChoose better names for the variables in create_filter().
2008-12-26 Stefano SabatiniFix documentation for avfilter_parse_graph().
2008-11-26 Carl Eugen HoyosUse PIX_FMT_NONE to silence icc warning #188:
2008-11-20 Diego Biurruncosmetics: Consistently place HEADERS before OBJS in...
2008-10-26 Måns Rullgårdcosmetic: align backslashes in makefiles
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-24 Vitor SessakSplit openLinks linked list into openInputs and openOutputs
2008-05-24 Vitor SessakOne more memory leak
2008-05-24 Vitor SessakCosmetical: move statement
2008-05-24 Vitor SessakPlug some memory leaks
2008-05-24 Vitor SessakMerge variable initialization and declaration
2008-05-24 Vitor SessakCosmetics
2008-05-24 Vitor SessakRemove unnused var
2008-05-24 Vitor SessakSimplify
2008-05-24 Vitor SessakUse av_mallocz instead of av_malloc to simplify some...
2008-05-24 Vitor SessakFactor linked list insertion in its own function
2008-05-24 Vitor SessakRemove comment redundant with those in graphparser.h
2008-05-24 Vitor SessakThese error messages should print the filter name,...
2008-05-24 Vitor Sessak10l: fix previous commit
2008-05-24 Vitor SessakSimplify
2008-05-24 Vitor SessakRemove senseless comments
2008-05-24 Vitor SessakCosmetics: split setting a var and checking for error
2008-05-24 Vitor SessakFix doxy comment
2008-05-24 Vitor SessakMake parse_link_name() return a pointer to the name...
2008-05-24 Vitor SessakCosmetics: more function reordering
2008-05-24 Vitor SessakMake consume_whitespace() return a number of bytes...
2008-05-24 Vitor SessakCosmetics: change function order
2008-05-24 Vitor SessakSimplify
2008-05-24 Vitor SessakPass the inputs and outputs of avfilter_parse_graph...
2008-05-24 Vitor SessakCosmetics: more indentation consistency
2008-05-24 Vitor SessakMore cosmetics: make indentation more consistent
2008-05-24 Vitor SessakMore cosmetics
2008-05-24 Vitor SessakMove code out of if
2008-05-24 Vitor SessakCosmetics
2008-05-24 Vitor SessakCosmetics
2008-05-24 Vitor SessakFactor common code out of if
2008-05-24 Vitor SessakRename another var
next