124 Commits (d8a45d2d49f54fde042b195f9d5859251252493d)

Author SHA1 Message Date
Anton Khirnov 0767bfd199 lavfi: allow user-provided execute() callbacks 11 years ago
Anton Khirnov 77cc958f60 lavfi: add const to the AVFilter parameter of avfilter_graph_create_filter() 11 years ago
Diego Biurrun 7950e519bb Disable deprecation warnings for cases where a replacement is available 11 years ago
Anton Khirnov 129bb23843 lavfi: add a slice threading infrastructure 12 years ago
Anton Khirnov b01f6041f4 lavfi: rename AVFilterFormats.format_count to nb_formats 12 years ago
Anton Khirnov 096696ef0d avfiltergraph: simplify inserting conversion filters. 12 years ago
Anton Khirnov 48a5adab62 lavfi: add avfilter_init_str() to replace avfilter_init_filter(). 12 years ago
Anton Khirnov 1565cbc65c lavfi: make avfilter_free() remove the filter from its graph. 12 years ago
Anton Khirnov 111367263a lavfi: add AVFilterContext.graph. 12 years ago
Anton Khirnov c2c9801bc9 lavfi: deprecate avfilter_graph_add_filter(). 12 years ago
Anton Khirnov bc1a985ba0 lavfi: replace avfilter_open() with avfilter_graph_alloc_filter(). 12 years ago
Anton Khirnov 38f0c0781a lavfi: merge avfiltergraph.h into avfilter.h 12 years ago
Anton Khirnov 6d0546bbaf avfiltergraph: set deprecated filter_count. 12 years ago
Anton Khirnov 6e3c13a559 avfiltergraph: check for sws opts being non-NULL before using them. 12 years ago
Anton Khirnov dd74e3ef33 avfiltergraph: use sizeof(var) instead of sizeof(type) 12 years ago
Anton Khirnov 42c7c61ab2 avfiltergraph: replace AVFilterGraph.filter_count with nb_filters 12 years ago
Reimar Döffinger efa7f42020 Use the avstring.h locale-independent character type functions 12 years ago
Justin Ruggles 9f1223562e lavfi: connect libavresample options to af_resample via AVFilterGraph 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Anton Khirnov e3496e5dbe avfiltergraph: silence an uninitialized variable warning 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Justin Ruggles 743f07062a lavfi: better channel layout negotiation 12 years ago
Anton Khirnov 61d158c321 avfiltergraph: shut up uninitialized variable warning. 13 years ago
Anton Khirnov 8d900aa4d0 lavfi: remove disabled FF_API_GRAPH_AVCLASS cruft 13 years ago
Anton Khirnov 58b049f2fa lavfi: support automatically inserting the fifo filter when needed. 13 years ago
Anton Khirnov 24b2f4ed21 avfiltergraph: remove a redundant call to avfilter_get_by_name(). 13 years ago
Anton Khirnov 2f296e39a1 lavfi: allow building without swscale. 13 years ago
Anton Khirnov 9baeff9506 lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs 13 years ago
Anton Khirnov b74a1da49d lavfi: make formats API private on next bump. 13 years ago
Anton Khirnov 8eb9bf0933 avfiltergraph: make some functions static. 13 years ago
Anton Khirnov 43c7a01e98 lavfi: remove avfilter_default_* from public API on next bump. 13 years ago
Anton Khirnov ccefa89f39 avfiltergraph: smarter sample format selection. 13 years ago
Anton Khirnov fd127ede62 avfiltergraph: reindent 13 years ago
Anton Khirnov ff1f51a8aa lavfi: add channel layout/sample rate negotiation. 13 years ago
Anton Khirnov 012f04a277 lavfi: autoinsert resample filter when necessary. 13 years ago
Anton Khirnov 63736fe48c avfiltergraph: try to reduce format conversions in filters. 13 years ago
Anton Khirnov 996f9f0c32 avfiltergraph: add an AVClass to AVFilterGraph on next major bump. 13 years ago
Stefano Sabatini 57fa314090 lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config() 13 years ago
Stefano Sabatini 59cef18c24 avfiltergraph: use meaningful error codes 13 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Stefano Sabatini 4359288c56 Make avfilter_graph_free() free the graph. 14 years ago
Stefano Sabatini caeb0c3027 Make avfilter_graph_free() do nothing if graph is NULL. 14 years ago
Stefano Sabatini b59dd1ea4f Fix style nits in avfiltergraph.c. 14 years ago
Stefano Sabatini 037be76e15 Add avfilter_graph_create_filter(). 14 years ago
Stefano Sabatini 3fa77bde1b In libavfilter, use consistently "Copyright (c)" in the license 14 years ago
Stefano Sabatini 4fcbb2af33 Prefix with "ff_" the functions: 14 years ago
Stefano Sabatini 24de0edbd5 Rename avfilter_destroy() as avfilter_free(). 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 2a24df9357 Add avfilter_graph_config(). 14 years ago