701 Commits (cef4b74bf209fdc2e78385c44dfbec4dbdb281b4)

Author SHA1 Message Date
Stefano Sabatini cef4b74bf2 Remove redundant information in header. 14 years ago
Aurelien Jacobs 0985e1a3ca move the av_parse_color() function from libavfilter to libavcore 14 years ago
Baptiste Coudurier c71e9640db 100L fix get_video_buffer in pad filter, get_video_buffer will store wrong values for w and h 14 years ago
Stefano Sabatini f6c182a0c3 Fix frei0r filter after av_parse_color() syntax change. 14 years ago
Aurelien Jacobs 2722dd6ebf improve av_parse_color() to allow for non-null terminated color string 14 years ago
Aurelien Jacobs 521b860748 improve av_parse_color() to support html formatting 14 years ago
Stefano Sabatini 5aaea022ab Make avfiltergraph.h public. 14 years ago
Stefano Sabatini 906eaab460 In ff_get_ref_perms_string() use 'u' and 'U' for representing 14 years ago
Stefano Sabatini 4fcbb2af33 Prefix with "ff_" the functions: 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
Stefano Sabatini 668673f10c Add missing check on the existence of an associated output pad for 14 years ago
Aurelien Jacobs cb4fe49294 remove declaration inside for(), i is already declared 14 years ago
Aurelien Jacobs 6ed3bace97 drop support for base-10 encoded alpha component in av_parse_color() 14 years ago
Stefano Sabatini d2af7205a1 Use hierarchic names convention (prefix them with av_expr) for the 14 years ago
Stefano Sabatini 24de0edbd5 Rename avfilter_destroy() as avfilter_free(). 14 years ago
Stefano Sabatini 1e80a0eaa4 Remove graphparser.h header, move AVFilterInOut and 14 years ago
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. 14 years ago
Stefano Sabatini 2a24df9357 Add avfilter_graph_config(). 14 years ago
Stefano Sabatini 6fae8c5443 Make the validity checks fail only if the corresponding luma or chroma 14 years ago
Stefano Sabatini cf5fe8ec9e Make avfilter_config_links() use the timebase of the first input link 14 years ago
Stefano Sabatini 94498ec98a Extend buffer source to accept the time base for the output PTS. 14 years ago
Stefano Sabatini 610312e904 Remove unused symbol. 14 years ago
Stefano Sabatini 68b79bfc48 Implement cropdetect filter. 14 years ago
Stefano Sabatini 16134b7c40 Extend the nullsrc source, make it accept a parameter for specifying 14 years ago
Stefano Sabatini 214c0d420b Implement settb filter. 14 years ago
Stefano Sabatini 867ae7aa5d Add a time_base field to AVFilterLink. 14 years ago