528 Commits (7ece8b50b19e140ace13eda6f1a9f45f868c2528)

Author SHA1 Message Date
Nicolas George 44f660e7e7 lavfi: remove FF_LINK_FLAG_REQUEST_LOOP. 9 years ago
Nicolas George 2a351f6c55 lavfi: drop the requirement that request_frame returns a frame. 9 years ago
Michael Niedermayer 5d859e5980 avfilter/avfilter: Add a few more basic filters to the list which support frame size changes 9 years ago
Vittorio Giovara e65e4cbbda lavfi: Drop deprecated *_count suffixed variables 9 years ago
Ronald S. Bultje 6495c4c687 lavfi: fix compilation with FF_API_OLD_FILTER_OPTS=0. 9 years ago
Ronald S. Bultje ad7d972e08 lavfi: add error message to help users convert to new lavfi syntax. 9 years ago
Andreas Cadhalpun 13b3462b7a avfilter: add missing FF_API_AVFILTERPAD_PUBLIC guard 9 years ago
Andreas Cadhalpun 8bd74aafe8 avfilter: remove obsolete function declarations 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
Michael Niedermayer b288f67434 avfilter/avfilter: Remove CONFIG_MP_FILTER case 10 years ago
Michael Niedermayer 6c702c3c63 avfilter/avfilter: allow idet like scale to have parameter changes 10 years ago
Michael Niedermayer 649c158e8c Add FFMPEG_VERSION into the binary libs 10 years ago
Vittorio Giovara ac84c1ce24 avfilter: check filter link validity 10 years ago
Clément Bœsch abaf4245a1 avfilter: add w/h parameters in timeline 10 years ago
Michael Niedermayer d9ddbaa924 avfilter/avfilter: use av_malloc(z)_array() 10 years ago
Anton Khirnov bba2a7cc5f lavfi: use the correct filter context for logging an error. 11 years ago
Michael Niedermayer 41003da94a avfilter/avfilter: fix use of uninitialized pointer 11 years ago
Vittorio Giovara abb5e37f64 avfilter: fix leaks on error in ff_filter_frame 11 years ago
Michael Niedermayer c0a33c4770 avfilter: avfilter_register() that works in O(1) time 11 years ago
Michael Niedermayer 133fbfc781 do O(1) instead of O(n) atomic operations in register functions 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
Michael Niedermayer ab2bfb85d4 avfilter/ff_insert_pad: fix order of operations 11 years ago
Michael Niedermayer 8780f7fbfa avfilter/ff_filter_frame_needs_framing: fix handling of AV_NOPTS_VALUE 11 years ago
Anton Khirnov 0767bfd199 lavfi: allow user-provided execute() callbacks 11 years ago
Michael Niedermayer 4bc7a2a64b avfilter: remove duplicate includes 11 years ago
Michael Niedermayer 3dfc5f551f avfilter: avoid testing float == 0 11 years ago
Paul B Mahol 211a185cba avfilter/avfilter: check allocation failure in ff_insert_pad() 11 years ago
Michael Niedermayer bb23bf8fd7 avfilter/avfilter: fix null pointer dereference with queued ping filters 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
Michael Niedermayer 2236456715 avfilter/avfilter: Make avfilter_register() thread safe 12 years ago
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