224 Commits (3a91a07f15e89633c49ab8f6ea08f9ea4a2696d0)

Author SHA1 Message Date
Michael Niedermayer a76e91bf67 avfilter/avfiltergraph: assert that the heap_bubble index is valid 10 years ago
Derek Buitenhuis 23c9ebffb5 avfilter: Properly check for failed format query 10 years ago
Nicolas George 099aff5c42 lavfi: check refcount before merging. 10 years ago
Michael Niedermayer 5ab67340f9 avfilter/avfiltergraph: dont "or" together error codes 11 years ago
Michael Niedermayer 617e866e25 Move av_find_best_pix_fmt_of_2() from avcodec to avutil 11 years ago
Yu Xiaolei fbe9ae482d avfilter: make avfilter_graph_get_filter use const string name 11 years ago
Nicolas George d300f5f6f5 lavfi/avfiltergraph: do not reduce incompatible lists. 11 years ago
Nicolas George f775eb3fb4 lavfi/avfiltergraph: suggest a solution when format selection fails. 11 years ago
Derek Buitenhuis 52aed19307 avfiltergraph: Properly handle memory allocation failure 11 years ago
Michael Niedermayer d5ec8ba7f2 Do not leave positive values undefined when negative are defined as error 11 years ago
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
Michael Niedermayer de0a1f63df avfilter/can_merge_formats: fix memleak 11 years ago
Michael Niedermayer 6bde1e9d14 avfilter/avfiltergraph: fix check using the wrong variables 11 years ago
Michael Niedermayer 6a0b72f94f avfilter/avfiltergraph: minor cosmetic 11 years ago
Michael Niedermayer fe328f0807 avfilter: Dont partially merge lists 11 years ago
Michael Niedermayer 5169111145 avfilter/REDUCE_FORMATS: fix bug that ended reducing too early 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
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