Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-02Add avfilter_graph_create_filter().Stefano Sabatini
2010-11-30Extend the frei0r filter syntax.Stefano Sabatini
2010-11-30Implement frei0r source.Stefano Sabatini
2010-11-28In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini
2010-11-26Fix crash in uninit.Stefano Sabatini
2010-11-26Fix timestamp scaling in the overlay filter.Stefano Sabatini
2010-11-25Implement avfilter_get_video_buffer_ref_from_arrays().Stefano Sabatini
2010-11-25Make avfilter_default_free_buffer() an internal shared symbol, so thatStefano Sabatini
2010-11-240.123l: remove unused arguments in av_log(), fix warning.Stefano Sabatini
2010-11-24In aspect filter, fix display for input resolutionBaptiste Coudurier
2010-11-24In crop filter, reference picref after updating w/h, fix issue #2377Baptiste Coudurier
2010-11-24Add informative log message in the crop filter.Stefano Sabatini
2010-11-23Reindent.Stefano Sabatini
2010-11-23Implement robust parsing in aspect filters.Stefano Sabatini
2010-11-23Add informative log messages to the set aspect filters.Stefano Sabatini
2010-11-23Give more explicit/less confusing names to the filters dealing withStefano Sabatini
2010-11-22In yadif filter, copy video props to output picture.Baptiste Coudurier
2010-11-21Use the new libavcore audio channel API.Stefano Sabatini
2010-11-21Port overlay filter from the libavfilter repo (with many fixes),Stefano Sabatini
2010-11-18Log error message in case of invalid parsing.Stefano Sabatini
2010-11-18Fix style: if( -> if (.Stefano Sabatini
2010-11-18Remove redundant information in header.Stefano Sabatini
2010-11-18move the av_parse_color() function from libavfilter to libavcoreAurelien Jacobs
2010-11-17100L fix get_video_buffer in pad filter, get_video_buffer will store wrong va...Baptiste Coudurier
2010-11-13Fix frei0r filter after av_parse_color() syntax change.Stefano Sabatini
2010-11-13improve av_parse_color() to allow for non-null terminated color stringAurelien Jacobs
2010-11-13improve av_parse_color() to support html formattingAurelien Jacobs
2010-11-13Make avfiltergraph.h public.Stefano Sabatini
2010-11-13In ff_get_ref_perms_string() use 'u' and 'U' for representingStefano Sabatini
2010-11-13Prefix with "ff_" the functions:Stefano Sabatini
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-11-12Add missing check on the existence of an associated output pad forStefano Sabatini
2010-11-12remove declaration inside for(), i is already declaredAurelien Jacobs
2010-11-11drop support for base-10 encoded alpha component in av_parse_color()Aurelien Jacobs
2010-11-08Use hierarchic names convention (prefix them with av_expr) for theStefano Sabatini
2010-11-08Rename avfilter_destroy() as avfilter_free().Stefano Sabatini
2010-11-08Remove graphparser.h header, move AVFilterInOut andStefano Sabatini
2010-11-08Document AVFilterInOut fields.Stefano Sabatini
2010-11-08Extend documentation for parse_filter().Stefano Sabatini
2010-11-07Bump lavfi minor and add APIchanges entry after the rename ofStefano Sabatini
2010-11-07Rename AVFilterInOut field filter to filter_ctx, more semantically correct.Stefano Sabatini
2010-11-07Make avfilter_graph_parse() always return meaningful error codes.Stefano Sabatini
2010-11-07Make parse_outputs() always return meaningful error codes.Stefano Sabatini
2010-11-07Add missing memory check in parse_inputs(), and fix possible (yet very unlike...Stefano Sabatini
2010-11-07Make parse_inputs() return AVERROR(EINVAL) rather than -1 in case theStefano Sabatini
2010-11-07Add missing check in link_filter_inouts(), and fix possible (yet very unlikel...Stefano Sabatini
2010-11-07Rename the variable filter to filt_ctx in link_filter_inouts, as the variable...Stefano Sabatini
2010-11-07Make link_filter_inouts() return meaningful error codes.Stefano Sabatini
2010-11-07Change the signature of parse_filter() to make it return an error code.Stefano Sabatini
2010-11-07Change the signature of create_filter() to make it return an error code.Stefano Sabatini