]> git.sesse.net Git - ffmpeg/history - libavfilter/avfilter.h
Rename AVFilterPicRef to AVFilterBufferRef.
[ffmpeg] / libavfilter / avfilter.h
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...
2008-08-08 Stefano SabatiniImplement avfilter_version().
2008-05-26 Diego Biurrunconsistency cosmetics: indices --> indexes
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-04-02 Michael NiedermayerImprove AVFilterFormats doxy.
2008-03-06 Panagiotis IssarisMake av_class a pointer to a const AVClass. Addresses...
2008-02-26 Vitor SessakMake libavfilter define its version like the other...
2008-02-21 Michael NiedermayerAscii art to explain what avfilter_formats_changeref...
2008-02-21 Michael Niedermayercosmetic
2008-02-21 Michael NiedermayerBetter description (merge is too vague IMHO).
2008-02-21 Michael NiedermayerDocument avfilter_formats_ref() with some ascii art.
2008-02-15 Vitor SessakRemove unneeded function.
2008-02-15 Vitor SessakOops
2008-02-15 Vitor SessakMissed this file in my conditional compilation patch
2008-02-15 Víctor PaesaAdd libavfilter_version
2008-02-15 Vitor SessakRemove author field
2008-02-15 Vitor SessakUse CodecType for pad type
2008-02-15 Vitor SessakNit: remove odd whitespace
2008-02-15 Vitor SessakGroup avfilter_poll_frame() with related funcions and...
2008-02-15 Vitor SessakUpdate comment to match code
2008-02-15 Vitor SessakNits: punctuation and capitalization
2008-02-15 Vitor SessakAdd const to silence warnings
2008-02-15 Vitor SessakImplement poll_frame() method. Fix ffmpeg.c bug with
2008-02-15 Vitor SessakIndentation
2008-02-15 Vitor SessakRework link property configuration system.
2008-02-15 Vitor SessakFix misc. warnings
2008-02-15 Vitor SessakRewrite colorspace negotiation.
2008-02-15 Vitor SessakAdd pixel aspect ratio to AVFilterPicRef structure
2008-02-15 Vitor SessakAdd another "reuse" permission, to distinguish between...
2008-02-15 Vitor Sessakuse units of 1/AV_TIME_BASE for pts rather than millise...
next