259 Commits (ce70f28a1732c74a9cd7fec2d56178750bd6e457)

Author SHA1 Message Date
Vittorio Giovara e65e4cbbda lavfi: Drop deprecated *_count suffixed variables 9 years ago
Vittorio Giovara 1a3eb042c7 Replace av_dlog with normal av_log at trace level 10 years ago
Himangi Saraogi 88b160a457 avfilter: Return more meaningful error codes 10 years ago
Vittorio Giovara ac84c1ce24 avfilter: check filter link validity 10 years ago
Anton Khirnov bba2a7cc5f lavfi: use the correct filter context for logging an error. 11 years ago
Vittorio Giovara abb5e37f64 avfilter: fix leaks on error in ff_filter_frame 11 years ago
Vittorio Giovara 884c7a6eb8 avfilter: fix const use of avfilter_next 11 years ago
Vittorio Giovara 5c439b41d0 avfilter: have avfilter_get_by_name return const for next bump 11 years ago
Anton Khirnov 0767bfd199 lavfi: allow user-provided execute() callbacks 11 years ago
Diego Biurrun 7950e519bb Disable deprecation warnings for cases where a replacement is available 11 years ago
Diego Biurrun b5a138652f Give less generic names to global library option arrays 11 years ago
Anton Khirnov 129bb23843 lavfi: add a slice threading infrastructure 12 years ago
Anton Khirnov 7e2b15c094 avfilter: check a malloc in avfilter_link(). 12 years ago
Anton Khirnov bf5b5d2b15 avfilter.c: cosmetics, reformat 12 years ago
Anton Khirnov d79bd60405 lavfi: factorize freeing a link 12 years ago
Diego Biurrun 2832ea26f3 Remove commented-out debug #define cruft 12 years ago
Anton Khirnov ffba2053ed lavfi: fix compatibility code for old vf_scale options syntax 12 years ago
Anton Khirnov f160c6a18a lavfi: do not segfault on NULL passed to avfilter_get_by_name() 12 years ago
Anton Khirnov fa2a34cd40 lavfi: change the filter registering system to match the other libraries 12 years ago
Anton Khirnov 7e8fe4be5f lavfi: add a function for counting elements in AVFilterPad arrays. 12 years ago
Anton Khirnov 1ba95a9cca lavfi: add avfilter_init_dict() for initializing a filter with a dict. 12 years ago
Anton Khirnov 48a5adab62 lavfi: add avfilter_init_str() to replace avfilter_init_filter(). 12 years ago
Anton Khirnov 1565cbc65c lavfi: make avfilter_free() remove the filter from its graph. 12 years ago
Anton Khirnov bc1a985ba0 lavfi: replace avfilter_open() with avfilter_graph_alloc_filter(). 12 years ago
Anton Khirnov 4a37d4b3f8 lavfi: add const to the pads parameter of avfilter_pad_get_name/type 12 years ago
Anton Khirnov 8114c10160 lavfi: add avfilter_get_class(). 12 years ago
Anton Khirnov 4d1f31ea44 lavfi: make AVFilterContext export filter options. 12 years ago
Anton Khirnov 62549f9655 lavfi: error out when options are provided to a filter that does not take any 12 years ago
Anton Khirnov c43a7ecad9 lavfi: remove now unused args parameter from AVFilter.init 12 years ago
Anton Khirnov ee0e8d4b15 vf_libopencv: switch to an AVOptions-based system. 12 years ago
Anton Khirnov c334c113d4 vf_scale: switch to an AVOptions-based system. 12 years ago
Anton Khirnov 5aa1a668cf vf_frei0r: switch to an AVOptions-based system. 12 years ago
Anton Khirnov e67a87eac8 vf_(no)format: switch to an AVOptions-based system. 12 years ago
Anton Khirnov 4fa1f52e33 af_resample: switch to an AVOptions-based system. 12 years ago
Anton Khirnov b439c992c2 lavfi: switch to an AVOptions-based system. 12 years ago
Anton Khirnov 556aab8f11 lavfi: use designated initializers in avfilter_class 12 years ago
Anton Khirnov 7e350379f8 lavfi: switch to AVFrame. 12 years ago
Anton Khirnov 565e4993c6 lavfi: merge start_frame/draw_slice/end_frame 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Anton Khirnov 59ee9f78b0 lavfi: do not use av_pix_fmt_descriptors directly. 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Mans Rullgard 1fce361d70 lavfi: replace empty input/output lists with null pointers 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Diego Biurrun 49c45a2624 avfilter: Fix printf format string conversion specifier 12 years ago
Anton Khirnov 1a49a169eb lavfi: make filters less verbose. 13 years ago
Anton Khirnov 1961e46c15 lavfi: remove disabled FF_API_FILTERS_PUBLIC cruft 13 years ago
Anton Khirnov 5e88b96f37 lavfi: remove disabled FF_API_DEFAULT_CONFIG_OUTPUT_LINK cruft 13 years ago
Anton Khirnov 205e90249a lavfi: use proper FF_API guards for different deprecated functions 13 years ago
Anton Khirnov a5e8c41c28 lavfi: remove 'opaque' parameter from AVFilter.init() 13 years ago
Anton Khirnov 9baeff9506 lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs 13 years ago