]> git.sesse.net Git - ffmpeg/history - libavfilter/avfilter.h
Rename avfilter_graph_destroy() to avfilter_graph_free().
[ffmpeg] / libavfilter / avfilter.h
2010-11-04 Stefano SabatiniRename avfilter_graph_destroy() to avfilter_graph_free().
2010-11-04 Stefano SabatiniImplement avfilter_graph_alloc().
2010-11-02 Stefano SabatiniAdd setpts filter, ported from the libavfilter soc...
2010-10-18 Stefano SabatiniAdd transpose filter.
2010-10-16 Stefano SabatiniAdd avfilter_graph_config().
2010-10-12 Stefano SabatiniExtend buffer source to accept the time base for the...
2010-10-12 Stefano SabatiniImplement cropdetect filter.
2010-10-11 Stefano SabatiniExtend the nullsrc source, make it accept a parameter...
2010-10-11 Stefano SabatiniImplement settb filter.
2010-10-10 Stefano SabatiniAdd a time_base field to AVFilterLink.
2010-10-01 Stefano SabatiniFix reference to nonexistent function.
2010-09-28 Stefano SabatiniAdd the drawbox filter from the soc libavfilter repo.
2010-09-27 Stefano SabatiniMove av_set_options_string() from libavfilter to libavutil.
2010-09-27 Stefano SabatiniUse more expressive names for the avfilter_insert_filte...
2010-09-27 Stefano SabatiniMake AVFilterLink store the pointers to the source...
2010-09-27 Stefano SabatiniMove av_get_token() from libavfilter to libavutil.
2010-09-26 Stefano SabatiniPort MPlayer blackframe filter.
2010-09-25 Stefano SabatiniBump lavfi minor and add Changelog notice after yadif...
2010-09-25 S.N. Hemanth Meena... Add asink_anullsink - null audio sink.
2010-09-25 Stefano SabatiniAdd asrc_anullsrc - null audio source.
2010-09-25 Stefano SabatiniMake the crop filters accept parametric expressions.
2010-09-24 Stefano SabatiniChange the syntax of the crop filter from x:y:w:h to...
2010-09-24 Stefano SabatiniAdd frei0r filter.
2010-09-23 Michael NiedermayerCorrect terminology bug in poll_frame()
2010-09-14 Stefano SabatiniImplement libopencv smooth filter.
2010-09-07 Stefano SabatiniMove av_picture_data_copy() to libavcore, and rename it
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-08-24 Stefano SabatiniImplement ff_get_ref_perms_string() and use it for...
2010-08-24 Stefano SabatiniAdd fifo filter.
2010-08-20 S.N. Hemanth Meena... Add null audio filter.
2010-08-20 Stefano SabatiniRename av_fill_image_max_pixstep() to av_fill_image_max...
2010-08-20 Stefano SabatiniCosmetics: add an empty newline between the function...
2010-08-17 S.N. Hemanth Meena... Implement libavfilter audio framework.
2010-08-17 Stefano SabatiniAdd hflip filter.
2010-08-12 Stefano SabatiniCosmetics: put "{" on the same line of the "struct...
2010-08-12 Stefano SabatiniDeprecate ff_get_plane_bytewidth() in favor of
2010-08-11 Stefano SabatiniApply misc cosmetics: add empty newlines for separating...
2010-08-11 S.N. Hemanth Meena... Resize data and linesize in AVFilterBufferRef to 8.
2010-08-11 Stefano SabatiniChange avfilter_open() signature, from:
2010-08-11 S.N. Hemanth Meena... Separate video specific BufferRef properties into Video...
2010-08-07 S.N. Hemanth Meena... Rename fields:
2010-08-07 S.N. Hemanth Meena... Rename functions and fields:
2010-08-07 S.N. Hemanth Meena... Rename AVFilterPicRef to AVFilterBufferRef.
2010-08-07 S.N. Hemanth Meena... Move format from AVFilterBuffer to AVFilterPicRef.
2010-08-06 Stefano SabatiniRemove use of the deprecated function avcodec_check_dim...
2010-08-03 Stefano SabatiniMake avfilter_copy_picref_props() copy w and h from...
2010-07-30 S.N. Hemanth Meena... Resize AVFilterBuffer to hold 8 planes/linesizes worth...
2010-07-30 Stefano SabatiniMake avfilter_default_get_video_buffer() use functions in
2010-07-22 S.N. Hemanth Meena... Generalize pixel format enum fields to int formats.
2010-07-18 Stefano SabatiniMake avfilter.c dprintf* functions internal and declare...
2010-07-17 S.N. Hemanth Meena... Move the AV_PERM_* flags definition outside the AVFilte...
2010-07-17 Stefano SabatiniClarify AVFilterBuffer documentation, make it clear...
2010-07-17 S.N. Hemanth Meena... Remove AVFilterBuffer w and h fields.
2010-07-17 S.N. Hemanth Meena... Rename AVFilterPic to AVFilterBuffer.
2010-07-17 Stefano SabatiniAdd color source.
2010-07-07 Stefano SabatiniAdd pixdesctest filter and corresponding test.
2010-07-07 Stefano SabatiniImplement avfilter_copy_picref_props().
2010-07-02 Diego BiurrunFix misspelled parameter names in Doxygen documentation.
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-27 Stefano SabatiniBump micro and add APIchanges entry after av_parse_colo...
2010-05-09 Stefano SabatiniBump lavfi minor after the addition of the fields inter...
2010-05-07 Michael NiedermayerTry to keep track of interlaced and top field first.
2010-04-10 Bobby BinghamBump libavfilter minor version and Changelog for unshar...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-18 Bobby BinghamCreate a set of null callback functions.
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-01-16 Stefano SabatiniImplement null video sink.
2010-01-16 Stefano SabatiniImplement null video source.
2010-01-10 Stefano SabatiniAdd a log context to avfilter_graph_config_links().
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-03 Stefano SabatiniImplement avfilter_add_colorspace().
2010-01-03 Stefano SabatiniPrefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_config...
2009-12-04 Stefano SabatiniAdd a slice_dir parameter to avfilter_draw_slice().
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-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-03 Stefano SabatiniAdd slicify video filter.
2009-11-03 Stefano SabatiniMake avfilter_get_video_buffer() use
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 SabatiniAdd a field 'next' to AVFilter.
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-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-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 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.
next