243 Commits (e59da0f7ff129d570adb72c6479f7ce07cf5a0f9)

Author SHA1 Message Date
Nicolas George d790f18ac0 lavfi: print the error message when threading init fails. 8 years ago
Marton Balint c0443c1af1 lavfi/avfiltergraph: only return EOF in avfilter_graph_request_oldest if all sinks EOFed 8 years ago
Michael Niedermayer 55d53cb593 avfilter/avfiltergraph: Check for allocation failure in avfilter_graph_queue_command() 8 years ago
Rostislav Pehlivanov 3796fb2692 lavfi: deprecate AVFilterGraph->resample_lavr_opts 8 years ago
Michael Niedermayer 5f2b360fc0 avfilter/avfiltergraph: Add assert to write down in machine readable form what is assumed about sample rates in swap_samplerates_on_filter() 8 years ago
Nicolas George 32c59a115d lavfi: do not call ff_filter_frame() with activate. 8 years ago
Nicolas George 0b66c456f9 lavfi, ffmpeg: simplify filter names. 8 years ago
Nicolas George 373f21a911 lavfi: avfilter_graph_request_oldest: request a frame again before returning. 8 years ago
Nicolas George 02aa0701ae lavfi: make filter_frame non-recursive. 8 years ago
Burt P 16ea0bca14 avfiltergraph.c: restore disabling of auto conversions 8 years ago
Michael Niedermayer 281caece46 avfilter/avfiltergraph: Clear graph pointers in ff_filter_graph_remove_filter() 9 years ago
Anton Khirnov ac84e618df avfiltergraph: check the query_formats() return value 9 years ago
Nicolas George 1655788712 lavfi: make request_frame() non-recursive. 9 years ago
Nicolas George d03eab34dd lavfi: rename link.current_pts to current_pts_us. 9 years ago
Ganesh Ajjanagadde 3835554bf8 avfilter/avfiltergraph: fix -Wunused-result warnings 9 years ago
Ganesh Ajjanagadde 6aaac24d72 avfilter/all: propagate errors of functions from avfilter/formats 9 years ago
Vittorio Giovara e65e4cbbda lavfi: Drop deprecated *_count suffixed variables 9 years ago
Michael Niedermayer 0cb87cd7d4 avfilter/avfiltergraph: Implement and use find_best_sample_fmt_of_2() 9 years ago
Michael Niedermayer 0c0d1a4ef2 avfilter/avfiltergraph: Rename ff_avfilter_graph_config_pointers to graph_config_pointers. 10 years ago
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