274 Commits (74117abf0c26228102587057567b39b8a57e44fb)

Author SHA1 Message Date
Andreas Rheinhardt 636631d9db Remove unnecessary libavutil/(avutil|common|internal).h inclusions 3 years ago
Andreas Rheinhardt 5e1dac380b avfilter/avfiltergraph: Fix use-after-free when inserting auto-converter 3 years ago
Andreas Rheinhardt b4f5201967 avfilter: Replace query_formats callback with union of list and callback 3 years ago
Andreas Rheinhardt e1874cd3c4 avfilter/avfiltergraph: Remove always-true check 3 years ago
Andreas Rheinhardt 0615a39fed avfilter/avfiltergraph: Free AVFilterGraph options properly 3 years ago
Andreas Rheinhardt 22c4f33991 avfilter/avfiltergraph: Simplify adding filter to graph 3 years ago
James Almer f599ae88c2 avfilter/avfiltergraph: add an "auto" constant to the threads option 3 years ago
Andreas Rheinhardt 3969c2abfb avfilter/avfiltergraph: Remove dead checks 3 years ago
Andreas Rheinhardt 29bf3fafa0 avfilter/avfiltergraph: Don't use AVClass * for logcontext 3 years ago
Nicolas George 24de2b7618 lavfi/formats: rename AVFilterNegotiation.nb to nb_mergers 3 years ago
Nicolas George 85a6404d7e lavfi/formats: describe conversion in negotiation structure. 3 years ago
Nicolas George 86d3dd5627 lavfi/formats: put merge functions in structures. 3 years ago
Andreas Rheinhardt 18ec426a86 avfilter/formats: Factor common function combinations out 3 years ago
Michael Niedermayer 1642d8188d avfilter/avfiltergraph: Remove NULL checks after dereferences 4 years ago
Andreas Rheinhardt 339af976b6 avfilter: Remove deprecated resample_lavr_opts 4 years ago
Nicolas George 69f5f6ea37 lavfi: check the validity of formats lists. 4 years ago
Nicolas George 2f76476549 lavfi: regroup formats lists in a single structure. 4 years ago
Andreas Rheinhardt eaa6c08f35 avfilter/avfiltergraph: Remove unused macro parameter 4 years ago
Andreas Rheinhardt 06754f7bbf avfilter/formats: Factor checking for mergeability out of ff_merge_* 4 years ago
Nicolas George 4ca1fb9d2a lavfi: remove needs_fifo. 4 years ago
Andreas Rheinhardt c4c10feaa8 Revert "lavfi/avfiltergraph: add check before free the format" 4 years ago
Jun Zhao f156f4ab23 lavfi/avfiltergraph: add check before free the format 5 years ago
Marton Balint 7033654f7f Use AV_PIX_FMT_FLAG_ALPHA for detecting transparency where nb_components was used 7 years ago
Paul B Mahol cbd524b26c avfilter/avfiltergraph: remove ugly dead code 7 years ago
Paul B Mahol 16d67fabb1 avfilter/avfiltergraph: pass correct audio/video flags 7 years ago
Nicolas George 345e7072ab lavfi: check links properties after configuring them. 7 years ago
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
Vittorio Giovara 96a47364d1 lavfi: Drop deprecated non-const filter retrieval 8 years ago
Vittorio Giovara c5c7cfd5e8 lavfi: Drop deprecated functions to open a filter or a filterchain 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