710 Commits (91360ce61d00bb20429fb41857abebf50a5c6b1d)

Author SHA1 Message Date
Stefano Sabatini b7be04f3c0 Reindent. 14 years ago
Stefano Sabatini 7de19a3264 Implement robust parsing in aspect filters. 14 years ago
Stefano Sabatini eee0ef5e4f Add informative log messages to the set aspect filters. 14 years ago
Stefano Sabatini 2fb21bf4ff Give more explicit/less confusing names to the filters dealing with 14 years ago
Baptiste Coudurier 902d49eef7 In yadif filter, copy video props to output picture. 14 years ago
Stefano Sabatini 63e8d9760f Use the new libavcore audio channel API. 14 years ago
Stefano Sabatini 58935b25d0 Port overlay filter from the libavfilter repo (with many fixes), 14 years ago
Stefano Sabatini 9abf34411a Log error message in case of invalid parsing. 14 years ago
Stefano Sabatini bdb47f3a2c Fix style: if( -> if (. 14 years ago
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