summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* Add missing check on the existence of an associated output pad forStefano Sabatini2010-11-111-0/+6
* remove declaration inside for(), i is already declaredAurelien Jacobs2010-11-111-1/+1
* drop support for base-10 encoded alpha component in av_parse_color()Aurelien Jacobs2010-11-103-11/+6
* Use hierarchic names convention (prefix them with av_expr) for theStefano Sabatini2010-11-084-15/+15
* Rename avfilter_destroy() as avfilter_free().Stefano Sabatini2010-11-084-8/+8
* Remove graphparser.h header, move AVFilterInOut andStefano Sabatini2010-11-074-66/+37
* Document AVFilterInOut fields.Stefano Sabatini2010-11-071-0/+12
* Extend documentation for parse_filter().Stefano Sabatini2010-11-071-1/+12
* Bump lavfi minor and add APIchanges entry after the rename ofStefano Sabatini2010-11-071-1/+1
* Rename AVFilterInOut field filter to filter_ctx, more semantically correct.Stefano Sabatini2010-11-072-7/+7
* Make avfilter_graph_parse() always return meaningful error codes.Stefano Sabatini2010-11-071-10/+12
* Make parse_outputs() always return meaningful error codes.Stefano Sabatini2010-11-071-5/+5
* Add missing memory check in parse_inputs(), and fix possible (yet very unlike...Stefano Sabatini2010-11-071-1/+2
* Make parse_inputs() return AVERROR(EINVAL) rather than -1 in case theStefano Sabatini2010-11-071-1/+1
* Add missing check in link_filter_inouts(), and fix possible (yet very unlikel...Stefano Sabatini2010-11-071-0/+2
* Rename the variable filter to filt_ctx in link_filter_inouts, as the variable...Stefano Sabatini2010-11-071-8/+8
* Make link_filter_inouts() return meaningful error codes.Stefano Sabatini2010-11-071-5/+5
* Change the signature of parse_filter() to make it return an error code.Stefano Sabatini2010-11-071-8/+5
* Change the signature of create_filter() to make it return an error code.Stefano Sabatini2010-11-071-19/+19
* Rename avfilter_graph_destroy() to avfilter_graph_free().Stefano Sabatini2010-11-044-4/+4
* Implement avfilter_graph_alloc().Stefano Sabatini2010-11-043-1/+11
* Amend avfilter_graph_parse() documentation for the return code, makeStefano Sabatini2010-11-041-1/+1
* Remove usage of deprecated libavcodec/audioconvert.h functions.Stefano Sabatini2010-11-031-1/+2
* 1/PHIl: swap again settb/setpts, fix alphabetical order.Stefano Sabatini2010-11-022-2/+2
* Add setpts filter, ported from the libavfilter soc repo.Stefano Sabatini2010-11-024-1/+160
* Fix timestamp handling in more filters after the change which set theStefano Sabatini2010-11-023-3/+3
* Make the blackframe filter print the time, in addition to theStefano Sabatini2010-11-021-2/+2
* Make the cropdetect filter print the time for each frame, in additionStefano Sabatini2010-11-021-2/+2
* Fix crop->var_values[VAR_T] computation in the crop filter.Stefano Sabatini2010-11-021-2/+2
* 100l: remove bogus inclusion of libavcodec/audioconvert.c inStefano Sabatini2010-10-251-1/+0
* Add transpose filter.Stefano Sabatini2010-10-184-1/+215
* Add avfilter_graph_config().Stefano Sabatini2010-10-163-2/+23
* Make the validity checks fail only if the corresponding luma or chromaStefano Sabatini2010-10-131-1/+2
* Make avfilter_config_links() use the timebase of the first input linkStefano Sabatini2010-10-121-1/+2
* Extend buffer source to accept the time base for the output PTS.Stefano Sabatini2010-10-122-3/+6
* Remove unused symbol.Stefano Sabatini2010-10-121-1/+0
* Implement cropdetect filter.Stefano Sabatini2010-10-124-2/+218
* Extend the nullsrc source, make it accept a parameter for specifyingStefano Sabatini2010-10-112-4/+51
* Implement settb filter.Stefano Sabatini2010-10-114-1/+144
* Add a time_base field to AVFilterLink.Stefano Sabatini2010-10-103-2/+21
* Rename out -> outlink, link -> inlink in various defaults.c functions,Stefano Sabatini2010-10-101-30/+30
* Make avfilter_config_links() propagate the error code coming from theStefano Sabatini2010-10-101-6/+7
* Add validity checks for the unsharp filter.Stefano Sabatini2010-10-081-0/+7
* yadif: Explicit wordlength for compare. Fixes compile with clang.İsmail Dönmez2010-10-031-1/+1
* Use SLIBSUF instead of .so, as a more generic dynamic library suffix.Víctor Paesa2010-10-031-1/+1
* Fix reference to nonexistent function.Stefano Sabatini2010-10-011-1/+1
* Return AVERROR(EINVAL) rather than -1 in case of invalid values.Stefano Sabatini2010-09-301-1/+1
* Fix compile on Darwin (FATE). Compile error:Alexander Strange2010-09-291-7/+6
* Make init() return sensible error code rather than -1 in case ofStefano Sabatini2010-09-281-1/+1
* Cosmetics: apply nits.Stefano Sabatini2010-09-281-3/+3