]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavfilter
WMA: extend exponent range to 95
[frescor/ffmpeg.git] / libavfilter /
2009-11-22 stefanoRemove from the list of the supported formats the forma...
2009-11-18 diegoAdd functions to return library license and library...
2009-11-16 diegoAdd missing #includes for avutil.h, required for the...
2009-11-11 stefanoAdd scale filter.
2009-11-09 stefanoFix crop filter start_frame() for paletted formats...
2009-11-09 stefanoEnable linking of parseutils.o.
2009-11-08 stefanoFix start_frame(), which was issuing chroma artifacts...
2009-11-03 stefanoVertical align.
2009-11-03 stefanoUse spaces after commas for improving readability.
2009-11-03 stefanoAdd slicify video filter.
2009-11-03 stefanoMake avfilter_get_video_buffer() use
2009-11-03 stefanoExplicitely define get_video_buffer() callbacks in...
2009-11-03 stefanoChange file doxy from
2009-11-03 stefanoFix/clarify description of the noformat filter.
2009-10-30 stefanoRemove the get_video_buffer() callback.
2009-10-27 stefanoFix doxies, use third person and phrase-ending dots.
2009-10-27 stefanoAdd format and noformat filters.
2009-10-27 stefanoIntroduce first_avfilter and use that, together with...
2009-10-27 stefanoAdd a field 'next' to AVFilter.
2009-10-27 stefanoAdd descriptions for the committed filters.
2009-10-25 stefanoMake dprintf_link() show the name of the link pixel...
2009-10-22 stefanoMove the description field of the filter from AVFilterC...
2009-10-22 stefanoAdd a description field to AVFilterContext.
2009-10-22 stefanoAdd video vertical flip filter.
2009-10-21 stefanoMake the pix_fmts var in query_formats() static const.
2009-10-21 stefanoAdd video crop filter.
2009-10-21 stefanoCosmetics: prefer "pix_fmts" over "pix_fmt" for the...
2009-10-21 stefanoMake avfilter_make_format_list() take in input a const...
2009-10-19 stefanoBreak over-80-chars-long line.
2009-10-18 stefanoRename avfilter_make_format_list2() to avfilter_make_fo...
2009-10-18 stefanoRemove avfilter_make_format_list(), it has been replaced by
2009-10-18 stefanoImplement avfilter_make_format_list2(), which is going...
2009-10-18 stefanoMake clear in the doxy that this is a *video* filter.
2009-10-18 vitorFix recursive avfilter_poll_frame(). It was doing
2009-10-18 stefanoAdd the null video filter.
2009-10-18 stefanoUse 'enum PixelFormat *' rather than 'int *' as type...
2009-10-18 stefanoMake avfilter_get_video_buffer() recursive.
2009-10-07 stefanoAdd w and h fields to AVFilterPic.
2009-10-06 stefanoImplement trace messages logging in the filterchain...
2009-06-01 stefanoRemove the const qualifier for the name field of AVFilt...
2009-05-31 stefanoImplement avfilter_graph_config_links().
2009-05-22 stefanoFix grammar for avfilter_graph_parse() doxy.
2009-05-22 conradMove ALIGN macro to libavutil/common.h and use it in...
2009-05-18 stefanoLog with level AV_LOG_ERROR if av_parse_color() cannot...
2009-05-14 stefanoImplement av_set_options_string().
2009-05-14 stefanoAdd support in av_parse_color() to a "random" color...
2009-05-14 stefanoMake case insensitive the match for the color name in
2009-05-14 stefanoUse a single space after an ending period and the begin...
2009-05-14 stefanoApply documentation fixes: use third person, fix gramma...
2009-05-08 vitor"[" is a terminating char for the filter name. This...
2009-05-06 ramiroAccept "bikeshed" as a random color.
2009-05-05 stefanoImplement av_parse_color().
2009-05-01 stefanoPrefer (void) over (), for consisteny reason.
2009-05-01 stefanoMake graphparser.c use av_get_token().
2009-05-01 michaelav_get_token()
2009-04-21 stefanoRemove consume_whitespace() and replace it with direct...
2009-04-14 sdrikAlso copy pixel_aspect when copying the picref in avfil...
2009-03-26 victorMake static the list of registered filters.
2009-03-03 michaelRemove old scaler.
2009-02-26 stefanoRename avfilter_parse_graph() to avfilter_graph_parse...
2009-02-26 stefanoRename avfilter_destroy_graph() to avfilter_graph_destr...
2009-02-23 stefanoImplement in AVFilterGraph the scale_sws_opts field...
2009-02-14 stefanoFix avfilter_parse_graph() invalid graph description...
2009-01-26 stefanoImplement avfilter_graph_check_validity().
2009-01-16 stefanoPrint a warning and fail if the graph description cannot be
2009-01-14 aurelreplace all occurrence of ENABLE_ by the corresponding...
2009-01-12 stefanoReindent after the last commit, while at it also add...
2009-01-12 stefanoMake avfilter_open() set to NULL the pads and the filte...
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-12-27 stefanoChange thisIsAVar variable names to this_is_a_var style...
2008-12-26 stefanoFix and extend documentation for avfilter_graph_get_fil...
2008-12-26 stefanoFix typo: ommitted -> omitted.
2008-12-26 stefanoChoose better names for the variables in create_filter().
2008-12-26 stefanoFix documentation for avfilter_parse_graph().
2008-11-26 cehoyosUse PIX_FMT_NONE to silence icc warning #188:
2008-11-20 diegocosmetics: Consistently place HEADERS before OBJS in...
2008-10-26 mrucosmetic: align backslashes in makefiles
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-24 vitorSplit openLinks linked list into openInputs and openOutputs
2008-05-24 vitorOne more memory leak
2008-05-24 vitorCosmetical: move statement
2008-05-24 vitorPlug some memory leaks
2008-05-24 vitorMerge variable initialization and declaration
2008-05-24 vitorCosmetics
2008-05-24 vitorRemove unnused var
2008-05-24 vitorSimplify
2008-05-24 vitorUse av_mallocz instead of av_malloc to simplify some...
2008-05-24 vitorFactor linked list insertion in its own function
2008-05-24 vitorRemove comment redundant with those in graphparser.h
2008-05-24 vitorThese error messages should print the filter name,...
2008-05-24 vitor10l: fix previous commit
2008-05-24 vitorSimplify
next