203 Commits (d4a4661342640726d80dff0ac26656aac2a4e306)

Author SHA1 Message Date
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
Stefano Sabatini 5c4c929878 lavfi/avfiltergraph: fix style 12 years ago
Nicolas George 4582e4c086 lavfi: add comments to explain the negotiation loop. 12 years ago
Nicolas George 78d16b6a51 lavfi: fix filter format negotiation loop. 12 years ago
Michael Niedermayer 0acf7e268b avfilter: remove opaque passing hacks 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
Nicolas George 125acd2152 lavfi: support multiple rounds of format negotiation. 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
Reimar Döffinger 88d55b827d Remove incorrect use of ctype.h functions. 12 years ago
Nicolas George 2d98dd3d14 lavfi: fix merging of formats and clarify exception. 12 years ago
Justin Ruggles 9f1223562e lavfi: connect libavresample options to af_resample via AVFilterGraph 12 years ago
Nicolas George b5884db437 lavfi: fix missing space in error message. 12 years ago
Nicolas George 3dea8b375e lavfi: remove disabled code. 12 years ago
Nicolas George b6afb2dde1 lavfi: support unknown channel layouts. 12 years ago
Clément Bœsch 491ca0e89f Replace references to "que" with the appropriate word. 12 years ago
Nicolas George b99bef17b4 lavfi/avfiltergraph: check pick_format return code. 12 years ago
Nicolas George 11ab2c25b6 lavfi/avfiltergraph: print query_formats errors. 12 years ago
Michael Niedermayer bd16f0a331 avfiltergraph: put variables used in #if 0 code themselfs under #if 0 12 years ago
Nicolas George 238edd2fe3 lavfi: add a channels field to AVFilterLink. 12 years ago
Michael Niedermayer 69d45d2ecb avfiltergraph: add aresample_swr_opts 12 years ago
Michael Niedermayer 8f507feecb avfiltergraph: add AVOption table 12 years ago
Stefano Sabatini f67ebf5b77 lavfi/avfiltergraph: improve error message in graph_check_validity() 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Stefano Sabatini 8f37a1e8dc lavfi/avfiltergraph: avoid to print "(null)" in the scale args 12 years ago
Hendrik Leppkes 79393a8363 Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_desc_get 12 years ago
Anton Khirnov e3496e5dbe avfiltergraph: silence an uninitialized variable warning 12 years ago
Michael Niedermayer 7b607eb5e7 avfiltergraph: use avcodec_find_best_pix_fmt_of_2() 13 years ago
Michael Niedermayer d40e2c7a86 avfiltergraph: kill uninitialized variable warning 13 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 13 years ago
Justin Ruggles 743f07062a lavfi: better channel layout negotiation 13 years ago
Michael Niedermayer ef1c0b5295 avfiltergraph: add some debug info about selected pixel formats 13 years ago
Nicolas George f98d814bb6 avfiltergraph: add a debug message on EOF. 13 years ago
Carl Eugen Hoyos 71e5a14028 Suggest aresample filter if it was not compiled but requested. 13 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
Stefano Sabatini 972cad77fa lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.h 13 years ago
Anton Khirnov 58b049f2fa lavfi: support automatically inserting the fifo filter when needed. 13 years ago
Paul B Mahol 54101214d8 lavfi: use designated initializers for AVClass 13 years ago
Paul B Mahol c9e183b490 lavfi: update some deprecated functions 13 years ago