OSDN Git Service

Use more expressive names for the avfilter_insert_filter() in and out
[coroid/libav_saccubus.git] / libavfilter / avfilter.h
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.
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-03-26 Víctor PaesaMake static the list of registered filters.
2009-02-23 Stefano SabatiniImplement in AVFilterGraph the scale_sws_opts field...
2009-01-26 Stefano SabatiniImplement avfilter_graph_check_validity().
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-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...
next