119 Commits (0a5ff1964355f6d288071b7c0bc4fb24f658c9fc)

Author SHA1 Message Date
Andreas Rheinhardt 242ba4d74c avfilter/formats: Remove unused functions 4 years ago
Nicolas George 4ca1fb9d2a lavfi: remove needs_fifo. 4 years ago
Limin Wang 548ef7a12b avfilter: add D2TS, TS2D, TS2T as a common macro in internal.h 4 years ago
Nicolas George 02daafb45c lavfi: remove AVFilterPad.poll_frame(). 5 years ago
Nicolas George 65e6850c56 lavfi: remove ff_poll_frame(). 5 years ago
Paul B Mahol a918b833a5 avfilter/avfilter: add ff_filter_process_command() 5 years ago
Mark Thompson 6d86cef06b lavfi: Add support for increasing hardware frame pool sizes 7 years ago
James Almer 3ec6d9c6b2 avfilter: remove duplicate and disabled trace log function 7 years ago
Paul B Mahol e9510dc032 avfilter: remove usage of empty header 7 years ago
Nicolas George c619a4e525 lavfi: make two functions static. 8 years ago
Nicolas George ae4650f0b9 lavfi: disallow ff_request_frame for filters using activate. 8 years ago
Nicolas George 02aa0701ae lavfi: make filter_frame non-recursive. 8 years ago
Mark Thompson e3fb74f7f9 lavfi: Always propagate hw_frames_ctx through links 8 years ago
Paul B Mahol 5b1907142d avfilter: add ff_filter_get_nb_threads() 8 years ago
Paul B Mahol 547d412078 avfilter: update some comments 9 years ago
Nicolas George 1655788712 lavfi: make request_frame() non-recursive. 9 years ago
Nicolas George 108b4de552 lavfi: replace link.closed by link.status. 9 years ago
Matthieu Bouron 0c59d40ae0 lavfi: use a video frame pool for each link of the filtergraph 9 years ago
Ganesh Ajjanagadde 62144b225d avfilter/internal: Doxygen for ff_fmt_is_in 9 years ago
Ganesh Ajjanagadde 01790484c1 avfilter/internal: add av_warn_unused_result 9 years ago
Nicolas George 44f660e7e7 lavfi: remove FF_LINK_FLAG_REQUEST_LOOP. 9 years ago
Nicolas George 2a351f6c55 lavfi: drop the requirement that request_frame returns a frame. 9 years ago
Hendrik Leppkes 144fb06806 Remove left-over FF_API_AVFILTERBUFFER cruft 9 years ago
Andreas Cadhalpun e6c20e214e avfilter: add missing FF_API_AVFILTERBUFFER guards 9 years ago
Vittorio Giovara f6974fe651 lavfi: Drop deprecated AVFilterBuffer* code 9 years ago
Vittorio Giovara e65e4cbbda lavfi: Drop deprecated *_count suffixed variables 9 years ago
Vittorio Giovara 86e5056575 lavfi: Drop deprecated public AVFilterPad struct 9 years ago
Andreas Cadhalpun 8bd74aafe8 avfilter: remove obsolete function declarations 9 years ago
Michael Niedermayer 9d8070afe1 avfilter/internal: add more words to sentance 9 years ago
Michael Niedermayer 522256b374 avfilter/internal: Improve docs about ff_request_frame() 9 years ago
Vittorio Giovara 1a3eb042c7 Replace av_dlog with normal av_log at trace level 10 years ago
Michael Niedermayer bdb136d302 avfilter/internal: add fixme to ff_norm_qscale() to document obvious scaling issue 10 years ago
Arwa Arif 4df01d5d44 avfilter: Factorize the use of norm_qscale in pp7 10 years ago
Vittorio Giovara 5655732c77 avfilter: add needs_writable field to the internal AVFilterPad structure 11 years ago
Nicolas George 6e2473edfd lavfi: parsing helper for unknown channel layouts. 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
Paul B Mahol 211a185cba avfilter/avfilter: check allocation failure in ff_insert_pad() 11 years ago
Michael Niedermayer 247fa6c27c avfilter: remove ff_copy_int*_list 11 years ago
Diego Biurrun 7950e519bb Disable deprecation warnings for cases where a replacement is available 11 years ago
Diego Biurrun 45dd1ae1b3 avfilter: Add some missing FF_API_AVFILTERBUFFER ifdefs 11 years ago
Anton Khirnov 129bb23843 lavfi: add a slice threading infrastructure 12 years ago
Anton Khirnov 1565cbc65c lavfi: make avfilter_free() remove the filter from its graph. 12 years ago
Anton Khirnov bc1a985ba0 lavfi: replace avfilter_open() with avfilter_graph_alloc_filter(). 12 years ago
Nicolas George 79d8cfacf0 lavfi: loop on request_frame if necessary. 12 years ago
Anton Khirnov 7e350379f8 lavfi: switch to AVFrame. 12 years ago
Michael Niedermayer 2468827c06 internal.h: remove start/end_frame from AVFilterPad 12 years ago
Michael Niedermayer c0c0b19644 lavfi: remove some draw_slice related code that has become unneeded 12 years ago
Michael Niedermayer 8227a0b7df libavfilter: update doxy for filter_frame 12 years ago
Michael Niedermayer 3ed483cdfa libavfilter: Support using filter_frame for video 12 years ago