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-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
2010-11-04Rename avfilter_graph_destroy() to avfilter_graph_free().Stefano Sabatini
2010-11-04Implement avfilter_graph_alloc().Stefano Sabatini
2010-11-04Amend avfilter_graph_parse() documentation for the return code, makeStefano Sabatini
2010-11-03Remove usage of deprecated libavcodec/audioconvert.h functions.Stefano Sabatini
2010-11-031/PHIl: swap again settb/setpts, fix alphabetical order.Stefano Sabatini
2010-11-03Add setpts filter, ported from the libavfilter soc repo.Stefano Sabatini
2010-11-02Fix timestamp handling in more filters after the change which set theStefano Sabatini
2010-11-02Make the blackframe filter print the time, in addition to theStefano Sabatini
2010-11-02Make the cropdetect filter print the time for each frame, in additionStefano Sabatini
2010-11-02Fix crop->var_values[VAR_T] computation in the crop filter.Stefano Sabatini
2010-10-25100l: remove bogus inclusion of libavcodec/audioconvert.c inStefano Sabatini
2010-10-19Add transpose filter.Stefano Sabatini
2010-10-16Add avfilter_graph_config().Stefano Sabatini
2010-10-13Make the validity checks fail only if the corresponding luma or chromaStefano Sabatini
2010-10-13Make avfilter_config_links() use the timebase of the first input linkStefano Sabatini
2010-10-12Extend buffer source to accept the time base for the output PTS.Stefano Sabatini
2010-10-12Remove unused symbol.Stefano Sabatini
2010-10-12Implement cropdetect filter.Stefano Sabatini
2010-10-12Extend the nullsrc source, make it accept a parameter for specifyingStefano Sabatini
2010-10-11Implement settb filter.Stefano Sabatini
2010-10-11Add a time_base field to AVFilterLink.Stefano Sabatini
2010-10-10Rename out -> outlink, link -> inlink in various defaults.c functions,Stefano Sabatini
2010-10-10Make avfilter_config_links() propagate the error code coming from theStefano Sabatini
2010-10-09Add validity checks for the unsharp filter.Stefano Sabatini
2010-10-04yadif: Explicit wordlength for compare. Fixes compile with clang.İsmail Dönmez
2010-10-03Use SLIBSUF instead of .so, as a more generic dynamic library suffix.Víctor Paesa
2010-10-01Fix reference to nonexistent function.Stefano Sabatini
2010-10-01Return AVERROR(EINVAL) rather than -1 in case of invalid values.Stefano Sabatini
2010-09-29Fix compile on Darwin (FATE). Compile error:Alexander Strange
2010-09-28Make init() return sensible error code rather than -1 in case ofStefano Sabatini
2010-09-28Cosmetics: apply nits.Stefano Sabatini
2010-09-28Add the drawbox filter from the soc libavfilter repo.Stefano Sabatini
2010-09-28Move av_set_options_string() from libavfilter to libavutil.Stefano Sabatini
2010-09-28Use more expressive names for the avfilter_insert_filter() in and outStefano Sabatini
2010-09-28use a Makefile in x86 subdirAurelien Jacobs