OSDN Git Service

Cosmetics: rearrange functions to simplify ifdeffery
[coroid/libav_saccubus.git] / libavfilter /
2010-03-17 Bobby BinghamCosmetics: rearrange functions to simplify ifdeffery
2010-03-17 Bobby BinghamAdd video filter to manipulate aspect ratio
2010-03-13 Stefano SabatiniMake the scale filter pass the pkt.pos information...
2010-03-13 Stefano SabatiniBump libavfilter minor version and add APIchanges entry...
2010-03-13 Stefano SabatiniAdd AVFilterPicRef.pos field and make libavfilter propa...
2010-03-13 Stefano SabatiniExtend the slice filter to make it issue slice height...
2010-03-08 Måns Rullgårdavfilter: make avfilter_default_free_video_buffer(...
2010-03-07 Stefano SabatiniMake avfilter_default_start_frame() correctly pass...
2010-03-06 Stefano SabatiniShow aspect ratio information in dprintf_picref() traces.
2010-02-25 Stefano SabatiniAdd the graph2dot tools and document it.
2010-02-03 Stefano SabatiniUse pixel format descriptors for checking if the input...
2010-02-01 Stefano SabatiniUse pixel format descriptors to check if the input...
2010-01-31 Stefano SabatiniAvoid usage of avcodec_get_pix_fmt_name() and
2010-01-30 Stefano SabatiniUse av_get_pix_fmt() instead of the deprecated avcodec_...
2010-01-16 Stefano SabatiniImplement null video sink.
2010-01-16 Stefano SabatiniImplement null video source.
2010-01-16 Stefano SabatiniMake avfilter_default_start_frame() request a buffer...
2010-01-16 Måns RullgårdAdd symbol versioning for shared libraries
2010-01-13 Stefano SabatiniMake avfilter_insert_filter() log the names of the...
2010-01-13 Stefano SabatiniMake query_formats() print an error message if an auto...
2010-01-10 Stefano SabatiniMake query_formats() increment the scaler_count after...
2010-01-10 Stefano SabatiniMake avfilter_insert_filter() print the instance name...
2010-01-10 Stefano SabatiniAdd a log context to avfilter_graph_config_links().
2010-01-08 Stefano Sabatini Make the scale filter set in the input and output...
2010-01-08 Stefano SabatiniFix compilation on gcc 2.95.3 (still supported) broken...
2010-01-07 Stefano SabatiniMake avfilter_formats_unref(AVFilterFormats **ref)...
2010-01-07 Stefano SabatiniUse the @return doxy command, and extend documentation...
2010-01-07 Stefano SabatiniAvoid the use of the modal auxiliary "should" in the
2010-01-07 Stefano SabatiniFix doxy, use third person.
2010-01-06 Stefano SabatiniChange avfilter_add_colorspace() to make it accept...
2010-01-04 Stefano SabatiniMake avfilter_all_colorspaces() add to the returned...
2010-01-03 Stefano SabatiniImplement avfilter_add_colorspace().
2010-01-03 Stefano SabatiniPrefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_config...
2009-12-11 Stefano SabatiniMake parse_filter() parsing more robust.
2009-12-08 Stefano SabatiniMake parse_key_value_pair() print an error message...
2009-12-08 Stefano SabatiniUse an unsigned int to contain all the color values...
2009-12-08 Stefano SabatiniFix alpha plane flipping for the yuva420p and similar...
2009-12-06 Stefano SabatiniReindent after the last commit.
2009-12-06 Stefano SabatiniFix slicify when the slice_direction is negative, make...
2009-12-04 Stefano SabatiniAdd a slice_dir parameter to avfilter_draw_slice().
2009-11-29 Stefano SabatiniUse the correct chroma values for the data[] array...
2009-11-29 Stefano SabatiniUse a valid log context for av_log().
2009-11-29 Stefano SabatiniDocument slice ordering assumption required by avfilter...
2009-11-25 Stefano SabatiniRemove AVFilter.next field, since it is not used and...
2009-11-24 Stefano SabatiniImplement avfilter_next().
2009-11-24 Stefano SabatiniImplement a new registration system for filters.
2009-11-22 Stefano SabatiniRemove from the list of the supported formats the forma...
2009-11-18 Diego BiurrunAdd functions to return library license and library...
2009-11-16 Diego BiurrunAdd missing #includes for avutil.h, required for the...
2009-11-11 Stefano SabatiniAdd scale filter.
2009-11-09 Stefano SabatiniFix crop filter start_frame() for paletted formats...
2009-11-09 Stefano SabatiniEnable linking of parseutils.o.
2009-11-08 Stefano SabatiniFix start_frame(), which was issuing chroma artifacts...
2009-11-03 Stefano SabatiniVertical align.
2009-11-03 Stefano SabatiniUse spaces after commas for improving readability.
2009-11-03 Stefano SabatiniAdd slicify video filter.
2009-11-03 Stefano SabatiniMake avfilter_get_video_buffer() use
2009-11-03 Stefano SabatiniExplicitely define get_video_buffer() callbacks in...
2009-11-03 Stefano SabatiniChange file doxy from
2009-11-03 Stefano SabatiniFix/clarify description of the noformat filter.
2009-10-30 Stefano SabatiniRemove the get_video_buffer() callback.
2009-10-27 Stefano SabatiniFix doxies, use third person and phrase-ending dots.
2009-10-27 Stefano SabatiniAdd format and noformat filters.
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().
next