685 Commits (0b90e4a240c859de1fa5e0adac99ab58307d6b73)

Author SHA1 Message Date
Stefano Sabatini 0b90e4a240 Document AVFilterInOut fields. 14 years ago
Stefano Sabatini 55b2a9ba3b Extend documentation for parse_filter(). 14 years ago
Stefano Sabatini da6ec07c41 Bump lavfi minor and add APIchanges entry after the rename of 14 years ago
Stefano Sabatini 7313132bcc Rename AVFilterInOut field filter to filter_ctx, more semantically correct. 14 years ago
Stefano Sabatini c24f76b948 Make avfilter_graph_parse() always return meaningful error codes. 14 years ago
Stefano Sabatini 0cc8b65950 Make parse_outputs() always return meaningful error codes. 14 years ago
Stefano Sabatini 00b3ca3c7a Add missing memory check in parse_inputs(), and fix possible (yet very unlikely) crash. 14 years ago
Stefano Sabatini 42e7f6d781 Make parse_inputs() return AVERROR(EINVAL) rather than -1 in case the 14 years ago
Stefano Sabatini fbd97184f8 Add missing check in link_filter_inouts(), and fix possible (yet very unlikely) crash. 14 years ago
Stefano Sabatini ed581e65e2 Rename the variable filter to filt_ctx in link_filter_inouts, as the variable denotes a filter context. 14 years ago
Stefano Sabatini 684ade4935 Make link_filter_inouts() return meaningful error codes. 14 years ago
Stefano Sabatini 688b9dad9c Change the signature of parse_filter() to make it return an error code. 14 years ago
Stefano Sabatini c58572f87b Change the signature of create_filter() to make it return an error code. 14 years ago
Stefano Sabatini 97dd1e4a87 Rename avfilter_graph_destroy() to avfilter_graph_free(). 14 years ago
Stefano Sabatini e15aeea656 Implement avfilter_graph_alloc(). 14 years ago
Stefano Sabatini a6fdd5748f Amend avfilter_graph_parse() documentation for the return code, make 14 years ago
Stefano Sabatini ba7d6e798e Remove usage of deprecated libavcodec/audioconvert.h functions. 14 years ago
Stefano Sabatini 6f2325e3f1 1/PHIl: swap again settb/setpts, fix alphabetical order. 14 years ago
Stefano Sabatini a532bb390f Add setpts filter, ported from the libavfilter soc repo. 14 years ago
Stefano Sabatini 41f1d3afeb Fix timestamp handling in more filters after the change which set the 14 years ago
Stefano Sabatini a4ef9658a2 Make the blackframe filter print the time, in addition to the 14 years ago
Stefano Sabatini d370e3e931 Make the cropdetect filter print the time for each frame, in addition 14 years ago
Stefano Sabatini 4b3d0dc643 Fix crop->var_values[VAR_T] computation in the crop filter. 14 years ago
Stefano Sabatini d545aea8f0 100l: remove bogus inclusion of libavcodec/audioconvert.c in 14 years ago
Stefano Sabatini 43945b2766 Add transpose filter. 15 years ago
Stefano Sabatini 2a24df9357 Add avfilter_graph_config(). 15 years ago
Stefano Sabatini 6fae8c5443 Make the validity checks fail only if the corresponding luma or chroma 15 years ago
Stefano Sabatini cf5fe8ec9e Make avfilter_config_links() use the timebase of the first input link 15 years ago
Stefano Sabatini 94498ec98a Extend buffer source to accept the time base for the output PTS. 15 years ago
Stefano Sabatini 610312e904 Remove unused symbol. 15 years ago
Stefano Sabatini 68b79bfc48 Implement cropdetect filter. 15 years ago
Stefano Sabatini 16134b7c40 Extend the nullsrc source, make it accept a parameter for specifying 15 years ago
Stefano Sabatini 214c0d420b Implement settb filter. 15 years ago
Stefano Sabatini 867ae7aa5d Add a time_base field to AVFilterLink. 15 years ago
Stefano Sabatini f167a1a4f6 Rename out -> outlink, link -> inlink in various defaults.c functions, 15 years ago
Stefano Sabatini 69f73a8928 Make avfilter_config_links() propagate the error code coming from the 15 years ago
Stefano Sabatini 74d127b537 Add validity checks for the unsharp filter. 15 years ago
İsmail Dönmez 5ef42826d2 yadif: Explicit wordlength for compare. Fixes compile with clang. 15 years ago
Víctor Paesa 524aae8625 Use SLIBSUF instead of .so, as a more generic dynamic library suffix. 15 years ago
Stefano Sabatini 333771210e Fix reference to nonexistent function. 15 years ago
Stefano Sabatini ab3efd0077 Return AVERROR(EINVAL) rather than -1 in case of invalid values. 15 years ago
Alexander Strange 5ba24e4982 Fix compile on Darwin (FATE). Compile error: 15 years ago
Stefano Sabatini c10676aca3 Make init() return sensible error code rather than -1 in case of 15 years ago
Stefano Sabatini 46daee6e4e Cosmetics: apply nits. 15 years ago
Stefano Sabatini e40032e23a Add the drawbox filter from the soc libavfilter repo. 15 years ago
Stefano Sabatini c85eef4ed8 Move av_set_options_string() from libavfilter to libavutil. 15 years ago
Stefano Sabatini 486adc55c0 Use more expressive names for the avfilter_insert_filter() in and out 15 years ago
Aurelien Jacobs fa6f4ebc08 use a Makefile in x86 subdir 15 years ago
Aurelien Jacobs 236f79480b merge #if with if() 15 years ago
Stefano Sabatini db9dfa3cc3 Make avfilter_insert_filter() propagate an error code in case the 15 years ago