485 Commits (03cd3bec6e66a49bcec138d72bac97cb8a64d246)

Author SHA1 Message Date
Michael Niedermayer 3ed56b3b39 avfilter/process_options: fix memleak 12 years ago
Michael Niedermayer a2abd58a09 avfilter: remove av_opt_set_defaults() from process_options() 12 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
Clément Bœsch d94c907008 lavfi: silence a discarded const qualifier warning. 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
Clément Bœsch 1776177b7f lavfi: replace passthrough_filter_frame with a flag. 12 years ago
Michael Niedermayer e4723a82f7 avfilter: fix 2 warnings about discarding const 12 years ago
Michael Niedermayer df9f9caba5 avfilter: Make enabled/disabled state available as a field of the AVFilterContext 12 years ago
Clément Bœsch 38853169ce lavfi: add 'enable' command injection to filters supporting timeline. 12 years ago
Clément Bœsch fdd93eabfb lavfi: add timeline support. 12 years ago
Clément Bœsch b8a5c76131 lavfi: add frame counter into AVFilterLink and use it in filters. 12 years ago
Clément Bœsch dcea58502c lavfi: drop now unused shorthand field from AVFilter. 12 years ago
Michael Niedermayer 0acf7e268b avfilter: remove opaque passing hacks 12 years ago
Michael Niedermayer f1e62af0e0 avfilter: remove mixed args hack for scale. 12 years ago
Anton Khirnov d69a4177b9 lavfi: remove now unused args parameter from AVFilter.init 12 years ago
Michael Niedermayer 04924bc923 avfilter: remove old shorthand system 12 years ago
Michael Niedermayer 3c821e7550 af_pan: switch to an AVOptions-based shorthand system. 12 years ago
Michael Niedermayer c378ba19b5 abuffer: switch to an AVOptions-based shorthand system. 12 years ago
Michael Niedermayer 16e5e13c7e buffersrc: switch to an AVOptions-based shorthand system. 12 years ago
Pavel Koshevoy 8f3c440a39 lavfi/atempo: switch to an AVOptions-based system. 12 years ago
Michael Niedermayer 9ab796127a avfilter: Update scale to dictionary based options 12 years ago
Clément Bœsch 838d803155 lavfi/mp: switch to an AVOptions-based system. 12 years ago
Clément Bœsch 9ab221f8d8 lavfi: deprecate aconvert. 12 years ago
Clément Bœsch 71ef1ec7b4 lavfi/aspect: switch to an AVOptions-based system. 12 years ago
Stefano Sabatini 976e3439ed lavfi/flite: switch to AVOption-based system 12 years ago
Stefano Sabatini e4fd58f472 lavfi/hue: apply major simplifications, and switch to AVOption-based system 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
Michael Niedermayer 4f43e9b4af avfilter/aresample: use init_dict system and set child AVOption context correctly 12 years ago
Michael Niedermayer f6bfeef7fa avfilter: fix handing of child context options 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
Clément Bœsch c1907bd732 lavfi/removelogo: switch to an AVOptions-based system. 12 years ago
Clément Bœsch c74b0eda34 lavfi/amerge: switch to an AVOptions-based system. 12 years ago
Clément Bœsch 23a750c994 lavfi: do not warn inappropriately with aevalsrc. 12 years ago
Clément Bœsch 64ce15b9f4 lavfi/aevalsrc: switch to an AVOptions-based system. 12 years ago
Clément Bœsch ad9e66a565 lavfi: add pp to the ':'-to-'|' compat layer. 12 years ago
Clément Bœsch e2e992c077 lavfi/asetnsamples: switch to an AVOptions-based system. 12 years ago
Clément Bœsch 1c0feee059 lavfi/anullsrc: switch to an AVOptions-based system. 12 years ago
Clément Bœsch 7464b9e319 lavfi: remove bbox from the filters left to update. 12 years ago
Clément Bœsch 7fdebb116c lavfi/astreamsync: switch to an AVOptions-based system. 12 years ago
Clément Bœsch ab4afcb85b lavfi/blackdetect: switch to an AVOptions-based system. 12 years ago