139 Commits (57f3ca20dcb104665c3c5dce04829574dc8d044f)

Author SHA1 Message Date
Andreas Rheinhardt 5a7978a694 avfilter/avfilter: Make ff_command_queue_pop() static 2 years ago
Andreas Rheinhardt 55c35d84eb avfilter/internal: Remove declaration of inexistent function 2 years ago
Andreas Rheinhardt e10774a8cc avfilter/avfilter: #if ff_tlog_link() away when empty 2 years ago
James Almer 1f96db959c avfilter: convert to new channel layout API 3 years ago
Andreas Rheinhardt 155cd6baa4 Remove obsolete version.h inclusions 3 years ago
Andreas Rheinhardt b4f5201967 avfilter: Replace query_formats callback with union of list and callback 3 years ago
Andreas Rheinhardt 2761a7403b avfilter/avfilter: Make ff_tlog_ref() static 3 years ago
Andreas Rheinhardt 441b292592 avfilter/internal: Add AVFILTER_DEFINE_CLASS_EXT 3 years ago
Andreas Rheinhardt f308f37441 avfilter/avfilter: Allow to free non-static pads generically 3 years ago
Andreas Rheinhardt dff1709eb2 avfilter/internal: Uninline ff_insert_(in|out)pad() 3 years ago
Andreas Rheinhardt 8be701d9f7 avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter 3 years ago
Andreas Rheinhardt 515e7fbce1 avfilter/avfilter: Remove unused feature to add pads in the middle 3 years ago
Andreas Rheinhardt 1e35744a4c avfilter/internal: Replace AVFilterPad.needs_writable by flags 3 years ago
Andreas Rheinhardt 1aa640c7d7 avfilter/internal: Combine get_(audio|video)_buffer into union 3 years ago
Andreas Rheinhardt 1b20853fb3 avfilter/internal: Factor out executing a filter's execute_func 3 years ago
Andreas Rheinhardt ef54590f83 avfilter/internal: Don't include libavcodec/(avcodec|internal).h 3 years ago
Andreas Rheinhardt 2b6e008577 avfilter/internal: Move ff_norm_qscale() to qp_table.h 3 years ago
Andreas Rheinhardt 6e66e2c321 avfilter/internal: Don't include framepool.h, thread.h 3 years ago
Andreas Rheinhardt b76f9bcfd0 avfilter/internal: Mark ff_filter_get_nb_threads() as av_pure 3 years ago
Paul B Mahol b4ad669a42 avfilter/avfilter: mark enable as runtime option too 4 years ago
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